summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2016-11-17 19:11:31 +0900
committerAaron Bauman <bman@gentoo.org>2016-11-17 19:11:31 +0900
commit6325401b58ac2d85257e70077b38d8fc8dff31e2 (patch)
treea340a62558e525cbd749a85dd32935b9d2bc5779 /glsa-201611-10.xml
parentRemove wrong tags and elements per bug #599942 (diff)
downloadglsa-6325401b58ac2d85257e70077b38d8fc8dff31e2.tar.gz
glsa-6325401b58ac2d85257e70077b38d8fc8dff31e2.tar.bz2
glsa-6325401b58ac2d85257e70077b38d8fc8dff31e2.zip
Add GLSA 201611-10
Diffstat (limited to 'glsa-201611-10.xml')
-rw-r--r--glsa-201611-10.xml50
1 files changed, 50 insertions, 0 deletions
diff --git a/glsa-201611-10.xml b/glsa-201611-10.xml
new file mode 100644
index 00000000..86d1fc1c
--- /dev/null
+++ b/glsa-201611-10.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="201611-10">
+ <title>libuv: Privilege escalation</title>
+ <synopsis>A vulnerability in libuv could lead to privilege escalation.</synopsis>
+ <product type="ebuild"></product>
+ <announced>November 17, 2016</announced>
+ <revised>November 17, 2016: 1</revised>
+ <bug>540826</bug>
+ <access>local, remote</access>
+ <affected>
+ <package name="dev-libs/libuv" auto="yes" arch="*">
+ <unaffected range="ge">1.4.2</unaffected>
+ <vulnerable range="lt">1.4.2</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>libuv is a multi-platform support library with a focus on asynchronous
+ I/O.
+ </p>
+ </background>
+ <description>
+ <p>It was discovered that libuv does not call setgroups before calling
+ setuid/setgid. If this is not called, then even though the uid has been
+ dropped, there may still be groups associated that permit superuser
+ privileges.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>Context-dependent attackers could escalate privileges via unspecified
+ vectors.
+ </p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All libuv users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --verbose --oneshot "&gt;=dev-libs/libuv-1.4.2"
+ </code>
+ </resolution>
+ <references>
+ <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-0278">CVE-2015-0278</uri>
+ </references>
+ <metadata tag="requester" timestamp="Thu, 17 Nov 2016 08:33:56 +0000">b-man</metadata>
+ <metadata tag="submitter" timestamp="Thu, 17 Nov 2016 10:08:59 +0000">b-man</metadata>
+</glsa>