summaryrefslogtreecommitdiff
blob: 096d96030c77ea57a02d71cf873ffe4437d32097 (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
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200907-15">
  <title>Nagios: Execution of arbitrary code</title>
  <synopsis>
    Multiple vulnerabilities in Nagios may lead to the execution of arbitrary
    code.
  </synopsis>
  <product type="ebuild">nagios-core</product>
  <announced>2009-07-19</announced>
  <revised count="01">2009-07-19</revised>
  <bug>245887</bug>
  <bug>249876</bug>
  <bug>275288</bug>
  <access>remote</access>
  <affected>
    <package name="net-analyzer/nagios-core" auto="yes" arch="*">
      <unaffected range="ge">3.0.6-r2</unaffected>
      <vulnerable range="lt">3.0.6-r2</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Nagios is an open source host, service and network monitoring program.
    </p>
  </background>
  <description>
    <p>
    Multiple vulnerabilities have been reported in Nagios:
    </p>
    <ul>
    <li>
    Paul reported that statuswml.cgi does not properly sanitize shell
    metacharacters in the (1) ping and (2) traceroute parameters
    (CVE-2009-2288).
    </li>
    <li>
    Nagios does not properly verify whether an authenticated user is
    authorized to run certain commands (CVE-2008-5027).
    </li>
    <li>
    Andreas Ericsson reported that Nagios does not perform validity checks
    to verify HTTP requests, leading to Cross-Site Request Forgery
    (CVE-2008-5028).
    </li>
    <li>
    An unspecified vulnerability in Nagios related to CGI programs,
    "adaptive external commands," and "writing newlines and submitting
    service comments" has been reported (CVE-2008-6373).
    </li>
    </ul>
  </description>
  <impact type="high">
    <p>
    A remote authenticated or unauthenticated attacker may exploit these
    vulnerabilities to execute arbitrary commands or elevate privileges.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All Nagios users should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=net-analyzer/nagios-core-3.0.6-r2"</code>
    <p>
    NOTE: Users of the Nagios 2 branch can update to version 2.12-r1 which
    contains a patch to fix CVE-2009-2288. However, that branch is not
    supported upstream or in Gentoo and we are unaware whether the other
    vulnerabilities affect 2.x installations.
    </p>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5027">CVE-2008-5027</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5028">CVE-2008-5028</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-6373">CVE-2008-6373</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-2288">CVE-2009-2288</uri>
  </references>
  <metadata tag="requester" timestamp="2009-07-10T13:14:06Z">
    rbu
  </metadata>
  <metadata tag="submitter" timestamp="2009-07-19T15:48:17Z">
    rbu
  </metadata>
  <metadata tag="bugReady" timestamp="2009-07-19T15:48:53Z">
    rbu
  </metadata>
</glsa>