Files
CVEs-PoC/2021/CVE-2021-46367.md
2025-09-29 21:09:30 +02:00

20 lines
908 B
Markdown

### [CVE-2021-46367](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46367)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
RiteCMS version 3.1.0 and below suffers from a remote code execution vulnerability in the admin panel. An authenticated attacker can upload a PHP file and bypass the .htacess configuration to deny execution of .php files in media and files directory by default.
### POC
#### Reference
- https://gist.github.com/faisalfs10x/bd12e9abefb0d44f020bf297a14a4597
- https://packetstormsecurity.com/files/165430/RiteCMS-3.1.0-Shell-Upload-Remote-Code-Execution.html
- https://www.exploit-db.com/exploits/50616
#### Github
No PoCs found on GitHub currently.