Files
CVEs-PoC/2017/CVE-2017-9979.md
T
2024-06-18 02:51:15 +02:00

20 lines
953 B
Markdown

### [CVE-2017-9979](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-9979)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
On the OSNEXUS QuantaStor v4 virtual appliance before 4.3.1, if the REST call invoked does not exist, an error will be triggered containing the invalid method previously invoked. The response sent to the user isn't sanitized in this case. An attacker can leverage this issue by including arbitrary HTML or JavaScript code as a parameter, aka XSS.
### POC
#### Reference
- http://packetstormsecurity.com/files/143780/OSNEXUS-QuantaStor-4-Information-Disclosure.html
- http://seclists.org/fulldisclosure/2017/Aug/23
- https://www.exploit-db.com/exploits/42517/
#### Github
No PoCs found on GitHub currently.