blob: 12c0a2e5a2ed7122f72002a4600779a241ad17a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202407-21">
<title>X.Org X11 library: Multiple Vulnerabilities</title>
<synopsis>Multiple vulnerabilities have been discovered in the X.Org X11 library, the worst of which could lead to a denial of service.</synopsis>
<product type="ebuild">libX11</product>
<announced>2024-07-06</announced>
<revised count="1">2024-07-06</revised>
<bug>877461</bug>
<bug>908549</bug>
<bug>915129</bug>
<access>remote</access>
<affected>
<package name="x11-libs/libX11" auto="yes" arch="*">
<unaffected range="ge">1.8.7</unaffected>
<vulnerable range="lt">1.8.7</vulnerable>
</package>
</affected>
<background>
<p>X.Org is an implementation of the X Window System. The X.Org X11 library provides the X11 protocol library files.</p>
</background>
<description>
<p>Multiple vulnerabilities have been discovered in X.Org X11 library. Please review the CVE identifiers referenced below for details.</p>
</description>
<impact type="normal">
<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 X11 library users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=x11-libs/libX11-1.8.7"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-3554">CVE-2022-3554</uri>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-3555">CVE-2022-3555</uri>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-3138">CVE-2023-3138</uri>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-43785">CVE-2023-43785</uri>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-43786">CVE-2023-43786</uri>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-43787">CVE-2023-43787</uri>
</references>
<metadata tag="requester" timestamp="2024-07-06T06:46:25.255732Z">graaff</metadata>
<metadata tag="submitter" timestamp="2024-07-06T06:46:25.259127Z">graaff</metadata>
</glsa>
|