mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-25 20:57:49 +02:00
18 lines
791 B
Markdown
18 lines
791 B
Markdown
### [CVE-2021-44649](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44649)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|