CVE-2026-35363
MediumSummary
A vulnerability in the rm utility of uutils coreutils allows bypassing safeguards that protect the current directory. The utility correctly refuses to delete . or .., but fails to recognize equivalent paths with trailing slashes, such as ./ or .///.
Risk Assessment
Accidental or malicious use could delete the current directory, leading to data loss and system disruption.
Recommendation
Immediately update uutils coreutils to a version that properly handles paths with trailing slashes. Until updated, avoid using rm with arguments containing trailing slashes.
Original NVD description (English source)
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 malicio

