From owner-svn-ports-all@freebsd.org Sun Feb 14 14:39:56 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0B71AA8AFA; Sun, 14 Feb 2016 14:39:56 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A84081423; Sun, 14 Feb 2016 14:39:56 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1EEdtoL067912; Sun, 14 Feb 2016 14:39:55 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1EEdtJl067909; Sun, 14 Feb 2016 14:39:55 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201602141439.u1EEdtJl067909@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sun, 14 Feb 2016 14:39:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408857 - head/security/vuxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Feb 2016 14:39:57 -0000 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.) --> + + nghttp2 -- Out of memory in nghttpd, nghttp, and libnghttp2_asio + + + nghttp2 + 1.7.1 + + + + +

Nghttp2 reports:

+
+

Out of memory in nghttpd, nghttp, and libnghttp2_asio applications + due to unlimited incoming HTTP header fields.

+

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.

+

Note that libnghttp2 itself is not affected by this vulnerability.

+
+ +
+ + http://nghttp2.org/blog/2016/02/11/nghttp2-v1-7-1/ + CVE-2016-1544 + + + 2016-02-03 + 2016-02-13 + +
+ horde -- XSS vulnerabilies