Description
DataEase is an open-source data visualization and analytics platform. Versions 2.10.20 and below contain a SQL injection vulnerability in the sort parameter of the /de2api/datasetData/enumValueObj endpoint. The DatasetDataManage service layer directly transfers the user-supplied sort value to the sorting metadata DTO, which is passed to Order2SQLObj where it is incorporated into the SQL ORDER BY clause without any whitelist validation, and then executed via CalciteProvider. An authenticated attacker can inject arbitrary SQL commands through the sort parameter, enabling time-based blind SQL injection. This issue has been fixed in version 2.10.21.
Published: 2026-04-16
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection
Action: Patch
AI Analysis

Impact

The vulnerability allows an authenticated attacker to inject arbitrary SQL code through the sort parameter of the /de2api/datasetData/enumValueObj endpoint. This leads to a time-based blind SQL injection in the underlying CalciteProvider, giving attackers potential to read or modify data stored in the database. The weakness is a classic SQL injection scenario (CWE-89).

Affected Systems

DataEase, an open-source data visualization and analytics platform. Versions 2.10.20 and earlier are affected. The issue was fixed in version 2.10.21.

Risk and Exploitability

The CVSS score of 8.7 classifies this as a high severity vulnerability. No EPSS score is available, so the likelihood of exploitation is unknown, but it is not listed in CISA's Known Exploited Vulnerabilities catalog. The vulnerability requires authentication to the system, meaning that privileged users or authenticated API clients can exploit it. Attackers can deliver malicious sort strings that are incorporated directly into an ORDER BY clause, enabling data extraction or modification through injection.

Generated by OpenCVE AI on April 17, 2026 at 02:30 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade DataEase to version 2.10.21 or later
  • If an upgrade is not immediately possible, restrict or disable the /de2api/datasetData/enumValueObj endpoint for unauthenticated or low-privilege users and validate the sort parameter against a whitelist or sanitization routine
  • Ensure that only required users have permission to execute the affected API calls and enforce strict authentication and authorization controls

Generated by OpenCVE AI on April 17, 2026 at 02:30 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 20 Apr 2026 16:45:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:dataease:dataease:*:*:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sat, 18 Apr 2026 03:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 16 Apr 2026 19:45:00 +0000

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

Thu, 16 Apr 2026 18:30:00 +0000

Type Values Removed Values Added
Description DataEase is an open-source data visualization and analytics platform. Versions 2.10.20 and below contain a SQL injection vulnerability in the sort parameter of the /de2api/datasetData/enumValueObj endpoint. The DatasetDataManage service layer directly transfers the user-supplied sort value to the sorting metadata DTO, which is passed to Order2SQLObj where it is incorporated into the SQL ORDER BY clause without any whitelist validation, and then executed via CalciteProvider. An authenticated attacker can inject arbitrary SQL commands through the sort parameter, enabling time-based blind SQL injection. This issue has been fixed in version 2.10.21.
Title DataEase has SQL Injection through its getFieldEnumObj Endpoint
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:H/SC:N/SI:N/SA:N'}


Subscriptions

Dataease Dataease
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-04-18T02:40:47.771Z

Reserved: 2026-03-17T19:27:06.346Z

Link: CVE-2026-33084

cve-icon Vulnrichment

Updated: 2026-04-18T02:40:41.698Z

cve-icon NVD

Status : Analyzed

Published: 2026-04-16T19:16:33.520

Modified: 2026-04-20T16:36:16.950

Link: CVE-2026-33084

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T02:30:07Z

Weaknesses