diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200404-05.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-200404-05.xml')
-rw-r--r-- | metadata/glsa/glsa-200404-05.xml | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200404-05.xml b/metadata/glsa/glsa-200404-05.xml new file mode 100644 index 000000000000..80727adab5c9 --- /dev/null +++ b/metadata/glsa/glsa-200404-05.xml @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200404-05"> + <title>ipsec-tools contains an X.509 certificates vulnerability.</title> + <synopsis> + ipsec-tools contains a vulnerability that affects connections authenticated + with X.509 certificates. + </synopsis> + <product type="ebuild">ipsec-tools</product> + <announced>April 07, 2004</announced> + <revised>April 07, 2004: 01</revised> + <bug>47013</bug> + <access>remote</access> + <affected> + <package name="net-firewall/ipsec-tools" auto="yes" arch="amd64"> + <unaffected range="ge">0.2.5</unaffected> + <vulnerable range="le">0.2.4</vulnerable> + </package> + </affected> + <background> + <p> + From http://ipsec-tools.sourceforge.net/ : + </p> + <p> + "IPsec-Tools is a port of KAME's IPsec utilities to the Linux-2.6 + IPsec implementation." + </p> + </background> + <description> + <p> + <i>racoon</i> (a utility in the ipsec-tools package) does not verify digital + signatures on Phase1 packets. This means that anybody holding the correct + X.509 certificate would be able to establish a connection, even if they did + not have the corresponding private key. + </p> + </description> + <impact type="high"> + <p> + Since digital signatures are not verified by the <i>racoon</i> tool, an attacker may + be able to connect to the VPN gateway and/or execute a man-in-the-middle attack. + </p> + </impact> + <workaround> + <p> + A workaround is not currently known for this issue. All users are advised + to upgrade to the latest version of the affected package. + </p> + </workaround> + <resolution> + <p> + ipsec-tools users should upgrade to version 0.2.5 or later: + </p> + <code> + # emerge sync + + # emerge -pv ">=net-firewall/ipsec-tools-0.2.5" + # emerge ">=net-firewall/ipsec-tools-0.2.5"</code> + </resolution> + <references> + </references> + <metadata tag="submitter">klieber</metadata> +</glsa> |