Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-4220

CVE-2023-4220: Chamilo LMS RCE Vulnerability

CVE-2023-4220 is a remote code execution flaw in Chamilo LMS that allows unauthenticated attackers to upload malicious files and execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-4220 Overview

CVE-2023-4220 is an unrestricted file upload vulnerability in the big file upload functionality of Chamilo LMS versions 1.11.24 and earlier. The vulnerability exists in /main/inc/lib/javascript/bigupload/inc/bigUpload.php and allows unauthenticated attackers to upload arbitrary files, including web shells. This can lead to stored cross-site scripting (XSS) attacks and remote code execution (RCE) on affected systems.

Critical Impact

Unauthenticated attackers can achieve remote code execution by uploading malicious web shells through the unrestricted file upload functionality, potentially compromising the entire Chamilo LMS installation and underlying server infrastructure.

Affected Products

  • Chamilo LMS versions <= 1.11.24
  • All installations using the BigUpload functionality at /main/inc/lib/javascript/bigupload/inc/bigUpload.php
  • Self-hosted Chamilo LMS deployments with default configurations

Discovery Timeline

  • 2023-09-04 - Vulnerability reported as Issue #130 in Chamilo security issues tracker
  • 2023-11-28 - CVE-2023-4220 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-4220

Vulnerability Analysis

This vulnerability stems from inadequate file upload validation in Chamilo LMS's BigUpload component. The affected endpoint at /main/inc/lib/javascript/bigupload/inc/bigUpload.php fails to properly restrict the types of files that can be uploaded, allowing attackers to submit executable PHP files without authentication.

The BigUpload functionality was designed to handle large file uploads but included an insecure method that exposed a direct path to the server's file system. The component defined a temporary upload directory (/tmp/) and a main files directory (../files/) without proper file type validation or access controls. This architectural flaw allows attackers to upload malicious PHP web shells that, once accessed via a web browser, execute arbitrary commands on the server.

The attack chain combines unrestricted file upload (CWE-434) with stored cross-site scripting (CWE-79) capabilities, creating multiple exploitation paths for attackers.

Root Cause

The root cause of this vulnerability is the absence of file type validation and authentication requirements in the BigUpload PHP class. The vulnerable code allowed direct file uploads to a web-accessible directory without verifying:

  1. Whether the requester was an authenticated user
  2. Whether the uploaded file type was within an allowed whitelist
  3. Whether the file contents matched its declared type

The BigUploadResponse class defined static paths for file storage that were directly accessible via the web server, enabling immediate execution of uploaded malicious scripts.

Attack Vector

The attack is network-based and requires no authentication or user interaction to exploit the file upload functionality. An attacker can craft a malicious HTTP POST request to the vulnerable endpoint, uploading a PHP web shell. Once uploaded, the attacker navigates to the uploaded file's location in the ../files/ directory to trigger execution.

The exploitation flow involves:

  1. Sending an unauthenticated POST request with a malicious PHP file to the BigUpload endpoint
  2. The server stores the file without validation in a web-accessible directory
  3. Attacker accesses the uploaded file via direct URL to execute arbitrary PHP code
  4. Full server compromise through the web shell's command execution capabilities
php
 
 class BigUploadResponse
 {
-    /**
-     * Temporary directory for uploading files.
-     */
-    const TEMP_DIRECTORY = '/tmp/';
-
-    /**
-     * Directory files will be moved to after the upload is completed.
-     */
-    const MAIN_DIRECTORY = '../files/';
-
     /**
      * Max allowed filesize. This is for unsupported browsers and
      * as an additional security check in case someone bypasses the js filesize check.

Source: GitHub Commit Reference

The security patch removes the unused upload method entirely, eliminating the vulnerable functionality from the codebase.

Detection Methods for CVE-2023-4220

Indicators of Compromise

  • Unexpected PHP files appearing in the /main/inc/lib/javascript/bigupload/files/ directory
  • Web server logs showing POST requests to /main/inc/lib/javascript/bigupload/inc/bigUpload.php from unauthenticated sessions
  • Suspicious file extensions or obfuscated filenames in the BigUpload temporary or files directories
  • Evidence of web shell activity such as command execution or reverse shell connections originating from the web server

Detection Strategies

  • Monitor HTTP POST requests to the BigUpload endpoint (/main/inc/lib/javascript/bigupload/inc/bigUpload.php) for suspicious payloads
  • Implement file integrity monitoring on the Chamilo LMS installation directory to detect unauthorized file additions
  • Deploy web application firewall (WAF) rules to block file uploads containing PHP code or web shell signatures
  • Analyze web server access logs for patterns indicative of web shell access (e.g., repeated requests with command parameters)

Monitoring Recommendations

  • Enable verbose logging for the Chamilo LMS application and underlying web server
  • Configure alerts for new file creation events in web-accessible directories
  • Implement network monitoring to detect outbound connections from the web server that may indicate reverse shell activity
  • Regularly audit the BigUpload files directory for unauthorized content

How to Mitigate CVE-2023-4220

Immediate Actions Required

  • Upgrade Chamilo LMS to a version newer than 1.11.24 that includes the security patch
  • If immediate upgrade is not possible, remove or restrict access to the vulnerable BigUpload component
  • Review the BigUpload files directory for any suspicious uploads and remove unauthorized files
  • Audit web server logs for evidence of prior exploitation attempts

Patch Information

Chamilo has addressed this vulnerability by removing the unused file upload method from the BigUpload component. The fix is available in commit 3b487a55076fb06f96809b790a35dcdd42f8ec49. Organizations should update to the latest Chamilo LMS version that includes this security patch. Refer to the Chamilo Security Issue Report and the GitHub Commit Reference for detailed patch information.

Workarounds

  • Block access to the BigUpload directory at the web server level using .htaccess or equivalent configuration
  • Implement network-level access controls to restrict access to the Chamilo LMS administrative endpoints
  • Deploy a web application firewall (WAF) with rules to block malicious file uploads
  • Remove the bigupload directory entirely if the large file upload functionality is not required
bash
# Apache configuration to block access to BigUpload directory
<Directory "/path/to/chamilo/main/inc/lib/javascript/bigupload">
    Require all denied
</Directory>

# Nginx configuration to block access to BigUpload directory
location /main/inc/lib/javascript/bigupload {
    deny all;
    return 403;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechChamilo

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability93.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-434

  • CWE-79
  • Technical References
  • Star Labs Security Advisory
  • Vendor Resources
  • GitHub Commit Reference

  • Chamilo Security Issue Report
  • Related CVEs
  • CVE-2026-33698: Chamilo LMS RCE Vulnerability

  • CVE-2026-33704: Chamilo LMS RCE Vulnerability

  • CVE-2026-29041: Chamilo LMS RCE Vulnerability

  • CVE-2025-50187: Chamilo LMS RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English