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

19 lines
890 B
Markdown

### [CVE-2021-21275](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21275)
![](https://img.shields.io/static/v1?label=Product&message=Report&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-352%3A%20Cross-Site%20Request%20Forgery%20(CSRF)&color=brighgreen)
### Description
The MediaWiki "Report" extension has a Cross-Site Request Forgery (CSRF) vulnerability. Before fixed version, there was no protection against CSRF checks on Special:Report, so requests to report a revision could be forged. The problem has been fixed in commit f828dc6 by making use of MediaWiki edit tokens.
### POC
#### Reference
- https://www.oracle.com//security-alerts/cpujul2021.html
- https://www.oracle.com/security-alerts/cpuapr2022.html
#### Github
No PoCs found on GitHub currently.