Files
CVEs-PoC/2021/CVE-2021-25938.md
T
2024-05-25 21:48:12 +02:00

18 lines
848 B
Markdown

### [CVE-2021-25938](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25938)
![](https://img.shields.io/static/v1?label=Product&message=ArangoDB&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Cross-Site%20Scripting&color=brighgreen)
### Description
In ArangoDB, versions v2.2.6.2 through v3.7.10 are vulnerable to Cross-Site Scripting (XSS), since there is no validation of the .zip file name and filtering of potential abusive characters which zip files can be named to. There is no X-Frame-Options Header set, which makes it more susceptible for leveraging self XSS by attackers.
### POC
#### Reference
- https://www.whitesourcesoftware.com/vulnerability-database/CVE-2021-25938
#### Github
No PoCs found on GitHub currently.