svn commit: r538363 - head/security/vuxml

Craig Leres leres at FreeBSD.org
Wed Jun 10 02:29:33 UTC 2020


Author: leres
Date: Wed Jun 10 02:29:32 2020
New Revision: 538363
URL: https://svnweb.freebsd.org/changeset/ports/538363

Log:
  security/vuxml: Mark zeek < 3.0.7 as vulnerable as per:
  
      https://raw.githubusercontent.com/zeek/zeek/v3.0.7/NEWS
  
  Various issues including stack overflows and memory leaks.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Jun 10 00:15:51 2020	(r538362)
+++ head/security/vuxml/vuln.xml	Wed Jun 10 02:29:32 2020	(r538363)
@@ -58,6 +58,43 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
+  <vuln vid="9f7ae7ea-da93-4f86-b257-ba76707f6d5d">
+    <topic>zeek -- Various vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>zeek</name>
+	<range><lt>3.0.7</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">
+	<p>Jon Siwek of Corelight reports:</p>
+	<blockquote cite="https://raw.githubusercontent.com/zeek/zeek/v3.0.7/NEWS">
+	  <p>This release fixes the following security issues:</p>
+	  <ul>
+	  <li>
+	  Fix potential stack overflow in NVT analyzer</li>
+	  <li>
+	  Fix NVT analyzer memory leak from multiple telnet authn name options</li>
+	  <li>
+	  Fix multiple content-transfer-encoding headers causing a memory leak</li>
+	  <li>
+	  Fix potential leak of Analyzers added to tree during Analyzer::Done</li>
+	  <li>
+	  Prevent IP fragment reassembly on packets without minimal IP header</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://raw.githubusercontent.com/zeek/zeek/v3.0.7/NEWS</url>
+    </references>
+    <dates>
+      <discovery>2020-05-04</discovery>
+      <entry>2020-06-10</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="196b31b8-aa9a-11ea-a59a-6451062f0f7a">
     <topic>Flash Player -- arbitrary code execution</topic>
     <affects>


More information about the svn-ports-head mailing list