Description
DataEase is an open source data visualization and analysis tool. Prior to 2.10.24, the /de2api/datasetData/previewSql endpoint lacks the mandatory @DePermit permission validation annotation, allowing any authenticated user to specify datasourceId=-1, access the built-in engine database, execute arbitrary SQL statements, and read sensitive core data. This issue is fixed in version 2.10.24.
Published: 2026-07-07
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The /de2api/datasetData/previewSql endpoint in DataEase was found to omit the required @DePermit permission validation annotation before version 2.10.24. As a result, any authenticated user can submit a request with datasourceId set to -1, bypassing the intended authorization checks and gaining direct access to the internal engine database. The flaw permits the execution of arbitrary SQL statements, which the CVE description explicitly states allows read access to sensitive core data. While the description does not confirm that data can be modified, the ability to run arbitrary SQL indicates that modification could also be possible; based on the description, it is inferred that alteration of database contents may be achievable, although this is not explicitly stated. This missing authorization vulnerability (CWE-862) enables an attacker to compromise the confidentiality of internal data and potentially alter database contents if authorized SQL execution is performed.

Affected Systems

Versions earlier than 2.10.24 of DataEase are affected. The vulnerability was fixed in the 2.10.24 release, and later versions are not impacted.

Risk and Exploitability

The CVSS score of 8.7 classifies this vulnerability as high severity, but the EPSS score of <1% suggests a low probability of exploitation under typical circumstances. The vulnerability is not listed in CISA KEV. Because the flaw is a missing authorization check, an attacker only needs valid authenticated credentials; no special privileges or network conditions beyond normal access to the API are required. Exploitation can be performed remotely over the API endpoint by anyone who can authenticate to the system, making the attack vector likely HTTP-based.

Generated by OpenCVE AI on July 26, 2026 at 19:06 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade DataEase to version 2.10.24 or later, which restores the @DePermit validation on the previewSql endpoint.
  • If an upgrade cannot be performed immediately, apply the patch referenced in commit 7b47af38b8fa017c9eecb00a4a49264663189e7b and redeploy the application.
  • Restrict use of /de2api/datasetData/previewSql by implementing role-based access controls or network-level restrictions, ensuring only privileged users can invoke it.

Generated by OpenCVE AI on July 26, 2026 at 19:06 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 07 Jul 2026 23:00:00 +0000

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

Tue, 07 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
Description DataEase is an open source data visualization and analysis tool. Prior to 2.10.24, the /de2api/datasetData/previewSql endpoint lacks the mandatory @DePermit permission validation annotation, allowing any authenticated user to specify datasourceId=-1, access the built-in engine database, execute arbitrary SQL statements, and read sensitive core data. This issue is fixed in version 2.10.24.
Title DataEase: Unauthorized Access to Engine Database via previewSql Endpoint
Weaknesses CWE-862
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-09T14:42:33.726Z

Reserved: 2026-06-10T16:43:31.242Z

Link: CVE-2026-53730

cve-icon Vulnrichment

Updated: 2026-07-09T14:21:14.165Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T19:15:03Z

Weaknesses