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

18 lines
791 B
Markdown

### [CVE-2021-44649](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44649)
![](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
Django CMS 3.7.3 does not validate the plugin_type parameter while generating error messages for an invalid plugin type, resulting in a Cross Site Scripting (XSS) vulnerability. The vulnerability allows an attacker to execute arbitrary JavaScript code in the web browser of the affected user.
### POC
#### Reference
- https://sahildhar.github.io/blogpost/Django-CMS-Reflected-XSS-Vulnerability/
#### Github
No PoCs found on GitHub currently.