-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report incorrect group information in users
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
```toml | ||
[advisory] | ||
id = "RUSTSEC-0000-0000" | ||
package = "users" | ||
date = "2025-01-15" | ||
url = "https://github.com/ogham/rust-users/issues/44" | ||
categories = ["privilege-escalation"] | ||
|
||
[versions] | ||
patched = [] | ||
unaffected = ["<= 0.7.0"] | ||
``` | ||
|
||
# `root` appended to supplementary groups | ||
|
||
Affected versions append the `root` group to the supplementary groups of a user, regardless of their actual membership. | ||
This occurs unless the user is a member of exactly 1024 supplementary groups. | ||
|
||
If the caller uses this information for access control, this may lead to privilege escalation. | ||
|
||
This crate is not currently maintained, so a patched version is not available. |