Date: Wed, 21 Nov 2012 14:35:31 +0000 (UTC) From: Martin Matuska <mm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307616 - head/security/vuxml Message-ID: <201211211435.qALEZVbH071647@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mm Date: Wed Nov 21 14:35:31 2012 New Revision: 307616 URL: http://svnweb.freebsd.org/changeset/ports/307616 Log: Document new vulnerability in www/lighttpd 1.4.31 Feature safe: yes Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Nov 21 14:31:35 2012 (r307615) +++ head/security/vuxml/vuln.xml Wed Nov 21 14:35:31 2012 (r307616) @@ -51,6 +51,38 @@ Note: Please add new entries to the beg --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="1cd3ca42-33e6-11e2-a255-5404a67eef98"> + <topic>lighttpd -- remote DoS in header parsing</topic> + <affects> + <package> + <name>lighttpd</name> + <range><gt>1.4.30</gt><lt>1.4.32</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_2012_01.txt"> + <p>Certain Connection header values will trigger an endless loop, for example: + "Connection: TE,,Keep-Alive"</p> + <p>On receiving such value, lighttpd will enter an endless loop, + detecting an empty token but not incrementing the current string + position, and keep reading the ',' again and again.</p> + <p>This bug was introduced in 1.4.31, when we fixed an "invalid read" + bug (it would try to read the byte before the string if it started + with ',', although the value wasn't actually used).</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2012-5533</cvename> + </references> + <dates> + <discovery>2012-11-17</discovery> + <entry>2012-11-21</entry> + </dates> + </vuln> + <vuln vid="d23119df-335d-11e2-b64c-c8600054b392"> <topic>mozilla -- multiple vulnerabilities</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211211435.qALEZVbH071647>