OSV 1.4.0 · github-reviewed · 修改于 2026-07-07 05:53
发布时间
2026-04-23 02:31
GitHub 审查时间
2026-04-30 06:51
NVD 发布时间
2026-04-23 01:16
源文件
advisories/github-reviewed/2026/04/GHSA-w8m4-4v35-v6x3/GHSA-w8m4-4v35-v6x3.json
该公告已于 2026-07-07 05:53 撤回
内容仅用于保留外部引用,请不要将其当作仍然有效的安全结论。
This advisory has been withdrawn because it is a duplicate of GHSA-pmf6-rcx4-v53v. This link is maintained to preserve external references.
A vulnerability in uutils coreutils mkfifo allows for the unauthorized modification of permissions on existing files. When mkfifo fails to create a FIFO because a file already exists at the target path, it fails to terminate the operation for that path and continues to execute a follow-up set_permissions call. This results in the existing file's permissions being changed to the default mode (often 644 after umask), potentially exposing sensitive files such as SSH private keys to other users on the system.