Description
DataEase is an open source data visualization and analysis tool. Prior to 2.10.24, any authenticated user can download (/exportCenter/download/{id}), delete (/exportCenter/delete), retry (/exportCenter/retry/{id}), or generate download links (/exportCenter/generateDownloadUri/{id}) for export tasks belonging to other users by manipulating the task ID parameter, and the /exportCenter/download/{id} endpoint is whitelisted from authentication, allowing unauthenticated access to exported files. 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

This vulnerability is an insecure direct object reference (IDOR) flaw that permits any authenticated user to supply a numeric task identifier to several ExportCenter endpoints, including download, delete, retry, and download link generation. The download endpoint is also exempt from authentication, enabling unauthenticated users to retrieve exported files once an ID is known. The result is unauthorized reading of other users’ exported data and the possibility of deleting such data, exposing sensitive information or causing data loss. Based on the description, it is inferred that the flaw arises from missing ownership checks and improper access control for the affected endpoints.

Affected Systems

All installations of the DataEase open‑source data‑visualization platform running any version older than 2.10.24 are affected. The issue exists in every release before the security patch and applies regardless of deployment size or configuration.

Risk and Exploitability

The CVSS score of 8.7 indicates high severity, while the EPSS score of <1% suggests a low likelihood of exploitation in the wild. The vulnerability is not listed in CISA’s KEV catalog. Based on the description, it is inferred that the attack vector involves an authenticated attacker manipulating the task ID parameter, coupled with the unauthenticated download endpoint to elevate the attack surface. The combination of a simple input manipulation and a lack of authentication on the download route makes this flaw trivial for those with user credentials, thereby warranting prompt remediation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade DataEase to version 2.10.24 or later, which removes the IDOR flaw and closes the unauthenticated download endpoint
  • If an upgrade cannot be performed immediately, restrict the /exportCenter/download/{id} endpoint to authenticated users only and enforce explicit ownership checks for all ExportCenter operations
  • Validate and sanitize the task ID parameter, apply role‑based access control to each export action, and monitor logs for anomalous export requests to detect abuse

Generated by OpenCVE AI on July 26, 2026 at 19:07 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': 'yes', '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, any authenticated user can download (/exportCenter/download/{id}), delete (/exportCenter/delete), retry (/exportCenter/retry/{id}), or generate download links (/exportCenter/generateDownloadUri/{id}) for export tasks belonging to other users by manipulating the task ID parameter, and the /exportCenter/download/{id} endpoint is whitelisted from authentication, allowing unauthenticated access to exported files. This issue is fixed in version 2.10.24.
Title DataEase ExportCenter IDOR allows cross-user export task access
Weaknesses CWE-639
References
Metrics cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/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-08T14:49:59.141Z

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

Link: CVE-2026-53729

cve-icon Vulnrichment

Updated: 2026-07-08T14:49:56.339Z

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