summaryrefslogtreecommitdiff
blob: a10ae20dcf3230be8b2e82c589f662bd71bfb232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?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>2004-04-07</announced>
  <revised>2004-04-07: 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 "&gt;=net-firewall/ipsec-tools-0.2.5"
    # emerge "&gt;=net-firewall/ipsec-tools-0.2.5"</code>
  </resolution>
  <references>
  </references>
  <metadata tag="submitter">klieber</metadata>
</glsa>