CyberRota Analysis
AI-GeneratedThe 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.
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.