OpenTelemetry Javaagent RMI context propagation allows resource exhaustion
Moderate severity
GitHub Reviewed
Published
Jun 9, 2026
in
open-telemetry/opentelemetry-java-instrumentation
•
Updated Jul 29, 2026
Package
Affected versions
< 2.27.0
Patched versions
2.27.0
Description
Published by the National Vulnerability Database
Jul 1, 2026
Published to the GitHub Advisory Database
Jul 29, 2026
Reviewed
Jul 29, 2026
Last updated
Jul 29, 2026
The RMI context propagation payload reader limits the number of context entries but does not limit the aggregate size of the strings read from the stream.
An attacker who can reach an RMI endpoint on an instrumented JVM can send an oversized context propagation payload. This can cause excessive memory allocation while the JVM reads the payload, potentially leading to denial of service.
The issue affects only deployments where RMI instrumentation is enabled and an RMI endpoint is network-reachable.
References