Summary
CVE-2026-45532 is a path traversal vulnerability in DataEase, an open-source business intelligence and data visualization platform, affecting all versions prior to 2.10.23. The flaw allows an unauthenticated, network-based attacker to read arbitrary files from the underlying server via a crafted request to a static resource endpoint. It carries a HIGH severity rating with a CVSS v4.0 base score of 8.7.
Technical details
- Root cause: the vulnerable code paths,
StaticResourceServer#findResourceAsBase64andStaticResourceUtils#getImgFileToBase64, sanitize input by filtering only forward-slash (/) characters before resolving a file path. - On Windows deployments, the file separator is a backslash (“), which is not filtered, allowing directory-traversal sequences such as
......Windowswin.inito bypass the restriction. - Attack vector: a POST request to
/de2api/staticResource/findResourceAsBase64with a backslash-based traversal payload in the requested resource name. - Impact: arbitrary file read on the host filesystem, with contents returned to the attacker as base64-encoded data. No authentication or user interaction is required, and no impact on integrity or availability is noted.
Affected software
- DataEase (io.dataease) versions prior to 2.10.23, on Windows-hosted deployments where the backslash file separator applies.
Severity
- CVSS v4.0 Base Score: 8.7 (High)
- Vector:
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
Mitigation and recommended actions
- Immediate: Upgrade DataEase to version 2.10.23 or later, which fixes the incomplete path-separator filtering.
- If immediate patching is not possible: restrict or monitor network access to the
/de2api/staticResource/findResourceAsBase64endpoint, and avoid running DataEase on Windows hosts until patched; no other vendor-documented workaround exists.
How IONIX identifies potentially affected assets
IONIX matches the following signals against data already collected when it crawled the asset; identifying the technology sends no request beyond that crawl.
- Page title:
DataEase - Raw response body:
DataEase doesn't work properly

