Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Oct 2020 21:21:58 +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: r551666 - head/security/vuxml
Message-ID:  <202010072121.097LLw8M088621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Wed Oct  7 21:21:58 2020
New Revision: 551666
URL: https://svnweb.freebsd.org/changeset/ports/551666

Log:
  security/vuxml: Mark zeek < 3.0.11 as vulnerable as per:
  
      https://github.com/zeek/zeek/releases/tag/v3.0.11
  
  A memory leak in multipart MIME code has potential for remote
  exploitation and cause for Denial of Service via resource exhaustion.
  
  While we're here fix missing cite for "zeek < 3.0.10" entry.

Modified:
  head/security/vuxml/vuln.xml

Modified: head/security/vuxml/vuln.xml
==============================================================================
--- head/security/vuxml/vuln.xml	Wed Oct  7 21:18:19 2020	(r551665)
+++ head/security/vuxml/vuln.xml	Wed Oct  7 21:21:58 2020	(r551666)
@@ -58,6 +58,36 @@ Notes:
   * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
 -->
 <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">;
+  <vuln vid="769a4f60-9056-4c27-89a1-1758a59a21f8">
+    <topic>zeek -- Vulnerability due to memory leak</topic>
+    <affects>
+      <package>
+	<name>zeek</name>
+	<range><lt>3.0.11</lt></range>
+      </package>
+    </affects>
+    <description>
+      <body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Jon Siwek of Corelight reports:</p>
+	<blockquote cite="https://github.com/zeek/zeek/releases/tag/v3.0.11">;
+	  <p>This release fixes the following security issue:</p>
+	  <ul>
+	  <li>A memory leak in multipart MIME code has potential
+	  for remote exploitation and cause for Denial of Service
+	  via resource exhaustion.</li>
+	  </ul>
+	</blockquote>
+      </body>
+    </description>
+    <references>
+      <url>https://github.com/zeek/zeek/releases/tag/v3.0.11</url>;
+    </references>
+    <dates>
+      <discovery>2020-09-29</discovery>
+      <entry>2020-10-07</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="64988354-0889-11eb-a01b-e09467587c17">
     <topic>chromium -- multiple vulnerabilities</topic>
     <affects>
@@ -1043,7 +1073,7 @@ Notes:
     <description>
       <body xmlns="http://www.w3.org/1999/xhtml">;
 	<p>Jon Siwek of Corelight reports:</p>
-	<blockquote cite="INSERT URL HERE">
+	<blockquote cite="https://github.com/zeek/zeek/releases/tag/v3.0.10">;
 	  <p>This release fixes the following security issue:</p>
 	  <ul>
 	  <li>The AYIYA and GTPv1 parsing/decapsulation logic may



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