Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/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 endpoint exploitable by any authenticated user (PR:L) with no interaction; arbitrary SQL on the engine DB yields high confidentiality and integrity with limited availability impact.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
2DescriptionCVE.org
DataEase is an open source data visualization and analysis tool. Prior to 2.10.24, the /de2api/datasetData/previewSql endpoint lacks the mandatory @DePermit permission validation annotation, allowing any authenticated user to specify datasourceId=-1, access the built-in engine database, execute arbitrary SQL statements, and read sensitive core data. This issue is fixed in version 2.10.24.
AnalysisAI
Broken access control in DataEase before 2.10.24 lets any authenticated low-privilege user reach the /de2api/datasetData/previewSql endpoint, which is missing its mandatory @DePermit authorization check, and pass datasourceId=-1 to hit the built-in engine database and execute arbitrary SQL. This CWE-862 missing-authorization flaw exposes sensitive core application data and carries a CVSS 4.0 base score of 8.7 (High). No public exploit has been identified at time of analysis, and it is not listed in CISA KEV.
Technical ContextAI
DataEase is an open-source business-intelligence and data-visualization platform (Java/Spring backend, cpe:2.3:a:dataease:dataease) that connects to external datasources and also ships an embedded 'built-in engine' database used to process and cache dataset data. Access to sensitive API endpoints is normally gated by a custom @DePermit annotation that enforces per-resource permission checks. The root cause (CWE-862, Missing Authorization) is that the datasetData/previewSql endpoint was deployed without this annotation, so the framework never evaluated whether the caller was entitled to the requested datasource. By supplying the sentinel value datasourceId=-1, a caller is routed to the internal engine database rather than a user-scoped external source, turning a SQL-preview convenience feature into an arbitrary-SQL execution primitive against DataEase's own core data store.
RemediationAI
Vendor-released patch: upgrade to DataEase 2.10.24, which restores the mandatory @DePermit permission validation on the datasetData/previewSql endpoint; this is the primary and recommended fix per advisory GHSA-2jmq-vffm-4qmj (https://github.com/dataease/dataease/security/advisories/GHSA-2jmq-vffm-4qmj) and commit 7b47af38b8fa017c9eecb00a4a49264663189e7b (https://github.com/dataease/dataease/commit/7b47af38b8fa017c9eecb00a4a49264663189e7b). If you cannot upgrade immediately, apply compensating controls: block or restrict access to the /de2api/datasetData/previewSql path at a reverse proxy or WAF (side effect: breaks legitimate SQL-preview functionality for dataset editors), disable self-registration and audit all low-privilege accounts to shrink the pool of potential attackers, and monitor application logs for requests to previewSql carrying datasourceId=-1 as an exploitation indicator. Because the fix is a small server-side annotation change, prioritize the version upgrade over long-lived workarounds.
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-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42091