Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jul 2017 18:45:06 +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: r445708 - head/security/vuxml
Message-ID:  <201707131845.v6DIj6lC019630@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Thu Jul 13 18:45:06 2017
New Revision: 445708
URL: https://svnweb.freebsd.org/changeset/ports/445708

Log:
  security/vuxml: Document vulnerability in apache24

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Jul 13 18:43:43 2017	(r445707)
+++ head/security/vuxml/vuln.xml	Thu Jul 13 18:45:06 2017	(r445708)
@@ -58,6 +58,44 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="457ce015-67fa-11e7-867f-b499baebfeaf">
+    <topic>Apache httpd -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>apache24</name>
+	<range><lt>2.4.27</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The Apache httpd project reports:</p>
+	<blockquote cite="https://httpd.apache.org/security/vulnerabilities_24.html">;
+	  <p>important: Read after free in mod_http2 (CVE-2017-9789)<br/>
+	    When under stress, closing many connections, the HTTP/2 handling
+	    code would sometimes access memory after it has been freed,
+	    resulting in potentially erratic behaviour.</p>
+	  <p>important: Uninitialized memory reflection in mod_auth_digest
+	    (CVE-2017-9788)<br/>The value placeholder in [Proxy-]Authorization
+	    headers of type 'Digest' was not initialized or reset before or
+	    between successive key=value assignments. by mod_auth_digest.<br/>
+	    Providing an initial key with no '=' assignment could reflect
+	    the stale value of uninitialized pool memory used by the prior
+	    request, leading to leakage of potentially confidential
+	    information, and a segfault.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://httpd.apache.org/security/vulnerabilities_24.html</url>;
+      <cvename>CVE-2017-9789</cvename>
+      <cvename>CVE-2017-9788</cvename>
+    </references>
+    <dates>
+      <discovery>2017-07-11</discovery>
+      <entry>2017-07-13</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="a03e043a-67f1-11e7-beff-6451062f0f7a">
     <topic>Flash Player -- multiple vulnerabilities</topic>
     <affects>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707131845.v6DIj6lC019630>