diff options
author | delphij <delphij@FreeBSD.org> | 2010-02-17 02:06:33 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-02-17 02:06:33 +0800 |
commit | 0d4ba3d9163d4b0a772877f9c22033962ffbff9e (patch) | |
tree | 943278645a4df9358ec5b04efd9f5b7bc68d80cc /security | |
parent | bb70d6e17d33c0fc05a54027433bfd3afea3abbc (diff) | |
download | freebsd-ports-gnome-0d4ba3d9163d4b0a772877f9c22033962ffbff9e.tar.gz freebsd-ports-gnome-0d4ba3d9163d4b0a772877f9c22033962ffbff9e.tar.zst freebsd-ports-gnome-0d4ba3d9163d4b0a772877f9c22033962ffbff9e.zip |
Document lighttpd remote DoS vulnerability.
Reported by: Dan Rowe <dan dracosplace com>
Feature safe: yes
Diffstat (limited to 'security')
-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> |