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

CVE-2025-64164: Dataease JNDI Injection Vulnerability

CVE-2025-64164 is a JNDI injection flaw in Dataease that occurs during Oracle JDBC connections. Attackers can exploit improper filtering to execute malicious code. This article covers technical details, affected versions, and mitigation.

Published: March 25, 2026

CVE-2025-64164 Overview

DataEase, an open source data visualization and analysis tool, contains a JNDI injection vulnerability in versions 2.10.14 and below. The application fails to properly filter user-supplied input when establishing JDBC connections to Oracle databases, allowing attackers to inject malicious JNDI references. Successful exploitation could enable remote code execution on vulnerable systems through deserialization attacks.

Critical Impact

Unauthenticated attackers can exploit improper input validation in Oracle JDBC connection handling to achieve remote code execution via JNDI injection, potentially leading to complete system compromise.

Affected Products

  • DataEase versions 2.10.14 and below
  • DataEase deployments with Oracle database connectivity configured
  • All installations using the vulnerable Oracle JDBC driver integration

Discovery Timeline

  • 2025-11-06 - CVE-2025-64164 published to NVD
  • 2025-11-07 - Last updated in NVD database

Technical Details for CVE-2025-64164

Vulnerability Analysis

This vulnerability stems from CWE-502 (Deserialization of Untrusted Data) and manifests specifically in the Oracle JDBC connection handling code within DataEase. The application's Oracle.java class maintains a list of illegal parameters intended to block dangerous JNDI-related values, but the filtering implementation was insufficient to prevent all attack vectors.

JNDI injection attacks exploit Java's naming and directory interface to force the vulnerable application to load and execute attacker-controlled code. When a malicious JDBC URL containing JNDI references (such as ldap://, rmi://, or related protocols) bypasses input validation, the Oracle JDBC driver can be coerced into retrieving and deserializing malicious objects from an attacker-controlled server.

The network-accessible nature of this vulnerability, combined with no authentication requirements and low attack complexity, makes it particularly dangerous in exposed DataEase deployments.

Root Cause

The root cause lies in the insufficient input validation within the Oracle.java class responsible for handling JDBC connections. The original implementation used a static list (getIllegalParameters) to filter dangerous parameters including JNDI-related strings like java.naming.factory.initial, java.naming.provider.url, LDAP protocols, and other hazardous JDBC parameters. However, the filtering mechanism could be bypassed, allowing attackers to inject malicious JNDI references through the Oracle JDBC URL.

Attack Vector

The attack leverages the network-exposed DataEase application to inject JNDI references via Oracle JDBC connection parameters. An attacker can craft a malicious JDBC URL containing protocols such as ldap://, ldaps://, rmi://, or other JNDI-related parameters that bypass the existing blocklist. When processed by the vulnerable Oracle driver configuration, the application attempts to resolve the JNDI reference, connecting to an attacker-controlled server that delivers a malicious serialized Java object for execution.

java
public class Oracle extends DatasourceConfiguration {
    private String driver = "oracle.jdbc.driver.OracleDriver";
    private String extraParams = "";
-    private List<String> getIllegalParameters = Arrays.asList(
-            // 原有参数(如RMI相关)
-            "java.naming.factory.initial", "java.naming.provider.url", "rmi",
-            // 新增:LDAP协议及相关危险参数
-            "ldap://", "ldaps://", "java.naming.factory.object", "java.naming.factory.state",
-            // 其他JDBC危险参数
-            "autoDeserialize", "connectionProperties", "initSQL", "dns", "file", "ftp"
-    );
+    private List<String> getOracleIllegalParameters() {
+        return Arrays.asList(
+                // 原有参数(如RMI相关)
+                "java.naming.factory.initial", "java.naming.provider.url", "rmi",
+                // 新增:LDAP协议及相关危险参数
+                "ldap://", "ldaps://", "java.naming.factory.object", "java.naming.factory.state",
+                // 其他JDBC危险参数
+                "autoDeserialize", "connectionProperties", "initSQL", "dns", "file", "ftp"
+        );
+    }


    public String getJdbc() {
        if(StringUtils.isNoneEmpty(getUrlType()) && !getUrlType().equalsIgnoreCase("hostName")){
            if (!getJdbcUrl().startsWith("jdbc:oracle")) {
                DEException.throwException("Illegal jdbcUrl: " + getJdbcUrl());
            }
-            for (String illegalParameter : getIllegalParameters()) {
+            for (String illegalParameter : getOracleIllegalParameters()) {

Source: GitHub Commit 7b68eb3

Detection Methods for CVE-2025-64164

Indicators of Compromise

  • Outbound connections from DataEase servers to unexpected LDAP or RMI services on non-standard ports
  • JDBC connection attempts containing encoded or obfuscated JNDI lookup strings
  • Unusual Java class loading or process spawning from the DataEase application context
  • Network traffic to external servers containing serialized Java objects

Detection Strategies

  • Monitor Oracle JDBC connection strings for JNDI-related patterns including ldap://, ldaps://, rmi://, and java.naming.* parameters
  • Implement web application firewall rules to detect and block JNDI injection payloads in HTTP requests to DataEase endpoints
  • Deploy network intrusion detection signatures for JNDI exploitation attempts targeting Java applications
  • Analyze DataEase application logs for rejected JDBC URLs containing blocked parameters

Monitoring Recommendations

  • Enable verbose logging for DataEase JDBC connection handling to capture all connection parameter attempts
  • Configure egress filtering to alert on outbound LDAP (389/636) and RMI (1099) connections from application servers
  • Implement runtime application self-protection (RASP) to detect deserialization attacks
  • Set up alerts for Java process anomalies such as unexpected child processes or network connections

How to Mitigate CVE-2025-64164

Immediate Actions Required

  • Upgrade DataEase to version 2.10.15 or later immediately
  • Audit existing Oracle JDBC connection configurations for any suspicious or unexpected parameters
  • Restrict network egress from DataEase servers to prevent outbound JNDI lookups to attacker-controlled infrastructure
  • Review application logs for evidence of exploitation attempts

Patch Information

DataEase has released version 2.10.15 which addresses this vulnerability. The fix refactors the parameter filtering mechanism from a static list to a method-based approach (getOracleIllegalParameters()) and ensures proper validation of JDBC URLs. The patch is available via the GitHub Release v2.10.15. For technical details on the specific code changes, refer to the security commit 7b68eb3.

Workarounds

  • If immediate patching is not possible, disable Oracle database connectivity in DataEase until the update can be applied
  • Implement network-level blocking of outbound LDAP and RMI traffic from DataEase application servers
  • Deploy a web application firewall with rules to detect and block JNDI injection patterns in request parameters
  • Place DataEase behind an authenticated reverse proxy to reduce the attack surface
bash
# Example iptables rules to block outbound JNDI-related protocols
iptables -A OUTPUT -p tcp --dport 389 -m owner --uid-owner dataease -j DROP
iptables -A OUTPUT -p tcp --dport 636 -m owner --uid-owner dataease -j DROP
iptables -A OUTPUT -p tcp --dport 1099 -m owner --uid-owner dataease -j DROP

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechDataease

  • SeverityHIGH

  • CVSS Score8.9

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • GitHub Release v2.10.15
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-q754-4pc2-wjqw
  • Related CVEs
  • CVE-2026-40901: DataEase RCE Vulnerability

  • CVE-2026-40900: DataEase SQL Injection Vulnerability

  • CVE-2026-40899: DataEase JDBC Blocklist Bypass Vulnerability

  • CVE-2026-33207: DataEase SQL Injection Vulnerability
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