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 verifies only that the sceneId matches the resourceId encoded in a share link token. It does not confirm that the tableId and field identifiers supplied in the request body belong to the shared resource, creating a CWE‑639 weakness. This permits an attacker with a valid share link token to replace dataset identifiers in a POST /de2api/chartData/getData request and retrieve data that should remain private, thereby exposing sensitive information without authorization.

Affected Systems

The flaw affects all installations of DataEase that run a version prior to 2.10.24. The vulnerability was addressed in release v2.10.24; later versions are considered safe.

Risk and Exploitability

The CVSS score of 7.1 indicates a high severity risk, while an EPSS score of less than 1% indicates a low current likelihood of exploitation. Possession of a share link token is the sole required foothold; the path to obtain such a token may involve legitimate use or phishing, but the latter is inferred from the need to acquire a token. Once the token is in hand, the attacker can simply alter the dataset identifiers in the request body to POST /de2api/chartData/getData and exfiltrate data that was intended to stay unshared. The vulnerability is not listed in the CISA KEV catalog and would not require additional privileges beyond the token.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to DataEase v2.10.24 or later to apply the vendor patch.
  • Restrict issuance of share link tokens to trusted users only and periodically review active tokens for logging and monitoring of the /de2api/chartData/getData endpoint, and configure alerts to detect anomalous data requests.
  • Implement server-side validation that verifies the tableId and field identifiers in POST /de2api/chartData/getData correspond to the data source associated with the share token, preventing unauthorized data leakage.

Generated by OpenCVE AI on July 26, 2026 at 19:01 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

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key