From 090f4f686502527e9f017aa664c50c90ba107be1 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:18:46 +0000 Subject: [PATCH] Publish GHSA-m65q-v92h-cm7q --- .../GHSA-m65q-v92h-cm7q.json | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 advisories/github-reviewed/2025/06/GHSA-m65q-v92h-cm7q/GHSA-m65q-v92h-cm7q.json diff --git a/advisories/github-reviewed/2025/06/GHSA-m65q-v92h-cm7q/GHSA-m65q-v92h-cm7q.json b/advisories/github-reviewed/2025/06/GHSA-m65q-v92h-cm7q/GHSA-m65q-v92h-cm7q.json new file mode 100644 index 00000000000..991d109baf4 --- /dev/null +++ b/advisories/github-reviewed/2025/06/GHSA-m65q-v92h-cm7q/GHSA-m65q-v92h-cm7q.json @@ -0,0 +1,52 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-m65q-v92h-cm7q", + "modified": "2025-06-05T01:17:29Z", + "published": "2025-06-05T01:17:28Z", + "aliases": [], + "summary": "users may append `root` to group listings", + "details": "Affected versions append `root` to group listings, unless the correct listing has exactly 1024 groups.\n\nThis affects both:\n\n- The supplementary groups of a user\n- The group access list of the current process\n\nIf the caller uses this information for access control, this may lead to privilege escalation.\n\nThis crate is not currently maintained, so a patched version is not available.\n\nVersions older than 0.8.0 do not contain the affected functions, so downgrading to them is a workaround.\n\n## Recommended alternatives\n- [`uzers`](https://crates.io/crates/uzers) (an actively maintained fork of the `users` crate)\n- [`sysinfo`](https://crates.io/crates/sysinfo)", + "severity": [], + "affected": [ + { + "package": { + "ecosystem": "crates.io", + "name": "users" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.8.0" + }, + { + "last_affected": "0.11.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/ogham/rust-users/issues/44" + }, + { + "type": "PACKAGE", + "url": "https://github.com/ogham/rust-users" + }, + { + "type": "WEB", + "url": "https://rustsec.org/advisories/RUSTSEC-2025-0040.html" + } + ], + "database_specific": { + "cwe_ids": [], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-06-05T01:17:28Z", + "nvd_published_at": null + } +} \ No newline at end of file