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-33737

CVE-2026-33737: Chamilo LMS XXE Vulnerability

CVE-2026-33737 is an XML External Entity (XXE) vulnerability in Chamilo LMS that allows attackers to read arbitrary server files. This article covers the technical details, affected versions, and mitigation strategies.

Published: April 17, 2026

CVE-2026-33737 Overview

CVE-2026-33737 is an XML External Entity (XXE) vulnerability affecting Chamilo LMS, a popular open-source learning management system used by educational institutions worldwide. The vulnerability exists in multiple files that utilize the simplexml_load_string() PHP function without proper XXE protection. When the LIBXML_NOENT flag is enabled, attackers can exploit this flaw to read arbitrary files from the server, potentially exposing sensitive configuration data, credentials, and other critical information.

Critical Impact

Authenticated attackers can read arbitrary server files through XXE injection, potentially exposing sensitive configuration files, database credentials, and other confidential data stored on the Chamilo LMS server.

Affected Products

  • Chamilo LMS versions prior to 1.11.38
  • Chamilo LMS 2.0.0 Alpha 1 through Alpha 5
  • Chamilo LMS 2.0.0 Beta 1 through Beta 3
  • Chamilo LMS 2.0.0 RC1 and RC2 (prior to RC.3)

Discovery Timeline

  • April 10, 2026 - CVE-2026-33737 published to NVD
  • April 16, 2026 - Last updated in NVD database

Technical Details for CVE-2026-33737

Vulnerability Analysis

This XXE vulnerability arises from insecure XML parsing practices in the Chamilo LMS codebase. Multiple files within the application call the simplexml_load_string() function to parse XML data without disabling external entity processing. When combined with the LIBXML_NOENT flag, which substitutes entity references with their values, an attacker can craft malicious XML payloads that reference external entities pointing to local files on the server.

The vulnerability requires authentication to exploit, meaning an attacker needs valid credentials to an account within the Chamilo LMS instance. However, even low-privileged user accounts may be sufficient to leverage this vulnerability, as the XML parsing functions may be accessible through various application features available to standard users.

The impact is primarily focused on confidentiality, as successful exploitation allows unauthorized reading of server files but does not directly enable modification of data or denial of service conditions.

Root Cause

The root cause of this vulnerability is the improper configuration of libxml options when parsing XML input. The simplexml_load_string() function, by default, can process external entities when specific flags like LIBXML_NOENT are used. The Chamilo LMS developers did not implement the recommended security practice of disabling external entity loading using libxml_disable_entity_loader(true) (for PHP versions prior to 8.0) or by explicitly setting LIBXML_NOENT to false and using LIBXML_NOXXE flag to prevent XXE attacks.

Attack Vector

The attack is network-based and requires low-privilege authentication. An attacker with valid user credentials can inject malicious XML content through input fields or file uploads that are processed by the vulnerable simplexml_load_string() calls. The malicious XML payload contains external entity declarations that reference local files such as /etc/passwd, configuration files containing database credentials, or other sensitive system files.

When the application processes this XML, it resolves the external entity reference and includes the file contents within the parsed XML structure. The attacker can then retrieve this data through the application's response or through out-of-band exfiltration techniques using external DTDs.

Due to the authenticated nature of this vulnerability and its specific exploitation requirements, no synthetic code example is provided. For technical implementation details, refer to the GitHub Security Advisory and the associated security commits.

Detection Methods for CVE-2026-33737

Indicators of Compromise

  • Unusual XML payloads containing entity declarations (<!ENTITY) in application logs or request bodies
  • Requests containing references to sensitive system files (e.g., /etc/passwd, config.php, .env) within XML data
  • Out-of-band DNS or HTTP requests from the Chamilo server to attacker-controlled domains
  • Error messages revealing local file paths or file contents in application responses

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XML payloads containing external entity declarations
  • Monitor application logs for XML parsing errors that may indicate exploitation attempts
  • Deploy file integrity monitoring on sensitive configuration files to detect unauthorized access patterns
  • Use runtime application self-protection (RASP) solutions to detect XXE exploitation in real-time

Monitoring Recommendations

  • Enable detailed logging for all XML parsing operations within Chamilo LMS
  • Monitor network traffic for unusual outbound connections from the Chamilo server that may indicate out-of-band XXE exfiltration
  • Implement alerting for access patterns to sensitive files referenced in XML parsing contexts
  • Review authentication logs for accounts making unusual requests to XML-processing endpoints

How to Mitigate CVE-2026-33737

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.38 or 2.0.0-RC.3 immediately
  • Review server logs for signs of prior exploitation attempts
  • Audit any sensitive files that may have been exposed and rotate credentials if necessary
  • Implement network segmentation to limit the impact of potential file disclosure

Patch Information

Chamilo has released security patches addressing this vulnerability. The fixes are available in versions 1.11.38 and 2.0.0-RC.3. The patches implement proper XXE protection by disabling external entity loading when parsing XML input.

Security commits:

  • Commit 22b1cb1c609b643765c88654155aba27070c927e
  • Commit af6b7002af7c15825e98fc522e2ead0d00cacaa3

For complete details, see the GitHub Security Advisory GHSA-c4ww-qgf2-v89j.

Workarounds

  • If immediate patching is not possible, implement WAF rules to block XML payloads containing external entity declarations
  • Restrict access to Chamilo LMS to trusted users only until patches can be applied
  • Deploy network-level monitoring to detect potential XXE exfiltration attempts
  • Consider running Chamilo in a containerized environment with restricted file system access to limit the impact of potential exploitation
bash
# Example: Verify Chamilo LMS version
cat /path/to/chamilo/app/config/configuration.php | grep -i version

# Update Chamilo to patched version (backup first)
cd /path/to/chamilo
git fetch --tags
git checkout v1.11.38  # or v2.0.0-RC.3 for 2.x branch

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechChamilo Lms

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

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

  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33703: Chamilo LMS Information Disclosure Flaw

  • CVE-2026-33705: Chamilo LMS Information Disclosure Flaw

  • CVE-2026-33708: Chamilo LMS Information Disclosure Flaw

  • CVE-2026-40291: 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