CVE Catalog

CVE-2026-77620

HighCVSS 8.7
Published: Translated: NVD NIST

Summary

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

Risk Assessment

An attacker can terminate the Vector process, halting log ingestion for every tenant on a shared pipeline. The nested construction also amplifies decompressed input.

Recommendation

Upgrade Vector to version 0.57.0 or later. Restrict access to port 5044 to trusted sources and consider enforcing decompression depth 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 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.

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