Description
Dataease is an open source data visualization analysis tool. Prior to version 2.10.19, DataEase uses the MD5 hash of the user’s password as the JWT signing secret. This deterministic secret derivation allows an attacker to brute-force the admin’s password by exploiting unmonitored API endpoints that verify JWT tokens. The vulnerability has been fixed in v2.10.19. No known workarounds are available.
Published: 2026-01-22
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Full Account Takeover via Brute‑Force of Admin JWT Secret
Action: Immediate Patch
AI Analysis

Impact

DataEase is an open source data visualization and analysis platform. A flaw in versions earlier than 2.10.19 allows an attacker to learn the administrator’s password by brute‑forcing the JWT signing secret, because the secret is simply the MD5 hash of the password. This deterministic derivation can be exploited through unprotected API endpoints that validate JWTs. The vulnerability enables a full takeover of the admin account, giving the attacker full control over data, configuration, and other user accounts. The flaw is a direct consequence of CWE‑522, where credentials are exposed through deterministic secret generation, allowing offline guessing. The CVSS score of 8.8 indicates high severity, but low EPSS (<1%) suggests that, as of now, few or no active exploits are observed. Nevertheless, the vulnerability is not yet listed in KEV. Attackers would need to identify a vulnerable instance, enumerate the password hash by sending JWT tokens with guessed passwords, and eventually succeed in guessing the real password to access the admin console. No workaround exists, so the only viable option is to apply the official patch.

Affected Systems

DataEase (dataease) versions prior to 2.10.19 are affected.

Risk and Exploitability

The high CVSS score highlights the serious impact of the vulnerability, yet the very low EPSS indicates limited exploitation in the wild at present. Because the flaw lies in a deterministic, hash‑derived JWT secret, an attacker who discovers a vulnerable instance can perform offline brute‑force attacks against the admin password through exposed token‑validation endpoints, ultimately achieving full account compromise. The lack of a published workaround or KEV designation does not diminish the urgency of applying the service‑pack release that removes the insecure secret derivation.

Generated by OpenCVE AI on April 18, 2026 at 04:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade DataEase to version 2.10.19 or later, which removes the deterministic JWT secret derivation.
  • After upgrade, force a password reset for all administrators to eliminate the legacy hash relationship.
  • Implement rate‑limiting or disable the unauthenticated JWT validation endpoints to prevent brute‑force attempts.

Generated by OpenCVE AI on April 18, 2026 at 04:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 17 Feb 2026 16:30:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:dataease:dataease:*:*:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Mon, 26 Jan 2026 17:30:00 +0000


Fri, 23 Jan 2026 16:45:00 +0000

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

Thu, 22 Jan 2026 23:00:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 22 Jan 2026 02:00:00 +0000

Type Values Removed Values Added
Description Dataease is an open source data visualization analysis tool. Prior to version 2.10.19, DataEase uses the MD5 hash of the user’s password as the JWT signing secret. This deterministic secret derivation allows an attacker to brute-force the admin’s password by exploiting unmonitored API endpoints that verify JWT tokens. The vulnerability has been fixed in v2.10.19. No known workarounds are available.
Title DataEase Vulnerable to Brute-Force Attack on Admin JWT Secret Derived from Password that Enables Full Account Takeover
Weaknesses CWE-522
References
Metrics cvssV4_0

{'score': 8.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Dataease Dataease
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-01-26T16:18:33.334Z

Reserved: 2026-01-19T14:49:06.313Z

Link: CVE-2026-23958

cve-icon Vulnrichment

Updated: 2026-01-26T16:18:33.334Z

cve-icon NVD

Status : Analyzed

Published: 2026-01-22T02:15:52.627

Modified: 2026-02-17T16:28:47.743

Link: CVE-2026-23958

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-18T04:15:05Z

Weaknesses