Lucene search
+L

720 matches found

Kitploit
Kitploit
added 2026/09/21 8:12 a.m.8 views

Chamilo-CVE-2023-4220-Exploit

Chamilo-LMS-CVE-2023-4220-Exploit This is an Exploit for Unrestricted file upload in big file upload functionality in Chamilo-LMS for this location /main/inc/lib/javascript/bigupload/inc/bigUpload.php in Chamilo LMS = v1.11.24, and Attackers can obtain remote code execution via uploading of web...

8.1CVSS7.9AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/21 7:24 a.m.7 views

CVE-2023-4220

RCE for Chamilo LMS CVE-2023-4220 Using a Web Shell This project automates the exploitation of the remote code execution vulnerability CVE-2023-4220 found in Chamilo LMS. Using a web shell, the tool facilitates the automated exploitation of the vulnerability to gain control over affected Chamilo...

8.1CVSS7.9AI score0.76084EPSS
SaveExploits26References1
Kitploit
Kitploit
added 2026/09/21 3:07 a.m.11 views

CVE-2023-4220_Chamilo_RCE

CVE-2023-4220 Python exploit for Chamilo Unrestricted File Upload Vuln - CVE-2023-4220 The code contained within the repository is meant for educational purposes only. Description: Unrestricted file upload in big file upload functionality in /main/inc/lib/javascript/bigupload/inc/bigUpload.php in...

8.1CVSS7.7AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/21 2:29 a.m.11 views

CVE-2023-4220-HTB-PermX

Chamilo-LMS-CVE-2023-4220-Exploit Description This exploit demonstrates an Unrestricted file upload vulnerability in Chamilo-LMS. The vulnerability affects the big file upload functionality located at: root@kitploit: /main/inc/lib/javascript/bigupload/inc/bigUpload.php Affected Versions : Chamilo...

8.1CVSS7.5AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/21 2:17 a.m.8 views

Chamilo-LMS-Unauthenticated-File-Upload-CVE-2023-4220

Chamilo-LMS-Unauthenticated-File-Upload- Unrestricted file upload in big file upload functionality in /main/inc/lib/javascript/bigupload/inc/bigUpload.php in Chamilo LMS = v1.11.24 allows unauthenticated attackers to perform stored cross-site scripting attacks and obtain remote code execution via...

8.1CVSS7.7AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/21 1:44 a.m.13 views

CVE-2023-4220-Chamilo-LMS

Chamilo LMS Unauthenticated Big Upload File RCE PoC This script allows the exploitation of the Chamilo's LMS software security flaw described in CVE-2023-4220. The system is vulnerable in versions preceding 1.11.24. Usage Clone the repository to your machine and install the dependencies using pip...

8.1CVSS7.4AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/21 1:16 a.m.8 views

CVE-2023-4220-exploit

CVE-2023-4220-exploit Unrestricted file upload in the large file upload functionality at /main/inc/lib/javascript/bigupload/inc/bigUpload.php in Chamilo LMS versions = 1.11.24 allows unauthenticated attackers to perform stored Cross-Site Scripting attacks and achieve remote code execution by...

8.1CVSS7.7AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/20 11:23 p.m.7 views

CVE-2023-4220-Exploit

CVE-2023-4220-Exploit LMS Chamilo 1.11.24 CVE-2023-4220 Exploit Exploit usado para CVE-2023-4220 aprovecha el error de programacion del LMS Chamillo el cual nos permite subir un fichero al servidor sin ningun tipo de restriccion. Este Exploit fue escrito para nuestra maquinita Easy permX de HTB,...

8.1CVSS7.5AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/20 11:10 p.m.8 views

chamilo-lms-unauthenticated-big-upload-rce-poc

Chamilo LMS Unauthenticated Big Upload File RCE PoC This is a script written in Python that allows the exploitation of the Chamilo's LMS software security flaw described in CVE-2023-4220. The system is vulnerable in versions preceding 1.11.24. Usage Clone the repository to your machine and instal...

8.1CVSS7.4AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/20 8:49 p.m.15 views

CVE-2023-4226

🛠️ Exploitation CVE-2023-4226 for Chamilo LMS 📋 Description Python script that automates the exploitation of CVE-2023-4226 , an unrestricted file upload vulnerability in Chamilo LMS = v1.11.24. Uploads a PHP web shell based on PentesterMonkey and configures .htaccess to achieve a reverse shell...

8.8CVSS8AI score0.02453EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/20 8:48 p.m.7 views

CVE-2023-4220

