The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-33701

CVE-2026-33701: OpenTelemetry Java Instrumentation RCE

CVE-2026-33701 is a remote code execution vulnerability in OpenTelemetry Java Instrumentation caused by unsafe deserialization in RMI instrumentation on JDK 16 and earlier. Explore the technical details, affected versions, and patches.

Published: April 3, 2026

CVE-2026-33701 Overview

CVE-2026-33701 is a critical insecure deserialization vulnerability affecting OpenTelemetry Java Instrumentation versions prior to 2.26.1. The RMI instrumentation component registered a custom endpoint that deserialized incoming data without applying serialization filters, potentially allowing remote code execution on vulnerable systems running JDK 16 or earlier.

Critical Impact

An attacker with network access to a JMX or RMI port on an instrumented JVM could exploit this vulnerability to achieve arbitrary remote code execution with the privileges of the user running the instrumented JVM.

Affected Products

  • OpenTelemetry Java Instrumentation versions prior to 2.26.1
  • Systems running JDK 16 or earlier with the Java agent attached
  • JVMs with explicitly configured JMX/RMI ports (-Dcom.sun.management.jmxremote.port)

Discovery Timeline

  • 2026-03-27 - CVE-2026-33701 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-33701

Vulnerability Analysis

This vulnerability stems from unsafe deserialization practices in the RMI instrumentation module of OpenTelemetry Java Instrumentation. When the Java agent is attached to a JVM with an exposed JMX/RMI port, the custom endpoint accepts and deserializes incoming data without implementing proper serialization filters.

The exploitation of this vulnerability requires three specific conditions to be met simultaneously: OpenTelemetry Java instrumentation must be attached as a Java agent (-javaagent) on Java 16 or earlier, the JMX/RMI port must be explicitly configured via -Dcom.sun.management.jmxremote.port and network-reachable, and a gadget-chain-compatible library must be present on the classpath.

When these conditions align, an attacker can craft malicious serialized objects that, when deserialized by the vulnerable endpoint, execute arbitrary code on the target system. The impact is particularly severe because successful exploitation grants the attacker code execution privileges equivalent to the user running the instrumented JVM.

Root Cause

The root cause is classified as CWE-502 (Deserialization of Untrusted Data). The RMI instrumentation component failed to implement serialization filters when processing incoming data through its custom endpoint. This oversight allowed arbitrary object deserialization, which can be exploited through well-known Java deserialization gadget chains when compatible libraries are present in the application's classpath.

Attack Vector

The attack is network-based and requires the attacker to have network access to an exposed JMX/RMI port on the target system. The attacker sends a specially crafted serialized payload containing a gadget chain to the vulnerable RMI endpoint. Upon deserialization, the malicious payload triggers code execution without requiring authentication or user interaction.

The vulnerability mechanism involves the RMI instrumentation accepting serialized Java objects over the network and deserializing them without validation. When a gadget-chain-compatible library (such as Apache Commons Collections or similar libraries commonly found in Java applications) is present on the classpath, the attacker can leverage known deserialization gadget chains to achieve arbitrary code execution.

For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-33701

Indicators of Compromise

  • Unexpected network connections to JMX/RMI ports from external or unauthorized IP addresses
  • Anomalous process spawning from JVM processes instrumented with OpenTelemetry
  • Unusual serialized Java object traffic patterns on RMI ports
  • Evidence of gadget chain exploitation in application logs or memory dumps

Detection Strategies

  • Monitor network traffic to JMX/RMI ports for suspicious serialized object patterns
  • Implement network segmentation to detect unauthorized access attempts to management ports
  • Deploy Java agent monitoring to detect deserialization of unexpected object types
  • Use endpoint detection to identify post-exploitation behaviors such as unauthorized process creation

Monitoring Recommendations

  • Enable JMX authentication logging and monitor for failed or suspicious authentication attempts
  • Implement network monitoring rules for traffic to ports configured via -Dcom.sun.management.jmxremote.port
  • Configure alerts for new outbound connections initiated by instrumented Java processes
  • Monitor for known Java deserialization exploitation tools and techniques

How to Mitigate CVE-2026-33701

Immediate Actions Required

  • Upgrade OpenTelemetry Java Instrumentation to version 2.26.1 or later immediately
  • For JDK 16 or earlier environments, prioritize patching as these versions are vulnerable
  • Audit all JVM instances for exposed JMX/RMI ports and restrict network access
  • Review application classpaths for known gadget-chain-compatible libraries

Patch Information

The vulnerability has been addressed in OpenTelemetry Java Instrumentation version 2.26.1. The fix implements proper serialization filters for the RMI instrumentation endpoint. Organizations should upgrade to version 2.26.1 or later to remediate this vulnerability.

For systems running JDK 17 or later, the built-in serialization protections provide defense-in-depth, though upgrading is still strongly recommended.

Patch details are available in the GitHub commit and the version 2.26.1 release.

Workarounds

  • Disable RMI instrumentation by setting the system property -Dotel.instrumentation.rmi.enabled=false
  • Restrict network access to JMX/RMI ports using firewall rules
  • Upgrade to JDK 17 or later where built-in serialization protections mitigate the risk
  • Remove or update gadget-chain-compatible libraries from the application classpath where possible
bash
# Disable RMI instrumentation as a workaround
java -javaagent:opentelemetry-javaagent.jar \
     -Dotel.instrumentation.rmi.enabled=false \
     -jar your-application.jar

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpentelemetry

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.40%

  • Known ExploitedNo
  • CVSS 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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • GitHub Release v2.26.1
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-xw7x-h9fj-p2c7
  • Related CVEs
  • CVE-2023-47108: OpenTelemetry-Go Contrib DoS Vulnerability

  • CVE-2025-27513: OpenTelemetry .NET DoS Vulnerability

  • CVE-2024-36129: Opentelemetry Configgrpc DOS Vulnerability

  • CVE-2023-45142: OpenTelemetry-Go DoS Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English