diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-201406-01.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-201406-01.xml')
-rw-r--r-- | metadata/glsa/glsa-201406-01.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201406-01.xml b/metadata/glsa/glsa-201406-01.xml new file mode 100644 index 000000000000..12036147e954 --- /dev/null +++ b/metadata/glsa/glsa-201406-01.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201406-01"> + <title>D-Bus, GLib: Privilege escalation</title> + <synopsis>A vulnerability has been found in D-Bus which allows local + attackers to gain escalated privileges. + </synopsis> + <product type="ebuild">dbus</product> + <announced>June 01, 2014</announced> + <revised>June 01, 2014: 1</revised> + <bug>436028</bug> + <access>local</access> + <affected> + <package name="sys-apps/dbus" auto="yes" arch="*"> + <unaffected range="ge">1.6.8</unaffected> + <vulnerable range="lt">1.6.8</vulnerable> + </package> + <package name="dev-libs/glib" auto="yes" arch="*"> + <unaffected range="ge">2.32.4-r1</unaffected> + <vulnerable range="lt">2.32.4-r1</vulnerable> + </package> + </affected> + <background> + <p>D-Bus is a daemon providing a framework for applications to communicate + with one another. GLib is a library providing a number of GNOME’s core + objects and functions. + </p> + </background> + <description> + <p>When libdbus is used in a setuid program, a user can gain escalated + privileges by leveraging the DBUS_SYSTEM_BUS_ADDRESS variable. GLib can + be used in a setuid context with D-Bus, and so can trigger this + vulnerability. Please review the CVE identifier below for more details. + </p> + </description> + <impact type="high"> + <p>A local attacker could gain escalated privileges and execute arbitrary + code. + </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.6.8" + </code> + + <p>All GLib users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/glib-2.32.4-r1" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2012-3524">CVE-2012-3524</uri> + </references> + <metadata tag="requester" timestamp="Sun, 14 Oct 2012 18:04:56 +0000">ackle</metadata> + <metadata tag="submitter" timestamp="Sun, 01 Jun 2014 14:05:31 +0000"> + creffett + </metadata> +</glsa> |