git: f3bf10dd60b6 - main - security/vuxml: Mark zeek < 7.0.2 as vulnerable as per:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Sep 2024 05:44:58 UTC
The branch main has been updated by leres:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f3bf10dd60b6dcd41170aa066e036bb1a03cb4eb
commit f3bf10dd60b6dcd41170aa066e036bb1a03cb4eb
Author: Craig Leres <leres@FreeBSD.org>
AuthorDate: 2024-09-24 05:44:35 +0000
Commit: Craig Leres <leres@FreeBSD.org>
CommitDate: 2024-09-24 05:44:35 +0000
security/vuxml: Mark zeek < 7.0.2 as vulnerable as per:
https://github.com/zeek/zeek/releases/tag/v7.0.2
This release fixes the following potential DoS vulnerability:
- The POP3 parser has been hardened to avoid unbounded state growth
in the face of one-sided traffic capture or when enabled for
non-POP3 traffic.
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 c7c4e7c20cb4..98aa9dd5772b 100644
--- a/security/vuxml/vuln/2024.xml
+++ b/security/vuxml/vuln/2024.xml
@@ -1,3 +1,30 @@
+ <vuln vid="d47b7ae7-fe1d-4f7f-919a-480ca8035f00">
+ <topic>zeek -- potential DoS vulnerability</topic>
+ <affects>
+ <package>
+ <name>zeek</name>
+ <range><ge>7.0.0</ge><lt>7.0.2</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/v7.0.2">
+ <p> The POP3 parser has been hardened to avoid unbounded
+ state growth in the face of one-sided traffic capture or
+ when enabled for non-POP3 traffic. </p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <url>https://github.com/zeek/zeek/releases/tag/v7.0.2</url>
+ </references>
+ <dates>
+ <discovery>2024-09-24</discovery>
+ <entry>2024-09-24</entry>
+ </dates>
+ </vuln>
+
<vuln vid="c02b8db5-771b-11ef-9a62-002590c1f29c">
<topic>FreeBSD -- NFS client accepts file names containing path separators</topic>
<affects>