Cyber Resilience

CVE-2024-56511

Dataease ≤ 2.10.4

Public PoC
Published
10 January 2025
Modified
20 February 2025
Patch / advisory
CVSS Score v4 9.3
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/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
EPSS Score 0.44 99th percentile
Risk Priority 65 floored blend · peak EPSS

Summary

CVE-2024-56511 is a critical-severity Authentication Bypass by Alternate Name (CWE-289) vulnerability in Dataease Dataease. Its CVSS base score is 9.3 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to IA-2 (Identification and Authentication (Organizational Users)) and IA-4 (Identifier Management) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2024-56511 is an authentication bypass vulnerability in DataEase, an open source data visualization analysis tool. The flaw affects versions prior to 2.10.4 and resides in the io.dataease.auth.filter.TokenFilter class. This class uses request.getRequestURI to obtain the request URL, which is then passed to the WhitelistUtils.match method to check if the URL requires authentication. While the match method filters semicolons, it is insufficient when users configure server.servlet.context-path during deployment, allowing bypass via crafted paths such as /geo/../context-path/.

The vulnerability has a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating critical severity with no prerequisites for exploitation over the network. Remote attackers without privileges can exploit it by sending requests with manipulated paths that evade the whitelist check, gaining unauthorized access to protected interfaces and potentially compromising confidentiality, integrity, and availability of the application.

The issue has been addressed in DataEase version 2.10.4. Security practitioners should upgrade to this version or later. Additional details are available in the GitHub Security Advisory at https://github.com/dataease/dataease/security/advisories/GHSA-9f69-p73j-m73x.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

DataEase is an open source data visualization analysis tool. Prior to 2.10.4, there is a flaw in the authentication in the io.dataease.auth.filter.TokenFilter class, which can be bypassed and cause the risk of unauthorized access. In the io.dataease.auth.filter.TokenFilter class, ”request.getRequestURI“ is…

more

used to obtain the request URL, and it is passed to the "WhitelistUtils.match" method to determine whether the URL request is an interface that does not require authentication. The "match" method filters semicolons, but this is not enough. When users set "server.servlet.context-path" when deploying products, there is still a risk of being bypassed, which can be bypassed by any whitelist prefix /geo/../context-path/. The vulnerability has been fixed in v2.10.4.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-37258Same product: Dataease Dataease
CVE-2026-33082Same product: Dataease Dataease
CVE-2026-33122Same product: Dataease Dataease
CVE-2026-40900Same product: Dataease Dataease
CVE-2025-64163Same product: Dataease Dataease
CVE-2026-33121Same product: Dataease Dataease
CVE-2026-32140Same product: Dataease Dataease
CVE-2026-33207Same product: Dataease Dataease
CVE-2025-62422Same product: Dataease Dataease
CVE-2025-58045Same product: Dataease Dataease

Affected Assets

dataease
dataease
≤ 2.10.4

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 8 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V8.3.3
  • V10.3.2
  • V6.4.3

Mitigating Controls (NIST 800-53 r5) AI

Requiring unique identification and authentication of users forces the system to resolve all name variants to a single identity before access is granted.

Identifier management directly requires authorization and uniqueness checks that eliminate alternate-name aliases for the same actor or resource.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-03 mostly match
prevents

Strong authentication mechanisms directly prevent name-based bypass when they enforce canonical name checks.

PR.AA-01 partial match
prevents

Proper identity management reduces alternate-name collisions but does not guarantee canonicalization inside the auth decision.

PR.AA-05 partial match
prevents

Authorization policy enforcement assumes correct identity; the weakness occurs before policy is applied.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Access-control policy can mandate canonical-name checks but does not prescribe the technical implementation.

prevents

Identity-management processes can require unique, canonical identifiers, reducing alternate-name bypass risk.

degrades

Proper management of authentication credentials can include rules against duplicate or alias identities.

prevents

Access-rights provisioning can enforce canonical-name validation when granting rights.

prevents

Information-access-restriction mechanisms can implement canonical-name checks to prevent bypass.

prevents

Secure-authentication controls can require canonical identifiers and reject alternate names.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 8 (1 rule)
  • V-248538 OL 8 operating systems booted with United Extensible Firmware Interface (UEFI) must have a unique name for the grub superusers account when booting into single-user mode and maintenance. prevents CWE-289
RHEL 7 (1 rule)
  • V-244558 Red Hat Enterprise Linux operating systems version 7.2 or newer booted with United Extensible Firmware Interface (UEFI) must have a unique name for the grub superusers account when booting into single-user mode and maintenance. prevents CWE-289

References