GHSA-fq3f-m5qm-99f5
OpenTelemetry Javaagent RMI context propagation allows resource exhaustion
Quick fix
GHSA-fq3f-m5qm-99f5 — io.opentelemetry.javaagent:opentelemetry-javaagent: upgrade to the fixed version with the command below.
# pom.xml: bump <version>2.27.0</version> for io.opentelemetry.javaagent:opentelemetry-javaagent Details
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.
Are you affected?
Enter the version of the package you're using.
Affected packages
0 Fixed in: 2.27.0 # pom.xml: bump <version>2.27.0</version> for io.opentelemetry.javaagent:opentelemetry-javaagent References
- https://github.com/open-telemetry/opentelemetry-java-instrumentation/security/advisories/GHSA-fq3f-m5qm-99f5 [WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-54712 [ADVISORY]
- https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/17870 [WEB]
- https://github.com/open-telemetry/opentelemetry-java-instrumentation/commit/6ef18806d5daa4913619e4cb33d2d7ed6a853c22 [WEB]
- https://github.com/open-telemetry/opentelemetry-java-instrumentation [PACKAGE]
- https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.27.0 [WEB]