Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2017 18:43:23 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447169 - head/security/vuxml
Message-ID:  <201708021843.v72IhN5P076945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Aug  2 18:43:23 2017
New Revision: 447169
URL: https://svnweb.freebsd.org/changeset/ports/447169

Log:
  Document varnish vulnerability
  
  Security:	https://varnish-cache.org/security/VSV00001.html

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Aug  2 18:37:03 2017	(r447168)
+++ head/security/vuxml/vuln.xml	Wed Aug  2 18:43:23 2017	(r447169)
@@ -58,6 +58,38 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="88a77ad8-77b1-11e7-b5af-a4badb2f4699">
+    <topic>Varnish -- Denial of service vulnerability</topic>
+    <affects>
+      <package>
+	<name>varnish4</name>
+	<range><ge>4.0.1</ge><lt>4.0.5</lt></range>
+	<range><ge>4.1.0</ge><lt>4.1.8</lt></range>
+      </package>
+      <package>
+	<name>varnish5</name>
+	<range><lt>5.0.1</lt></range>
+	<range><ge>5.1.0</ge><lt>5.1.3</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>phk reports:</p>
+	<blockquote cite="https://varnish-cache.org/security/VSV00001.html">;
+	  <p>A wrong if statement in the varnishd source code means that
+	    particular invalid requests from the client can trigger an assert.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://varnish-cache.org/security/VSV00001.html</url>;
+    </references>
+    <dates>
+      <discovery>2017-08-02</discovery>
+      <entry>2017-08-02</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="7d138476-7710-11e7-88a1-e8e0b747a45a">
     <topic>chromium -- multiple vulnerabilities</topic>
     <affects>



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