CVE-2026-46684 PUBLISHED

DataEase: Unauthorized Command Execution Vulnerability

Assigner: GitHub_M
Reserved: 15.05.2026 Published: 15.07.2026 Updated: 15.07.2026

DataEase is an open source data visualization and analysis tool. Prior to 2.10.23, DataEase enterprise token handling can let TokenFilter#doFilter() pass X-DE-TOKEN values to TokenUtils.validate(), which checks only token presence and length before userBOByToken(token) uses JWT.decode() without signature verification, allowing forged tokens with chosen uid and oid values to be accepted when licenseValid=true. This issue is fixed in version 2.10.23.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H
CVSS Score: 9.5

Product Status

Vendor dataease
Product dataease
Versions
  • Version < 2.10.23 is affected

References

Problem Types

  • CWE-347: Improper Verification of Cryptographic Signature CWE