logo

CVE-2025-46717 sudo-rs

Package

Manager: cargo
Name: sudo-rs
Vulnerable Version: >=0 <0.2.6

Severity

Level: Low

CVSS v3.1: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

CVSS v4.0: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N

EPSS: 0.00016 pctl0.02499

Details

sudo-rs Allows Low Privilege Users to Discover the Existence of Files in Inaccessible Folders ### Summary Users with no (or very limited) sudo privileges can determine whether files exists in folders that they otherwise cannot access using `sudo --list <pathname>`. ### PoC As root: ``` # mkdir /tmp/foo # chmod a-rwx /tmp/foo # touch /tmp/foo/secret_file ``` As a user without any (or limited) sudo rights: ``` $ sudo --list /tmp/foo/nonexistent_file sudo-rs: '/tmp/foo/nonexistent_file': command not found $ $ sudo --list /tmp/foo/secret_file sudo-rs: Sorry, user eve may not run sudo on host. ``` I.e. the user can distinguish whether files exist. ### Related Original sudo (vulnerable version tested by us: 1.9.15p5) exhibited similar behaviour for files with the executable bit set. ### Impact Users with local access to a machine can discover the existence/non-existence of certain files, revealing potentially sensitive information in the file names. This information can also be used in conjunction with other attacks. ### Credits This issue was identified by sudo-rs developer Marc Schoolderman

Metadata

Created: 2025-05-13T14:08:18Z
Modified: 2025-05-13T14:08:18Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/05/GHSA-98cv-wqjx-wx8f/GHSA-98cv-wqjx-wx8f.json
CWE IDs: ["CWE-497"]
Alternative ID: GHSA-98cv-wqjx-wx8f
Finding: F017
Auto approve: 1