blob: 73f83d218aa4fd656c328e45ed1a072cc2a10f02 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200708-06">
<title>Net::DNS: Multiple vulnerabilities</title>
<synopsis>
Multiple vulnerabilities have been discovered in the Net::DNS Perl module,
allowing for a Denial of Service and a cache poisoning attack.
</synopsis>
<product type="ebuild">net-dns</product>
<announced>2007-08-11</announced>
<revised count="01">2007-08-11</revised>
<bug>184029</bug>
<access>remote</access>
<affected>
<package name="dev-perl/Net-DNS" auto="yes" arch="*">
<unaffected range="ge">0.60</unaffected>
<vulnerable range="lt">0.60</vulnerable>
</package>
</affected>
<background>
<p>
Net::DNS is a Perl implementation of a DNS resolver.
</p>
</background>
<description>
<p>
hjp discovered an error when handling DNS query IDs which make them
partially predictable. Steffen Ullrich discovered an error in the
dn_expand() function which could lead to an endless loop.
</p>
</description>
<impact type="normal">
<p>
A remote attacker could send a specially crafted DNS request to the
server which could result in a Denial of Service with an infinite
recursion, or perform a cache poisoning attack.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Net::DNS users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose ">=dev-perl/Net-DNS-0.60"</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3377">CVE-2007-3377</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-3409">CVE-2007-3409</uri>
</references>
<metadata tag="requester" timestamp="2007-07-16T13:12:37Z">
aetius
</metadata>
<metadata tag="bugReady" timestamp="2007-07-25T05:32:52Z">
jaervosz
</metadata>
<metadata tag="submitter" timestamp="2007-07-30T09:51:53Z">
p-y
</metadata>
</glsa>
|