From 2ff98d6879dabbe11851534dd01d982620327905 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Thu, 25 Aug 2022 13:29:52 +0530 Subject: [PATCH] Update CVE-2021-42013.yaml --- cves/2021/CVE-2021-42013.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/cves/2021/CVE-2021-42013.yaml b/cves/2021/CVE-2021-42013.yaml index 53bbd2762a..0d0e7889cf 100644 --- a/cves/2021/CVE-2021-42013.yaml +++ b/cves/2021/CVE-2021-42013.yaml @@ -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: