Memory Growth Vulnerability in OpenTelemetry .NET Zipkin Exporter
CVE-2026-41310
5.3MEDIUM
What is CVE-2026-41310?
A resource exhaustion vulnerability exists in OpenTelemetry's .NET Zipkin exporter that allows unbounded key growth in the remote endpoint cache due to span attributes. In scenarios with high cardinality, this can lead to increased memory usage over time as unique remote endpoint values accumulate. This degradation affects system performance and availability. Version 1.15.3 addresses this issue by implementing a fixed-size, thread-safe least-recently-used (LRU) cache for remote endpoints, preventing excessive memory growth and ensuring better resource management.
Affected Version(s)
opentelemetry-dotnet <= 1.15.2
