cve/2019/CVE-2019-20390.md

18 lines
934 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-20390](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-20390)
![](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
A Cross-Site Request Forgery (CSRF) vulnerability was discovered in Subrion CMS 4.2.1 that allows a remote attacker to remove files on the server without a victim's knowledge, by enticing an authenticated user to visit an attacker's web page. The application fails to validate the CSRF token for a GET request. An attacker can craft a panel/uploads/read.json?cmd=rm URL (removing this token) and send it to the victim.
### POC
#### Reference
- http://packetstormsecurity.com/files/157700/Subrion-CMS-4.2.1-Cross-Site-Request-Forgery.html
#### Github
No PoCs found on GitHub currently.