CVE-2026-35363 MEDIUM

CVE-2026-35363: uutils coreutils rm Safeguard Bypass via Improper Path Normalization

Vendor Uutils
Product coreutils
Weakness CWE-22 · Path traversal
Published April 22, 2026
Last update April 22, 2026

CVSS base score

5.6/10
Attack vector Local
Attack complexity Low
Privileges required Low
User interaction Required
Confidentiality None
Integrity High

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:L

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

April 22, 2026 CVE published
April 22, 2026 Record updated