summaryrefslogtreecommitdiff
blob: 3eb03387be56ebc44db04c2c96cf6f9844a7f0e2 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200711-11">
  <title>Nagios Plugins: Two buffer overflows</title>
  <synopsis>
    Two buffer overflow vulnerabilities in the Nagios Plugins might allow for
    remote execution of arbitrary code.
  </synopsis>
  <product type="ebuild">nagios-plugins</product>
  <announced>2007-11-08</announced>
  <revised count="01">2007-11-08</revised>
  <bug>196308</bug>
  <bug>194178</bug>
  <access>remote</access>
  <affected>
    <package name="net-analyzer/nagios-plugins" auto="yes" arch="*">
      <unaffected range="ge">1.4.10-r1</unaffected>
      <vulnerable range="lt">1.4.10-r1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    The Nagios Plugins are an official set of plugins for Nagios, an open
    source host, service and network monitoring program.
    </p>
  </background>
  <description>
    <p>
    fabiodds reported a boundary checking error in the "check_snmp" plugin
    when processing SNMP "GET" replies that could lead to a stack-based
    buffer overflow (CVE-2007-5623). Nobuhiro Ban reported a boundary
    checking error in the redir() function of the "check_http" plugin when
    processing HTTP "Location:" header information which might lead to a
    buffer overflow (CVE-2007-5198).
    </p>
  </description>
  <impact type="high">
    <p>
    A remote attacker could exploit these vulnerabilities to execute
    arbitrary code with the privileges of the user running Nagios or cause
    a Denial of Service by (1) sending a specially crafted SNMP "GET" reply
    to the Nagios daemon or (2) sending an overly long string in the
    "Location:" header of an HTTP reply. Note that to exploit (2), the
    malicious or compromised web server has to be configured in Nagios and
    the "-f" (follow) option has to be enabled.
    </p>
  </impact>
  <workaround>
    <p>
    There is no known workaround at this time.
    </p>
  </workaround>
  <resolution>
    <p>
    All users of the Nagios Plugins should upgrade to the latest version:
    </p>
    <code>
    # emerge --sync
    # emerge --ask --oneshot --verbose "&gt;=net-analyzer/nagios-plugins-1.4.10-r1"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5198">CVE-2007-5198</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5623">CVE-2007-5623</uri>
  </references>
  <metadata tag="requester" timestamp="2007-11-03T12:12:46Z">
    rbu
  </metadata>
  <metadata tag="submitter" timestamp="2007-11-05T00:16:27Z">
    rbu
  </metadata>
  <metadata tag="bugReady" timestamp="2007-11-07T19:12:11Z">
    jaervosz
  </metadata>
</glsa>