summaryrefslogtreecommitdiff
blob: fbf716ccd539a034bc98f8ffef8ac86fec5f43ff (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
75
76
77
78
79
80
81
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200905-08">
  <title>NTP: Remote execution of arbitrary code</title>
  <synopsis>
    Multiple errors in the NTP client and server programs might allow for the
    remote execution of arbitrary code.
  </synopsis>
  <product type="ebuild">ntp</product>
  <announced>2009-05-26</announced>
  <revised count="01">2009-05-26</revised>
  <bug>263033</bug>
  <bug>268962</bug>
  <access>remote</access>
  <affected>
    <package name="net-misc/ntp" auto="yes" arch="*">
      <unaffected range="ge">4.2.4_p7</unaffected>
      <vulnerable range="lt">4.2.4_p7</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    NTP contains the client and daemon implementations for the Network Time
    Protocol.
    </p>
  </background>
  <description>
    <p>
    Multiple vulnerabilities have been found in the programs included in
    the NTP package:
    </p>
    <ul>
    <li>Apple Product Security reported a
    boundary error in the cookedprint() function in ntpq/ntpq.c, possibly
    leading to a stack-based buffer overflow (CVE-2009-0159).</li>
    <li>Chris Ries of CMU reported a boundary error within the
    crypto_recv() function in ntpd/ntp_crypto.c, possibly leading to a
    stack-based buffer overflow (CVE-2009-1252).</li>
    </ul>
  </description>
  <impact type="high">
    <p>
    A remote attacker might send a specially crafted package to a machine
    running ntpd, possibly resulting in the remote execution of arbitrary
    code with the privileges of the user running the daemon, or a Denial of
    Service. NOTE: Successful exploitation requires the "autokey" feature
    to be enabled. This feature is only available if NTP was built with the
    'ssl' USE flag.
    </p>
    <p>
    Furthermore, a remote attacker could entice a user into connecting to a
    malicious server using ntpq, possibly resulting in the remote execution
    of arbitrary code with the privileges of the user running the
    application, or a Denial of Service.
    </p>
  </impact>
  <workaround>
    <p>
    You can protect against CVE-2009-1252 by disabling the 'ssl' USE flag
    and recompiling NTP.
    </p>
  </workaround>
  <resolution>
    <p>
    All NTP users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=net-misc/ntp-4.2.4_p7"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0159">CVE-2009-0159</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1252">CVE-2009-1252</uri>
  </references>
  <metadata tag="submitter" timestamp="2009-05-25T17:26:27Z">
    a3li
  </metadata>
  <metadata tag="bugReady" timestamp="2009-05-25T17:27:05Z">
    a3li
  </metadata>
</glsa>