OpenTelemetry .NET has potential memory exhaustion via unbounded pooled-list sizing in Jaeger exporter conversion path
Moderate severity
GitHub Reviewed
Published
Apr 17, 2026
in
open-telemetry/opentelemetry-dotnet
•
Updated Apr 27, 2026
Description
Published to the GitHub Advisory Database
Apr 18, 2026
Reviewed
Apr 18, 2026
Published by the National Vulnerability Database
Apr 23, 2026
Last updated
Apr 27, 2026
Summary
Important
There is no plan to fix this issue as
OpenTelemetry.Exporter.Jaegerwas deprecated in 2023. It is for informational purposes only.OpenTelemetry.Exporter.Jaegermay allow sustained memory pressure when the internal pooled-list sizing grows based on a large observed span/tag set and that enlarged size is reused for subsequent allocations. Under high-cardinality or attacker-influenced telemetry input, this can increase memory consumption and potentially cause denial of service.Details
The Jaeger exporter conversion path can append tag/event data into pooled list structures. In affected versions, pooled allocation sizing may be influenced by large observed payloads and reused globally across later allocations, resulting in persistent oversized rentals and elevated memory pressure. In environments where telemetry attributes/events can be influenced by untrusted input and limits are increased from defaults, this may lead to process instability or denial of service.
Impact
Availability impact only. Confidentiality and integrity impacts are not expected.
Workarounds / Mitigations
References