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-201006-17.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-201006-17.xml')
-rw-r--r-- | glsa-201006-17.xml | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/glsa-201006-17.xml b/glsa-201006-17.xml new file mode 100644 index 00000000..bee58a6b --- /dev/null +++ b/glsa-201006-17.xml @@ -0,0 +1,66 @@ +<?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="201006-17"> + <title>lighttpd: Denial of Service</title> + <synopsis> + A processing error in lighttpd might result in a Denial of Service + condition. + </synopsis> + <product type="ebuild">lighttpd</product> + <announced>June 03, 2010</announced> + <revised>June 03, 2010: 01</revised> + <bug>303213</bug> + <access>remote</access> + <affected> + <package name="www-servers/lighttpd" auto="yes" arch="*"> + <unaffected range="ge">1.4.25-r1</unaffected> + <vulnerable range="lt">1.4.25-r1</vulnerable> + </package> + </affected> + <background> + <p> + lighttpd is a lightweight high-performance web server. + </p> + </background> + <description> + <p> + Li Ming reported that lighttpd does not properly process packets that + are sent overly slow. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker might send specially crafted packets to a server + running lighttpd, possibly resulting in a Denial of Service condition + via host memory exhaustion. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All lighttpd users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-servers/lighttpd-1.4.25-r1"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-0295">CVE-2010-0295</uri> + </references> + <metadata tag="requester" timestamp="Mon, 15 Mar 2010 14:19:51 +0000"> + keytoaster + </metadata> + <metadata tag="submitter" timestamp="Mon, 31 May 2010 15:20:53 +0000"> + a3li + </metadata> + <metadata tag="bugReady" timestamp="Mon, 31 May 2010 15:20:59 +0000"> + a3li + </metadata> +</glsa> |