The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-3533

CVE-2023-3533: Chamilo LMS Path Traversal Vulnerability

CVE-2023-3533 is a path traversal flaw in Chamilo LMS that enables unauthenticated attackers to write arbitrary files, leading to stored XSS and remote code execution. This article covers technical details, affected versions, and mitigation.

Published: February 11, 2026

CVE-2023-3533 Overview

CVE-2023-3533 is a critical path traversal vulnerability in Chamilo LMS versions 1.11.20 and earlier. The flaw exists in the file upload functionality within /main/webservices/additional_webservices.php, which fails to properly validate user-supplied file paths. This allows unauthenticated attackers to write arbitrary files to the server, enabling stored cross-site scripting (XSS) attacks and ultimately achieving remote code execution (RCE).

Critical Impact

Unauthenticated attackers can exploit this path traversal vulnerability to achieve arbitrary file write, leading to stored XSS and remote code execution on vulnerable Chamilo LMS installations.

Affected Products

  • Chamilo LMS versions <= 1.11.20
  • All Chamilo LMS installations running the vulnerable /main/webservices/additional_webservices.php endpoint
  • Deployments with accessible webservices functionality

Discovery Timeline

  • 2023-07-13 - Vulnerability classified as Critical impact, High risk by Chamilo (Issue-124)
  • 2023-11-28 - CVE-2023-3533 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-3533

Vulnerability Analysis

This vulnerability stems from insufficient input validation in the file upload processing code within additional_webservices.php. The affected endpoint processes file names provided by users without adequately checking for path traversal sequences (such as ..). This allows attackers to craft malicious requests that write files outside the intended upload directory, potentially overwriting critical system files or placing executable scripts in web-accessible locations.

The vulnerability is particularly dangerous because it can be exploited without authentication. An attacker can leverage this flaw to upload a PHP webshell or other malicious payload, subsequently achieving complete remote code execution on the target server. The combination of unauthenticated access and arbitrary file write capabilities makes this a high-priority vulnerability for organizations running Chamilo LMS.

Root Cause

The root cause of CVE-2023-3533 is the lack of path traversal validation in the file name handling logic. Prior to the patch, the code did not check for relative path sequences (..) in the file_name parameter, allowing attackers to traverse directory structures and write files to arbitrary locations on the filesystem.

Additionally, the sanitizeExecParam() function was not properly escaping shell arguments, which could compound the risk when file names were passed to shell commands like ppt2png. The function only filtered certain characters but did not use escapeshellarg() for proper sanitization.

Attack Vector

The attack exploits the network-accessible webservices endpoint without requiring authentication. An attacker sends a crafted HTTP request to /main/webservices/additional_webservices.php containing a file_name parameter with path traversal sequences (e.g., ../../malicious.php). The server processes this request and writes the uploaded file content to the attacker-controlled path, enabling:

  1. Stored XSS - By uploading malicious HTML/JavaScript files to web-accessible directories
  2. Remote Code Execution - By uploading PHP webshells or other executable scripts
  3. Configuration Tampering - By overwriting .htaccess or other configuration files

The following patch shows how Chamilo addressed the path traversal vulnerability:

php
     }
     $fileData = $pptData['file_data'];
     // Clean filename to avoid hacks. Prevents "&" and ";" to be used in filename, notably
-    $sanitizedFileName = Security::sanitizeExecParam($pptData['file_name']);
+
+    if (strpos($pptData['file_name'], '..') !== false) {
+        return false;
+    }
+
+    $sanitizedFileName = $pptData['file_name'];
     $dataInfo = pathinfo($sanitizedFileName);
     $fileName = basename($sanitizedFileName, '.'.$dataInfo['extension']);
     // Add additional cleaning of .php and .htaccess files
     $fullFileName = Security::filter_filename($sanitizedFileName);
-    $size = Security::sanitizeExecParam($pptData['service_ppt2lp_size']);
+    $size = $pptData['service_ppt2lp_size'];
     $w = '800';
     $h = '600';
     if (!empty($size)) {
         list($w, $h) = explode('x', $size);
     }

