Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2019 16:45:05 +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: r515361 - head/security/vuxml
Message-ID:  <201910241645.x9OGj5wL094423@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Thu Oct 24 16:45:04 2019
New Revision: 515361
URL: https://svnweb.freebsd.org/changeset/ports/515361

Log:
  Document Varnish VSV00004 Workspace information leak

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Thu Oct 24 16:44:35 2019	(r515360)
+++ head/security/vuxml/vuln.xml	Thu Oct 24 16:45:04 2019	(r515361)
@@ -58,6 +58,34 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="2d4076eb-f679-11e9-a87f-a4badb2f4699">
+    <topic>varnish -- Information Disclosure Vulnerability</topic>
+    <affects>
+      <package>
+	<name>varnish6</name>
+	<range><lt>6.3.1</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Varnish Software reports:</p>
+	<blockquote cite="https://varnish-cache.org/security/VSV00004.html#vsv00004">;
+	  <p>A bug has been discovered in Varnish Cache where we fail to
+	    clear a pointer between the handling of one client requests and the next
+	    on the same connection. This can under specific circumstances lead to
+	    information being leaked from the connection workspace.</p>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://varnish-cache.org/security/VSV00004.html#vsv00004</url>;
+    </references>
+    <dates>
+      <discovery>2019-10-21</discovery>
+      <entry>2019-10-24</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="3a1474ba-f646-11e9-b0af-b888e347c638">
     <topic>sudo -- Potential bypass of Runas user restrictions</topic>
     <affects>



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