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-2026-23902

CVE-2026-23902: Apache DolphinScheduler Auth Bypass Flaw

CVE-2026-23902 is an authorization bypass vulnerability in Apache DolphinScheduler that allows authenticated users to exploit undefined tenants during workflow execution. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 30, 2026

CVE-2026-23902 Overview

An Incorrect Authorization vulnerability (CWE-863) exists in Apache DolphinScheduler that allows authenticated users with system login permissions to use tenants that are not defined on the platform during workflow execution. This authorization bypass flaw enables users to circumvent tenant validation controls, potentially allowing unauthorized access to resources and workflow execution contexts that should be restricted.

Critical Impact

Authenticated attackers can exploit improper tenant validation to execute workflows under unauthorized tenant contexts, potentially gaining access to sensitive data or performing privileged operations across tenant boundaries.

Affected Products

  • Apache DolphinScheduler versions prior to 3.4.1
  • Apache DolphinScheduler workflow execution module
  • Apache DolphinScheduler tenant management system

Discovery Timeline

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

Technical Details for CVE-2026-23902

Vulnerability Analysis

This vulnerability stems from insufficient authorization checks within Apache DolphinScheduler's tenant validation mechanism. The platform fails to properly verify whether a specified tenant exists and is properly configured before allowing workflow execution to proceed under that tenant context.

When an authenticated user submits a workflow execution request, the system does not adequately validate that the requested tenant is actually defined within the platform's tenant configuration. This missing authorization check allows users to specify arbitrary or undefined tenant identifiers during workflow submission.

The impact of this vulnerability is significant as it affects both the confidentiality and integrity of the system. Attackers could potentially access data or execute workflows in contexts that should be restricted, leading to unauthorized data access or manipulation of workflow results.

Root Cause

The root cause is an Incorrect Authorization flaw (CWE-863) in the tenant validation logic. The application accepts tenant identifiers without verifying their existence in the platform's tenant registry. This oversight in the authorization layer allows the bypass of multi-tenant isolation controls that are fundamental to the platform's security model.

The vulnerability specifically manifests during workflow execution when tenant context is established. Instead of strictly validating that the tenant exists and that the user has appropriate permissions to use that tenant, the system proceeds with execution using the unvalidated tenant identifier.

Attack Vector

The attack can be executed remotely over the network by any authenticated user with basic system login permissions. The attacker does not require any special privileges beyond standard authentication to exploit this vulnerability.

The exploitation process involves:

  1. The attacker authenticates to the DolphinScheduler platform with valid credentials
  2. During workflow creation or execution, the attacker specifies a tenant identifier that does not exist in the platform's configuration
  3. The system fails to validate the tenant's existence and proceeds with workflow execution
  4. The workflow executes under the unauthorized tenant context, potentially accessing resources or data that should be isolated

This authorization bypass requires no user interaction and has low attack complexity, making it readily exploitable by authenticated attackers seeking to escalate their access within the platform.

Detection Methods for CVE-2026-23902

Indicators of Compromise

  • Workflow execution logs showing tenant identifiers that do not exist in the platform's tenant configuration
  • API requests to workflow execution endpoints containing unrecognized or malformed tenant parameters
  • Audit logs indicating users attempting to access or operate under multiple tenant contexts
  • Unexpected workflow executions appearing in tenant contexts that the executing user should not have access to

Detection Strategies

  • Implement logging and alerting for workflow executions that reference undefined tenant identifiers
  • Monitor API traffic for tenant parameter manipulation in workflow submission requests
  • Review access control logs for patterns of users attempting to operate across multiple tenant boundaries
  • Deploy application-layer monitoring to detect anomalous tenant context switching behavior

Monitoring Recommendations

  • Enable verbose logging for the DolphinScheduler workflow execution module to capture tenant context information
  • Configure SIEM rules to correlate user authentication events with tenant context changes
  • Establish baseline tenant usage patterns per user to identify anomalous tenant access attempts
  • Implement real-time alerting for workflow executions that fail tenant validation after patching

How to Mitigate CVE-2026-23902

Immediate Actions Required

  • Upgrade Apache DolphinScheduler to version 3.4.1 or later immediately
  • Review recent workflow execution logs to identify any potential exploitation attempts
  • Audit user permissions and tenant assignments to ensure proper access controls are in place
  • Implement network segmentation to restrict access to DolphinScheduler management interfaces

Patch Information

Apache has released version 3.4.1 which addresses this authorization bypass vulnerability. Users should upgrade to this version to receive the security fix. The patch implements proper tenant validation checks to ensure that only defined and authorized tenants can be used during workflow execution.

For detailed patch information and upgrade instructions, refer to the Apache Security Mailing List Thread and the Openwall OSS-Security Discussion.

Workarounds

  • Implement additional authorization checks at the network or application gateway level to validate tenant parameters before requests reach DolphinScheduler
  • Restrict system login permissions to only essential users until the patch can be applied
  • Deploy web application firewall (WAF) rules to filter requests with suspicious tenant parameters
  • Consider temporarily disabling workflow execution features for non-administrative users if business requirements permit
bash
# Verify your current DolphinScheduler version
./bin/dolphinscheduler-daemon.sh status

# Upgrade to patched version 3.4.1
# Follow Apache DolphinScheduler official upgrade documentation
# Backup configuration and database before upgrading

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechApache Dolphinscheduler

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • Openwall OSS-Security Discussion
  • Vendor Resources
  • Apache Security Mailing List Thread
  • Related CVEs
  • CVE-2025-62233: Apache DolphinScheduler RPC 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