Create CVE-2019-10098.yaml

Added a New Nuclei Template as CVE-2019-10098
patch-1
ctflearner 2023-06-14 22:44:42 +05:30 committed by GitHub
parent f82fa792a1
commit fec649f551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: CVE-2019-10098
info:
name: Apache HTTP server v2.4.0 to v2.4.39 - Open Redirect
author: ctflearner
severity: medium
description: |
In Apache HTTP server 2.4.0 to 2.4.39, Redirects configured with mod_rewrite that were intended to be self-referential might be fooled by encoded newlines and redirect instead to an unexpected URL within the request URL.
reference:
- https://www.exploit-db.com/exploits/47689
- https://nvd.nist.gov/vuln/detail/CVE-2019-10098
- https://www.openwall.com/lists/oss-security/2020/04/01/4
- https://httpd.apache.org/security/vulnerabilities_24.html
- https://www.oracle.com/security-alerts/cpuapr2021.html
- https://www.oracle.com/security-alerts/cpuoct2019.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2019-10098
cwe-id: CWE-601
cpe: cpe:2.3:a:apache:http_server:*:*:*:*:*:*:*:*
metadata:
max-request: 1
tags: cve,cve2019,redirect,Apache HTTP server
http:
- method: GET
path:
- "{{BaseURL}}/http%3A%2F%2Fwww.evil.com"
matchers:
- type: regex
part: header
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)evil\.com\/?(\/|[^.].*)?$'