Home

Description

DataEase is an open-source data visualization and analytics platform. Versions 2.10.20 and below contain a SQL injection vulnerability in the /datasource/getTableField endpoint. The getTableFiledSql method in CalciteProvider.java incorporates the tableName parameter directly into SQL query strings using String.format without parameterization or sanitization. Although DatasourceServer.java validates that the table name exists in the datasource, an attacker can bypass this by first registering an API datasource with a malicious deTableName, which is then returned by getTables and passes the validation check. An authenticated attacker can execute arbitrary SQL commands, enabling error-based extraction of sensitive database information. This issue has been fixed in version 2.10.21.

PUBLISHED Reserved 2026-03-17 | Published 2026-04-16 | Updated 2026-04-20 | Assigner GitHub_M




HIGH: 8.6CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Problem types

CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Product status

< 2.10.21
affected

References

github.com/...taease/security/advisories/GHSA-pgh3-rgw3-xjmm exploit

github.com/...taease/security/advisories/GHSA-pgh3-rgw3-xjmm

github.com/dataease/dataease/releases/tag/v2.10.21

cve.org (CVE-2026-33207)

nvd.nist.gov (CVE-2026-33207)

Download JSON