Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Exploit-CVE-2024-31777 — Public exploit for CVE-2024-31777 | Kitploit
Tools/GitHubGitHub/freysolareye/exploit-cve-2024-31777
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubfreysolareye/exploit-cve-2024-31777

Exploit-CVE-2024-31777

Public exploit for CVE-2024-31777

View Repository
111 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-31777 | GUnet OpenEclass E-learning platform Unrestricted File Upload PoC

📜 Description

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.

📜 Installation

The tool is written in Python3, and requires some modules to work correctly:

root@kitploit:~
pip3 install -r requirements.txt

🚀 Usage

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.

root@kitploit:~
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

Proof Of Concept


📆 Changelog

[12. April 2024] Initial Release

  • Initial release showcasing the exploit for CVE-2024-31777.

[3. April 2024] - GUnet Response

  • GUnet Team confirmed the vulnerability and a hotfix is on the way for the version of 3.16

[2. April 2024] - Demo PoC

  • Demo PoC showcasing the exploit to the vendor.

Credits

  • RoboGR00t for his initial research which led me to research the OpenEclass GUnet CMS.
  • GUnet For the amazing work they've done all this years for the Greek community.

📌 Author

Georgios Tsimpidas

  • Website
  • Twitter
  • LinkedIn

⚠️ Disclaimer

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.

Download Tool