Skip to content

Commit 34fc344

Browse files
authored
Report incorrect group information in users
1 parent 63a2f39 commit 34fc344

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

crates/users/RUSTSEC-0000-0000.md

+21
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)