We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a2f39 commit c2e8f1fCopy full SHA for c2e8f1f
crates/users/RUSTSEC-0000-0000.md
@@ -0,0 +1,25 @@
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 group listings
15
16
+Affected versions append `root` to group listings, unless the correct listing has exactly 1024 groups.
17
18
+This affects both:
19
20
+- The supplementary groups of a user
21
+- The group access list of the current process
22
23
+If the caller uses this information for access control, this may lead to privilege escalation.
24
25
+This crate is not currently maintained, so a patched version is not available.
0 commit comments