diff options
author | Aaron Bauman <bman@gentoo.org> | 2016-07-20 21:03:46 +0900 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2016-07-20 21:03:46 +0900 |
commit | 85a50fec92d2a88b96412c385c3c0415c8bcab5f (patch) | |
tree | e5804caac212c895ad354590dcd397b366d3a864 /glsa-201607-16.xml | |
parent | Add GLSA 201607-15 (diff) | |
download | glsa-85a50fec92d2a88b96412c385c3c0415c8bcab5f.tar.gz glsa-85a50fec92d2a88b96412c385c3c0415c8bcab5f.tar.bz2 glsa-85a50fec92d2a88b96412c385c3c0415c8bcab5f.zip |
Add GLSA 201607-16
Diffstat (limited to 'glsa-201607-16.xml')
-rw-r--r-- | glsa-201607-16.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/glsa-201607-16.xml b/glsa-201607-16.xml new file mode 100644 index 00000000..1bfeb7b3 --- /dev/null +++ b/glsa-201607-16.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201607-16"> + <title>arpwatch: Privilege escalation</title> + <synopsis>arpwatch is vulnerable to the escalation of privileges.</synopsis> + <product type="ebuild"></product> + <announced>July 20, 2016</announced> + <revised>July 20, 2016: 1</revised> + <bug>419375</bug> + <access>local, remote</access> + <affected> + <package name="net-analyzer/arpwatch" auto="yes" arch="*"> + <unaffected range="ge">2.1.15-r8</unaffected> + <vulnerable range="lt">2.1.15-r8</vulnerable> + </package> + </affected> + <background> + <p>The ethernet monitor program; for keeping track of ethernet/ip address + pairings. + </p> + </background> + <description> + <p>Arpwatch does not properly drop supplementary groups.</p> + </description> + <impact type="high"> + <p>Attackers, if able to exploit arpwatch, could escalate privileges + outside of the running process. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All arpwatch users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --verbose --oneshot ">=net-analyzer/arpwatch-2.1.15-r8" + </code> + </resolution> + <references> + <uri link="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-2653"> + CVE-2012-2653 + </uri> + </references> + <metadata tag="requester" timestamp="Sat, 19 Mar 2016 12:49:20 +0000">b-man</metadata> + <metadata tag="submitter" timestamp="Wed, 20 Jul 2016 12:02:59 +0000">b-man</metadata> +</glsa> |