diff options
author | 2020-07-27 01:03:17 +0000 | |
---|---|---|
committer | 2020-07-27 01:03:17 +0000 | |
commit | 1c3101c6d73afb6db605807978903acfe4be3c84 (patch) | |
tree | 223ac66c25d60eac73897c864c1ad24ad8932d80 /glsa-202007-46.xml | |
parent | [ GLSA 202007-45 ] NTFS-3G: Remote code execution, possible privilege escalation (diff) | |
download | gentoo-1c3101c6d73afb6db605807978903acfe4be3c84.tar.gz gentoo-1c3101c6d73afb6db605807978903acfe4be3c84.tar.bz2 gentoo-1c3101c6d73afb6db605807978903acfe4be3c84.zip |
[ GLSA 202007-46 ] D-Bus: Denial of service
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'glsa-202007-46.xml')
-rw-r--r-- | glsa-202007-46.xml | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/glsa-202007-46.xml b/glsa-202007-46.xml new file mode 100644 index 000000000000..f4248489fd19 --- /dev/null +++ b/glsa-202007-46.xml @@ -0,0 +1,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> |