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
CVE-2021-36394-Pre-Auth-RCE-in-Moodle | Kitploit
Tools/GitHubGitHub/lavclash75/cve-2021-36394-pre-auth-rce-in-moodle
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHublavclash75/cve-2021-36394-pre-auth-rce-in-moodle

CVE-2021-36394-Pre-Auth-RCE-in-Moodle

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
1044 years agoNot yet reviewed

CVE-2021-36394-Pre-Auth-RCE-in-Moodle

Vulnerability Introduction

Moodle is the most popular learning management system in the world. Start creating your eLearning website in minutes!

An unauthorized remote code execution vulnerability exists in the Shibboleth authentication module of Moodle. This is widely used in universities to allow students from one university to authenticate with other universities, allowing them to take external courses and have fun with others.

Environment setup

root@kitploit:~
git clone https://github.com/lavclash75/CVE-2021-36394-Pre-Auth-RCE-in-Moodle.git
cd "CVE-2021-36394 Pre-Auth RCE in Moodle"
docker-compose up -d

Then go to docker and change the file /var/www/html/moodle-3.11.0/config.php

root@kitploit:~
$CFG->wwwroot = 'http://127.0.0.1';

Change the link above to your own, it must be a real address

Download Tool