Description
DataEase is an open source data visualization and analysis tool. Prior to 2.10.24, a share mode chart data interface only validates that sceneId matches the resourceId in the link token and fails to validate whether tableId and field IDs in the request body belong to the shared resource, allowing an attacker with a valid share link token to replace dataset identifiers and retrieve unauthorized data through POST /de2api/chartData/getData. This issue is fixed in version 2.10.24.
Published: 2026-07-07
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

DataEase’s share mode chart data interface validates only that the sceneId supplied in the request matches the resourceId encoded in a share link token; it fails to confirm that the tableId and field identifiers in the request body belong to the shared resource. This weakness, identified as CWE‑639, allows an actor in possession of a valid share link token to replace dataset identifiers in a POST /de2api/chartData/getData request and retrieve data that should remain private, resulting in unauthorized data exposure.

Affected Systems

All installations of the DataEase data visualization and analysis tool running a version earlier than 2.10.24 are vulnerable. The issue was remedied in release v2.10.24; later versions are considered safe.

Risk and Exploitability

The CVSS score of 7.1 indicates a high severity vulnerability, while an EPSS score of less than 1% reflects a low current likelihood of exploitation. The vulnerability is not listed in the CISA KEV catalog. An attacker needs only a valid share link token, which could be obtained through legitimate sharing or, based on the description, it is inferred that phishing methods may be used to acquire the token. With the token, the attacker simply alters the dataset identifiers in the POST request to the /de2api/chartData/getData endpoint and exfiltrates data that should remain unshared.

Generated by OpenCVE AI on August 3, 2026 at 04:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to DataEase release v2.10.24 or later to apply the vendor patch.
  • Restrict distribution of share link tokens to trusted personnel, and establish routine monitoring of POST /de2api/chartData/getData activity to detect anomalous data requests.
  • Implement server‑side validation that checks that tableId and field identifiers in the request body correspond to the data source associated with the share token, thereby preventing unauthorized data leakage.

Generated by OpenCVE AI on August 3, 2026 at 04:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 08 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', '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, a share mode chart data interface only validates that sceneId matches the resourceId in the link token and fails to validate whether tableId and field IDs in the request body belong to the shared resource, allowing an attacker with a valid share link token to replace dataset identifiers and retrieve unauthorized data through POST /de2api/chartData/getData. This issue is fixed in version 2.10.24.
Title DataEase: Token with Overly Broad Privileges in Share Mode: Access to Unshared Datasets
Weaknesses CWE-639
References
Metrics cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Dataease Dataease
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-08T13:57:27.568Z

Reserved: 2026-06-04T20:37:18.652Z

Link: CVE-2026-50530

cve-icon Vulnrichment

Updated: 2026-07-08T13:54:40.445Z

cve-icon NVD

Status : Deferred

Published: 2026-07-07T21:17:26.240

Modified: 2026-07-08T15:07:37.767

Link: CVE-2026-50530

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T05:00:16Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key