21 lines
671 B
YAML
21 lines
671 B
YAML
id: CVE-2018-11784
|
|
|
|
info:
|
|
name: Apache Tomcat Open Redirect
|
|
author: geeknik
|
|
description: Apache Tomcat versions prior to 9.0.12, 8.5.34, and 7.0.91 are prone to an open-redirection vulnerability because it fails to properly sanitize user-supplied input.
|
|
reference: https://lists.apache.org/thread.html/23134c9b5a23892a205dc140cdd8c9c0add233600f76b313dda6bd75@%3Cannounce.tomcat.apache.org%3E
|
|
severity: medium
|
|
tags: tomcat,redirect,cve,cve2018
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}//example.com"
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "(?m)^(L|l)ocation: (((http|https):)?//(www.)?)?example.com"
|
|
part: header
|