50 lines
2.0 KiB
YAML
50 lines
2.0 KiB
YAML
id: CVE-2018-11784
|
|
|
|
info:
|
|
name: Apache Tomcat - Open Redirect
|
|
author: geeknik
|
|
severity: medium
|
|
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.
|
|
impact: |
|
|
An attacker can redirect users to malicious websites, leading to phishing attacks or the download of malware.
|
|
remediation: |
|
|
Upgrade to Apache Tomcat version 9.0.12 or later, or apply the relevant patch provided by the Apache Software Foundation.
|
|
reference:
|
|
- https://lists.apache.org/thread.html/23134c9b5a23892a205dc140cdd8c9c0add233600f76b313dda6bd75@%3Cannounce.tomcat.apache.org%3E
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2018-11784
|
|
- http://lists.opensuse.org/opensuse-security-announce/2019-06/msg00030.html
|
|
- http://lists.opensuse.org/opensuse-security-announce/2019-07/msg00056.html
|
|
- http://packetstormsecurity.com/files/163456/Apache-Tomcat-9.0.0M1-Open-Redirect.html
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
|
|
cvss-score: 4.3
|
|
cve-id: CVE-2018-11784
|
|
cwe-id: CWE-601
|
|
epss-score: 0.83718
|
|
epss-percentile: 0.98183
|
|
cpe: cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: apache
|
|
product: tomcat
|
|
shodan-query: title:"Apache Tomcat"
|
|
tags: cve,cve2018,packetstorm,tomcat,redirect,apache
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}//interact.sh"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1
|
|
|
|
- type: status
|
|
negative: true
|
|
status:
|
|
- 404
|
|
# digest: 4a0a00473045022056187efc1263a71f2d8b32f9de3c5f204e1f0e14a74e5c6414adcc71e2baef0f022100c535f4d342896061392e41c1198b95e62d3934b01628ac2a8a8bfdd16547d8ed:922c64590222798bb761d5b6d8e72950 |