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-2025-55208

CVE-2025-55208: Chamilo LMS Stored XSS Vulnerability

CVE-2025-55208 is a stored XSS flaw in Chamilo learning management system that allows low-privilege users to execute code in admin inboxes. This post covers the technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2025-55208 Overview

CVE-2025-55208 is a Stored Cross-Site Scripting (XSS) vulnerability affecting Chamilo, an open-source learning management system (LMS). The vulnerability exists in the Social Networks feature due to insecure file upload handling, allowing attackers to upload malicious files that execute arbitrary JavaScript code in the context of other users' browsers.

Through this vulnerability, a low-privilege authenticated user can craft and upload a malicious file that, when accessed by an administrator, executes arbitrary code within the admin user's inbox. This can lead to complete takeover of the administrator account, enabling the attacker to gain full control over the Chamilo LMS instance.

Critical Impact

Low-privilege users can execute arbitrary JavaScript in administrator sessions, enabling complete admin account takeover and full system compromise.

Affected Products

  • Chamilo LMS versions prior to 1.11.34

Discovery Timeline

  • 2026-03-05 - CVE-2025-55208 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2025-55208

Vulnerability Analysis

This vulnerability is classified as Stored Cross-Site Scripting (CWE-79), which occurs when user-supplied input is not properly sanitized before being stored and subsequently rendered in web pages. In the case of CVE-2025-55208, the Social Networks feature in Chamilo LMS fails to adequately validate and sanitize files uploaded by users.

The attack leverages the file upload functionality to store malicious content that persists on the server. When an administrator accesses their inbox or views content shared through the Social Networks feature, the malicious payload executes within their browser session. This enables the attacker to steal session cookies, perform actions on behalf of the administrator, or completely hijack the admin account.

The scope-changing nature of this vulnerability means that while it originates from a low-privilege user context, its impact extends to high-privilege administrator accounts, significantly amplifying the potential damage.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and sanitization of uploaded files within the Social Networks module. The application fails to:

  1. Properly validate file content types beyond simple extension checks
  2. Sanitize file content that may contain executable scripts
  3. Implement Content Security Policy headers that could mitigate XSS attacks
  4. Apply proper output encoding when rendering user-uploaded content

Attack Vector

The attack vector is network-based and requires low-privilege authentication to the Chamilo LMS platform. The exploitation flow involves:

  1. An attacker authenticates to Chamilo LMS with a low-privilege user account
  2. The attacker crafts a malicious file containing JavaScript payload
  3. The file is uploaded through the Social Networks feature
  4. The malicious content is stored on the server without proper sanitization
  5. When an administrator views the content (e.g., in their inbox), the JavaScript executes
  6. The attacker's payload can steal session tokens, modify admin settings, or create backdoor accounts

The vulnerability requires user interaction from the victim (administrator must view the malicious content), but this is a common occurrence in LMS platforms where administrators regularly review user-submitted content.

For detailed technical information about this vulnerability, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-55208

Indicators of Compromise

  • Unusual file uploads in the Social Networks module containing script tags or event handlers
  • Administrator session tokens appearing in unexpected network requests to external domains
  • Newly created administrator accounts not authorized by legitimate staff
  • Modified user permissions or unexpected privilege escalations
  • Suspicious JavaScript execution in browser developer tools when viewing Social Networks content

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect XSS payloads in file upload requests
  • Monitor for anomalous file types being uploaded through the Social Networks feature
  • Review server access logs for suspicious file access patterns targeting uploaded content
  • Deploy browser-based XSS detection tools in administrator environments
  • Conduct regular security audits of user-uploaded content directories

Monitoring Recommendations

  • Enable verbose logging for file upload operations in Chamilo LMS
  • Configure alerts for administrator account modifications or new admin account creation
  • Monitor outbound network traffic from administrator workstations for data exfiltration
  • Implement session monitoring to detect session hijacking attempts
  • Set up file integrity monitoring on upload directories to detect malicious content

How to Mitigate CVE-2025-55208

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.34 or later immediately
  • Review existing uploads in the Social Networks feature for potentially malicious content
  • Rotate administrator session tokens and credentials as a precaution
  • Implement Content Security Policy (CSP) headers to reduce XSS impact
  • Temporarily restrict file upload capabilities in Social Networks until patched

Patch Information

The vulnerability has been fixed in Chamilo LMS version 1.11.34. Organizations running affected versions should upgrade immediately to the patched version. The security fix addresses the insecure file upload handling in the Social Networks module by implementing proper input validation and output encoding.

For additional details and patch information, consult the GitHub Security Advisory.

Workarounds

  • Disable the Social Networks feature entirely until the patch can be applied
  • Implement a reverse proxy or WAF with XSS filtering capabilities in front of Chamilo LMS
  • Restrict file upload permissions to trusted users only
  • Configure Content Security Policy headers at the web server level to block inline script execution
  • Audit and remove any suspicious uploaded files from the system
bash
# Example: Add Content Security Policy header in Apache
# Add to .htaccess or virtual host configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none';"

# Example: Add Content Security Policy header in Nginx
# Add to server block configuration
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none';";

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

  • 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 Security Advisory
  • Related CVEs
  • CVE-2026-32893: Chamilo LMS XSS Vulnerability

  • CVE-2026-30882: Chamilo LMS Reflected XSS Vulnerability

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

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