diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-08-09 09:22:03 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-09 11:22:25 +0200 |
commit | dafd1a18a8a8ccc232fbe240a01ee69809299ebd (patch) | |
tree | 372bb8b25502a90140b7cb5a24baad90df1619a5 /glsa-202408-17.xml | |
parent | [ GLSA 202408-16 ] re2c: Denial of Service (diff) | |
download | glsa-dafd1a18a8a8ccc232fbe240a01ee69809299ebd.tar.gz glsa-dafd1a18a8a8ccc232fbe240a01ee69809299ebd.tar.bz2 glsa-dafd1a18a8a8ccc232fbe240a01ee69809299ebd.zip |
[ GLSA 202408-17 ] Nautilus: Denial of Service
Bug: https://bugs.gentoo.org/881509
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'glsa-202408-17.xml')
-rw-r--r-- | glsa-202408-17.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202408-17.xml b/glsa-202408-17.xml new file mode 100644 index 00000000..40b55f8c --- /dev/null +++ b/glsa-202408-17.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202408-17"> + <title>Nautilus: Denial of Service</title> + <synopsis>A vulnerability has been discovered in Nautilus, which can lead to a denial of service.</synopsis> + <product type="ebuild">nautilus</product> + <announced>2024-08-09</announced> + <revised count="1">2024-08-09</revised> + <bug>881509</bug> + <access>local</access> + <affected> + <package name="gnome-base/nautilus" auto="yes" arch="*"> + <unaffected range="ge">44.0</unaffected> + <vulnerable range="lt">44.0</vulnerable> + </package> + </affected> + <background> + <p>Default file manager for the GNOME desktop</p> + </background> + <description> + <p>Please review the CVE identifier referenced below for details.</p> + </description> + <impact type="normal"> + <p>GNOME Nautilus allows a NULL pointer dereference and get_basename application crash via a pasted ZIP archive.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Nautilus users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=gnome-base/nautilus-44.0" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-37290">CVE-2022-37290</uri> + </references> + <metadata tag="requester" timestamp="2024-08-09T09:22:03.162678Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-08-09T09:22:03.165420Z">graaff</metadata> +</glsa>
\ No newline at end of file |