CVE-2026-46684 Details
Description
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.
A vulnerability in DataEase's enterprise token management allows for unauthorized command execution. Prior to version 2.10.23, the TokenFilter could pass X-DE-TOKEN values to TokenUtils.validate(), which only checked the token's presence and length. This validation was insufficient, as it allowed forged tokens with chosen user ID and organization ID values to be accepted when the license was valid. The issue arises because, in the enterprise version, the token's signature verification is bypassed, enabling attackers to manipulate JWTs and gain unauthorized access.
Upgrade DataEase to version 2.10.23 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 15, 2026CISA-ADP
Assessed Jul 17, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/dataease/dataease/commit/3efda9d29c0df4300d43bb7874638e03060c3e2d | [email protected] | Source CodeVendor |
| https://github.com/dataease/dataease/releases/tag/v2.10.23 | [email protected] | Release NotesVendor |
| https://github.com/dataease/dataease/security/advisories/GHSA-gp6v-f7mm-458v | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-347 | Improper Verification of Cryptographic Signature | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| DataEase | < 2.10.23 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 17, 2026 | CVE Modified | CISA-ADP |
| Jul 15, 2026 | New CVE Received | [email protected] |
Volerion