Authorization bypass through user-controlled key in DataEase - CVE-2026-53729
Published: June 18, 2026
DataEase
Detailed vulnerability description
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to improper access control in the /exportCenter/download/{id} endpoint when handling requests with a manipulated task ID parameter. A remote attacker can request a crafted task ID to disclose sensitive information.
The endpoint is included in the authentication whitelist, allowing access without passing TokenFilter or SsoFilter.