Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2024 17:48:18 GMT
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0922b4e467be - main - security/vuxml: Mark zeek < 6.0.3 as vulnerable as per:
Message-ID:  <202401221748.40MHmIW1042074@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by leres:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0922b4e467be9bfb6fd66949d8c5d3e348acf794

commit 0922b4e467be9bfb6fd66949d8c5d3e348acf794
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2024-01-22 17:47:35 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2024-01-22 17:47:35 +0000

    security/vuxml: Mark zeek < 6.0.3 as vulnerable as per:
    
        https://github.com/zeek/zeek/releases/tag/v6.0.3
    
    This release fixes the following potential DoS vulnerability:
    
     - A specially-crafted series of packets containing nested MIME
       entities can cause Zeek to spend large amounts of time parsing
       the entities.
    
    Reported by:    Tim Wojtulewicz
---
 security/vuxml/vuln/2024.xml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/security/vuxml/vuln/2024.xml b/security/vuxml/vuln/2024.xml
index 5e9f05c86edd..e3c11b39176a 100644
--- a/security/vuxml/vuln/2024.xml
+++ b/security/vuxml/vuln/2024.xml
@@ -1,3 +1,30 @@
+  <vuln vid="fedf7e71-61bd-49ec-aaf0-6da14bdbb319">
+    <topic>zeek -- potential DoS vulnerability</topic>
+    <affects>
+      <package>
+	<name>zeek</name>
+	<range><lt>6.0.3</lt></range>
+      </package>
+    </affects>
+    <description>
+	<body xmlns="http://www.w3.org/1999/xhtml">;
+	<p>Tim Wojtulewicz of Corelight reports:</p>
+	<blockquote cite="https://github.com/zeek/zeek/releases/tag/v6.0.3">;
+	  <p>A specially-crafted series of packets containing nested
+	  MIME entities can cause Zeek to spend large amounts of
+	  time parsing the entities. </p>
+	</blockquote>
+	</body>
+    </description>
+    <references>
+      <url>https://github.com/zeek/zeek/releases/tag/v6.0.3</url>;
+    </references>
+    <dates>
+      <discovery>2024-01-22</discovery>
+      <entry>2024-01-22</entry>
+    </dates>
+  </vuln>
+
   <vuln vid="2264566a-a890-46eb-a895-7881dd220bd0">
     <topic>electron26 -- Out of bounds memory access in V8</topic>
     <affects>



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