Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2023-49299

CVE-2023-49299: Apache DolphinScheduler RCE Vulnerability

CVE-2023-49299 is a remote code execution flaw in Apache DolphinScheduler allowing authenticated users to execute arbitrary JavaScript on the server. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2023-49299 Overview

CVE-2023-49299 is an Improper Input Validation vulnerability affecting Apache DolphinScheduler, a distributed and extensible workflow scheduler platform. An authenticated user can exploit this flaw to cause arbitrary, unsandboxed JavaScript to be executed on the server. This vulnerability allows attackers with valid credentials to bypass security controls and achieve server-side code execution, potentially compromising the entire scheduling infrastructure.

Critical Impact

Authenticated attackers can execute arbitrary unsandboxed JavaScript on the server, leading to potential full system compromise, data exfiltration, and lateral movement within connected systems.

Affected Products

  • Apache DolphinScheduler versions prior to 3.1.9
  • All installations running vulnerable DolphinScheduler instances with authenticated user access
  • Workflow scheduling environments integrated with DolphinScheduler

Discovery Timeline

  • December 30, 2023 - CVE-2023-49299 published to NVD
  • February 23, 2024 - Public disclosure on OSS-Security mailing list
  • February 13, 2025 - Last updated in NVD database

Technical Details for CVE-2023-49299

Vulnerability Analysis

This vulnerability stems from insufficient input validation within Apache DolphinScheduler's processing logic. The flaw allows authenticated users to inject and execute arbitrary JavaScript code on the server without proper sandboxing restrictions. When the application processes user-supplied input, it fails to adequately sanitize or restrict the execution context of JavaScript code, enabling direct server-side code execution.

The attack requires authenticated access, meaning an attacker must first obtain valid credentials to the DolphinScheduler platform. Once authenticated, the attacker can leverage the improper input validation to inject malicious JavaScript payloads that execute with the privileges of the DolphinScheduler service account, potentially granting access to sensitive workflow data, connected systems, and underlying server resources.

Root Cause

The root cause is classified as CWE-20 (Improper Input Validation). The application fails to properly validate, filter, or sanitize user-controllable input before processing it in a JavaScript execution context. The absence of sandboxing for JavaScript execution means that malicious code runs with full server-side privileges rather than being restricted to a safe execution environment.

Attack Vector

The attack is network-accessible and requires low privileges (authenticated user access) with no user interaction needed. An attacker with valid DolphinScheduler credentials can craft malicious input containing JavaScript code that, when processed by the vulnerable component, executes directly on the server. This server-side JavaScript execution bypasses intended security boundaries, allowing the attacker to:

  1. Access sensitive configuration data and workflow definitions
  2. Modify or delete scheduled tasks and workflows
  3. Execute arbitrary system commands through JavaScript engine capabilities
  4. Potentially pivot to other connected systems in the infrastructure

The vulnerability mechanism involves submitting crafted input through authenticated API endpoints or user interfaces that ultimately pass user-controlled data to an unsandboxed JavaScript interpreter. For detailed technical analysis, refer to the GitHub Pull Request that addresses this vulnerability.

Detection Methods for CVE-2023-49299

Indicators of Compromise

  • Unusual JavaScript execution patterns in DolphinScheduler server logs
  • Unexpected system commands or network connections originating from the DolphinScheduler service
  • Anomalous authenticated user activity, particularly involving workflow or task modification
  • Evidence of data exfiltration from the DolphinScheduler environment

Detection Strategies

  • Monitor DolphinScheduler application logs for suspicious input patterns or error messages related to JavaScript execution
  • Implement web application firewall (WAF) rules to detect and block JavaScript injection attempts in API requests
  • Deploy endpoint detection and response (EDR) solutions to identify unexpected child processes spawned by DolphinScheduler
  • Enable comprehensive audit logging for all authenticated user actions within DolphinScheduler

Monitoring Recommendations

  • Configure alerting for unusual API call patterns from authenticated users, particularly those involving task or workflow creation/modification
  • Implement network monitoring to detect anomalous outbound connections from DolphinScheduler servers
  • Establish baseline behavior for DolphinScheduler service accounts and alert on deviations
  • Monitor file system changes in DolphinScheduler installation directories

How to Mitigate CVE-2023-49299

Immediate Actions Required

  • Upgrade Apache DolphinScheduler to version 3.1.9 or later immediately
  • Audit all authenticated user accounts and remove unnecessary access
  • Review recent activity logs for signs of exploitation
  • Implement network segmentation to limit DolphinScheduler's access to sensitive resources

Patch Information

Apache has released version 3.1.9 of DolphinScheduler which addresses this vulnerability. Users are strongly recommended to upgrade to this version or later. The fix implements proper input validation and sandboxing for JavaScript execution contexts. For technical details on the fix, refer to the GitHub Pull Request #15228 and the Apache Mailing List Thread.

Workarounds

  • Restrict network access to DolphinScheduler instances to trusted IP ranges only
  • Implement strict authentication controls and consider multi-factor authentication for all DolphinScheduler users
  • Review and minimize user privileges, following the principle of least privilege
  • Deploy a web application firewall (WAF) with rules to detect JavaScript injection patterns
bash
# Verify DolphinScheduler version after upgrade
./bin/dolphinscheduler-daemon.sh status

# Restrict access to DolphinScheduler API endpoints using iptables
iptables -A INPUT -p tcp --dport 12345 -s trusted_network/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 12345 -j DROP

# Review authentication logs for suspicious activity
grep -i "login\|auth" /path/to/dolphinscheduler/logs/*.log | tail -100

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApache Dolphinscheduler

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.99%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Technical References
  • Openwall OSS-Security Discussion
  • Vendor Resources
  • GitHub Pull Request for DolphinScheduler

  • Apache Mailing List Thread
  • Related CVEs
  • CVE-2024-43202: Apache DolphinScheduler RCE Vulnerability

  • 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