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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2025-62233

CVE-2025-62233: Apache DolphinScheduler RPC Vulnerability

CVE-2025-62233 is a deserialization of untrusted data vulnerability in Apache DolphinScheduler's RPC module, allowing attackers to compromise Master or Worker nodes. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2025-62233 Overview

A deserialization of untrusted data vulnerability has been identified in the RPC module of Apache DolphinScheduler, a widely used distributed workflow scheduling platform. This vulnerability affects versions >= 3.2.0 and < 3.3.1, allowing attackers with network access to Master or Worker nodes to compromise the system through malicious RPC requests.

Critical Impact

Attackers with access to Master or Worker nodes can execute arbitrary code by injecting malicious class types into StandardRpcRequest objects, potentially leading to complete system compromise.

Affected Products

  • Apache DolphinScheduler >= 3.2.0 and < 3.3.1
  • DolphinScheduler Master nodes with RPC services exposed
  • DolphinScheduler Worker nodes with RPC services exposed

Discovery Timeline

  • 2026-04-24 - CVE-2025-62233 published to NVD
  • 2026-04-27 - Last updated in NVD database

Technical Details for CVE-2025-62233

Vulnerability Analysis

This vulnerability stems from insecure deserialization practices in the Apache DolphinScheduler RPC module (CWE-502). The RPC communication mechanism between DolphinScheduler components fails to properly validate and sanitize incoming serialized data before deserialization.

When processing StandardRpcRequest objects, the system accepts and deserializes arbitrary class types without adequate verification. This creates a dangerous attack surface where an attacker can craft malicious serialized payloads containing arbitrary class types that get instantiated during the deserialization process. Upon deserialization, these malicious objects can trigger gadget chains that lead to remote code execution on the target Master or Worker nodes.

The vulnerability requires the attacker to have network access to the RPC endpoints, which are typically exposed on the Master and Worker nodes. While this provides some network segmentation protection, organizations running DolphinScheduler in shared environments or with inadequate network controls face significant risk.

Root Cause

The root cause lies in the insufficient input validation within the DolphinScheduler RPC module's request handling mechanism. The StandardRpcRequest class accepts user-controlled type information that determines which Java class should be instantiated during deserialization. Without proper whitelisting or validation of acceptable class types, attackers can specify arbitrary classes that exist on the classpath, including those that can be chained together to achieve code execution.

Attack Vector

The attack is network-based and requires low-privilege access to reach the RPC endpoints. An attacker exploits this vulnerability by:

  1. Gaining network access to a DolphinScheduler Master or Worker node's RPC service
  2. Crafting a malicious StandardRpcRequest object containing a malicious class type specification
  3. Serializing the payload with embedded gadget chains
  4. Sending the malicious RPC request to the target node
  5. The server deserializes the payload, instantiating the attacker-controlled classes and executing the embedded code

The vulnerability allows for potential impacts including unauthorized data access, system modification, and service disruption on compromised nodes.

Detection Methods for CVE-2025-62233

Indicators of Compromise

  • Unusual RPC traffic patterns to DolphinScheduler Master or Worker nodes from unexpected sources
  • Unexpected process spawning or network connections originating from DolphinScheduler Java processes
  • Presence of known Java deserialization gadget chain signatures in network traffic
  • Anomalous log entries in DolphinScheduler logs indicating deserialization errors or unexpected class loading

Detection Strategies

  • Monitor network traffic to DolphinScheduler RPC ports for malformed or suspicious serialized Java objects
  • Implement application-level logging to capture deserialization events and class instantiation attempts
  • Deploy network intrusion detection rules for common Java deserialization attack patterns
  • Review DolphinScheduler application logs for ClassNotFoundException or InvalidClassException errors that may indicate exploitation attempts

Monitoring Recommendations

  • Enable verbose logging on DolphinScheduler Master and Worker nodes to capture RPC request details
  • Implement network segmentation monitoring to detect unauthorized access attempts to RPC services
  • Configure alerts for unusual process behavior or resource consumption on DolphinScheduler hosts
  • Monitor for known ysoserial or similar deserialization payload signatures in network traffic

How to Mitigate CVE-2025-62233

Immediate Actions Required

  • Upgrade Apache DolphinScheduler to version 3.3.1 or later immediately
  • Restrict network access to DolphinScheduler Master and Worker RPC ports using firewall rules
  • Implement network segmentation to limit which systems can communicate with DolphinScheduler components
  • Review and audit systems for signs of compromise if exposed versions were running

Patch Information

Apache has released version 3.3.1 which addresses this deserialization vulnerability. Users running affected versions (>= 3.2.0 and < 3.3.1) should upgrade immediately. For detailed patch information, refer to the Apache Security Mailing List Update and the OpenWall OSS Security Post.

Workarounds

  • Implement strict network access controls limiting RPC port access to only trusted internal systems
  • Deploy a Web Application Firewall (WAF) or network filter capable of inspecting and blocking malicious serialized Java objects
  • Consider deploying Java Agent-based protection such as RASP (Runtime Application Self-Protection) to detect and block deserialization attacks
  • If immediate patching is not possible, consider temporarily disabling external network access to affected DolphinScheduler nodes until the upgrade can be completed
bash
# Example: Restrict RPC port access using iptables
# Allow only trusted internal network (adjust CIDR as needed)
iptables -A INPUT -p tcp --dport 12345 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 12345 -j DROP

# Verify DolphinScheduler version
grep -i version /opt/dolphinscheduler/conf/application.yaml

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechApache Dolphinscheduler

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-502
  • Technical References
  • OpenWall OSS Security Post
  • Vendor Resources
  • Apache Security Mailing List Update
  • Related CVEs
  • CVE-2026-23902: Apache DolphinScheduler Auth Bypass Flaw

  • CVE-2025-62188: Apache DolphinScheduler Info Disclosure

  • CVE-2023-48796: Apache DolphinScheduler Info Disclosure

  • CVE-2024-43166: Apache DolphinScheduler Privilege Escalation
Default Legacy - Prefooter | 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