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-27.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-27.xml')
-rw-r--r-- | metadata/glsa/glsa-201406-27.xml | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201406-27.xml b/metadata/glsa/glsa-201406-27.xml new file mode 100644 index 000000000000..b066f411c69a --- /dev/null +++ b/metadata/glsa/glsa-201406-27.xml @@ -0,0 +1,105 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201406-27"> + <title>polkit, Spice-Gtk, systemd, HPLIP, libvirt: Privilege escalation</title> + <synopsis>A race condition in polkit could allow a local attacker to gain + escalated privileges. + </synopsis> + <product type="ebuild">polkit spice-gtk systemd hplip libvirt</product> + <announced>June 26, 2014</announced> + <revised>June 26, 2014: 1</revised> + <bug>484486</bug> + <bug>484488</bug> + <bug>485420</bug> + <bug>485546</bug> + <bug>485904</bug> + <access>local</access> + <affected> + <package name="net-print/hplip" auto="yes" arch="*"> + <unaffected range="ge">3.14.1</unaffected> + <vulnerable range="lt">3.14.1</vulnerable> + </package> + <package name="net-misc/spice-gtk" auto="yes" arch="*"> + <unaffected range="ge">0.21</unaffected> + <vulnerable range="lt">0.21</vulnerable> + </package> + <package name="sys-apps/systemd" auto="yes" arch="*"> + <unaffected range="ge">204-r1</unaffected> + <vulnerable range="lt">204-r1</vulnerable> + </package> + <package name="app-emulation/libvirt" auto="yes" arch="*"> + <unaffected range="ge">1.1.2-r3</unaffected> + <vulnerable range="lt">1.1.2-r3</vulnerable> + </package> + <package name="sys-auth/polkit" auto="yes" arch="*"> + <unaffected range="ge">0.112</unaffected> + <vulnerable range="lt">0.112</vulnerable> + </package> + </affected> + <background> + <p>polkit is a toolkit for managing policies relating to unprivileged + processes communicating with privileged processes. + </p> + </background> + <description> + <p>polkit has a race condition which potentially allows a process to change + its UID/EUID via suid or pkexec before authentication is completed. + </p> + </description> + <impact type="high"> + <p>A local attacker could start a suid or pkexec process through a + polkit-enabled application, which could result in privilege escalation or + bypass of polkit restrictions. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All polkit users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-auth/polkit-0.112" + </code> + + <p>All HPLIP users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-print/hplip-3.14.1" + </code> + + <p>All Spice-Gtk users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-misc/spice-gtk-0.21" + </code> + + <p>All systemd users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-apps/systemd-204-r1" + </code> + + <p>All libvirt users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-emulation/libvirt-1.1.2-r3" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4288">CVE-2013-4288</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4311">CVE-2013-4311</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4324">CVE-2013-4324</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4325">CVE-2013-4325</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-4327">CVE-2013-4327</uri> + </references> + <metadata tag="requester" timestamp="Sun, 29 Sep 2013 15:18:50 +0000">ackle</metadata> + <metadata tag="submitter" timestamp="Thu, 26 Jun 2014 22:23:13 +0000"> + creffett + </metadata> +</glsa> |