fluent-plugin-opentelemetry Has Denial of Service (DoS) via Large Payloads and Decompression Bombs in `in_opentelemetry`
Published: June 25, 2026
SECURITY IDENTIFIERS
- CVE: CVE-2026-44163 (NVD)
- GHSA: GHSA-2jc5-xhx8-qj6h
GEM
SEVERITY
CVSS v3.x: 5.3 (Medium)
PATCHED VERSIONS
>= 0.5.3
DESCRIPTION
The fluent-plugin-opentelemetry plugin (specifically the
in_opentelemetry HTTP input) lacked strict size limits on incoming
requests. It was discovered that the plugin read the entire request
body and decompressed payloads into memory without enforcing maximum
size thresholds. If the OpenTelemetry ingestion endpoint is exposed to
untrusted networks, an attacker can send an excessively large HTTP
request or a maliciously crafted, highly compressed payload.
When the plugin attempts to read or decompress this payload, it will
expand to an excessive size and it will consume significant system resources.
Impact
This vulnerability allows for a Denial of Service (DoS) attack via memory exhaustion. The rapid memory consumption during decompression can easily lead to an Out-of-Memory kill of the Fluentd process by the operating system. This results in the disruption of all log collection and forwarding capabilities on the affected node.
RELATED
- https://www.cve.org/CVERecord/SearchResults?query=CVE-2026-44163
- https://rubygems.org/gems/fluent-plugin-opentelemetry/versions/0.5.3
- https://github.com/fluent-plugins-nursery/fluent-plugin-opentelemetry/blob/main/CHANGELOG.md#053---2026-06-25
- https://github.com/fluent-plugins-nursery/fluent-plugin-opentelemetry/commit/ce6c1f2a7741592c8a79afbe75fded9e8ebfa92d
- https://advisories.gitlab.com/gem/fluent-plugin-opentelemetry/CVE-2026-44163
- https://github.com/advisories/GHSA-2jc5-xhx8-qj6h
- https://github.com/fluent-plugins-nursery/fluent-plugin-opentelemetry/security/advisories/GHSA-2jc5-xhx8-qj6h
