CVE-2026-44160 Details
Description
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.
A denial-of-service vulnerability has been identified in Fluentd versions prior to 1.19.3, specifically within the in_http and in_forward plugins. These plugins allow the reception of gzip-compressed data. While Fluentd enforces size limits on incoming compressed payloads, it does not impose similar restrictions on the size of decompressed data. This oversight can be exploited by sending maliciously crafted, highly compressed payloads that expand to an excessive size when decompressed, bypassing the intended payload size limits and causing memory exhaustion. The rapid consumption of memory can lead to an Out-of-Memory kill of the Fluentd process, disrupting log collection and forwarding capabilities on the affected node.
Users can upgrade to Fluentd version 1.19.3, where this vulnerability has been patched. If an immediate upgrade is not possible, it is recommended to restrict network access to Fluentd input ports or use a reverse proxy to handle gzip decompression and enforce size limits before the traffic reaches Fluentd.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jul 9, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/fluent/fluentd/commit/f5f2b7cddf8aab3932e6dec9fa367a5f3eb27e10 | [email protected] | Patch |
| https://github.com/fluent/fluentd/pull/5393 | [email protected] | Issue TrackingPatch |
| https://github.com/fluent/fluentd/releases/tag/v1.19.3 | [email protected] | ProductRelease Notes |
| https://github.com/fluent/fluentd/security/advisories/GHSA-j9cw-hwqf-85w7 | [email protected] | MitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-409 | Improper Handling of Highly Compressed Data (Data Amplification) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| fluentd fluentd | < 1.19.3 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 13, 2026 | Initial Analysis | [email protected] |
| Jul 9, 2026 | CVE Modified | CISA-ADP |
| Jul 8, 2026 | New CVE Received | [email protected] |