blob: 40704e5ada0115be67ac02ca270df8108b4a8041 (
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
63
64
65
66
67
68
69
70
71
72
73
74
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200909-05">
<title>Openswan: Denial of Service</title>
<synopsis>
Multiple vulnerabilities in the pluto IKE daemon of Openswan might allow
remote attackers to cause a Denial of Service.
</synopsis>
<product type="ebuild">openswan</product>
<announced>2009-09-09</announced>
<revised count="01">2009-09-09</revised>
<bug>264346</bug>
<bug>275233</bug>
<access>remote</access>
<affected>
<package name="net-misc/openswan" auto="yes" arch="*">
<unaffected range="ge">2.4.15</unaffected>
<vulnerable range="lt">2.4.15</vulnerable>
</package>
</affected>
<background>
<p>
Openswan is an implementation of IPsec for Linux.
</p>
</background>
<description>
<p>
Multiple vulnerabilities have been discovered in Openswan:
</p>
<ul>
<li>Gerd v. Egidy reported a NULL pointer dereference in the Dead Peer
Detection of the pluto IKE daemon as included in Openswan
(CVE-2009-0790).</li>
<li>The Orange Labs vulnerability research team
discovered multiple vulnerabilities in the ASN.1 parser
(CVE-2009-2185).</li>
</ul>
</description>
<impact type="normal">
<p>
A remote attacker could exploit these vulnerabilities by sending
specially crafted R_U_THERE or R_U_THERE_ACK packets, or a specially
crafted X.509 certificate containing a malicious Relative Distinguished
Name (RDN), UTCTIME string or GENERALIZEDTIME string to cause a Denial
of Service of the pluto IKE daemon.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Openswan users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-misc/openswan-2.4.15"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0790">CVE-2009-0790</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2185">CVE-2009-2185</uri>
</references>
<metadata tag="requester" timestamp="2009-06-12T22:25:11Z">
craig
</metadata>
<metadata tag="submitter" timestamp="2009-08-28T16:52:25Z">
a3li
</metadata>
<metadata tag="bugReady" timestamp="2009-08-31T03:39:02Z">
a3li
</metadata>
</glsa>
|