OSV 1.4.0 · github-reviewed · 修改于 2026-07-07 04:20
发布时间
2026-04-23 02:31
GitHub 审查时间
2026-05-01 01:30
NVD 发布时间
2026-04-23 01:16
源文件
advisories/github-reviewed/2026/04/GHSA-vchc-9ggh-3236/GHSA-vchc-9ggh-3236.json
该公告已于 2026-07-07 04:20 撤回
内容仅用于保留外部引用,请不要将其当作仍然有效的安全结论。
This advisory has been withdrawn because it is a duplicate of GHSA-89p7-7cq3-hhr2. This link is maintained to preserve external references.
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.