summaryrefslogtreecommitdiff
blob: f2939a5d373e54dd6f7a09058ec01214ba30b039 (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="200403-14">
  <title>Multiple Security Vulnerabilities in Monit</title>
  <synopsis>
    A denial of service and a buffer overflow vulnerability have been found in
    Monit.
  </synopsis>
  <product type="ebuild">app-admin/monit</product>
  <announced>2004-03-31</announced>
  <revised>2006-05-22: 02</revised>
  <bug>43967</bug>
  <access>remote</access>
  <affected>
    <package name="app-admin/monit" auto="yes" arch="*">
      <unaffected range="ge">4.2</unaffected>
      <vulnerable range="le">4.1</vulnerable>
    </package>
  </affected>
  <background>
    <p>
    Monit is a system administration utility that allows management and
    monitoring of processes, files, directories and devices on a Unix
    system.
    </p>
  </background>
  <description>
    <p>
    A denial of service may occur due to Monit not sanitizing remotely
    supplied HTTP parameters before passing them to memory allocation
    functions. This could allow an attacker to cause an unexpected
    condition that could lead to the Monit daemon crashing.
    </p>
    <p>
    An overly long http request method may cause a buffer overflow due to
    Monit performing insufficient bounds checking when handling HTTP
    requests.
    </p>
  </description>
  <impact type="high">
    <p>
    An attacker may crash the Monit daemon to create a denial of service
    condition or cause a buffer overflow that would allow arbitrary code to
    be executed with root privileges.
    </p>
  </impact>
  <workaround>
    <p>
    A workaround is not currently known for this issue. All users are
    advised to upgrade to the latest version of the affected package.
    </p>
  </workaround>
  <resolution>
    <p>
    Monit users should upgrade to version 4.2 or later:
    </p>
    <code> 
    # emerge sync
    
    # emerge -pv "&gt;=app-admin/monit-4.2"
    # emerge "&gt;=app-admin/monit-4.2"</code>
  </resolution>
  <references>
    <uri link="http://www.securityfocus.com/bid/9098">Monit HTTP Content-Length Parameter Denial of Service Vulnerability</uri>
    <uri link="http://www.securityfocus.com/bid/9099">Monit Overly Long HTTP Request Buffer Overrun Vulnerability</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-1083">CVE-2003-1083</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2003-1084">CVE-2003-1084</uri>
  </references>
  <metadata tag="submitter" timestamp="2006-05-22T05:44:45Z">
    DerCorny
  </metadata>
</glsa>