Description
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.
Published: 2026-07-07
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

DataEase’s ShareLink feature embeds the JWT signing secret 'link-pwd-fit2cloud' into the source code for all releases prior to version 2.10.24. When an attacker gains a passwordless share URL, the known secret can be used to create a linkToken JWT that passes the TokenFilter validation. This allows the attacker to act as the share creator and access protected backend resources, even if the original share has been revoked. The flaw exemplifies hardcoded cryptographic material (CWE‑321) and (CWE‑798).

Affected Systems

All installations of the DataEase data visualization platform using dataease:dataease with a version older than 2.10.24 contain the flaw. Applying the 2.10.24 update or later removes the hardcoded signing key and eliminates the vulnerability.

Risk and Exploitability

The CVSS score of 8.3 indicates high severity. The EPSS score of less than 1% suggests a low probability of exploitation in the wild, yet the threat remains significant because the attack requires only a passwordless share link—a capability that can be achieved through normal sharing or by discovering publicly exposed URLs. The vulnerability is not listed in the CISA KEV catalog. In the absence of remediation, an attacker who obtains a share link can forge JWTs and bypass authentication checks, enabling unauthorized backend access.

Generated by OpenCVE AI on July 26, 2026 at 19:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update DataEase to version 2.10.24 or newer to remove the hardcoded signing secret.
  • Disable the ShareLink feature or revoke all existing share links until the patch is applied.
  • Monitor backend authentication logs for anomalous linkToken usage and enforce restrictive access controls as a temporary containment measure.

Generated by OpenCVE AI on July 26, 2026 at 19:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 08 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 07 Jul 2026 23:30:00 +0000

Type Values Removed Values Added
First Time appeared Dataease
Dataease dataease
Vendors & Products Dataease
Dataease dataease

Tue, 07 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
Description 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.
Title DataEase: Hardcoded JWT Signing Secret in ShareLink
Weaknesses CWE-321
CWE-798
References
Metrics cvssV4_0

{'score': 8.3, 'vector': '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'}


Subscriptions

Dataease Dataease
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-08T13:37:38.831Z

Reserved: 2026-06-24T01:47:55.285Z

Link: CVE-2026-57172

cve-icon Vulnrichment

Updated: 2026-07-08T13:37:09.719Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T19:15:03Z

Weaknesses
  • CWE-321

    Use of Hard-coded Cryptographic Key

  • CWE-798

    Use of Hard-coded Credentials