CyberRota Analysis
AI-GeneratedDataEase versions prior to 2.10.23 are vulnerable to path traversal and arbitrary file write attacks due to improper handling of user-controlled static resource names and Base64 content during template saves. This could allow an attacker to manipulate file paths, potentially leading to unauthorized access or modification of files on the server. Organizations using DataEase should prioritize upgrading to version 2.10.23 to mitigate these risks.
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.23, DataEase template saves call TemplateManageService#save, StaticResourceServer#saveFilesToServe, and the /de2api/templateManage/save endpoint with attacker-controlled staticResource names and Base64 content, allowing path traversal and arbitrary file writes because only / was used when extracting the file name. This issue is fixed in version 2.10.23.