summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xml/htdocs/security/en/glsa/glsa-200404-16.xml')
-rw-r--r--xml/htdocs/security/en/glsa/glsa-200404-16.xml65
1 files changed, 65 insertions, 0 deletions
diff --git a/xml/htdocs/security/en/glsa/glsa-200404-16.xml b/xml/htdocs/security/en/glsa/glsa-200404-16.xml
new file mode 100644
index 00000000..777b0fac
--- /dev/null
+++ b/xml/htdocs/security/en/glsa/glsa-200404-16.xml
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="utf-8"?>
+<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?>
+<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?>
+<!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>April 19, 2004</announced>
+ <revised>April 19, 2004: 01</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 ">=app-admin/monit-4.2.1"
+ # emerge ">=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>