CVE-2026-45320 Details
Description
DataEase is an open source data visualization and analysis tool. Prior to 2.10.23, DataEase dashboard SQL variables such as ${deptId} are processed by SqlparserUtils.transFilter(), whose final branch returns raw user input for non-in and non-between operators before SubstitutedSql.replace("${var}", value) splices it into dashboard SQL, allowing authenticated users who can view a dashboard to inject SQL against integrated datasources. This issue is fixed in version 2.10.23
A SQL injection vulnerability has been identified in DataEase versions prior to 2.10.23. The issue arises in the dashboard SQL variable handling, where user input is not properly sanitized before being inserted into SQL queries. This flaw allows authenticated users to inject malicious SQL into integrated data sources via dashboard variables. The vulnerability is rooted in the SqlparserUtils.transFilter() method, which returns raw user input for certain SQL operators, enabling injection attacks.
Users are advised to upgrade to DataEase version 2.10.23 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 15, 2026CISA-ADP
Assessed Jul 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/dataease/dataease/security/advisories/GHSA-8vp9-9hx4-6458 | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/dataease/dataease/commit/163d510c6935a4010727392f5a680a7dc15abb13 | [email protected] | Source CodeVendor |
| https://github.com/dataease/dataease/releases/tag/v2.10.23 | [email protected] | Release NotesVendor |
| https://github.com/dataease/dataease/security/advisories/GHSA-8vp9-9hx4-6458 | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-89 | Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| DataEase | < 2.10.23 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 17, 2026 | CVE Modified | CISA-ADP |
| Jul 15, 2026 | New CVE Received | [email protected] |
Volerion