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
Moodle-authenticated-RCE — 🚀 Exploit for Moodle 4.4.0 Authenticated RCE (CVE-2024-43425) — run commands remotely ⚡ | Kitploit
Tools/GitHubGitHub/kazuya256/moodle-authenticated-rce
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubkazuya256/moodle-authenticated-rce

Moodle-authenticated-RCE

🚀 Exploit for Moodle 4.4.0 Authenticated RCE (CVE-2024-43425) — run commands remotely ⚡

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
210 years agoNot yet reviewed

Moodle 4.4.0 - Authenticated Remote Code Execution (CVE-2024-43425) Exploit

CVE: CVE-2024-43425


Affected Versions

  • Moodle 4.4 to 4.4.1
  • Moodle 4.3 to 4.3.5
  • Moodle 4.2 to 4.2.8
  • Moodle 4.1 to 4.1.11

Description

This exploit targets an authenticated Remote Code Execution (RCE) vulnerability in Moodle versions listed above. It allows an attacker with valid credentials to execute arbitrary commands on the server by exploiting insecure question bank editing functionality.


Usage

  1. Clone or download this repository.
  2. Install required dependencies:
    root@kitploit:~
    pip install -r requirements.txt
    
    
  3. Run the exploit script:
    root@kitploit:~
     python exploit.py --url http://target_moodle_url --username your_username --password your_password --cmd "whoami"
    
    

🖼️ Screenshot

Sample Output


Disclaimer

This exploit is provided for educational and authorized testing purposes only. Unauthorized use against systems you do not own or have explicit permission to test is illegal and unethical.


Reference

Github

just a small tweak.

Download Tool