Logo
componentcoreutils
Name
coreutils
Version
9.4
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.4:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
9.0
master
9.11

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
coreutils: Fix build on uclibc
Khem Raj <raj.khem@gmail.com>
3
split: do not shrink hold buffer
Paul Eggert <eggert@cs.ucla.edu>
CVE-2024-0684
4
posixtm: pacify clang 18
Paul Eggert <eggert@cs.ucla.edu>
5
local.mk: fix cross compiling problem
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.