Description
DataEase is an open source data visualization and analysis tool. Prior to 2.10.23, DataEase SQL-type datasets store attacker-controlled SQL variable defaultValue entries such as ${var} and SqlparserUtils.handleVariableDefaultValue() inserts them with String.replace() without escaping or parameterization, causing stored SQL injection whenever a user with dataset read permission accesses the dataset. 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. Prior to version 2.10.23, its SQL‑type datasets store attacker‑controlled SQL variable defaultValue entries such as ${var}. The SqlparserUtils.handleVariableDefaultValue() method inserts these defaults into queries using String.replace() without escaping or parameterization, leading to a stored SQL injection flaw that is triggered whenever a user with dataset read permission accesses the dataset. An attacker who can embed malicious SQL in a defaultValue can cause the DataEase backend to execute arbitrary SQL, potentially exposing, modifying, or destroying data.

Affected Systems

All instances of DataEase running a version earlier than 2.10.23 are affected. The vulnerability is present in the dataease product and does not involve any other components or third‑party libraries.

Risk and Exploitability

The CVSS score of 8.7 reflects a high‑severity flaw, while the EPSS score of less than 1% indicates that exploitation attempts are unlikely as of now. The vulnerability is not listed in CISA KEV. Exploitation requires the attacker to embed SQL in a dataset’s defaultValue and a legitimate user with read access to that dataset must view it. Once triggered, the injected SQL runs with the database user privileges of the DataEase application.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to version 2.10.23 or later to resolve the stored SQL injection issue.
  • If an upgrade is not immediately possible, review and remove or sanitize any dataset defaultValue entries that contain unescaped SQL variables such as ${var} to mitigate risk.
  • Restrict dataset read permissions to trusted users only or disable dataset access until the vulnerability is patched and verified.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 16 Jul 2026 13: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 SQL-type datasets store attacker-controlled SQL variable defaultValue entries such as ${var} and SqlparserUtils.handleVariableDefaultValue() inserts them with String.replace() without escaping or parameterization, causing stored SQL injection whenever a user with dataset read permission accesses the dataset. This issue is fixed in version 2.10.23.
Title DataEase: Stored 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-16T13:05:15.225Z

Reserved: 2026-05-12T17:48:47.878Z

Link: CVE-2026-45535

cve-icon Vulnrichment

Updated: 2026-07-16T13:05:09.925Z

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')