#VU126341 Improper Authentication in DataEase - CVE-2025-49001
Published: April 16, 2026
DataEase
DataEase
Description
The vulnerability allows a remote attacker to bypass authentication.
The vulnerability exists due to improper authentication in TokenFilter.java and CommunityTokenFilter.java when handling requests with a crafted X-DE-TOKEN header. A remote attacker can send a specially crafted JWT token to bypass authentication.
The issue occurs because the token is decoded to extract uid and oid without verifying its legitimacy, and processing continues through the filter chain even after token signature verification fails.