Name
coreutils
Version
9.0
Type
library
Description
The basic file, shell and text manipulation utilities
Licenses
GPL-3.0-or-later
PURL
-
CPE
cpe:2.3:*:gnu:coreutils:9.0:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
sort: fix buffer under-read (CWE-127)
=?UTF-8?q?P=C3=A1draig=20Brady?= <P@draigBrady.com>
CVE-2025-5278
2
split: do not shrink hold buffer
Chen Qi <Qi.Chen@windriver.com>
CVE-2024-0684
3
coreutils: Fix build on uclibc
Khem Raj <raj.khem@gmail.com>
4
chmod: fix exit status when ignoring symlinks
=?UTF-8?q?P=C3=A1draig=20Brady?= <P@draigBrady.com>
5
gnulib-comp.m4: selinux/flask.h should respect to
Robert Yang <liezhi.yang@windriver.com>
6
local.mk: fix cross compiling problem
Chen Qi <Qi.Chen@windriver.com>
7
uname: report processor and hardware correctly
Chen Qi <Qi.Chen@windriver.com>
Vulnerabilities#
Name
Analysis
Description
Patched
A flaw was found in GNU Coreutils. The sort utility's begfield() function is vulnerable to a heap buffer under-read. The program may access memory outside the allocated buffer if a user runs a crafted command using the traditional key format. A malicious input could lead to a crash or leak sensitive data.
Patched
A flaw was found in the GNU coreutils "split" program. A heap overflow with user-controlled data of multiple hundred bytes in length could occur in the line_bytes_split() function, potentially leading to an application crash and denial of service.