Description
Vector is a high-performance observability data pipeline. From 0.15.0 until 0.57.0, the logstash source feeds each decompressed frame back into its decoder without limiting nested compression depth. An unauthenticated remote peer that can reach the default 0.0.0.0:5044 listener can send many nested compressed frames, causing recursive decoding that exhausts the worker thread stack and aborts the process. The same nested construction amplifies decompressed input, and process termination can halt log ingestion for every tenant on a shared pipeline. This issue is fixed in version 0.57.0.
Published: 2026-09-22
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: Denial of Service
Action: Immediate Patch
AI Analysis

Impact

The vulnerability resides in Vector's logstash source component, which accepts compressed frames without limiting nested compression. An unauthenticated external host can send many nested compressed frames to the default listener binding on all interfaces. The decoder recursively processes the frames, eventually exceeding the stack allocated to the worker thread and forcing the process to abort. The recursion also applies decompression amplification; the attacker can send a small payload that expands to a large amount of data, further exhausting system resources. The resulting failure stops log ingestion for every tenant on a shared pipeline and constitutes an unavailability attack.

Affected Systems

Vectordotdev's Vector product, versions 0.15.0 through 0.56.x, is affected. The vulnerable logstash source listens on TCP port 5044 on all network interfaces (0.0.0.0). Users running these versions on public or shared infrastructure face the risk until they upgrade to version 0.57.0, which contains the fix.

Risk and Exploitability

The CVSS base score of 8.7 classifies this flaw as High severity. The EPSS score is not available, so the precise exploitation probability cannot be quantified, but the lack of authentication and wide exposure of the listener make a real-world attack likely if unmitigated. The vulnerability is not currently listed in the CISA KEV catalog, yet its impact is significant for multi-tenant environments where a single abort can take the pipeline offline. An attacker must only be able to reach the host on port 5044; no privileges or credentials are required.

Generated by OpenCVE AI on September 22, 2026 at 16:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Vector to version 0.57.0 or later to obtain the official fix.
  • Restrict network access to the logstash source listener on port 5044 (e.g., drop the bind to 0.0.0.0, use a firewall rule, or enable TLS authentication).
  • If timely upgrade is not possible, disable or remove the logstash source until the patch is applied.

Generated by OpenCVE AI on September 22, 2026 at 16:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Description Vector is a high-performance observability data pipeline. From 0.15.0 until 0.57.0, the logstash source feeds each decompressed frame back into its decoder without limiting nested compression depth. An unauthenticated remote peer that can reach the default 0.0.0.0:5044 listener can send many nested compressed frames, causing recursive decoding that exhausts the worker thread stack and aborts the process. The same nested construction amplifies decompressed input, and process termination can halt log ingestion for every tenant on a shared pipeline. This issue is fixed in version 0.57.0.
Title Vector: Unauthenticated denial of service in the `logstash` source via nested compressed frames (stack exhaustion and decompression amplification).
Weaknesses CWE-409
References
Metrics 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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-22T15:41:12.948Z

Reserved: 2026-08-20T20:52:01.926Z

Link: CVE-2026-77620

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-22T16:17:55.500

Modified: 2026-09-22T16:17:55.500

Link: CVE-2026-77620

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T16:30:12Z

Weaknesses
  • CWE-409

    Improper Handling of Highly Compressed Data (Data Amplification)