Severity by source
CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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
Authenticated operator can trigger it (PR:L), but staging rsjdbc.ini in tmpdir raises complexity (AC:H); RCE escapes the app component into the host, so S:C with full C/I/A impact.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
4DescriptionCVE.org
DataEase is an open source data visualization and analysis tool. Prior to 2.10.23, DataEase Redshift datasource connections can load attacker-controlled rsjdbc.ini configuration from System.getProperty("java.io.tmpdir"), setting socketFactory=org.springframework.context.support.FileSystemXmlApplicationContext so com.amazon.redshift.Driver#connect, com.amazon.redshift.Driver#getJdbcIniFile, and com.amazon.redshift.util.ObjectFactory#instantiate execute a reflection-based remote code execution chain during a normal JDBC connection through io.dataease.datasource.type.Redshift. This issue is fixed in version 2.10.23.
AnalysisAI
Reflection-based remote code execution in DataEase before 2.10.23 lets an authenticated operator who can configure a Redshift datasource achieve arbitrary code execution on the server. The Redshift JDBC driver loads an attacker-controlled rsjdbc.ini from the system temp directory and honors a malicious socketFactory pointing at Spring's FileSystemXmlApplicationContext, turning a normal JDBC connection into a code-execution chain. No public exploit is identified at time of analysis and it is not in CISA KEV, but the vendor has confirmed and patched the flaw in 2.10.23.
Technical ContextAI
DataEase is an open-source business-intelligence and data-visualization platform (Java/Spring Boot backend). The flaw sits in the Redshift datasource integration (io.dataease.datasource.type.Redshift) which uses Amazon's Redshift JDBC driver. During connection the driver (com.amazon.redshift.Driver#getJdbcIniFile) reads an rsjdbc.ini file resolved from System.getProperty("java.io.tmpdir"). By setting socketFactory=org.springframework.context.support.FileSystemXmlApplicationContext, the driver's com.amazon.redshift.util.ObjectFactory#instantiate reflectively loads a Spring application context from an attacker-supplied XML bean definition, executing arbitrary code. This is a classic CWE-94 (Code Injection) rooted in trusting a world-writable configuration location plus an unsafe reflective factory - conceptually similar to socketFactory/JDBC-driver gadget abuse seen in other JDBC connectors.
RemediationAI
Vendor-released patch: 2.10.23 - upgrade DataEase to 2.10.23 or later, which per the fix commit (3e58149f1e014b1a7ae2c12134b37ae438f676ac) hardens startup by setting AMAZON_REDSHIFT_JDBC_INI_FILE, user.home, and java.io.tmpdir to "null" so the Redshift driver no longer loads an attacker-controlled rsjdbc.ini. If you cannot upgrade immediately, apply the same JVM-level neutralization by launching the DataEase backend with -DAMAZON_REDSHIFT_JDBC_INI_FILE=null and overriding the effective java.io.tmpdir/user.home the driver reads, and restrict who can create or edit Redshift datasources to trusted administrators only (side effect: legitimate operators lose self-service datasource creation); additionally lock down filesystem permissions on the server temp directory so untrusted processes/users cannot write rsjdbc.ini there. Reference the advisory at https://github.com/dataease/dataease/security/advisories/GHSA-cv4c-8rpv-2x97 and the patch commit https://github.com/dataease/dataease/commit/3e58149f1e014b1a7ae2c12134b37ae438f676ac.
DataEase is an open source business intelligence and data visualization tool. Prior to version 2.10.11, a threat actor m
Auth bypass in DataEase via CVE-2025-49001 patch evasion. PoC available.
Auth bypass in DataEase BI tool before 2.10.10.
A remote code execution vulnerability in DataEase (CVSS 9.8). Risk factors: public PoC available.
A remote code execution vulnerability in DataEase (CVSS 9.8). Risk factors: public PoC available.
A remote code execution vulnerability in DataEase (CVSS 9.8). Risk factors: public PoC available.
DataEase data visualization tool prior to 2.10.19 uses MD5-hashed passwords without salting, allowing attackers to crack
DataEase is an open source data visualization analysis tool. Rated critical severity (CVSS 9.8), this vulnerability is r
DataEase is an open source data visualization analysis tool. Rated critical severity (CVSS 9.8), this vulnerability is r
DataEase is an open source data visualization and analysis tool. Rated critical severity (CVSS 9.8), this vulnerability
Dataease is an open source data visualization and analysis tool. Rated critical severity (CVSS 9.8), this vulnerability
Dataease is an open source data visualization analysis tool. Rated critical severity (CVSS 9.8), this vulnerability is r
Same weakness CWE-94 – Code Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-44775