diff options
author | 2016-04-14 08:02:22 +0000 | |
---|---|---|
committer | 2016-04-14 08:02:22 +0000 | |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200407-17.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-200407-17.xml')
-rw-r--r-- | metadata/glsa/glsa-200407-17.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200407-17.xml b/metadata/glsa/glsa-200407-17.xml new file mode 100644 index 000000000000..4f68a9775b02 --- /dev/null +++ b/metadata/glsa/glsa-200407-17.xml @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200407-17"> + <title>l2tpd: Buffer overflow</title> + <synopsis> + A buffer overflow in l2tpd could lead to remote code execution. It is not + known whether this bug is exploitable. + </synopsis> + <product type="ebuild">net-dialup/l2tpd</product> + <announced>July 22, 2004</announced> + <revised>July 22, 2004: 01</revised> + <bug>53009</bug> + <access>remote</access> + <affected> + <package name="net-dialup/l2tpd" auto="yes" arch="*"> + <unaffected range="ge">0.69-r2</unaffected> + <vulnerable range="lt">0.69-r2</vulnerable> + </package> + </affected> + <background> + <p> + l2tpd is a GPL implentation of the Layer 2 Tunneling Protocol. + </p> + </background> + <description> + <p> + Thomas Walpuski discovered a buffer overflow that may be exploitable by + sending a specially crafted packet. In order to exploit the vulnerable + code, an attacker would need to fake the establishment of an L2TP tunnel. + </p> + </description> + <impact type="high"> + <p> + A remote attacker may be able to execute arbitrary code with the privileges + of the user running l2tpd. + </p> + </impact> + <workaround> + <p> + There is no known workaround for this vulnerability. + </p> + </workaround> + <resolution> + <p> + All users are recommended to upgrade to the latest stable version: + </p> + <code> + # emerge sync + + # emerge -pv ">=net-l2tpd-0.69-r2" + # emerge ">=net-l2tpd-0.69-r2"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0649">CAN-2004-0649</uri> + <uri link="http://seclists.org/lists/fulldisclosure/2004/Jun/0094.html">Full Disclosure Report</uri> + </references> + <metadata tag="requester"> + koon + </metadata> + <metadata tag="submitter"> + dmargoli + </metadata> +</glsa> |