Description
OpenTelemetry dotnet is a dotnet telemetry framework. From 1.13.1 to before 1.15.2, When exporting telemetry over gRPC using the OpenTelemetry Protocol (OTLP), the exporter may parse a server-provided grpc-status-details-bin trailer during retry handling. Prior to the fix, a malformed trailer could encode an extremely large length-delimited protobuf field which was used directly for allocation, allowing excessive memory allocation and potential denial of service (DoS). This vulnerability is fixed in 1.15.2.
Problem types
CWE-789: Memory Allocation with Excessive Size Value
Product status
References
github.com/...dotnet/security/advisories/GHSA-mr8r-92fq-pj8p
github.com/open-telemetry/opentelemetry-dotnet/pull/5980
github.com/open-telemetry/opentelemetry-dotnet/pull/7064