Skip to main content

Boteraser | Website and Server Security Solutions

🛡️ CVE-2025-46717 — sudo

🟢 CVSS 3.3 — Low ⚠️ Exploit Public CWE-497 NVD
3.3
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

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

How this vulnerability can be exploited

This issue can be reached with local access to the system, attack complexity is low, an attacker needs low-level privileges on the target. No user interaction is required. The scope is unchanged, so the impact stays within the vulnerable component. Rated impact: confidentiality low, integrity none, availability none.

CVSS metrics in full

The score comes from this vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N

  • Attack vector: Local — a local account, shell or session on the host is needed.
  • Attack complexity: Low — the attack works reliably, with no preparation.
  • Privileges required: Low — an ordinary user account is enough.
  • User interaction: None — nobody has to be tricked into anything.
  • Scope: Unchanged — the damage stays inside the vulnerable component.
  • Confidentiality impact: Low — limited, and the attacker does not choose what is affected.
  • Integrity impact: None.
  • Availability impact: None.

Weakness class

CVE-2025-46717 is classified as CWE-497: Exposure of System Data to Unauthorized Control Sphere. Internal system details are revealed to callers who should not have them.

Affected software

CVE-2025-46717 is recorded against 2 packages.

  • sudo (fixed in 0.2.6)
  • sudo-rs

Timeline and source

Published on 12 May 2025 and last revised on 17 June 2026. A public exploit is known to exist, which raises the urgency of patching considerably. Record sourced from NVD.

References

github.com
github.com
github.com

Other advisories for this package

sudo has other advisories on record. If you are patching this one, these are worth checking on the same host:

Same weakness in other software

These advisories are the same class of weakness (CWE-497: Exposure of System Data to Unauthorized Control Sphere) in other software:

CVE-2025-46717 on other distributions

Each distribution ships its own build and its own fixed version. Pick the one you run:

Details

Severity LOW
CVSS Score 3.3
CVSS Vector CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
CWE CWE-497
Public Exploit ⚠️ Yes
Source NVD
Published 2025-05-12
Updated 2026-08-20
Modified 2026-06-17
Fix URL N/A

Affected Packages

Software From version Fixed in
sudo 0.2.6
sudo-rs

Similar Threats

Exploit Protection

Are you running sudo?

CVE-2025-46717 carries CVSS 3.3 Low rating and a public exploit already exists. BotEraser checks your installation against this and other known CVE records, and blocks IPs associated with exploit activity.

Check My Site For CVE-2025-46717 →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.

Browse related advisories

All advisoriesCVECVE 2025