OSV 1.4.0 · github-reviewed · 修改于 2026-07-07 03:53
发布时间
2026-04-23 02:31
GitHub 审查时间
2026-05-01 02:00
NVD 发布时间
2026-04-23 01:16
源文件
advisories/github-reviewed/2026/04/GHSA-xh5h-p8c5-4w4x/GHSA-xh5h-p8c5-4w4x.json
该公告已于 2026-07-07 03:53 撤回
内容仅用于保留外部引用,请不要将其当作仍然有效的安全结论。
This advisory has been withdrawn because it is a duplicate of GHSA-jcjr-rh8q-7xqf. This link is maintained to preserve external references.
A logic error in the ln utility of uutils coreutils causes the program to reject source paths containing non-UTF-8 filename bytes when using target-directory forms (e.g., ln SOURCE... DIRECTORY). While GNU ln treats filenames as raw bytes and creates the links correctly, the uutils implementation enforces UTF-8 encoding, resulting in a failure to stat the file and a non-zero exit code. In environments where automated scripts or system tasks process valid but non-UTF-8 filenames common on Unix filesystems, this divergence causes the utility to fail, leading to a local denial of service for those specific operations.