You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/metadata/glsa/glsa-200403-14.xml

73 lines
2.5 KiB

<?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 count="02">2006-05-22</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>