Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 May 2020 23:26:49 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534209 - head/security/vuxml
Message-ID:  <202005062326.046NQnE9079006@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Wed May  6 23:26:49 2020
New Revision: 534209
URL: https://svnweb.freebsd.org/changeset/ports/534209

Log:
  security/vuxml: Mark zeek < 3.0.6 as vulnerable as per:
  
      https://raw.githubusercontent.com/zeek/zeek/v3.0.6/NEWS
  
  Various issues including buffer over-reads, uninitialized field
  access, memory leak, and stack overflows.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed May  6 22:56:26 2020	(r534208)
+++ head/security/vuxml/vuln.xml	Wed May  6 23:26:49 2020	(r534209)
@@ -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="1a6b7641-aed2-4ba1-96f4-c282d5b09c37">
+    <topic>zeek -- Various vulnerabilities</topic>
+    <affects>
+      <package>
+	<name>zeek</name>
+	<range><lt>3.0.6</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.6/NEWS">;
+	  <p>This release fixes the following security issues:</p>
+	  <ul>
+	  <li>
+	  Fix buffer over-read in Ident analyzer </li>
+	  <li>
+	  Fix SSL scripting error leading to uninitialized field
+	  access and memory leak </li>
+	  <li>
+	  Fix POP3 analyzer global buffer over-read </li>
+	  <li>
+	  Fix potential stack overflows due to use of
+	  Variable-Length-Arrays </li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://raw.githubusercontent.com/zeek/zeek/v3.0.6/NEWS</url>;
+    </references>
+    <dates>
+      <discovery>2020-05-06</discovery>
+      <entry>2020-05-06</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="d5fead4f-8efa-11ea-a5c8-08002728f74c">
     <topic>Wagtail -- potential timing attack vulnerability</topic>
     <affects>



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