2022-01-29 11:45:08 +00:00
id : CVE-2016-3978
info :
2022-08-16 14:14:41 +00:00
name : Fortinet FortiOS - Open Redirect/Cross-Site Scripting
2022-01-29 11:45:08 +00:00
author : 0x_Akoko
severity : medium
2022-08-16 14:14:41 +00:00
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 :
2022-05-17 09:18:12 +00:00
- http://www.fortiguard.com/advisory/fortios-open-redirect-vulnerability
2022-08-16 14:14:41 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2016-3978
2022-08-16 14:25:34 +00:00
- http://seclists.org/fulldisclosure/2016/Mar/68
2022-01-31 18:38:32 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2022-01-31 18:38:32 +00:00
cve-id : CVE-2016-3978
cwe-id : CWE-79
2022-08-27 04:41:18 +00:00
tags : cve2016,redirect,fortinet,fortios,seclists,cve
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2022-01-29 11:45:08 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-01-29 11:45:08 +00:00
- method : GET
path :
2022-06-06 10:40:15 +00:00
- '{{BaseURL}}/login?redir=http://www.interact.sh'
2022-01-29 11:45:08 +00:00
matchers :
- type : regex
part : header
regex :
2023-03-01 08:39:14 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1