diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200707-14.xml | |
download | gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200707-14.xml')
-rw-r--r-- | glsa-200707-14.xml | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/glsa-200707-14.xml b/glsa-200707-14.xml new file mode 100644 index 000000000000..dec9c075bc5f --- /dev/null +++ b/glsa-200707-14.xml @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200707-14"> + <title>tcpdump: Integer overflow</title> + <synopsis> + A vulnerability has been discovered in tcpdump, allowing for the execution + of arbitrary code, possibly with root privileges. + </synopsis> + <product type="ebuild">tcpdump</product> + <announced>July 28, 2007</announced> + <revised>July 28, 2007: 01</revised> + <bug>184815</bug> + <access>remote</access> + <affected> + <package name="net-analyzer/tcpdump" auto="yes" arch="*"> + <unaffected range="ge">3.9.5-r3</unaffected> + <vulnerable range="lt">3.9.5-r3</vulnerable> + </package> + </affected> + <background> + <p> + tcpdump is a tool for capturing and inspecting network traffic. + </p> + </background> + <description> + <p> + mu-b from Digital Labs discovered that the return value of a snprintf() + call is not properly checked before being used. This could lead to an + integer overflow. + </p> + </description> + <impact type="high"> + <p> + A remote attacker could send specially crafted BGP packets on a network + being monitored with tcpdump, possibly resulting in the execution of + arbitrary code with the privileges of the user running tcpdump, which + is usually root. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All tcpdump users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-analyzer/tcpdump-3.9.5-r3"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3798">CVE-2007-3798</uri> + </references> + <metadata tag="requester" timestamp="Sat, 14 Jul 2007 22:01:53 +0000"> + p-y + </metadata> + <metadata tag="submitter" timestamp="Tue, 17 Jul 2007 18:00:19 +0000"> + p-y + </metadata> + <metadata tag="bugReady" timestamp="Tue, 17 Jul 2007 18:48:59 +0000"> + p-y + </metadata> +</glsa> |