diff options
author | Xin LI <delphij@FreeBSD.org> | 2010-02-16 18:06:33 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2010-02-16 18:06:33 +0000 |
commit | 243b0c17bdb671a8feb752175008c247f5474efb (patch) | |
tree | 4ce5203df26d10f02bde1aa053ad8283588332cf /security/vuxml/vuln.xml | |
parent | cb80db4dc21c977493215fa37c48ff0a8630d10e (diff) | |
download | ports-243b0c17bdb671a8feb752175008c247f5474efb.tar.gz ports-243b0c17bdb671a8feb752175008c247f5474efb.zip |
Notes
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index fcef7e2c8bd4..24c0f7f1f23e 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,36 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1a3bd81f-1b25-11df-bd1a-002170daae37"> + <topic>lighttpd -- denial of service vulnerability</topic> + <affects> + <package> + <name>lighttpd</name> + <range><lt>1.4.26</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Lighttpd security advisory reports:</p> + <blockquote cite="http://download.lighttpd.net/lighttpd/security/lighttpd_sa_2010_01.txt"> + <p>If you send the request data very slow (e.g. sleep + 0.01 after each byte), lighttpd will easily use all + available memory and die (especially for parallel + requests), allowing a DoS within minutes.</p> + </blockquote> + </body> + </description> + <references> + <bid>38036</bid> + <cvename>CVE-2010-0295</cvename> + <url>http://download.lighttpd.net/lighttpd/security/lighttpd_sa_2010_01.txt</url> + </references> + <dates> + <discovery>2010-02-02</discovery> + <entry>2010-02-16</entry> + </dates> + </vuln> + <vuln vid="81d9dc0c-1988-11df-8e66-0019996bc1f7"> <topic>squid -- Denial of Service vulnerability in HTCP</topic> <affects> |