summaryrefslogtreecommitdiff
blob: 3920f85f40ec6fedc570b739a1f29c7998d91abc (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200804-22">
  <title>PowerDNS Recursor: DNS Cache Poisoning</title>
  <synopsis>
    Use of insufficient randomness in PowerDNS Recursor might lead to DNS cache
    poisoning.
  </synopsis>
  <product type="ebuild">pdns-recursor</product>
  <announced>2008-04-18</announced>
  <revised count="03">2008-08-21</revised>
  <bug>215567</bug>
  <bug>231335</bug>
  <access>remote</access>
  <affected>
    <package name="net-dns/pdns-recursor" auto="yes" arch="*">
      <unaffected range="ge">3.1.6</unaffected>
      <vulnerable range="lt">3.1.6</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    The PowerDNS Recursor is an advanced recursing nameserver.
    </p>
  </background>
  <description>
    <p>
    Amit Klein of Trusteer reported that insufficient randomness is used to
    calculate the TRXID values and the UDP source port numbers
    (CVE-2008-1637). Thomas Biege of SUSE pointed out that a prior fix to
    resolve this issue was incomplete, as it did not always enable the
    stronger random number generator for source port selection
    (CVE-2008-3217).
    </p>
  </description>
  <impact type="normal">
    <p>
    A remote attacker could send malicious answers to insert arbitrary DNS
    data into the cache. These attacks would in turn help an attacker to
    perform man-in-the-middle and site impersonation attacks.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All PowerDNS Recursor users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=net-dns/pdns-recursor-3.1.6"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1637">CVE-2008-1637</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-3217">CVE-2008-3217</uri>
  </references>
  <metadata tag="requester" timestamp="2008-04-17T20:12:08Z">
    keytoaster
  </metadata>
  <metadata tag="submitter" timestamp="2008-04-18T01:27:35Z">
    rbu
  </metadata>
  <metadata tag="bugReady" timestamp="2008-04-18T01:27:43Z">
    rbu
  </metadata>
</glsa>