Logo
componentzeek
Name
zeek
Version
4.1.1
Type
library
Description
-
Licenses
BSD-3-Clause (zeek, C++ Actor Framework, ConvertUTF.c, CardinalityCounter.cc, pybind11)Public Domain (sqlite)MIT (doctest, libkqueue, RapidJSON, tsl-ordered-map, bro_inet_ntop.c)LGPL-3.0+ (Multifast Project)BSD-2-Clause (event.h)BSD-3-Clause (in_cksum.cc) BSD-4-Clause (Patricia.c, strsep.c, bsd-getopt-long.c)Apache-2.0 (highwayhash, folly)MPL-2.0 (mozilla-ca-list.zeek)
PURL
-
CPE
cpe:2.3:a:zeek:zeek:4.1.1:-:*:*:*:*:*:*

Other Versions#


Project
Branch
Version

Patches#


#
Title
Author
Resolve
1
Add missing includes, fix build with GCC 13
Dominik Charousset <dominik@charousset.de>
2
Fix some missing #includes resulting from removal of
Tim Wojtulewicz <tim@corelight.com>
3
Add cstdint to WeirdState.h to fix compilation error on gcc13
Tim Wojtulewicz <tim@corelight.com>

Vulnerabilities#


Name
Analysis
Description
Exploitable
Zeek before 8.0.9 contains a null pointer dereference vulnerability in its Kerberos protocol analyzer that allows unauthenticated remote attackers to crash the sensor by sending a crafted KRB_ERROR message with error-code 25 (KDC_ERR_PREAUTH_REQUIRED) containing a PA-DATA element with padata-type 2, 3, 11, or 19. Attackers can exploit a parser and analyzer state mismatch where proc_padata() dereferences an uninitialized pa_data_element field selected by the wrong parsing arm, triggering a crash via a single UDP or TCP packet to port 88 without any credentials or prior authentication.
Exploitable
Zeek before 8.0.9 contains an uncontrolled memory consumption vulnerability in the FTP analyzer that allows unauthenticated remote attackers to cause process termination by sending a crafted FTP control session negotiating AUTH GSSAPI followed by a large ADAT control line. Attackers can exploit the NVT_Analyzer component's lack of a maximum line length check, causing it to continuously double its internal buffer without bounds during base64 decoding of an attacker-controlled ADAT token, resulting in denial of service of the Zeek sensor.