diff options
Diffstat (limited to 'metadata/glsa/glsa-200406-17.xml')
-rw-r--r-- | metadata/glsa/glsa-200406-17.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200406-17.xml b/metadata/glsa/glsa-200406-17.xml new file mode 100644 index 000000000000..cf4baf529326 --- /dev/null +++ b/metadata/glsa/glsa-200406-17.xml @@ -0,0 +1,66 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200406-17"> + <title>IPsec-Tools: authentication bug in racoon</title> + <synopsis> + racoon provided as part of IPsec-Tools fails do proper authentication. + </synopsis> + <product type="ebuild">IPsec-Tools</product> + <announced>June 22, 2004</announced> + <revised>May 22, 2006: 02</revised> + <bug>53915</bug> + <access>remote</access> + <affected> + <package name="net-firewall/ipsec-tools" auto="yes" arch="*"> + <unaffected range="ge">0.3.3</unaffected> + <vulnerable range="lt">0.3.3</vulnerable> + </package> + </affected> + <background> + <p> + IPsec-Tools is a port of KAME's implementation of the IPsec utilities. + It contains a collection of network monitoring tools, including racoon, + ping, and ping6. + </p> + </background> + <description> + <p> + The KAME IKE daemon racoon is used to authenticate peers during Phase 1 + when using either preshared keys, GSS-API, or RSA signatures. When + using RSA signatures racoon validates the X.509 certificate but not the + RSA signature. + </p> + </description> + <impact type="normal"> + <p> + By sending a valid and trusted X.509 certificate and any private key an + attacker could exploit this vulnerability to perform man-in-the-middle + attacks and initiate unauthorized connections. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. All users are encouraged to + upgrade to the latest available version. + </p> + </workaround> + <resolution> + <p> + All IPsec-Tools users should upgrade to the latest stable version: + </p> + <code> + # emerge sync + + # emerge -pv ">=net-firewall/ipsec-tools-0.3.3" + # emerge ">=net-firewall/ipsec-tools-0.3.3"</code> + </resolution> + <references> + <uri link="http://ipsec-tools.sourceforge.net/x509sig.html">IPsec-Tools Advisory</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0155">CVE-2004-0155</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0607">CVE-2004-0607</uri> + </references> + <metadata tag="submitter"> + jaervosz + </metadata> +</glsa> |