diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-09-22 06:04:59 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-09-22 08:05:07 +0200 |
commit | a6214968cd131e222d57f5ee5fcbafe13e8f88af (patch) | |
tree | 7677c763523109dc6d6b8b3c76e697b9c647d510 | |
parent | [ GLSA 202409-05 ] PJSIP: Heap Buffer Overflow (diff) | |
download | glsa-a6214968cd131e222d57f5ee5fcbafe13e8f88af.tar.gz glsa-a6214968cd131e222d57f5ee5fcbafe13e8f88af.tar.bz2 glsa-a6214968cd131e222d57f5ee5fcbafe13e8f88af.zip |
[ GLSA 202409-06 ] file: Stack Buffer Overread
Bug: https://bugs.gentoo.org/918554
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202409-06.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202409-06.xml b/glsa-202409-06.xml new file mode 100644 index 00000000..2657dc65 --- /dev/null +++ b/glsa-202409-06.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202409-06"> + <title>file: Stack Buffer Overread</title> + <synopsis>A vulnerability has been discovered in file, which could lead to a denial of service.</synopsis> + <product type="ebuild">file</product> + <announced>2024-09-22</announced> + <revised count="1">2024-09-22</revised> + <bug>918554</bug> + <access>remote</access> + <affected> + <package name="sys-apps/file" auto="yes" arch="*"> + <unaffected range="ge">5.42</unaffected> + <vulnerable range="lt">5.42</vulnerable> + </package> + </affected> + <background> + <p>The file utility attempts to identify a file’s format by scanning binary data for patterns.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in file. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="normal"> + <p>File has an stack-based buffer over-read in file_copystr in funcs.c.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All file users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-apps/file-5.42" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-48554">CVE-2022-48554</uri> + </references> + <metadata tag="requester" timestamp="2024-09-22T06:04:59.257322Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-09-22T06:04:59.260356Z">graaff</metadata> +</glsa>
\ No newline at end of file |