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

CVE-2025-57773: Dataease JNDI Injection RCE Vulnerability

CVE-2025-57773 is a JNDI injection RCE flaw in Dataease that allows attackers to execute arbitrary code through unfiltered DB2 parameters. This article covers technical details, affected versions, and mitigation steps.

Published: March 11, 2026

CVE-2025-57773 Overview

DataEase, an open source business intelligence and data visualization tool, contains a critical JNDI injection vulnerability in versions prior to 2.10.12. The vulnerability stems from insufficient filtering of DB2 database connection parameters, allowing attackers to launch JNDI injection attacks that trigger AspectJWeaver deserialization, ultimately enabling arbitrary file writes on affected systems.

Critical Impact

Unauthenticated attackers can exploit unfiltered DB2 parameters to perform JNDI injection, leading to deserialization attacks that allow arbitrary file write operations on vulnerable DataEase instances.

Affected Products

  • DataEase versions prior to 2.10.12
  • Systems with commons-collections 4.x dependency
  • Systems with aspectjweaver-1.9.22.jar dependency

Discovery Timeline

  • August 25, 2025 - CVE-2025-57773 published to NVD
  • September 3, 2025 - Last updated in NVD database

Technical Details for CVE-2025-57773

Vulnerability Analysis

This vulnerability represents a JNDI (Java Naming and Directory Interface) injection flaw that occurs due to improper input validation in DataEase's DB2 database connection handling. When processing DB2 connection parameters, the application fails to sanitize user-supplied input, allowing malicious JNDI lookup strings to be injected. The injection triggers an AspectJWeaver deserialization attack chain that ultimately allows attackers to write arbitrary files to the filesystem.

The exploitation requires specific dependencies to be present on the target system: commons-collections version 4.x and aspectjweaver-1.9.22.jar. These libraries provide the necessary gadget chains for the deserialization attack to succeed. The attack is network-accessible and does not require authentication, making it particularly dangerous for internet-exposed DataEase instances.

Root Cause

The root cause is improper input validation (CWE-94: Code Injection) in the DB2 database connection parameter handling. The application directly uses user-supplied values in JNDI lookups without adequate sanitization or filtering, enabling attackers to inject malicious JNDI URIs that point to attacker-controlled resources. When the application processes these malicious parameters, it initiates a connection to the attacker's server, which returns a serialized payload that gets deserialized by the vulnerable AspectJWeaver library.

Attack Vector

The attack is executed over the network and does not require user interaction or authentication. An attacker can exploit this vulnerability by submitting a crafted DB2 connection configuration containing a malicious JNDI lookup string. The attack flow follows these steps:

  1. Attacker submits a malicious DB2 connection request with a crafted JNDI URI in the connection parameters
  2. DataEase processes the unfiltered parameter and performs a JNDI lookup
  3. The JNDI lookup connects to an attacker-controlled server
  4. The malicious server returns a serialized AspectJWeaver payload
  5. The application deserializes the payload, triggering arbitrary file write operations

The vulnerability requires the presence of specific dependency libraries (commons-collections 4.x and aspectjweaver-1.9.22.jar) for successful exploitation. For detailed technical analysis, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-57773

Indicators of Compromise

  • Unusual outbound JNDI lookup connections from DataEase server to external hosts
  • Unexpected file creation or modification in web application directories
  • Suspicious DB2 connection configuration attempts with JNDI URI patterns (e.g., jndi:ldap://, jndi:rmi://)
  • Log entries showing deserialization errors or AspectJWeaver-related exceptions

Detection Strategies

  • Monitor network traffic for outbound LDAP, RMI, or DNS connections initiated by the DataEase application
  • Implement Web Application Firewall (WAF) rules to detect and block JNDI injection patterns in request parameters
  • Review DataEase application logs for suspicious database connection attempts with non-standard URI schemes
  • Deploy runtime application self-protection (RASP) solutions to detect JNDI injection attempts

Monitoring Recommendations

  • Enable verbose logging for database connection operations in DataEase
  • Configure alerts for any outbound connections to non-whitelisted LDAP or RMI servers
  • Monitor file system changes in DataEase installation directories for unauthorized modifications
  • Implement behavioral analysis to detect anomalous process spawning from the DataEase application

How to Mitigate CVE-2025-57773

Immediate Actions Required

  • Upgrade DataEase to version 2.10.12 or later immediately
  • Audit existing DataEase configurations for signs of compromise
  • Review and restrict network egress rules for DataEase servers to prevent outbound JNDI lookups
  • If immediate patching is not possible, consider temporarily disabling DB2 database connection functionality

Patch Information

The vulnerability has been addressed in DataEase version 2.10.12. The fix implements proper filtering and validation of DB2 connection parameters to prevent JNDI injection attacks. The patch can be reviewed in the GitHub commit (8d04e92d44e1bac9284e9e64df5afd7f96d9373c). Organizations should upgrade to the patched version as the primary remediation measure.

Workarounds

  • Implement network-level controls to block outbound LDAP (port 389, 636) and RMI (port 1099) connections from DataEase servers
  • Deploy a WAF with rules to detect and block JNDI injection patterns in HTTP parameters
  • Remove or update vulnerable dependency libraries (commons-collections 4.x and aspectjweaver-1.9.22.jar) if not required by the application
  • Restrict access to DataEase administrative interfaces to trusted networks only
bash
# Example: Block outbound LDAP/RMI connections from DataEase server using iptables
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
  • TypeRCE

  • Vendor/TechDataease

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.40%

  • 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-94
  • Technical References
  • GitHub Security Advisory GHSA-7r8j-6whv-4j5p
  • Vendor Resources
  • GitHub Commit Update
  • Related CVEs
  • CVE-2026-32140: Dataease JDBC Driver RCE Vulnerability

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

  • CVE-2025-57772: DataEase H2 JDBC 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