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

CVE-2025-55289: Chamilo LMS Stored XSS Vulnerability

CVE-2025-55289 is a stored cross-site scripting flaw in Chamilo LMS that enables attackers to inject malicious scripts and hijack user sessions. This article covers technical details, affected versions, and patches.

Published: March 13, 2026

CVE-2025-55289 Overview

CVE-2025-55289 is a critical stored Cross-Site Scripting (XSS) vulnerability in Chamilo LMS, an open-source learning management system. Prior to version 1.11.34, the platform fails to properly sanitize user input in its social network and internal messaging features, allowing attackers to inject arbitrary JavaScript code. When the malicious payload is viewed by an authenticated user, including administrators, the injected script executes within the victim's browser session in the context of the LMS. This vulnerability enables attackers to perform full account takeover via session hijacking, execute unauthorized actions with the victim's privileges, exfiltrate sensitive data, and potentially propagate the attack to other users within the platform.

Critical Impact

This stored XSS vulnerability can lead to complete compromise of administrator accounts, unauthorized access to sensitive educational data, and self-propagating attacks across the entire LMS user base.

Affected Products

  • Chamilo LMS versions prior to 1.11.34
  • Chamilo LMS version 1.11.32 (specifically confirmed vulnerable)
  • All Chamilo LMS installations using social network and internal messaging features

Discovery Timeline

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

Technical Details for CVE-2025-55289

Vulnerability Analysis

This stored XSS vulnerability (CWE-79) exists within the social network and internal messaging components of Chamilo LMS. The vulnerability arises from insufficient input validation and output encoding when processing user-generated content in these features. When a user submits content containing malicious JavaScript through the social network posts or internal messages, the application stores this content in the database without proper sanitization. Subsequently, when other users view this content, the malicious script executes in their browser context.

The cross-site nature of this attack is particularly severe because the scope is changed (indicated by the Changed scope in the vulnerability characteristics), meaning the vulnerable component and the impacted component are different. An attacker with low-privileged access to the platform can craft malicious payloads that, once viewed by administrators, execute with full administrative privileges in the browser context.

Root Cause

The root cause of CVE-2025-55289 is improper input validation and inadequate output encoding in Chamilo LMS's social network and messaging modules. The application accepts user input containing HTML and JavaScript without sanitizing potentially dangerous characters or tags. When this content is later rendered in users' browsers, the lack of proper output encoding allows the stored malicious scripts to execute. This represents a classic stored XSS pattern where user-controlled data is persisted to the database and later included in web pages without appropriate security controls.

Attack Vector

The attack is network-based and requires the attacker to have low-level authenticated access to the Chamilo LMS platform. The exploitation flow involves:

  1. An attacker authenticates to the Chamilo LMS with a standard user account
  2. The attacker crafts a malicious JavaScript payload designed to steal session tokens, perform actions, or propagate to other users
  3. The payload is submitted through the social network feature (posts, comments) or internal messaging system
  4. The malicious content is stored in the application database
  5. When a victim user (including administrators) views the content, the JavaScript executes in their browser
  6. The attacker gains access to the victim's session, can perform actions as the victim, or exfiltrate sensitive data

The vulnerability mechanism involves injecting JavaScript payloads into user-generated content fields. Without proper sanitization, these payloads persist in the database and execute when rendered to other users. See the GitHub Security Advisory GHSA-cchj-3qmf-82j5 for technical details on exploitation patterns.

Detection Methods for CVE-2025-55289

Indicators of Compromise

  • Unusual JavaScript code patterns in database records for social network posts and internal messages
  • Suspicious outbound network requests from client browsers to external domains when viewing LMS content
  • Session tokens or cookies being transmitted to unexpected destinations in browser network logs
  • User reports of unexpected behavior, pop-ups, or redirects when viewing social content or messages

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common XSS payloads in POST requests to social network and messaging endpoints
  • Monitor database tables for suspicious entries containing <script> tags, event handlers like onerror, onload, or JavaScript URI schemes
  • Deploy Content Security Policy (CSP) headers to detect and report inline script execution attempts
  • Review application logs for unusual patterns in content submission to social and messaging features

Monitoring Recommendations

  • Enable CSP reporting to capture and alert on blocked inline script execution attempts
  • Monitor for anomalous session activity that could indicate session hijacking following XSS exploitation
  • Implement real-time alerting for multiple failed or suspicious login attempts following user browsing activity
  • Track user-generated content for patterns matching known XSS payload signatures

How to Mitigate CVE-2025-55289

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.34 or later immediately
  • Review existing social network posts and internal messages for potentially malicious content
  • Consider temporarily disabling social network and messaging features if immediate upgrade is not possible
  • Invalidate all active sessions and require users to re-authenticate after patching

Patch Information

Chamilo has addressed this vulnerability in version 1.11.34. Organizations should upgrade to this version or later to remediate the vulnerability. The official release is available at the GitHub Release v1.11.34. Additional details about the security fix can be found in the GitHub Security Advisory GHSA-cchj-3qmf-82j5.

Workarounds

  • Implement a Web Application Firewall (WAF) with rules to filter XSS payloads targeting social network and messaging endpoints
  • Deploy strict Content Security Policy headers to prevent inline script execution: script-src 'self'
  • Restrict access to social network and messaging features to trusted users only until patching is complete
  • Implement additional server-side input validation for user-generated content as a defense-in-depth measure
bash
# Example Apache configuration to add CSP headers as temporary mitigation
<IfModule mod_headers.c>
    Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';"
    Header set X-XSS-Protection "1; mode=block"
    Header set X-Content-Type-Options "nosniff"
</IfModule>

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-cchj-3qmf-82j5
  • Related CVEs
  • CVE-2026-30882: Chamilo LMS Reflected XSS Vulnerability

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

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

  • CVE-2025-59540: 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