Date: Sun, 14 Feb 2016 14:39:55 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408857 - head/security/vuxml Message-ID: <201602141439.u1EEdtJl067909@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sun Feb 14 14:39:55 2016 New Revision: 408857 URL: https://svnweb.freebsd.org/changeset/ports/408857 Log: security/vuxml: Add entry for www/nghttp2 < 1.7.1 - Out of memory error in nghttpd, nghttp, and libnghttp2_asio applications Reviewed by: feld (secteam, mentor) Approved by: feld (secteam, mentor) Depends on: D5218 Differential Revision: D5271 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Feb 14 13:28:52 2016 (r408856) +++ head/security/vuxml/vuln.xml Sun Feb 14 14:39:55 2016 (r408857) @@ -57,6 +57,38 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="07718e2b-d29d-11e5-a95f-b499baebfeaf"> + <topic>nghttp2 -- Out of memory in nghttpd, nghttp, and libnghttp2_asio</topic> + <affects> + <package> + <name>nghttp2</name> + <range><lt>1.7.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Nghttp2 reports:</p> + <blockquote cite="https://nghttp2.org/blog/2016/02/11/nghttp2-v1-7-1/"> + <p>Out of memory in nghttpd, nghttp, and libnghttp2_asio applications + due to unlimited incoming HTTP header fields.</p> + <p>nghttpd, nghttp, and libnghttp2_asio applications do not limit the memory usage + for the incoming HTTP header field. If peer sends specially crafted HTTP/2 + HEADERS frames and CONTINUATION frames, they will crash with out of memory + error.</p> + <p>Note that libnghttp2 itself is not affected by this vulnerability.</p> + </blockquote> + </body> + </description> + <references> + <url>http://nghttp2.org/blog/2016/02/11/nghttp2-v1-7-1/</url> + <cvename>CVE-2016-1544</cvename> + </references> + <dates> + <discovery>2016-02-03</discovery> + <entry>2016-02-13</entry> + </dates> + </vuln> + <vuln vid="3aa8b781-d2c4-11e5-b2bd-002590263bf5"> <topic>horde -- XSS vulnerabilies</topic> <affects>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602141439.u1EEdtJl067909>