Description
DataEase is an open source data visualization and analysis tool. Prior to 2.10.24, the font management module allows authenticated users to submit an arbitrary fileTransName when creating a font record; when the record is later deleted, the backend concatenates that stored value with the font storage directory and passes it to FileUtils.deleteFile() without path traversal sanitization, allowing deletion of arbitrary writable files in the application container. This issue is fixed in version 2.10.24.
Published: 2026-07-07
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the font management module of DataEase. An authenticated user may submit an arbitrary fileTransName when creating a font record; later, when that record is deleted, the backend concatenates the stored value with the font storage directory and passes the result to FileUtils.deleteFile() without sanitizing for path traversal. This flaw permits deletion of any writable file inside the application container and is classified as CWE‑22: Path Traversal.

Affected Systems

DataEase, the open‑source data visualization and analysis tool from vendor dataease, is affected in all releases prior to version 2.10.24. The 2.10.24 release and later contain a fix that removes the path traversal vulnerability in the font deletion process.

Risk and Exploitability

The CVSS score of 7.2 indicates a medium to high severity risk. Exploitation requires the attacker to have authenticated access to create a font record and then delete that record; the EPSS score of less than 1% shows a low but non‑zero probability of exploitation. The vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that in an environment running DataEase with elevated privileges or storing critical data in the same writable directory, the ability to delete arbitrary files could directly harm application availability and data integrity.

Generated by OpenCVE AI on August 1, 2026 at 17:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to DataEase 2.10.24 or later, which removes the path traversal flaw in font deletion.
  • Validate and sanitize the filename supplied during font creation, rejecting any string that contains path separators or traversal sequences before it is stored.
  • If the upgrade cannot be applied immediately, restrict font record creation and deletion to trusted users and monitor the font storage directory for unexpected file deletions.

Generated by OpenCVE AI on August 1, 2026 at 17:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 08 Jul 2026 14: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, the font management module allows authenticated users to submit an arbitrary fileTransName when creating a font record; when the record is later deleted, the backend concatenates that stored value with the font storage directory and passes it to FileUtils.deleteFile() without path traversal sanitization, allowing deletion of arbitrary writable files in the application container. This issue is fixed in version 2.10.24.
Title DataEase: Path Traversal Leading to Arbitrary File Deletion via Font Management
Weaknesses CWE-22
References
Metrics cvssV4_0

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


Subscriptions

Dataease Dataease
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-08T12:55:40.744Z

Reserved: 2026-06-16T23:52:12.056Z

Link: CVE-2026-55631

cve-icon Vulnrichment

Updated: 2026-07-08T12:55:37.847Z

cve-icon NVD

Status : Deferred

Published: 2026-07-07T21:17:27.593

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

Link: CVE-2026-55631

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T17:30:07Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')