nuclei-templates/http/cves/2016/CVE-2016-3978.yaml

37 lines
1.3 KiB
YAML
Raw Normal View History

2022-01-29 11:45:08 +00:00
id: CVE-2016-3978
info:
name: Fortinet FortiOS - Open Redirect/Cross-Site Scripting
2022-01-29 11:45:08 +00:00
author: 0x_Akoko
severity: medium
description: FortiOS Web User Interface in 5.0.x before 5.0.13, 5.2.x before 5.2.3, and 5.4.x before 5.4.0 allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks or cross-site scripting attacks via the "redirect" parameter to "login."
2022-01-29 11:45:08 +00:00
reference:
- http://www.fortiguard.com/advisory/fortios-open-redirect-vulnerability
- https://nvd.nist.gov/vuln/detail/CVE-2016-3978
- http://seclists.org/fulldisclosure/2016/Mar/68
2023-07-15 16:29:17 +00:00
- http://www.securitytracker.com/id/1035332
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2016-3978
cwe-id: CWE-79
2023-07-15 16:29:17 +00:00
epss-score: 0.00217
cpe: cpe:2.3:o:fortinet:fortios:5.0.0:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.59005
metadata:
max-request: 1
2023-07-15 16:29:17 +00:00
vendor: fortinet
product: fortios
tags: cve2016,redirect,fortinet,fortios,seclists,cve
2022-01-29 11:45:08 +00:00
http:
2022-01-29 11:45:08 +00:00
- method: GET
path:
- '{{BaseURL}}/login?redir=http://www.interact.sh'
2022-01-29 11:45:08 +00:00
matchers:
- type: regex
part: header
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1