diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-07-05 09:34:07 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2024-07-05 09:34:07 +0000 |
commit | c91004e4b9cba01d7e30d36f741c9449106689ed (patch) | |
tree | da8c2bc7fa0d721d47cf4bbaafca603e9a3896dd /metadata/glsa | |
parent | Merge updates from master (diff) | |
parent | [ GLSA 202407-16 ] GNU Coreutils: Buffer Overflow Vulnerability (diff) | |
download | gentoo-c91004e4b9cba01d7e30d36f741c9449106689ed.tar.gz gentoo-c91004e4b9cba01d7e30d36f741c9449106689ed.tar.bz2 gentoo-c91004e4b9cba01d7e30d36f741c9449106689ed.zip |
Merge commit '6ab4754bb6c685d3bd793af39057d27c264bae97'
Diffstat (limited to 'metadata/glsa')
-rw-r--r-- | metadata/glsa/glsa-202407-16.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202407-16.xml b/metadata/glsa/glsa-202407-16.xml new file mode 100644 index 000000000000..e586167715d3 --- /dev/null +++ b/metadata/glsa/glsa-202407-16.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202407-16"> + <title>GNU Coreutils: Buffer Overflow Vulnerability</title> + <synopsis>A vulnerability has been discovered in Coreutils, which can lead to a heap buffer overflow and possibly aribitrary code execution.</synopsis> + <product type="ebuild">coreutils</product> + <announced>2024-07-05</announced> + <revised count="1">2024-07-05</revised> + <bug>922474</bug> + <access>local</access> + <affected> + <package name="sys-apps/coreutils" auto="yes" arch="*"> + <unaffected range="ge">9.4-r1</unaffected> + <vulnerable range="lt">9.4-r1</vulnerable> + </package> + </affected> + <background> + <p>The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system.</p> + </background> + <description> + <p>A vulnerability has been discovered in the Coreutils "split" program that can lead to a heap buffer overflow and possibly arbitrary code execution.</p> + </description> + <impact type="high"> + <p>Please review the referenced CVE identifiers for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Coreutils users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-apps/coreutils-9.4-r1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-0684">CVE-2024-0684</uri> + </references> + <metadata tag="requester" timestamp="2024-07-05T09:26:36.559921Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-07-05T09:26:36.562608Z">graaff</metadata> +</glsa>
\ No newline at end of file |