diff --git a/advisories/github-reviewed/2022/10/GHSA-c6w8-7mp3-34j9/GHSA-c6w8-7mp3-34j9.json b/advisories/github-reviewed/2022/10/GHSA-c6w8-7mp3-34j9/GHSA-c6w8-7mp3-34j9.json index 7d4384492ea..2efa93e6155 100644 --- a/advisories/github-reviewed/2022/10/GHSA-c6w8-7mp3-34j9/GHSA-c6w8-7mp3-34j9.json +++ b/advisories/github-reviewed/2022/10/GHSA-c6w8-7mp3-34j9/GHSA-c6w8-7mp3-34j9.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-c6w8-7mp3-34j9", - "modified": "2022-10-18T21:46:08Z", + "modified": "2024-04-22T18:51:00Z", "published": "2022-10-18T21:46:08Z", "aliases": [ "CVE-2022-24512" @@ -11,7 +11,7 @@ "severity": [ { "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L" } ], "affected": [ @@ -2846,6 +2846,10 @@ "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZXEQ3GQVELA2T4HNZG7VPMS2HDVXMJRG" }, + { + "type": "WEB", + "url": "https://msrc.microsoft.com/update-guide/vulnerability/CVE-2022-24512" + }, { "type": "WEB", "url": "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2022-24512" @@ -2855,7 +2859,7 @@ "cwe_ids": [ ], - "severity": "HIGH", + "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2022-10-18T21:46:08Z", "nvd_published_at": "2022-03-09T17:15:00Z" diff --git a/advisories/github-reviewed/2024/02/GHSA-f56g-chqp-22m9/GHSA-f56g-chqp-22m9.json b/advisories/github-reviewed/2024/02/GHSA-f56g-chqp-22m9/GHSA-f56g-chqp-22m9.json index c00bad4ec56..99b40899827 100644 --- a/advisories/github-reviewed/2024/02/GHSA-f56g-chqp-22m9/GHSA-f56g-chqp-22m9.json +++ b/advisories/github-reviewed/2024/02/GHSA-f56g-chqp-22m9/GHSA-f56g-chqp-22m9.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-f56g-chqp-22m9", - "modified": "2024-02-03T00:28:45Z", + "modified": "2024-04-22T18:49:42Z", "published": "2024-02-03T00:28:45Z", "aliases": [ @@ -9,7 +9,10 @@ "summary": "Use after free in libpulse-binding", "details": "### Overview\n\nVersion 2.5.0 of the `libpulse-binding` Rust crate, released on the 22nd of December 2018, fixed a potential use-after-free issue with property list iteration due to a lack of a lifetime constraint tying the lifetime of a `proplist::Iterator` to the `Proplist` object for which it was created. This made it possible for users, without experiencing a compiler error/warning, to destroy the `Proplist` object before the iterator, thus destroying the underlying C object the iterator works upon, before the iterator may be finished with it.\n\nThis advisory is being written retrospectively, having previously only been noted in the changelog. No CVE assignment was sought.\n\nThis impacts all versions of the crate before 2.5.0 back to 1.0.5. Before version 1.0.5 the function that produces the iterator was broken to the point of being useless.\n\n### Patches\n\nUsers are required to update to version 2.5.0 or newer.\n\nVersions older than 2.5.0 have been yanked from crates.io as of the 22nd of October 2020.", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N" + } ], "affected": [ { @@ -41,6 +44,10 @@ "type": "WEB", "url": "https://github.com/jnqnfe/pulse-binding-rust/commit/9e31c82d71749619387cb9d0c9698134d05b28c9" }, + { + "type": "ADVISORY", + "url": "https://github.com/advisories/GHSA-6gvc-4jvj-pwq4" + }, { "type": "WEB", "url": "https://rustsec.org/advisories/RUSTSEC-2018-0020.html" @@ -50,7 +57,7 @@ "cwe_ids": [ "CWE-416" ], - "severity": "HIGH", + "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-02-03T00:28:45Z", "nvd_published_at": null