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

18 lines
967 B
Markdown

### [CVE-2020-14043](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14043)
![](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
** PRODUCT NOT SUPPORTED WHEN ASSIGNED ** A Cross Side Request Forgery (CSRF) vulnerability was found in Codiad v1.7.8 and later. The request to download a plugin from the marketplace is only available to admin users and it isn't CSRF protected in components/market/controller.php. This might cause admins to make a vulnerable request without them knowing and result in remote code execution. NOTE: the vendor states "Codiad is no longer under active maintenance by core contributors."
### POC
#### Reference
- https://github.com/Codiad/Codiad/issues/1122
#### Github
- https://github.com/Live-Hack-CVE/CVE-2020-14043