svn commit: r497553 - head/security/vuxml

Bernard Spil brnrd at FreeBSD.org
Tue Apr 2 07:58:43 UTC 2019


Author: brnrd
Date: Tue Apr  2 07:58:42 2019
New Revision: 497553
URL: https://svnweb.freebsd.org/changeset/ports/497553

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 Apr  2 07:24:47 2019	(r497552)
+++ head/security/vuxml/vuln.xml	Tue Apr  2 07:58:42 2019	(r497553)
@@ -58,6 +58,46 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="cf2105c6-551b-11e9-b95c-b499baebfeaf">
+    <topic>Apache -- Multiple vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>apache24</name>
+	<range><lt>2.4.39</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>Apache HTTP Server privilege escalation from modules' scripts
+	    (CVE-2019-0211) (important)</p>
+	  <p>mod_auth_digest access control bypass (CVE-2019-0217)
+	    (important)</p>
+	  <p>mod_ssl access control bypass (CVE-2019-0215) (important)</p>
+	  <p>mod_http2, possible crash on late upgrade (CVE-2019-0197) (low)</p>
+	  <p>mod_http2, read-after-free on a string compare (CVE-2019-0196)
+	    (low)</p>
+	  <p>Apache httpd URL normalization inconsistincy (CVE-2019-0220)
+	    (low)</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://www.apache.org/dist/httpd/CHANGES_2.4.39</url>
+      <url>https://httpd.apache.org/security/vulnerabilities_24.html</url>
+      <cvename>CVE-2019-0211</cvename>
+      <cvename>CVE-2019-0217</cvename>
+      <cvename>CVE-2019-0215</cvename>
+      <cvename>CVE-2019-0196</cvename>
+      <cvename>CVE-2019-0220</cvename>
+    </references>
+    <dates>
+      <discovery>2019-04-01</discovery>
+      <entry>2019-04-02</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6a0129bf-54ad-11e9-987c-1c39475b9f84">
     <topic>Kubectl -- Potential directory traversal</topic>
     <affects>


More information about the svn-ports-all mailing list