AUGUST 25, 2026
Live Feed
Back to database
Case File

CVE-2026-55631

HIGH · CVSS 7.2 EPSS 0.31% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-07 · Last synced 2026-08-06

CyberRota Analysis

AI-Generated

The font management module in DataEase prior to version 2.10.24 is vulnerable, allowing authenticated users to submit arbitrary file names that can lead to the deletion of any writable file in the application container due to insufficient path traversal sanitization. This vulnerability poses a significant risk of data loss and system integrity compromise. Organizations using versions before 2.10.24 should prioritize upgrading to the fixed version to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-55631
Severity
HIGH
CVSS
7.2
EPSS
0.31%

Original NVD 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.