Description
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.
Published: 2026-07-09
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Zeek versions prior to 8.0.9 contain an uncontrolled memory consumption flaw in their FTP analyzer. By establishing an unauthenticated FTP session that negotiates Auth GSSAPI and then sending a very large ADAT command, an attacker can force the NVT_Analyzer component to repeatedly double its internal buffer during base64 decoding of the ADAT token without enforcing a maximum line length. The buffer can grow without bounds, eventually exhausting system memory and terminating the Zeek sensor, which results in a denial of service to anyone relying on that sensor for network inspection.

Affected Systems

All Zeek deployments using any releases earlier than 8.0.9 and that have the FTP analyzer enabled are affected. The flaw is present in the standard Zeek distribution distributed by the zeek:zeek vendor, so any installation that processes FTP control traffic is potentially vulnerable.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity denial‑of‑service risk. The EPSS score of less than 1% is low but non‑zero, meaning exploitation is unlikely but possible. The vulnerability is not listed in CISA’s KEV catalog, suggesting no widely known exploits yet exist. The attack vector is inferred to be an unauthenticated remote FTP session, with an attacker only needing to reach the Zeek sensor over the network to trigger the flaw. Environments exposing the Zeek sensor to untrusted networks face a significant risk of disruption if the flaw is not mitigated.

Generated by OpenCVE AI on July 29, 2026 at 12:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Zeek to version 8.0.9 or later to apply the vendor‑supplied patch.
  • If an upgrade is not immediately possible, block or filter FTP control traffic that contains AUTH GSSAPI or large ADAT commands using firewall rules to prevent the flaw from being triggered.
  • If the FTP analyzer is not required for your deployment, disable it in the Zeek configuration or enforce custom parsing limits to cap the maximum line length for all FTP control lines.

Generated by OpenCVE AI on July 29, 2026 at 12:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 14 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:zeek:zeek:*:*:*:*:*:*:*:*

Thu, 09 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
First Time appeared Zeek
Zeek zeek
Vendors & Products Zeek
Zeek zeek

Thu, 09 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Description 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.
Title Zeek < 8.0.9 Uncontrolled Memory Consumption DoS via FTP Analyzer
Weaknesses CWE-770
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-07-14T22:03:32.780Z

Reserved: 2026-07-08T13:27:53.030Z

Link: CVE-2026-60108

cve-icon Vulnrichment

Updated: 2026-07-09T14:51:19.984Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T12:30:03Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling