diff options
Diffstat (limited to 'metadata/glsa/glsa-200903-40.xml')
-rw-r--r-- | metadata/glsa/glsa-200903-40.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200903-40.xml b/metadata/glsa/glsa-200903-40.xml new file mode 100644 index 000000000000..a19c712dc670 --- /dev/null +++ b/metadata/glsa/glsa-200903-40.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200903-40"> + <title>Analog: Denial of Service</title> + <synopsis> + A Denial of Service vulnerability was discovered in Analog. + </synopsis> + <product type="ebuild">analog</product> + <announced>2009-03-29</announced> + <revised>2009-03-29: 01</revised> + <bug>249140</bug> + <access>local</access> + <affected> + <package name="app-admin/analog" auto="yes" arch="*"> + <unaffected range="ge">6.0-r2</unaffected> + <vulnerable range="lt">6.0-r2</vulnerable> + </package> + </affected> + <background> + <p> + Analog is a a webserver log analyzer. + </p> + </background> + <description> + <p> + Diego E. Petteno reported that the Analog package in Gentoo is built + with its own copy of bzip2, making it vulnerable to CVE-2008-1372 (GLSA + 200804-02). + </p> + </description> + <impact type="normal"> + <p> + A local attacker could place specially crafted log files into a log + directory being analyzed by analog, e.g. /var/log/apache, resulting in + a crash when being processed by the application. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Analog users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-admin/analog-6.0-r2"</code> + <p> + NOTE: Analog is now linked against the system bzip2 library. + </p> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1372">CVE-2008-1372</uri> + <uri link="https://www.gentoo.org/security/en/glsa/glsa-200804-02.xml">GLSA 200804-02</uri> + </references> + <metadata tag="requester" timestamp="2008-12-21T20:13:59Z"> + keytoaster + </metadata> + <metadata tag="submitter" timestamp="2009-03-26T12:22:59Z"> + p-y + </metadata> + <metadata tag="bugReady" timestamp="2009-03-26T12:23:07Z"> + p-y + </metadata> +</glsa> |