CVE Catalog

CVE-2026-44160

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.62%

46th percentile - higher than 46% of all known CVEs

Summary

A vulnerability in Fluentd before version 1.19.3 allows a denial of service (DoS) attack via memory exhaustion. The in_http and in_forward plugins support gzip-compressed data but only enforce limits on the compressed payload size, allowing a crafted small compressed packet to decompress into an excessive amount of memory.

Risk Assessment

An attacker can remotely exhaust the memory of the Fluentd server, causing a denial of service and disrupting log collection and processing, which may impact the entire monitoring system.

Recommendation

Immediately upgrade Fluentd to version 1.19.3 or later. If an upgrade is not possible, consider restricting access to the in_http and in_forward plugins to trusted sources only.

Other vulnerabilities in Fluentd

See all
Original NVD description (English source)

Fluentd collects events from various data sources and writes them to files, RDBMS, NoSQL, IaaS, SaaS, Hadoop and so on. Prior to 1.19.3, Fluentd's in_http and in_forward plugins support gzip-compressed data but enforce limits only on compressed payloads through settings such as body_size_limit and chunk_size_limit, allowing crafted compressed payloads to decompress in memory to an excessive size and cause denial of service through memory exhaustion. This issue is fixed in version 1.19.3.

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