Description
DataEase is an open source data visualization and analysis tool. Prior to 2.10.23, DataEase datasource connection status checks concatenate configuration.getSchema() into getTablesSql and execute the resulting SQL with executeQuery in io.dataease.datasource.provider.CalciteProvider#checkStatus, allowing SQL injection against DB2, SQL Server, PostgreSQL, and other affected datasources. This issue is fixed in version 2.10.23.
Published: 2026-07-15
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

DataEase is an open source data visualization and analysis tool. Before version 2.10.23, the application concatenates the schema value from configuration.getSchema() into the SQL string produced by getTablesSql and executes it with executeQuery in io.dataease.datasource.provider.CalciteProvider#checkStatus. This allows an attacker to supply a crafted schema string and inject arbitrary SQL against databases such as DB2, SQL Server, PostgreSQL, and others. The vulnerability is fixed in DataEase 2.10.23.

Affected Systems

Versions of DataEase earlier than 2.10.23 are affected; the product is identified as DataEase (dataease:dataease). All supported database types (DB2, SQL Server, PostgreSQL, and other datasources) used with these versions are at risk.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity vulnerability, and the EPSS score of less than 1% shows a very low probability of exploitation at this time; it is not listed in CISA’s KEV catalog. The likely attack vector is remote, via any interface that triggers a connection status check—such as web or API endpoints that accept user‑supplied schema values. An attacker who can supply the schema parameter would be able to execute arbitrary SQL against the connected database, compromising confidentiality and integrity of the data layer; the impact is limited to systems that allow such status checks to be performed by the attacker.

Generated by OpenCVE AI on July 31, 2026 at 02:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the DataEase 2.10.23 (or later) release to remediate the SQL injection flaw.
  • If a patch cannot be applied immediately, disable or remove the connection status check functionality that uses the vulnerable getTablesSql logic so that the concatenated SQL is no longer executed.
  • Restrict access to the API or UI endpoints that trigger the status check, allowing only trusted administrators to use them, and enforce strict input validation on any schema parameters.

Generated by OpenCVE AI on July 31, 2026 at 02:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 16 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 15 Jul 2026 22:15:00 +0000

Type Values Removed Values Added
First Time appeared Dataease
Dataease dataease
Vendors & Products Dataease
Dataease dataease

Wed, 15 Jul 2026 19:45:00 +0000

Type Values Removed Values Added
Description DataEase is an open source data visualization and analysis tool. Prior to 2.10.23, DataEase datasource connection status checks concatenate configuration.getSchema() into getTablesSql and execute the resulting SQL with executeQuery in io.dataease.datasource.provider.CalciteProvider#checkStatus, allowing SQL injection against DB2, SQL Server, PostgreSQL, and other affected datasources. This issue is fixed in version 2.10.23.
Title DataEase: SQL injection vulnerability
Weaknesses CWE-89
References
Metrics cvssV4_0

{'score': 8.7, 'vector': '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'}


Subscriptions

Dataease Dataease
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-16T15:12:51.317Z

Reserved: 2026-05-12T01:48:40.453Z

Link: CVE-2026-45417

cve-icon Vulnrichment

Updated: 2026-07-16T14:55:02.930Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T03:00:06Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')