LiveActive security incident?Get immediate response
CVE Record

CVE-2026-33701: OpenTelemetry: Unsafe Deserialization in RMI Instrumentation may Lead to Remote Code Execution

OpenTelemetry Java Instrumentation provides OpenTelemetry auto-instrumentation and instrumentation libraries for Java. In versions prior to 2.26.1, the RMI instrumentation registered a custom endpoint that deserialized incoming data without applying serialization filters. On JDK version 16 and earlier, an attacker with network access to a JMX or RMI port on an instrumented JVM could exploit this to potentially achieve remote code execution. All three of the following conditions must be true to exploit this vulnerability: First, OpenTelemetry Java instrumentation is attached as a Java agent (`-javaagent`) on Java 16 or earlier. Second, JMX/RMI port has been explicitly configured via `-Dcom.sun.management.jmxremote.port` and is network-reachable. Third, gadget-chain-compatible library is present on the classpath. This results in arbitrary remote code execution with the privileges of the user running the instrumented JVM. For JDK >= 17, no action is required, but upgrading is strongly encouraged. For JDK < 17, upgrade to version 2.26.1 or later. As a workaround, set the system property `-Dotel.instrumentation.rmi.enabled=false` to disable the RMI integration.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

This flaw can let an unauthenticated network attacker run code on a vulnerable Java service, but only under a narrow configuration. The service must use OpenTelemetry Java Instrumentation before 2.26.1 as a Java agent, run on JDK 16 or earlier, expose JMX/RMI, and include a compatible gadget library.

Executive priority

Treat this as urgent for older Java services exposing management interfaces. The practical risk is concentrated, but compromise could mean full application-level code execution. Prioritize internet- or network-reachable JMX/RMI deployments first.

Technical view

OpenTelemetry Java Instrumentation before 2.26.1 registered an RMI endpoint that deserialized inbound data without serialization filters. On JDK 16 or earlier, reachable JMX/RMI plus a gadget-chain-compatible classpath can produce remote code execution as the JVM process user. The issue is CWE-502 and rated CVSS 4.0 9.3.

Likely exposure

Exposure is limited to Java services using opentelemetry-java-instrumentation before 2.26.1 with -javaagent on JDK 16 or earlier, where JMX/RMI is explicitly enabled and reachable. JDK 17 or later is stated as requiring no action, although upgrade is still encouraged.

Exploitation context

The bundle marks CISA KEV as false and provides no evidence of active exploitation. Exploitation requires network access to the JMX or RMI port and a compatible classpath. If successful, code runs with the privileges of the instrumented JVM user.

Researcher notes

The vulnerability centers on unsafe deserialization in RMI instrumentation without serialization filters. The stated exploit preconditions are cumulative, so triage should verify all three before declaring exposure. The provided sources name the fix version and workaround but do not establish active exploitation.

Mitigation direction

  • Upgrade OpenTelemetry Java Instrumentation to version 2.26.1 or later.
  • For JDK below 17, prioritize remediation of exposed JMX/RMI services.
  • Set -Dotel.instrumentation.rmi.enabled=false as the documented workaround.
  • Remove unnecessary network exposure of JMX/RMI ports.
  • Check vendor guidance for downstream packaged impacts.

Validation and detection

  • Inventory Java services using the OpenTelemetry Java agent.
  • Confirm OpenTelemetry Java Instrumentation version is 2.26.1 or later.
  • Identify services running on JDK 16 or earlier.
  • Review JVM settings for configured JMX/RMI ports.
  • Validate whether those ports are network-reachable.
  • Assess classpaths for deserialization gadget-chain-compatible libraries.
Prepared
Confidence
high
Sources
8

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-33701 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.3 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

2CVSS vectors
5Timeline events
2ADP providers
7Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total

CVSS vector scores

2 official scores

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.3CVSS 4.0CriticalCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NGitHub_M
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H2.25.9redhat-SADP

Vulnerability scoring details

Base CVSS 4.0 score

9.3Critical
CVSS 4.0 vector shape for CVE-2026-33701Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. ADP timelineredhat-SADP

    Made public.

  3. CVE publishedCVE Program

    The CVE record was published.

  4. ADP timelineredhat-SADP

    Reported to Red Hat.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
redhat-SADPio.opentelemetry.javaagent/opentelemetry-javaagent: OpenTelemetry Java Instrumentation: Remote code execution via deserialization vulnerability in RMI
other:Red Hat severity ratingcvssV3_1
  • 2026-03-27T01:01:57.058Z: Reported to Red Hat.
  • 2026-03-27T00:01:12.327Z: Made public.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
open-telemetryopentelemetry-java-instrumentation< 2.26.1Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.