Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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
Network-reachable low-complexity injection needing a low-privilege authenticated account (PR:L, UI:N); full SQL injection yields total database confidentiality, integrity, and availability impact.
Primary rating from GitHub Advisory.
CVSS VectorGitHub Advisory
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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
Lifecycle Timeline
7DescriptionGitHub Advisory
DataEase is an open source data visualization analysis tool. Versions 2.10.20 and below contain a SQL injection vulnerability in the dataset export functionality. The expressionTree parameter in POST /de2api/datasetTree/exportDataset is deserialized into a filtering object and passed to WhereTree2Str.transFilterTrees for SQL translation, where user-controlled values in "like" filter terms are directly concatenated into SQL fragments without sanitization. An attacker can inject arbitrary SQL commands by escaping the string literal in the filter value, enabling blind SQL injection through techniques such as time-based extraction of database information. This issue has been fixed in version 2.10.21.
AnalysisAI
SQL injection in DataEase's dataset export endpoint (POST /de2api/datasetTree/exportDataset) lets an authenticated attacker inject arbitrary SQL through the expressionTree parameter in versions 2.10.20 and below. User-controlled values in 'like' filter terms are concatenated unsanitized into SQL during filter-tree translation, enabling blind, time-based extraction of database contents. Publicly available exploit code exists (SSVC: poc); EPSS is low (0.03%, 8th percentile) and the flaw is not in CISA KEV, so no active exploitation is confirmed. Fixed in 2.10.21.
Technical ContextAI
DataEase is an open-source business-intelligence and data-visualization platform. The vulnerable path is its dataset export feature: the expressionTree JSON parameter is deserialized into a filtering object and handed to WhereTree2Str.transFilterTrees, which converts the filter model into a SQL WHERE clause. For 'like' filter operators, the user-supplied value is directly string-concatenated into the generated SQL fragment rather than being bound as a parameter, so a value that closes the string literal (e.g. an embedded quote) breaks out of the intended predicate. This is a classic CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) failure rooted in dynamic query construction instead of parameterized queries. CPE cpe:2.3:a:dataease:dataease identifies the affected product.
RemediationAI
Upgrade to DataEase v2.10.21, which contains the vendor fix for this issue (Vendor-released patch: 2.10.21); note that this release also changes frontend credential naming (e.g. user.token becomes de_v2_user.token), which may require adjusting integrations such as SQLBot advanced apps, and it bundles fixes for several other SQL injection and related flaws (CVE-2026-33083, -33084, -33121, -33122, -33207 among others), so patching addresses multiple vulnerabilities at once. Refer to the advisory at https://github.com/dataease/dataease/security/advisories/GHSA-xxpw-2c8q-g693 and the release notes at https://github.com/dataease/dataease/releases/tag/v2.10.21. If immediate upgrade is not possible, compensating controls include restricting network access to the /de2api/datasetTree/exportDataset endpoint (and the DataEase management interface generally) to trusted networks via reverse-proxy or WAF rules that block quote/SQL metacharacters in the expressionTree payload - with the trade-off of possible false positives on legitimate filter values - tightening account provisioning so low-privilege accounts are not freely issued, and monitoring database logs for anomalous time-delay queries indicative of blind injection.
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-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-23280