svn commit: r473830 - head/security/vuxml

Dave Cottlehuber dch at FreeBSD.org
Tue Jul 3 13:13:58 UTC 2018


Author: dch
Date: Tue Jul  3 13:13:55 2018
New Revision: 473830
URL: https://svnweb.freebsd.org/changeset/ports/473830

Log:
  security/vuxml: add CVE-2018-0608 for www/h2o
  
  PR:		228762
  Approved by:	jrm
  Security:	CVE-2018-0608
  Differential Revision:	https://reviews.freebsd.org/D16110

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Tue Jul  3 13:09:10 2018	(r473829)
+++ head/security/vuxml/vuln.xml	Tue Jul  3 13:13:55 2018	(r473830)
@@ -58,6 +58,37 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="ce39379f-7eb7-11e8-ab03-00bd7f19ff09">
+    <topic>h2o -- heap buffer overflow during logging</topic>
+    <affects>
+      <package>
+	<name>h2o</name>
+	<range><lt>2.2.5</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Marlies Ruck reports:</p>
+	<blockquote cite="https://github.com/h2o/h2o/releases/tag/v2.2.5">
+	  <p>Fix heap buffer overflow while trying to emit access log
+	    - see references for full details.</p>
+	  <p>CVE-2018-0608: Buffer overflow in H2O version 2.2.4 and
+	    earlier allows remote attackers to execute arbitrary code or
+	    cause a denial of service (DoS) via unspecified vectors.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <cvename>CVE-2018-0608</cvename>
+      <url>https://github.com/h2o/h2o/issues/1775</url>
+      <url>https://github.com/h2o/h2o/releases/tag/v2.2.5</url>
+    </references>
+    <dates>
+      <discovery>2018-06-01</discovery>
+      <entry>2018-07-03</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="cd81806c-26e7-4d4a-8425-02724a2f48af">
     <topic>mozilla -- multiple vulnerabilities</topic>
     <affects>


More information about the svn-ports-all mailing list