diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-09-22 06:39:07 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-09-22 08:39:16 +0200 |
commit | 5b0117588db95c6646c834b4a4a596b85ff5e937 (patch) | |
tree | e3da4110ea659d9c0458cf8ade7cdccceab15c37 | |
parent | [ GLSA 202409-08 ] OpenVPN: Multiple Vulnerabilities (diff) | |
download | glsa-5b0117588db95c6646c834b4a4a596b85ff5e937.tar.gz glsa-5b0117588db95c6646c834b4a4a596b85ff5e937.tar.bz2 glsa-5b0117588db95c6646c834b4a4a596b85ff5e937.zip |
[ GLSA 202409-09 ] Exo: Arbitrary Code Execution
Bug: https://bugs.gentoo.org/851201
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202409-09.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202409-09.xml b/glsa-202409-09.xml new file mode 100644 index 00000000..3fbc0d2a --- /dev/null +++ b/glsa-202409-09.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-09"> + <title>Exo: Arbitrary Code Execution</title> + <synopsis>A vulnerability has been discovered in Exo, which can lead to arbitrary code execution.</synopsis> + <product type="ebuild">exo</product> + <announced>2024-09-22</announced> + <revised count="1">2024-09-22</revised> + <bug>851201</bug> + <access>remote</access> + <affected> + <package name="xfce-base/exo" auto="yes" arch="*"> + <unaffected range="ge">4.17.2</unaffected> + <vulnerable range="lt">4.17.2</vulnerable> + </package> + </affected> + <background> + <p>Exo is an Xfce library targeted at application development, originally developed by os-cillation. It contains various custom widgets and APIs extending the functionality of GLib and GTK. It also has some helper applications that are used throughout the entire Xfce desktop to manage preferred applications and edit .desktop files.</p> + </background> + <description> + <p>A vulnerability has been discovered in Exo. Please review the CVE identifiers referenced below for details.</p> + </description> + <impact type="normal"> + <p>Exo executes remote desktop files which may lead to unexpected arbitrary code execution.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All Exo users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=xfce-base/exo-4.17.2" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-32278">CVE-2022-32278</uri> + </references> + <metadata tag="requester" timestamp="2024-09-22T06:39:07.184860Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-09-22T06:39:07.187259Z">graaff</metadata> +</glsa>
\ No newline at end of file |