summaryrefslogtreecommitdiff
blob: fed68aba9825cc0df6990cf314d306618b7fd18d (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200807-08">
  <title>BIND: Cache poisoning</title>
  <synopsis>
    A weakness in the DNS protocol has been reported, which could lead to cache
    poisoning on recursive resolvers.
  </synopsis>
  <product type="ebuild">bind</product>
  <announced>2008-07-11</announced>
  <revised count="01">2008-07-11</revised>
  <bug>231201</bug>
  <access>remote</access>
  <affected>
    <package name="net-dns/bind" auto="yes" arch="*">
      <unaffected range="ge">9.4.2_p1</unaffected>
      <vulnerable range="lt">9.4.2_p1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    ISC BIND is the Internet Systems Consortium implementation of the
    Domain Name System (DNS) protocol.
    </p>
  </background>
  <description>
    <p>
    Dan Kaminsky of IOActive has reported a weakness in the DNS protocol
    related to insufficient randomness of DNS transaction IDs and query
    source ports.
    </p>
  </description>
  <impact type="high">
    <p>
    An attacker could exploit this weakness to poison the cache of a
    recursive resolver and thus spoof DNS traffic, which could e.g. lead to
    the redirection of web or mail traffic to malicious sites.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All BIND users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=net-dns/bind-9.4.2_p1"</code>
    <p>
    Note: In order to utilize the query port randomization to mitigate the
    weakness, you need to make sure that your network setup allows the DNS
    server to use random source ports for query and that you have not set a
    fixed query port via the "query-source port" directive in the BIND
    configuration.
    </p>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1447">CVE-2008-1447</uri>
  </references>
  <metadata tag="requester" timestamp="2008-07-09T08:55:27Z">
    vorlon
  </metadata>
  <metadata tag="submitter" timestamp="2008-07-09T14:42:45Z">
    vorlon
  </metadata>
  <metadata tag="bugReady" timestamp="2008-07-11T17:35:39Z">
    rbu
  </metadata>
</glsa>