blob: f4248489fd192720a01fa5b3a532d83cb128faa6 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="202007-46">
<title>D-Bus: Denial of service</title>
<synopsis>A local Denial of Service vulnerability was discovered in D-Bus.</synopsis>
<product type="ebuild">d-bus</product>
<announced>2020-07-27</announced>
<revised count="1">2020-07-27</revised>
<bug>727104</bug>
<access>local</access>
<affected>
<package name="sys-apps/dbus" auto="yes" arch="*">
<unaffected range="ge">1.12.18</unaffected>
<vulnerable range="lt">1.12.18</vulnerable>
</package>
</affected>
<background>
<p>D-Bus is a message bus system which processes can use to talk to each
other.
</p>
</background>
<description>
<p>D-Bus does not correctly dispose of old connections meaning that it is
possible for D-Bus to hit a connection limit.
</p>
</description>
<impact type="normal">
<p>An attacker could cause a possible Denial of Service condition.</p>
</impact>
<workaround>
<p>There is no known workaround at this time.</p>
</workaround>
<resolution>
<p>All D-Bus users should upgrade to the latest version:</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=sys-apps/dbus-1.12.18"
</code>
</resolution>
<references>
<uri link="https://nvd.nist.gov/vuln/detail/CVE-2020-12049">CVE-2020-12049</uri>
</references>
<metadata tag="requester" timestamp="2020-06-17T14:28:04Z">sam_c</metadata>
<metadata tag="submitter" timestamp="2020-07-27T00:59:39Z">sam_c</metadata>
</glsa>
|