CVE Catalog

CVE-2026-77619

HighCVSS 8.7
Published: Updated: Translated: NVD NIST

Summary

In Vector 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. This issue is fixed in version 0.57.0.

Risk Assessment

At low resource cost, an attacker can terminate the Vector process, halting log ingestion for every tenant on a shared pipeline. It may also trigger the host OOM killer.

Recommendation

Upgrade Vector to version 0.57.0 or later. Restrict access to port 5044 to trusted sources and consider enforcing allocation size limits.

Other vulnerabilities in Vector

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS