{"id":"CVE-2026-44160","title":"Fluentd is Vulnerable to Denial of Service (DoS) via Gzip Decompression Bomb in `in_http` and `in_forward`","summary":"Fluentd is Vulnerable to Denial of Service (DoS) via Gzip Decompression Bomb in `in_http` and `in_forward`","severity":"high","cvss":7.5,"cwe":["CWE-409"],"vendor":"fluentd","product":"fluentd","ecosystem":"rubygems","affected":["fluentd <= 1.19.2"],"patched":["fluentd 1.19.3"],"published":"2026-06-26","updated":"2026-06-26","source":"GHSA","sourceUrl":"https://github.com/advisories/GHSA-j9cw-hwqf-85w7","references":[{"url":"https://github.com/fluent/fluentd/security/advisories/GHSA-j9cw-hwqf-85w7"},{"url":"https://github.com/fluent/fluentd/releases/tag/v1.19.3"},{"url":"https://github.com/advisories/GHSA-j9cw-hwqf-85w7"}],"tags":["ghsa","rubygems"],"ingestedAt":"2026-06-26T16:43:14.187Z","epss":0.0062,"epssPercentile":0.48023,"slug":"CVE-2026-44160","body":"## Overview\n\nFluentd's `in_http` and `in_forward` plugins support receiving gzip-compressed data.\nWhile Fluentd correctly enforces size limits on the incoming compressed payloads (e.g., via `body_size_limit` or `chunk_size_limit`), it was discovered that there is no limit enforced on the size of the decompressed data.\n\nIf a Fluentd instance is exposed to untrusted networks, an attacker can send a maliciously crafted, highly compressed payload. \nWhen Fluentd attempts to decompress this payload in memory, it will expand to an excessive size, completely bypassing the intended payload size limits.\n\n### Impact\nThis vulnerability allows for a **Denial of Service (DoS)** attack via memory exhaustion. \nThe rapid memory consumption during decompression can easily lead to an Out-of-Memory kill of the Fluentd process by the operating system.\nThis results in the disruption of all log collection and forwarding capabilities on the affected node.\n\n### Patches\nv1.19.3\n\n### Workarounds\nIf an immediate upgrade is not possible, users are strongly advised to apply the following mitigations:\n\n1. Restrict Network Access\n   * Ensure that Fluentd input ports (such as `9880` for `in_http` and `24224` for `in_forward`) are deployed within a closed, trusted network. Use firewall rules (e.g., iptables, AWS Security Groups) to block access from untrusted networks or instances.\n2. Use a Reverse Proxy\n   * If developers must expose HTTP ingestion to external sources, place a robust reverse proxy (such as Nginx) in front of Fluentd. Configure the proxy to handle the gzip decompression and enforce strict limits on both compressed and uncompressed body sizes before passing the traffic to Fluentd.\n\n## Affected packages\n\n- `fluentd <= 1.19.2`\n\n## Remediation\n\nUpgrade to a patched release:\n\n- `fluentd 1.19.3`","depth":"twilight","depthScore":41,"depthScoreParts":{"impact":41.3,"likelihood":0.1,"exploitation":0,"ransomware":0},"changes":[]}