diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-11-17 09:49:25 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-11-17 10:49:37 +0100 |
commit | 9d38db782e6834a127a554309f114f6784c9e3bf (patch) | |
tree | 1364c340fae2ae44fa4aaf7333a3c5b054ef59bd | |
parent | [ GLSA 202411-07 ] Pillow: Arbitrary code execution (diff) | |
download | glsa-9d38db782e6834a127a554309f114f6784c9e3bf.tar.gz glsa-9d38db782e6834a127a554309f114f6784c9e3bf.tar.bz2 glsa-9d38db782e6834a127a554309f114f6784c9e3bf.zip |
[ GLSA 202411-08 ] X.Org X server, XWayland: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/928531
Bug: https://bugs.gentoo.org/942465
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202411-08.xml | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/glsa-202411-08.xml b/glsa-202411-08.xml new file mode 100644 index 00000000..922593fd --- /dev/null +++ b/glsa-202411-08.xml @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202411-08"> + <title>X.Org X server, XWayland: Multiple Vulnerabilities</title> + <synopsis>A vulnerability has been discovered in the Xorg Server and XWayland, the worst of which can result in privilege escalation.</synopsis> + <product type="ebuild">xorg-server,xwayland</product> + <announced>2024-11-17</announced> + <revised count="1">2024-11-17</revised> + <bug>928531</bug> + <bug>942465</bug> + <access>local</access> + <affected> + <package name="x11-base/xorg-server" auto="yes" arch="*"> + <unaffected range="ge">21.1.14</unaffected> + <vulnerable range="lt">21.1.14</vulnerable> + </package> + <package name="x11-base/xwayland" auto="yes" arch="*"> + <unaffected range="ge">24.1.4</unaffected> + <vulnerable range="lt">24.1.4</vulnerable> + </package> + </affected> + <background> + <p>The X Window System is a graphical windowing system based on a client/server model.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in X.Org X server and XWayland. Please review the CVE identifiers referenced below for details.</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 X.Org X server users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=x11-base/xorg-server-21.1.14" + </code> + + <p>All XWayland users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=x11-base/xwayland-24.1.4" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-9632">CVE-2024-9632</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-31080">CVE-2024-31080</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-31081">CVE-2024-31081</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-31082">CVE-2024-31082</uri> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2024-31083">CVE-2024-31083</uri> + </references> + <metadata tag="requester" timestamp="2024-11-17T09:49:25.879517Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-11-17T09:49:25.883830Z">graaff</metadata> +</glsa>
\ No newline at end of file |