Description
Vector is a high-performance observability data pipeline. From 0.15.0 until 0.57.0, the logstash source reads a 32-bit compressed-frame length from the network and uses it to size an in-memory buffer without an upper bound. An unauthenticated remote peer that can reach the default 0.0.0.0:5044 listener can send a minimal frame declaring a multi-gigabyte payload, causing an excessive allocation that can abort Vector or invoke the host OOM killer. Because the allocation follows the declared length rather than bytes transmitted, the attacker has low resource cost, 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 via unbounded memory allocation
Action: Immediate Patch
AI Analysis

Impact

The flaw lies in how the logstash source reads a 32‑bit compressed‑frame length from the network and allocates a buffer of that exact size without any upper bound. An unauthenticated remote peer that can reach the default 0.0.0.0:5044 listener can send a minimal frame that declares a multi‑gigabyte payload. Because the allocation size is derived from the declared length rather than the number of bytes actually received, the attacker incurs negligible resource cost. The excessive allocation can cause the Vector process to abort or trigger the host OOM killer, resulting in an interruption of log ingestion for all tenants sharing the same pipeline.

Affected Systems

The vulnerability affects Vector (vectordotdev:vector) versions from 0.15.0 through 0.57.0. The problem was resolved in 0.57.0, but earlier releases remain vulnerable.

Risk and Exploitability

The CVSS score of 8.7 indicates high severity, and the EPSS score is not available but the risk remains significant. The vulnerability is not listed in CISA's KEV catalog. The likely attack vector is a remote, unauthenticated network connection to the default 5044 listening port. Exploitation requires no special privileges; the attacker merely sends a crafted packet to trigger the memory over‑allocation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade vectordotdev/vector to version 0.57.0 or later
  • Restrict the logstash source listener to trusted IP addresses or disable the default 0.0.0.0 listener if not needed
  • Configure network firewalls or ingress filters to block frames with unusually large declared lengths or unexpected payload sizes

Generated by OpenCVE AI on September 22, 2026 at 16:27 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 reads a 32-bit compressed-frame length from the network and uses it to size an in-memory buffer without an upper bound. An unauthenticated remote peer that can reach the default 0.0.0.0:5044 listener can send a minimal frame declaring a multi-gigabyte payload, causing an excessive allocation that can abort Vector or invoke the host OOM killer. Because the allocation follows the declared length rather than bytes transmitted, the attacker has low resource cost, 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 unbounded memory allocation.
Weaknesses CWE-130
CWE-789
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-22T16:06:54.582Z

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

Link: CVE-2026-77619

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-77619

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-130

    Improper Handling of Length Parameter Inconsistency

  • CWE-789

    Memory Allocation with Excessive Size Value