CVE 5.3 MEDIUM

OpenTelemetry dotnet: OTLP exporter reads unbounded HTTP response bodies_CVE-2026-40182

5.3 / 10
MEDIUM
CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H

Description

OpenTelemetry dotnet is a dotnet telemetry framework. From 1.13.1 to before 1.15.2, When exporting telemetry to a back-end/collector over gRPC or HTTP using OpenTelemetry Protocol format (OTLP), if the request results in a unsuccessful request (i.e. HTTP 4xx or 5xx), the response is read into memory with no upper-bound on the number of bytes consumed. This could cause memory exhaustion in the consuming application if the configured back-end/collector endpoint is attacker-controlled (or a network attacker can MitM the connection) and an extremely large body is returned by the response. This vulnerability is fixed in 1.15.2.

Basic Information

ID CVE-2026-40182
Source GitHub_M
Published Apr 23, 2026 at 17:51
Modified Apr 23, 2026 at 18:38

Affected Product

Vendor open-telemetry
Product opentelemetry-dotnet
Version >= 1.13.1, < 1.15.2
Affected Versions open-telemetry opentelemetry-dotnet >= 1.13.1, < 1.15.2

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.