Severity by source
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Network-reachable and unauthenticated (AV:N/PR:N) but AC:H because the attacker must first obtain a passwordless share; primarily unauthorized read access (C:H) with limited integrity and no availability impact.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
2DescriptionCVE.org
DataEase is an open source data visualization and analysis tool. Prior to 2.10.24, ShareSecretManage uses a hardcoded default share link signature key, allowing an attacker who can obtain a passwordless share for a resource and user to use the known key link-pwd-fit2cloud to forge linkToken JWTs, bypass TokenFilter verification, and access backend resources as the share creator even if the original share has been revoked. This issue is fixed in version 2.10.24.
AnalysisAI
Authentication bypass in DataEase before 2.10.24 lets remote attackers forge valid share-link JWTs because ShareSecretManage ships with a hardcoded signature key (link-pwd-fit2cloud). An attacker who has obtained any passwordless share can mint linkToken JWTs that pass TokenFilter verification and access backend resources as the original share creator, even after that share has been revoked. There is no public exploit identified at time of analysis, but the hardcoded key is disclosed in the advisory, making forgery trivial once the signing algorithm is known.
Technical ContextAI
DataEase is an open source business-intelligence and data-visualization platform that exposes shareable links to dashboards and datasets. Access to shared resources is gated by JWTs (linkToken) validated in a TokenFilter using a signing key managed by ShareSecretManage. The root cause is CWE-321 (Use of a Hard-coded Cryptographic Key): the default share-link signature key is the static value 'link-pwd-fit2cloud' baked into the code rather than a per-instance secret. Because the key is identical across every default deployment, anyone who knows it can independently generate signatures that the server accepts as authentic, defeating the integrity and authenticity guarantees a JWT is supposed to provide. The affected component per CPE is cpe:2.3:a:dataease:dataease across all versions prior to the fix.
RemediationAI
Vendor-released patch: upgrade to DataEase 2.10.24 or later, which replaces the hardcoded share-link signature key; this is the definitive fix (advisory GHSA-7cpg-f4cj-7pgm, commit 356e83b518603f5612104760ced80aae8fc5d675). Because the key link-pwd-fit2cloud is now public, revoke and regenerate all existing share links after upgrading so any tokens forged before patching stop working. If immediate upgrade is not possible, restrict network exposure of the DataEase share endpoints to trusted networks or behind a VPN/reverse-proxy allowlist and disable passwordless sharing so attackers cannot obtain the initial share needed to trigger the flaw; the trade-off is that legitimate passwordless sharing workflows break and users must switch to password-protected shares. Monitor access logs for share tokens used after their share was revoked, which is a direct indicator of forgery.
DataEase is an open source business intelligence and data visualization tool. Prior to version 2.10.11, a threat actor m
Auth bypass in DataEase via CVE-2025-49001 patch evasion. PoC available.
Auth bypass in DataEase BI tool before 2.10.10.
A remote code execution vulnerability in DataEase (CVSS 9.8). Risk factors: public PoC available.
A remote code execution vulnerability in DataEase (CVSS 9.8). Risk factors: public PoC available.
A remote code execution vulnerability in DataEase (CVSS 9.8). Risk factors: public PoC available.
DataEase data visualization tool prior to 2.10.19 uses MD5-hashed passwords without salting, allowing attackers to crack
DataEase is an open source data visualization analysis tool. Rated critical severity (CVSS 9.8), this vulnerability is r
DataEase is an open source data visualization analysis tool. Rated critical severity (CVSS 9.8), this vulnerability is r
DataEase is an open source data visualization and analysis tool. Rated critical severity (CVSS 9.8), this vulnerability
Dataease is an open source data visualization and analysis tool. Rated critical severity (CVSS 9.8), this vulnerability
Dataease is an open source data visualization analysis tool. Rated critical severity (CVSS 9.8), this vulnerability is r
Same weakness CWE-321 – Use of Hard-coded Cryptographic Key
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42093