Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2018 12:49:24 +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: r480732 - head/security/vuxml
Message-ID:  <201809261249.w8QCnOj9053196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Wed Sep 26 12:49:23 2018
New Revision: 480732
URL: https://svnweb.freebsd.org/changeset/ports/480732

Log:
  security/vuxml: Add Apache 2.4 vulnerability

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Sep 26 12:07:10 2018	(r480731)
+++ head/security/vuxml/vuln.xml	Wed Sep 26 12:49:23 2018	(r480732)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="e182c076-c189-11e8-a6d2-b499baebfeaf">
+    <topic>Apache -- Denial of service vulnerability in HTTP/2</topic>
+    <affects>
+      <package>
+	<name>apache24</name>
+	<range><lt>2.4.35</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>The Apache httpd project reports:</p>
+	<blockquote cite="http://httpd.apache.org/security/vulnerabilities_24.html">;
+	  <p>low: DoS for HTTP/2 connections by continuous SETTINGS</p>
+	  <p>By sending continous SETTINGS frames of maximum size an ongoing
+	    HTTP/2 connection could be kept busy and would never time out. This
+	    can be abused for a DoS on the server. This only affect a server
+	    that has enabled the h2 protocol.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>http://httpd.apache.org/security/vulnerabilities_24.html</url>;
+      <cvename>CVE-2018-11763</cvename>
+    </references>
+    <dates>
+      <discovery>2018-09-25</discovery>
+      <entry>2018-09-26</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="6bf71117-c0c9-11e8-b760-6023b685b1ee">
     <topic>mantis -- XSS vulnerability</topic>
     <affects>



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