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-62420

CVE-2025-62420: DataEase JDBC Driver Bypass RCE Vulnerability

CVE-2025-62420 is a JDBC driver bypass vulnerability in DataEase that allows authenticated attackers to execute arbitrary code through malicious database connections. This article covers technical details, affected versions, and mitigation.

Updated: May 19, 2026

CVE-2025-62420 Overview

DataEase is an open-source data visualization and analytics platform. CVE-2025-62420 is a JDBC driver bypass vulnerability affecting DataEase versions through 2.10.13. The flaw resides in the H2 database connection handler, where the getJdbc function in H2.java validates that the jdbcUrl field begins with jdbc:h2 but returns a separate jdbc field as the actual connection URL. An authenticated attacker can supply a compliant jdbcUrl alongside a malicious jdbc field referencing an arbitrary driver and connection string. This bypass enables arbitrary JDBC connections that can lead to remote code execution. The issue is resolved in version 2.10.14.

Critical Impact

An authenticated attacker can bypass JDBC URL validation to load arbitrary JDBC drivers, resulting in remote code execution on the DataEase server.

Affected Products

  • DataEase versions up to and including 2.10.13
  • DataEase H2 database connection handler (H2.java)
  • DataEase Db2 database connection handler (Db2.java)

Discovery Timeline

  • 2025-10-17 - CVE-2025-62420 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2025-62420

Vulnerability Analysis

The vulnerability is classified as Deserialization of Untrusted Data ([CWE-502]) because attacker-controlled JDBC connection parameters can trigger driver behaviors that deserialize remote payloads. DataEase exposes a data source configuration interface that accepts both a jdbcUrl value and a jdbc value. The validation logic only inspects jdbcUrl to confirm it begins with jdbc:h2, then returns the unvalidated jdbc string to the connection layer. The connection layer uses the unvalidated value to load any JDBC driver an attacker specifies, including drivers known to enable code execution through JNDI lookups or backend RCE primitives.

Root Cause

The root cause is a check-versus-use mismatch in getJdbc within H2.java. The method validates one field (jdbcUrl) but returns a different field (jdbc) for downstream use. Because the two values are decoupled, the security check provides no protection over the value actually consumed by the JDBC driver manager.

Attack Vector

An authenticated user with permission to configure data sources submits a crafted H2 datasource definition. The jdbcUrl parameter is set to a benign value beginning with jdbc:h2 to satisfy the validator. The jdbc parameter carries the attacker-chosen driver string, such as a MySQL, PostgreSQL, or other connector URL referencing a malicious backend. When DataEase establishes the connection, the malicious driver executes attacker-controlled logic on the server.

java
// Security patch in core/core-backend/src/main/java/io/dataease/datasource/type/H2.java
// The check now validates the actual jdbc value returned to the caller
            DEException.throwException("Has illegal parameter: " + jdbc);
        }
    }
-   if (StringUtils.isNotEmpty(getJdbcUrl()) && !getJdbcUrl().startsWith("jdbc:h2")) {
-       DEException.throwException("Illegal jdbcUrl: " + getJdbcUrl());
+   if (StringUtils.isNotEmpty(jdbc) && !jdbc.startsWith("jdbc:h2")) {
+       DEException.throwException("Illegal jdbcUrl: " + jdbc);
    }
    return jdbc;
}

Source: DataEase patch commit bb320e4. The fix aligns the validated field with the returned field, so any non-jdbc:h2 value is rejected before being used.

Detection Methods for CVE-2025-62420

Indicators of Compromise

  • Data source configuration requests containing both jdbcUrl and jdbc parameters with mismatched prefixes or driver schemes.
  • Outbound network connections from the DataEase server to unexpected database hosts, LDAP servers, or RMI endpoints following data source operations.
  • Unexpected child processes spawned by the DataEase Java process after data source test or save actions.

Detection Strategies

  • Inspect HTTP request bodies sent to DataEase data source endpoints for jdbc values that do not start with jdbc:h2 while jdbcUrl does.
  • Audit DataEase application logs for Illegal jdbcUrl exceptions, which indicate the patched validator is rejecting suspicious values post-upgrade.
  • Correlate authenticated session activity with new outbound JDBC connections to hosts outside the approved database inventory.

Monitoring Recommendations

  • Enable verbose logging on DataEase data source creation and modification events, including the full submitted parameters.
  • Monitor the DataEase host for JNDI lookups, class loader activity from remote URLs, and use of drivers other than H2 when only H2 sources are expected.
  • Alert on any process execution originating from the DataEase JVM that is not part of normal application behavior.

How to Mitigate CVE-2025-62420

Immediate Actions Required

  • Upgrade DataEase to version 2.10.14 or later, which contains the patch in commit bb320e4.
  • Restrict data source configuration privileges to a minimum set of trusted administrative accounts until the upgrade is complete.
  • Review existing data sources for entries with non-H2 jdbc values and remove any unauthorized configurations.

Patch Information

The vulnerability is fixed in DataEase 2.10.14. The patch updates both H2.java and Db2.java so that the value returned to the JDBC driver manager is the value subject to prefix validation and illegal-parameter filtering. Details are available in the GitHub Security Advisory GHSA-7wcv-j6gc-qc7q and the DataEase commit bb320e4.

Workarounds

  • No official workarounds exist according to the vendor advisory; upgrading is required.
  • As a compensating control, place DataEase behind network egress filtering that only permits connections to known, approved database hosts and ports.
  • Disable or remove unused database connector libraries from the DataEase classpath to reduce the set of drivers an attacker could abuse.
bash
# Verify and upgrade the DataEase deployment to the patched release
docker pull dataease/dataease:v2.10.14
docker stop dataease && docker rm dataease
# Recreate the container with the patched image using your existing volume and env config
# Confirm the running version after restart
curl -s http://<dataease-host>/de2api/sysParameter/version | grep -i version

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDataease

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.45%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-502
  • Vendor Resources
  • GitHub Commit Change

  • GitHub Security Advisory GHSA-7wcv-j6gc-qc7q
  • Related CVEs
  • CVE-2026-40901: DataEase RCE Vulnerability

  • CVE-2026-32140: Dataease JDBC Driver RCE Vulnerability

  • CVE-2025-58748: Dataease JDBC URL Validation RCE Flaw

  • CVE-2025-57773: Dataease JNDI Injection RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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