summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-200404-16.xml
blob: fe2a114ee4d0033e0acc39bf08fb11c526c70492 (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
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200404-16">
  <title>Multiple new security vulnerabilities in monit</title>
  <synopsis>
    Two new vulnerabilities have been found in the HTTP interface of monit,
    possibly leading to denial of service or execution of arbitrary code.
  </synopsis>
  <product type="ebuild">monit</product>
  <announced>2004-04-19</announced>
  <revised count="01">2004-04-19</revised>
  <bug>47631</bug>
  <access>remote </access>
  <affected>
    <package name="app-admin/monit" auto="yes" arch="*">
      <unaffected range="ge">4.2.1</unaffected>
      <vulnerable range="le">4.2</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>
    Monit has several vulnerabilities in its HTTP interface : a buffer overflow
    vulnerability in the authentication handling code and a off-by-one error in
    the POST method handling code.
    </p>
  </description>
  <impact type="high">
    <p>
    An attacker may exploit the off-by-one error to crash the Monit daemon and
    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.1 or later:
    </p>
    <code>
    # emerge sync

    # emerge -pv "&gt;=app-admin/monit-4.2.1"
    # emerge "&gt;=app-admin/monit-4.2.1"</code>
  </resolution>
  <references>
    <uri link="http://www.tildeslash.com/monit/secadv_20040305.txt">Monit security advisory 20040305</uri>
  </references>
  <metadata tag="submitter">
    koon
  </metadata>
</glsa>