Skip to content

Commit 47c0e3a

Browse files
1 parent 6080ac9 commit 47c0e3a

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

advisories/github-reviewed/2021/08/GHSA-6gvc-4jvj-pwq4/GHSA-6gvc-4jvj-pwq4.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-6gvc-4jvj-pwq4",
4-
"modified": "2024-02-12T15:52:06Z",
4+
"modified": "2026-01-22T22:35:56Z",
55
"published": "2021-08-30T16:22:34Z",
6-
"aliases": [
7-
"CVE-2018-25001"
8-
],
9-
"summary": "Use after free in libpulse-binding",
10-
"details": "An issue was discovered in the libpulse-binding crate before 2.5.0 for Rust. proplist::Iterator can cause a use-after-free. ",
6+
"withdrawn": "2026-01-22T22:35:56Z",
7+
"aliases": [],
8+
"summary": "Duplicate Advisory: Use after free in libpulse-binding",
9+
"details": "## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-f56g-chqp-22m9. This link is maintained to preserve external references.\n\n## Original Description\nAn issue was discovered in the libpulse-binding crate before 2.5.0 for Rust. proplist::Iterator can cause a use-after-free.",
1110
"severity": [
1211
{
1312
"type": "CVSS_V3",

advisories/github-reviewed/2024/02/GHSA-f56g-chqp-22m9/GHSA-f56g-chqp-22m9.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-f56g-chqp-22m9",
4-
"modified": "2024-04-22T18:49:42Z",
4+
"modified": "2026-01-22T22:36:03Z",
55
"published": "2024-02-03T00:28:45Z",
6-
"aliases": [],
6+
"aliases": [
7+
"CVE-2018-25001"
8+
],
79
"summary": "Use after free in libpulse-binding",
810
"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.",
911
"severity": [
@@ -38,13 +40,17 @@
3840
"type": "WEB",
3941
"url": "https://github.com/jnqnfe/pulse-binding-rust/security/advisories/GHSA-f56g-chqp-22m9"
4042
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-25001"
46+
},
4147
{
4248
"type": "WEB",
4349
"url": "https://github.com/jnqnfe/pulse-binding-rust/commit/9e31c82d71749619387cb9d0c9698134d05b28c9"
4450
},
4551
{
46-
"type": "ADVISORY",
47-
"url": "https://github.com/advisories/GHSA-6gvc-4jvj-pwq4"
52+
"type": "PACKAGE",
53+
"url": "https://github.com/jnqnfe/pulse-binding-rust"
4854
},
4955
{
5056
"type": "WEB",

0 commit comments

Comments
 (0)