We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a2f39 commit 34fc344Copy full SHA for 34fc344
crates/users/RUSTSEC-0000-0000.md
@@ -0,0 +1,21 @@
1
+```toml
2
+[advisory]
3
+id = "RUSTSEC-0000-0000"
4
+package = "users"
5
+date = "2025-01-15"
6
+url = "https://github.com/ogham/rust-users/issues/44"
7
+categories = ["privilege-escalation"]
8
+
9
+[versions]
10
+patched = []
11
+unaffected = ["<= 0.7.0"]
12
+```
13
14
+# `root` appended to supplementary groups
15
16
+Affected versions append the `root` group to the supplementary groups of a user, regardless of their actual membership.
17
+This occurs unless the user is a member of exactly 1024 supplementary groups.
18
19
+If the caller uses this information for access control, this may lead to privilege escalation.
20
21
+This crate is not currently maintained, so a patched version is not available.
0 commit comments