From owner-svn-ports-head@freebsd.org Tue Jun 20 07:05:16 2017 Return-Path: Delivered-To: svn-ports-head@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 49A41D9178E; Tue, 20 Jun 2017 07:05:16 +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 23435769B0; Tue, 20 Jun 2017 07:05:16 +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 v5K75FLm089663; Tue, 20 Jun 2017 07:05:15 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5K75FFu089661; Tue, 20 Jun 2017 07:05:15 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201706200705.v5K75FFu089661@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Tue, 20 Jun 2017 07:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443943 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jun 2017 07:05:16 -0000 Author: brnrd Date: Tue Jun 20 07:05:14 2017 New Revision: 443943 URL: https://svnweb.freebsd.org/changeset/ports/443943 Log: security/vuxml: Document Apache httpd vulnerabilities Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Jun 20 06:30:23 2017 (r443942) +++ head/security/vuxml/vuln.xml Tue Jun 20 07:05:14 2017 (r443943) @@ -58,6 +58,62 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> + + Apache httpd -- several vulnerabilities + + + apache22 + 2.2.32 + + + apache24 + 2.4.26 + + + + +

The Apache httpd project reports:

+
+
    +
  • ap_get_basic_auth_pw() Authentication Bypass (CVE-2017-3167):
    + Use of the ap_get_basic_auth_pw() by third-party modules outside + of the authentication phase may lead to authentication requirements + being bypassed.
  • +
  • mod_ssl Null Pointer Dereference (CVE-2017-3169):
    mod_ssl may + dereference a NULL pointer when third-party modules + call ap_hook_process_connection() during an HTTP request to an HTTPS + port.
  • +
  • mod_http2 Null Pointer Dereference (CVE-2017-7659):
    A maliciously + constructed HTTP/2 request could cause mod_http2 to dereference a NULL + pointer and crash the server process.
  • +
  • ap_find_token() Buffer Overread (CVE-2017-7668):
    The HTTP strict + parsing changes added in 2.2.32 and 2.4.24 introduced a bug in token + list parsing, which allows ap_find_token() to search past the end of its + input string. By maliciously crafting a sequence of request headers, an + attacker may be able to cause a segmentation fault, or to force + ap_find_token() to return an incorrect value.
  • +
  • mod_mime Buffer Overread (CVE-2017-7679):
    mod_mime can read one + byte past the end of a buffer when sending a malicious Content-Type + response header.
  • +
+
+ +
+ + https://httpd.apache.org/security/vulnerabilities_24.html + https://httpd.apache.org/security/vulnerabilities_22.html + CVE-2017-3167 + CVE-2017-3169 + CVE-2017-7659 + CVE-2017-7668 + CVE-2017-7679 + + + 2017-06-20 + 2017-06-20 + +
+ chromium -- multiple vulnerabilities @@ -7090,7 +7146,7 @@ Notes: Apache httpd -- several vulnerabilities - apache24 + APAche24 2.4.25