Path traversal in DataEase - CVE-2026-45419
Published: June 18, 2026
DataEase
Detailed vulnerability description
The vulnerability allows a remote user to write arbitrary files.
The vulnerability exists due to improper limitation of a pathname to a restricted directory in TemplateManageService#save and StaticResourceServer#saveFilesToServe when handling requests to /de2api/templateManage/save with a controllable staticResource parameter. A remote user can send a specially crafted request to write arbitrary files.
The file name and file content are fully controllable through the staticResource parameter, and the file content is transmitted in base64 encoding.