cve/2021/CVE-2021-25986.md

18 lines
922 B
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2021-25986](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-25986)
![](https://img.shields.io/static/v1?label=Product&message=Django-wiki&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3E%3D%200.0.20%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-79%20Cross-site%20Scripting%20(XSS)&color=brighgreen)
### Description
In Django-wiki, versions 0.0.20 to 0.7.8 are vulnerable to Stored Cross-Site Scripting (XSS) in Notifications Section. An attacker who has access to edit pages can inject JavaScript payload in the title field. When a victim gets a notification regarding the changes made in the application, the payload in the notification panel renders and loads external JavaScript.
### POC
#### Reference
- https://www.whitesourcesoftware.com/vulnerability-database/CVE-2021-25986
#### Github
No PoCs found on GitHub currently.