diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200903-40.xml | |
download | gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 gentoo-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200903-40.xml')
-rw-r--r-- | glsa-200903-40.xml | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/glsa-200903-40.xml b/glsa-200903-40.xml new file mode 100644 index 000000000000..fe901fbc7031 --- /dev/null +++ b/glsa-200903-40.xml @@ -0,0 +1,70 @@ +<?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="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>March 29, 2009</announced> + <revised>March 29, 2009: 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="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1372">CVE-2008-1372</uri> + <uri link="/security/en/glsa/glsa-200804-02.xml">GLSA 200804-02</uri> + </references> + <metadata tag="requester" timestamp="Sun, 21 Dec 2008 20:13:59 +0000"> + keytoaster + </metadata> + <metadata tag="submitter" timestamp="Thu, 26 Mar 2009 12:22:59 +0000"> + p-y + </metadata> + <metadata tag="bugReady" timestamp="Thu, 26 Mar 2009 12:23:07 +0000"> + p-y + </metadata> +</glsa> |