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
    • 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-2025-59543

CVE-2025-59543: Chamilo LMS Stored XSS Vulnerability

CVE-2025-59543 is a stored cross-site scripting flaw in Chamilo LMS that enables attackers to execute malicious JavaScript and hijack administrator accounts. This article covers technical details, affected versions, and patches.

Published: March 13, 2026

CVE-2025-59543 Overview

CVE-2025-59543 is a stored cross-site scripting (XSS) vulnerability in Chamilo, an open-source learning management system (LMS). Prior to version 1.11.34, the application fails to properly sanitize user input in the course description field, allowing attackers with low-privileged accounts (such as trainers) to inject malicious JavaScript code. When other users—including administrators—view the affected course information page, the injected script executes in their browser context.

Critical Impact

This vulnerability enables attackers to exfiltrate sensitive session cookies or authentication tokens, leading to account takeover (ATO) of higher-privileged users including administrators. Given that Chamilo is widely used in educational institutions, successful exploitation could compromise entire learning platforms and expose sensitive student and faculty data.

Affected Products

  • Chamilo LMS versions prior to 1.11.34
  • All Chamilo installations using vulnerable course description functionality
  • Deployments where trainers or other low-privileged users can edit course information

Discovery Timeline

  • 2026-03-06 - CVE-2025-59543 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2025-59543

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) resides in the course description functionality of Chamilo LMS. The application accepts user-supplied HTML content in course description fields but fails to adequately sanitize or encode the input before rendering it to other users. This allows an attacker to persist malicious JavaScript payloads in the database, which then execute whenever any user views the compromised course page.

The attack is particularly dangerous because it targets a commonly accessed feature—course information pages—that administrators and other high-privileged users frequently visit. The stored nature of the vulnerability means the malicious payload persists until manually removed, potentially affecting numerous users over an extended period.

Root Cause

The root cause is improper input validation and output encoding in the course description handling mechanism. The application accepts rich HTML content to support legitimate formatting needs but does not implement sufficient XSS filters or Content Security Policy (CSP) controls to prevent script execution. User-supplied content is stored in the database and rendered directly to the browser without proper sanitization, creating a classic stored XSS condition.

Attack Vector

The attack follows a straightforward exploitation path:

  1. An attacker authenticates with a low-privileged account (e.g., trainer role)
  2. The attacker navigates to a course they can edit and accesses the course description field
  3. Malicious JavaScript is injected into the description, such as script tags that steal session cookies or redirect authentication tokens to an attacker-controlled server
  4. When administrators or other users view the course information page, the malicious script executes in their browser context
  5. The attacker captures session tokens or cookies, enabling full account takeover

The network-based attack vector combined with the low privilege requirement and potential for scope change makes this vulnerability particularly severe. A single compromised trainer account can lead to administrative access across the entire Chamilo installation.

Detection Methods for CVE-2025-59543

Indicators of Compromise

  • Unusual JavaScript code present in course description fields in the Chamilo database
  • HTTP requests from internal users to unexpected external domains containing session tokens or credentials
  • JavaScript event handlers (onload, onerror, onclick) embedded in course content
  • Unexpected <script> tags or encoded script content in course descriptions

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS patterns in form submissions to course editing endpoints
  • Monitor database tables storing course descriptions for suspicious script content or encoded JavaScript
  • Review web server logs for unusual patterns of access to course pages followed by external requests
  • Deploy browser-based Content Security Policy violation reporting to detect attempted script injection

Monitoring Recommendations

  • Enable audit logging for all course description modifications in Chamilo
  • Configure alerting for session token exposure or unusual cookie access patterns
  • Monitor for privilege escalation events following course page views
  • Implement anomaly detection for user sessions that suddenly access administrative functions

How to Mitigate CVE-2025-59543

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.34 or later immediately
  • Audit existing course descriptions for malicious JavaScript content
  • Review access logs to identify potential exploitation attempts
  • Force password resets for administrative accounts if compromise is suspected
  • Implement Content Security Policy headers to restrict script execution sources

Patch Information

Chamilo has addressed this vulnerability in version 1.11.34. The patch implements proper input sanitization and output encoding for course description fields. Organizations should upgrade to this version or later to remediate the vulnerability. For detailed information about the security fix, refer to the GitHub Release v1.11.34 and the GitHub Security Advisory GHSA-p32q-6gh3-3gcv.

Workarounds

  • Restrict course editing permissions to trusted users only until patching is complete
  • Implement a web application firewall with XSS filtering rules for the Chamilo application
  • Deploy Content Security Policy headers to prevent inline script execution
  • Manually sanitize existing course descriptions by removing any script tags or event handlers
bash
# Example: Apache Content Security Policy header configuration
# Add to .htaccess or httpd.conf for Chamilo installation
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';"

# Example: Nginx CSP header configuration
# Add to server block for Chamilo
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';" always;

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechChamilo

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Release v1.11.34
  • Vendor Resources
  • GitHub Security Advisory GHSA-p32q-6gh3-3gcv
  • Related CVEs
  • CVE-2026-30882: Chamilo LMS Reflected XSS Vulnerability

  • CVE-2025-59542: Chamilo LMS Stored XSS Vulnerability

  • CVE-2025-59540: Chamilo LMS Stored XSS Vulnerability

  • CVE-2025-55289: Chamilo LMS Stored XSS Vulnerability
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