CVE-2023-4220 PoC Chamilo LMS Unauthenticated Big Upload File RCE This repository contains a Proof of Concept PoC for CVE-2023-4220 , a Remote Code Execution RCE vulnerability affecting Chamilo LMS. This vulnerability allows unauthenticated attackers to exploit a large file upload feature, leadin...

8.1CVSS7.8AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/20 7:07 p.m.10 views

CVE-2023-4220

CVE-2023-4220 RCE Chamilo 1.11.24 | https://starlabs.sg/advisories/23/23-4220/ | | Chamilo LMS /tmp/rce.php EOF curl -F 'bigUploadFile=@/tmp/rce.php' "$HOST/$URLUPLD" CMD=$echo $CMD|base64 -w0| python3 -c "import urllib.parse,sys; printurllib.parse.quoteplussys.stdin.read" curl...

8.1CVSS7.2AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/20 6:55 p.m.11 views

CSRF-via-stored-XSS-for-PrivEsc

Chamilo LMS addLabelgetlang'Thread', $threadEntity-getTitle; 2. /public/main/forum/viewforum.php - Line 369 root@kitploit: .$thread-getTitle.''; 3. There are more! Root Cause: Forum thread titles are stored without proper sanitization Thread titles are displayed without HTML escaping in multiple...

5.4CVSS5.8AI score0.00344EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 5:55 p.m.9 views

CVE-2023-4220

CVE-2023-4220 Exploit Chamilo LMS Unauthenticated Big Upload File Remote Code Execution Usage cve-2023-4220.sh ./cve-2023-4220.sh ./cve-2023-4220.sh lms.test.htb 80 10.10.14.14 80 1 root@kitploit: ./cve-2023-4220.sh -h Usage for RevShell: ./cve-2023-4220.sh Example: ./cve-2023-4220.sh lms.test.ht...

8.1CVSS7.6AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/20 4:05 p.m.6 views

CVE-2023-4220

Chamilo LMS Unauthenticated Remote Code Execution Exploit CVE-2023-4220 Overview This repository contains a Bash script that exploits an unauthenticated remote code execution RCE vulnerability in Chamilo LMS via arbitrary file write. The vulnerability is identified as CVE-2023-4220. This exploit...

8.1CVSS8.2AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/20 3:25 p.m.12 views

CVE-2023-4220-RCE

CVE-2023-4220-RCE Summary Starlabs advisory Affected product: Chamilo , -p --port REMOTE PORT -c --comand Flags for reverse shell -lh/--localhost: Attacker IP -lp/--localtcat listener port...

8.1CVSS7.7AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/20 2:25 p.m.7 views

Chamilo-CVE-2023-4220-RCE-Exploit

CVE-2023-4220 Chamilo LMS Unauthenticated Big Upload File Remote Code Execution Overview This repository contains a proof-of-concept PoC exploit for the vulnerability identified as CVE-2023-4220 in Chamilo LMS. This exploit leverages an unauthenticated file upload vulnerability, allowing remote...

8.1CVSS7.9AI score0.76084EPSS
SaveExploits26
Kitploit
Kitploit
added 2026/09/20 1:06 p.m.9 views

chamilo-lms-unauthenticated-rce-poc

Chamilo LMS Unauthenticated RCE PoC This is a script written in Python that allows the exploitation of the Chamilo's LMS software security flaw described in CVE-2023-4220. The system is vulnerable in versions preceding 1.11.24. Usage Clone the repository to your machine and install the dependenci...

8.1CVSS7.2AI score0.76084EPSS
SaveExploits26References1
Kitploit
Kitploit
added 2026/09/20 2:51 a.m.9 views

CVE-2023-4220-Proof-of-concept

CVE-2023-4220-Proof-of-concept Chamilo LMS Unauthenticated Big Upload File that allows remote code execution CODE IS MADE AND USED FOR HACKTHEBOX CTF PERMX Unauthenticated file upload in big file upload functionality in /main/inc/lib/javascript/bigupload/inc/bigUpload.php in Chamilo LMS the php...

8.1CVSS7.4AI score0.76084EPSS
SaveExploits26References1
Kitploit
Kitploit
added 2026/09/19 1:48 p.m.9 views

Chamilo-LMS-CVE-2023-4220-Exploit

Chamilo LMS CVE-2023-4220 Exploit Overview This script exploits a Remote Code Execution RCE vulnerability in Chamilo LMS versions ≤ v1.11.24. The vulnerability CVE-2023-4220 exists due to unrestricted file upload functionality in the bigUpload.php feature of Chamilo LMS, which allows attackers to...

8.1CVSS7.7AI score0.76084EPSS
SaveExploits26
Rows per page
Query Builder