CVE-2026-44163
Published:July 01, 2026
Updated:August 27, 2026
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.
Affected Packages
https://github.com/fluent-plugins-nursery/fluent-plugin-opentelemetry.git (GITHUB):
Affected version(s) >=v0.1.0 <v0.5.3Fix Suggestion:
Update to version v0.5.3fluent-plugin-opentelemetry (RUBY):
Affected version(s) >=0.1.0 <0.5.3Fix Suggestion:
Update to version 0.5.3Related Resources (3)
Do you need more information?
Contact UsCVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW
Weakness Type (CWE)
Allocation of Resources Without Limits or Throttling