cbcvebase.

Gnu Coreutils vulnerabilities

16 known vulnerabilities affecting gnu/coreutils.

Total CVEs
16
CISA KEV
0
Public exploits
2
Exploited in wild
0
Severity breakdown
CRITICAL1HIGH3MEDIUM9LOW3

Vulnerabilities

Page 1 of 1
CVE-2003-0853P4MEDIUMCVSS 5.0PoC≥ 0, < 5.2.1-12003-11-17
CVE-2003-0853 [MEDIUM] CVE-2003-0853: An integer overflow in ls in the fileutils or coreutils packages may allow local users to cause a denial of service or execute arbitrary code via a la An integer overflow in ls in the fileutils or coreutils packages may allow local users to cause a denial of service or execute arbitrary code via a large -w value, which could be remotely exploited via applications that use ls, such as wu-ftpd.
osv
CVE-2014-9471P3HIGHCVSS 7.5fixed in 8.232015-01-16
CVE-2014-9471 [HIGH] CVE-2014-9471: The parse_datetime function in GNU coreutils allows remote attackers to cause a denial of service (c The parse_datetime function in GNU coreutils allows remote attackers to cause a denial of service (crash) or possibly execute arbitrary code via a crafted date string, as demonstrated by the "--date=TZ="123"345" @1" string to the touch or date command.
nvdosv
CVE-2015-4042P3CRITICALCVSS 9.8≤ 8.232020-01-24
CVE-2015-4042 [CRITICAL] CWE-190 CVE-2015-4042: Integer overflow in the keycompare_mb function in sort.c in sort in GNU Coreutils through 8.23 might Integer overflow in the keycompare_mb function in sort.c in sort in GNU Coreutils through 8.23 might allow attackers to cause a denial of service (application crash) or possibly have unspecified other impact via long strings.
nvd
CVE-2015-4041P4HIGHCVSS 7.8≤ 8.232020-01-24
CVE-2015-4041 [HIGH] CWE-787 CVE-2015-4041: The keycompare_mb function in sort.c in sort in GNU Coreutils through 8.23 on 64-bit platforms perfo The keycompare_mb function in sort.c in sort in GNU Coreutils through 8.23 on 64-bit platforms performs a size calculation without considering the number of bytes occupied by multibyte characters, which allows attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly have unspecified other impact via long UTF-
nvd
CVE-2003-0854P4LOWCVSS 2.1PoC≥ 0, < 5.2.1-12003-11-17
CVE-2003-0854 [LOW] CVE-2003-0854: ls in the fileutils or coreutils packages allows local users to consume a large amount of memory via a large -w value, which can be remotely exploited ls in the fileutils or coreutils packages allows local users to consume a large amount of memory via a large -w value, which can be remotely exploited via applications that use ls, such as wu-ftpd.
osv
CVE-2017-18018P4HIGHCVSS 7.1≤ 8.292018-01-04
CVE-2017-18018 [HIGH] CWE-362 CVE-2017-18018: In GNU Coreutils through 8.29, chown-core.c in chown and chgrp does not prevent replacement of a pla In GNU Coreutils through 8.29, chown-core.c in chown and chgrp does not prevent replacement of a plain file with a symlink during use of the POSIX "-R -L" options, which allows local users to modify the ownership of arbitrary files by leveraging a race condition.
nvd
CVE-2026-56391P4MEDIUMCVSS 4.6≥ 9.5, ≤ 9.112026-07-24
CVE-2026-56391 [MEDIUM] CWE-125 CVE-2026-56391: GNU coreutils uniq is vulnerable to an out‑of‑bounds read due to incorrect handling of multibyte inp GNU coreutils uniq is vulnerable to an out‑of‑bounds read due to incorrect handling of multibyte input when the -w (--check-chars) option is used. The find_field() function miscalculates the byte length of characters by repeatedly processing a fixed pointer instead of advancing through the input, resulting in an inflated length value. This incorrect
nvd
CVE-2015-1865P4MEDIUMCVSS 5.1v8.42017-09-20
CVE-2015-1865 [MEDIUM] CWE-362 CVE-2015-1865: fts.c in coreutils 8.4 allows local users to delete arbitrary files. fts.c in coreutils 8.4 allows local users to delete arbitrary files.
nvdosv
CVE-2007-4998P4MEDIUMCVSS 6.9≥ 0, < 4.1.22008-01-31
CVE-2007-4998 [MEDIUM] CVE-2007-4998: cp, when running with an option to preserve symlinks on multiple OSes, allows local, user-assisted attackers to overwrite arbitrary files via a symlin cp, when running with an option to preserve symlinks on multiple OSes, allows local, user-assisted attackers to overwrite arbitrary files via a symlink attack using crafted directories containing multiple source files that are copied to the same destination.
osv
CVE-2024-0684P4MEDIUMCVSS 5.5v9.2v9.3+1 more2024-02-06
CVE-2024-0684 [MEDIUM] CWE-122 CVE-2024-0684: A flaw was found in the GNU coreutils "split" program. A heap overflow with user-controlled data of 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.
nvdosv
CVE-2017-2616P4MEDIUMCVSS 4.7≥ 0, < 8.20-12018-07-27
CVE-2017-2616 [MEDIUM] CVE-2017-2616: A race condition was found in util-linux before 2 A race condition was found in util-linux before 2.32.1 in the way su handled the management of child processes. A local authenticated attacker could use this flaw to kill other processes with root privileges under specific conditions.
osv
CVE-2009-4135P4MEDIUMCVSS 4.4v5.2.1v5.91+24 more2009-12-11
CVE-2009-4135 [MEDIUM] CWE-59 CVE-2009-4135: The distcheck rule in dist-check.mk in GNU coreutils 5.2.1 through 8.1 allows local users to gain pr The distcheck rule in dist-check.mk in GNU coreutils 5.2.1 through 8.1 allows local users to gain privileges via a symlink attack on a file in a directory tree under /tmp.
nvdosv
CVE-2026-56392P4LOWCVSS 1.8≤ 9.112026-07-24
CVE-2026-56392 [LOW] CWE-122 CVE-2026-56392: GNU coreutils unexpand is vulnerable to a heap-based buffer overflow due to an integer overflow duri GNU coreutils unexpand is vulnerable to a heap-based buffer overflow due to an integer overflow during buffer allocation when processing large tab stop (-t) values. The multiplication used to calculate the allocation size can wrap around, resulting in an undersized buffer. When processing crafted input, subsequent writes exceed the allocated memory, le
nvd
CVE-2008-1946P4MEDIUMCVSS 4.4v5.2.12008-07-28
CVE-2008-1946 [MEDIUM] CWE-264 CVE-2008-1946: The default configuration of su in /etc/pam.d/su in GNU coreutils 5.2.1 allows local users to gain t The default configuration of su in /etc/pam.d/su in GNU coreutils 5.2.1 allows local users to gain the privileges of a (1) locked or (2) expired account by entering the account name on the command line, related to improper use of the pam_succeed_if.so module.
nvdosv
CVE-2016-2781P4MEDIUMCVSS 4.6≥ 0, < 9.4-12017-02-07
CVE-2016-2781 [MEDIUM] CVE-2016-2781: chroot in GNU coreutils, when used with --userspec, allows local users to escape to the parent session via a crafted TIOCSTI ioctl call, which pushes chroot in GNU coreutils, when used with --userspec, allows local users to escape to the parent session via a crafted TIOCSTI ioctl call, which pushes characters to the terminal's input buffer.
osv
CVE-2005-1039P4LOWCVSS 3.7v5.2.12005-05-02
CVE-2005-1039 [LOW] CVE-2005-1039: Race condition in Core Utilities (coreutils) 5.2.1, when (1) mkdir, (2) mknod, or (3) mkfifo is runn Race condition in Core Utilities (coreutils) 5.2.1, when (1) mkdir, (2) mknod, or (3) mkfifo is running with the -m switch, allows local users to modify permissions of other files.
nvdosv
Gnu Coreutils vulnerabilities | cvebase