CVE-2026-54712: Uncontrolled Resource Consumption in OpenTelemetry Javaagent RMI Context Propagation
Vulnerability ID: CVE-2026-54712
CVSS Score: 5.3
Published: 2026-07-29
An uncontrolled resource consumption vulnerability in the OpenTelemetry Javaagent RMI context propagation mechanism allows remote unauthenticated attackers to cause a Denial of Service (DoS) via heap memory exhaustion.
TL;DR
OpenTelemetry Javaagent prior to 2.27.0 allows unauthenticated remote attackers to trigger heap memory exhaustion and Denial of Service (DoS) by sending oversized RMI context propagation payloads.
⚠️ Exploit Status: POC
Technical Details
- CWE ID: CWE-400
- Attack Vector: Network (AV:N)
- CVSS v3.1 Score: 5.3 (Medium)
- Vulnerability Type: Uncontrolled Resource Consumption
- Exploit Status: Proof-of-Concept
- CISA KEV Status: Not Listed
Affected Systems
- OpenTelemetry Javaagent
- OpenTelemetry Java Instrumentation
-
OpenTelemetry Java Instrumentation: >= 2.26.1, < 2.27.0 (Fixed in:
2.27.0)
Mitigation Strategies
- Upgrade OpenTelemetry Javaagent to version 2.27.0 or later.
- Disable RMI instrumentation via configuration.
- Restrict network access to RMI ports using firewalls and security groups.
Remediation Steps:
- Identify all JVM instances running with the OpenTelemetry Javaagent in versions >= 2.26.1 and < 2.27.0.
- If immediate upgrade is possible, download the 2.27.0 Javaagent jar and replace the existing agent jar.
- If immediate upgrade is not possible, apply the JVM system property
-Dotel.instrumentation.rmi.enabled=falseor set the environment variableOTEL_INSTRUMENTATION_RMI_ENABLED=false. - Restart the affected Java Virtual Machine to apply the changes.
- Verify that RMI registry and endpoint ports are firewalled and inaccessible to untrusted external networks.
References
- GHSA-fq3f-m5qm-99f5: Uncontrolled Resource Consumption in OpenTelemetry Javaagent RMI Context Propagation
- Remediation Patch Pull Request (#17870)
- Remediation Commit (6ef1880)
- Official Release v2.27.0
- NVD Official Vulnerability Record (CVE-2026-54712)
- CVE.org Authoritative Vulnerability Detail
Read the full report for CVE-2026-54712 on our website for more details including interactive diagrams and full exploit analysis.
Top comments (0)