From owner-svn-ports-all@freebsd.org Sat Aug 8 09:53:50 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 755213A606C; Sat, 8 Aug 2020 09:53:50 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BNyH22Xtxz4ZgB; Sat, 8 Aug 2020 09:53:50 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3B85E26D36; Sat, 8 Aug 2020 09:53:50 +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 0789roPn085286; Sat, 8 Aug 2020 09:53:50 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0789rnSg085284; Sat, 8 Aug 2020 09:53:49 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <202008080953.0789rnSg085284@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 8 Aug 2020 09:53:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544381 - head/security/vuxml X-SVN-Group: ports-head X-SVN-Commit-Author: brnrd X-SVN-Commit-Paths: head/security/vuxml X-SVN-Commit-Revision: 544381 X-SVN-Commit-Repository: ports 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.33 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: Sat, 08 Aug 2020 09:53:50 -0000 Author: brnrd Date: Sat Aug 8 09:53:49 2020 New Revision: 544381 URL: https://svnweb.freebsd.org/changeset/ports/544381 Log: security/vuxml: Add Apache httpd vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Aug 8 09:52:48 2020 (r544380) +++ head/security/vuxml/vuln.xml Sat Aug 8 09:53:49 2020 (r544381) @@ -58,6 +58,49 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Apache httpd -- Multiple vulnerabilities + + + apache24 + 2.4.46 + + + + +

The Apache httpd projec reports:

+
+
    +
  • mod_http2: Important: Push Diary Crash on Specifically + Crafted HTTP/2 Header (CVE-2020-9490)
    + A specially crafted value for the 'Cache-Digest' header in a HTTP/2 + request would result in a crash when the server actually tries to + HTTP/2 PUSH a resource afterwards.
  • +
  • mod_proxy_uwsgi: Moderate: mod_proxy_uwsgi buffer overflow + (CVE-2020-11984)
    + info disclosure and possible RCE
  • +
  • mod_http2: Moderate: Push Diary Crash on Specifically Crafted + HTTP/2 Header (CVE-2020-11993)
    + When trace/debug was enabled for the HTTP/2 module and on certain + traffic edge patterns, logging statements were made on the wrong + connection, causing concurrent use of memory pools.
  • +
+
+ +
+ + https://downloads.apache.org/httpd/CHANGES_2.4.46 + https://httpd.apache.org/security/vulnerabilities_24.html + CVE-2020-9490 + CVE-2020-11984 + CVE-2020-11993 + + + 2020-08-07 + 2020-08-08 + +
+ go -- encoding/binary: ReadUvarint and ReadVarint can read an unlimited number of bytes from invalid inputs