Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c2e8f1f

Browse files
committedJan 15, 2025··
Report incorrect group information in users
1 parent 63a2f39 commit c2e8f1f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
 

‎crates/users/RUSTSEC-0000-0000.md

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

Comments
 (0)
Please sign in to comment.