A vulnerability in the rm utility of uutils coreutils allows the bypass of safeguard mechanisms intended to protect the current directory. While the utility correctly refuses to delete . or .., it fails to recognize equivalent paths with trailing slashes, such as ./ or .///. An accidental or malicious execution of rm -rf ./ results in the silent recursive deletion of all contents within the current directory. The command further obscures the data loss by reporting a misleading 'Invalid input' error, which may cause users to miss the critical window for data recovery.
References
| Link | Resource |
|---|---|
| https://github.com/uutils/coreutils/issues/9749 | Exploit Issue Tracking Vendor Advisory |
Configurations
History
No history.
Information
Published : 2026-04-22 17:16
Updated : 2026-06-17 10:40
NVD link : CVE-2026-35363
Mitre link : CVE-2026-35363
CVE.ORG link : CVE-2026-35363
JSON object : View
Products Affected
uutils
- coreutils
CWE
CWE-22
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
