svn commit: r474861 - head/security/vuxml

Bernard Spil brnrd at FreeBSD.org
Wed Jul 18 13:39:25 UTC 2018


Author: brnrd
Date: Wed Jul 18 13:39:24 2018
New Revision: 474861
URL: https://svnweb.freebsd.org/changeset/ports/474861

Log:
  security/vuxml: Document Apache httpd vulns

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jul 18 12:53:36 2018	(r474860)
+++ head/security/vuxml/vuln.xml	Wed Jul 18 13:39:24 2018	(r474861)
@@ -58,6 +58,43 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="8b1a50ab-8a8e-11e8-add2-b499baebfeaf">
+    <topic>Apache httpd -- multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>apache24</name>
+	<range><lt>2.4.34</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>The Apache project reports:</p>
+	<blockquote cite="http://httpd.apache.org/security/vulnerabilities_24.html">
+	  <ul>
+	    <li>DoS for HTTP/2 connections by crafted requests
+	      (CVE-2018-1333). By specially crafting HTTP/2 requests, workers
+	      would be allocated 60 seconds longer than necessary, leading to
+	      worker exhaustion and a denial of service. (low)</li>
+	    <li>mod_md, DoS via Coredumps on specially crafted requests
+	      (CVE-2018-8011). By specially crafting HTTP requests, the mod_md
+	      challenge handler would dereference a NULL pointer and cause the
+	      child process to segfault. This could be used to DoS the server.
+	      (moderate)</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://httpd.apache.org/security/vulnerabilities_24.html</url>
+      <cvename>CVE-2018-1333</cvename>
+      <cvename>CVE-2018-8011</cvename>
+    </references>
+    <dates>
+      <discovery>2018-07-18</discovery>
+      <entry>2018-07-18</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="ef013039-89cd-11e8-84e9-00e04c1ea73d">
     <topic>typo3 -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list