+    $w = (int) $w;
+    $h = (int) $h;
+
     $tempArchivePath = api_get_path(SYS_ARCHIVE_PATH);
     $tempPath = $tempArchivePath.'wsConvert/'.$fileName.'/';
     $tempPathNewFiles = $tempArchivePath.'wsConvert/'.$fileName.'-n/';

Source: GitHub Commit 37be9ce

Additionally, the shell argument sanitization was improved:

php
      */
     public static function sanitizeExecParam(string $param): string
     {
-        return preg_replace('/[`;&|]/', '', $param);
+        $param = preg_replace('/[`;&|]/', '', $param);
+
+        return escapeshellarg($param);
     }

     private static function generateSecTokenVariable(string $prefix = ''): string

Source: GitHub Commit 37be9ce

Detection Methods for CVE-2023-3533

Indicators of Compromise

  • Unexpected files appearing in web-accessible directories, particularly PHP files outside normal upload locations
  • HTTP requests to /main/webservices/additional_webservices.php containing .. sequences in parameters
  • New or modified .htaccess files in non-standard locations
  • Web server logs showing unusual POST requests to the vulnerable endpoint with encoded path traversal characters

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal sequences (../, ..%2f, %2e%2e/) in HTTP requests
  • Monitor file system integrity for unexpected file creations or modifications in web-accessible directories
  • Review web server access logs for requests targeting /main/webservices/additional_webservices.php with suspicious parameters
  • Deploy endpoint detection and response (EDR) solutions to detect web shell activity or unauthorized PHP execution

Monitoring Recommendations

  • Enable detailed logging for the Chamilo LMS application, particularly for webservices endpoints
  • Configure file integrity monitoring (FIM) on web application directories to alert on unauthorized file changes
  • Implement anomaly detection for unusual file upload patterns or requests from unfamiliar IP addresses
  • Use SentinelOne Singularity to monitor for post-exploitation behaviors such as web shell execution and lateral movement

How to Mitigate CVE-2023-3533

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.22 or later, which contains the security fix
  • If immediate patching is not possible, restrict access to /main/webservices/additional_webservices.php at the web server level
  • Audit the file system for any unauthorized files that may have been uploaded through exploitation
  • Review web server logs for indicators of exploitation attempts

Patch Information

Chamilo has released a security patch addressing this vulnerability in commit 37be9ce7243a30259047dd4517c48ff8b21d657a. The fix implements explicit path traversal detection by checking for .. sequences in file names and rejecting requests that contain them. Additionally, the patch improves shell command argument sanitization using escapeshellarg() and enforces integer type casting for dimension parameters.

Organizations should apply this patch by upgrading to Chamilo LMS version 1.11.22 or later. Detailed information about the security issue is available in the Chamilo Security Issues wiki and the StarLabs Security Advisory.

Workarounds

  • Block access to the vulnerable endpoint /main/webservices/additional_webservices.php using web server configuration or firewall rules
  • Implement web application firewall rules to filter requests containing path traversal patterns targeting Chamilo endpoints
  • Disable the webservices functionality entirely if not required for your deployment
  • Apply strict file system permissions to prevent the web server user from writing to sensitive directories
bash
# Apache configuration to block access to vulnerable endpoint
<Location "/main/webservices/additional_webservices.php">
    Require all denied
</Location>

# Nginx configuration to block access
location /main/webservices/additional_webservices.php {
    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
  • TypePath Traversal

  • Vendor/TechChamilo

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability3.24%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • StarLabs Security Advisory
  • Vendor Resources
  • GitHub Commit Update

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

  • CVE-2026-33702: Chamilo LMS Auth Bypass Vulnerability

  • CVE-2026-33704: Chamilo LMS RCE Vulnerability

  • CVE-2026-33706: Chamilo LMS Privilege Escalation Flaw
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