
Public exploit for CVE-2024-31777
This script presents a proof of concept (PoC) for CVE-2024-31777, a security vulnerability discovered in GUnet OpenEclass E-learning platform with a CVSS of 9.8 which affects the endpoint of 'certbadge.php'. Authenticated attackers possessing administrative privileges are able to exploit this flaw to execute unrestricted file uploads via the ZIP functionality, thereby achieving remote code execution.
The tool is written in Python3, and requires some modules to work correctly:
pip3 install -r requirements.txt
Use this tool responsibly and ensure you have authorization from the target system's owner. The script requires authentication as an Administrator, and the base path of the openeclass path.
python3 CVE-2024-31777.py -u admin -p admin -e http://localhost/openeclass
Parameters:
-u: Username for login.-p: Password for authentication.-e: Base URL of the Open eClass
Georgios Tsimpidas
This tool is intended for educational and ethical testing purposes only. Unauthorized scanning, testing, or exploiting of systems is illegal and unethical. Ensure you have explicit, authorized permission to engage in any testing or exploitation activities against target systems.