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-2026-33698

CVE-2026-33698: Chamilo LMS RCE Vulnerability

CVE-2026-33698 is a remote code execution vulnerability in Chamilo LMS allowing unauthenticated attackers to modify files via the install directory. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-33698 Overview

CVE-2026-33698 is a critical vulnerability in Chamilo LMS, an open-source learning management system. This flaw enables a chained attack that bypasses restrictions on PHP code within the main/install/ directory, allowing unauthenticated attackers to modify existing files or create new files where system permissions allow. The vulnerability specifically affects Chamilo LMS installations where the main/install/ directory remains present and is read-accessible after the initial platform setup.

Critical Impact

Unauthenticated remote attackers can leverage this vulnerability to write arbitrary files to the server, potentially leading to remote code execution, data theft, or complete system compromise on vulnerable Chamilo LMS installations.

Affected Products

  • Chamilo LMS versions prior to 1.11.38
  • Chamilo LMS installations with the main/install/ directory present and accessible
  • All Chamilo LMS deployments that have not removed the installation directory post-setup

Discovery Timeline

  • 2026-04-10 - CVE-2026-33698 published to NVD
  • 2026-04-16 - Last updated in NVD database

Technical Details for CVE-2026-33698

Vulnerability Analysis

This vulnerability is classified under CWE-552 (Files or Directories Accessible to External Parties), indicating improper access restrictions on sensitive installation files. The attack chain exploits the presence of the main/install/ directory, which should be removed after Chamilo LMS installation but often remains on production systems.

The vulnerability enables unauthenticated attackers to execute otherwise-blocked PHP code from within the installation directory. By chaining multiple requests, an attacker can bypass security controls that would normally prevent direct execution of installation scripts, ultimately gaining the ability to create or modify files on the target system.

Root Cause

The root cause of CVE-2026-33698 lies in insufficient access controls for the main/install/ directory after the initial Chamilo LMS setup process. The installation directory contains PHP scripts that retain elevated privileges for system configuration tasks. When this directory remains accessible post-installation, attackers can exploit the chained attack vector to re-enable blocked functionality and abuse file manipulation capabilities that were intended only for the installation phase.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability remotely against any Chamilo LMS instance where:

  1. The main/install/ directory is present on the server
  2. The directory is readable via web requests
  3. System file permissions allow write operations in target locations

The chained attack methodology involves multiple sequential requests that bypass protections designed to disable installation functionality. Once these protections are circumvented, the attacker gains arbitrary file write capabilities bounded only by the web server's filesystem permissions.

The vulnerability mechanism involves bypassing PHP code execution restrictions within the installation directory. When the main/install/ directory remains accessible after deployment, attackers can craft a series of HTTP requests that re-enable blocked installation scripts. These scripts retain privileged file system operations that, when exploited, allow writing arbitrary content to the server. For complete technical details, refer to the GitHub Security Advisory GHSA-557g-2w66-gpmf.

Detection Methods for CVE-2026-33698

Indicators of Compromise

  • Unexpected HTTP requests to /main/install/ directory paths in web server access logs
  • New or modified PHP files appearing in web-accessible directories outside normal application updates
  • Unusual file creation timestamps indicating potential exploitation activity
  • Web shell artifacts or backdoor files in Chamilo LMS directories

Detection Strategies

  • Monitor web server logs for requests targeting the main/install/ directory pattern
  • Implement file integrity monitoring (FIM) on critical Chamilo LMS directories
  • Deploy web application firewall (WAF) rules to block requests to /main/install/ paths
  • Configure intrusion detection systems to alert on suspicious PHP file creation events

Monitoring Recommendations

  • Enable detailed access logging for the Chamilo LMS document root
  • Set up alerts for any HTTP 200 responses to requests containing /install/ in the URI path
  • Implement real-time file system monitoring for new .php file creation in web directories
  • Review server logs regularly for patterns indicating reconnaissance or exploitation attempts

How to Mitigate CVE-2026-33698

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.38 or later immediately
  • Remove or rename the main/install/ directory on all Chamilo LMS installations
  • Verify that the installation directory is not accessible via web requests
  • Audit existing files for unauthorized modifications or suspicious additions

Patch Information

Chamilo has addressed this vulnerability in version 1.11.38. The fix is available via the official commit d3355d7873c7e5b907c5fa84cbd5d9b62ed33e51. Organizations should prioritize upgrading to the patched version. For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-557g-2w66-gpmf.

Workarounds

  • Remove the main/install/ directory entirely from production deployments
  • Block access to the installation directory at the web server level using deny rules
  • Implement strict file system permissions to prevent the web server from writing to sensitive directories
  • Deploy a web application firewall with rules targeting installation directory access patterns
bash
# Configuration example - Block access to install directory in Apache
<Directory "/var/www/chamilo/main/install">
    Require all denied
</Directory>

# Or remove the directory entirely (recommended)
rm -rf /var/www/chamilo/main/install/

# For Nginx - block install directory access
location ~ /main/install/ {
    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

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-552
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-557g-2w66-gpmf
  • Related CVEs
  • CVE-2026-33704: Chamilo LMS RCE Vulnerability

  • CVE-2026-29041: Chamilo LMS RCE Vulnerability

  • CVE-2025-50187: Chamilo LMS RCE Vulnerability

  • CVE-2024-47886: 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