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

CVE-2025-52482: Chamilo LMS Stored XSS Vulnerability

CVE-2025-52482 is a stored XSS flaw in Chamilo LMS that allows teachers to inject malicious JavaScript code targeting administrators via the glossary function. This article covers technical details, affected versions, and patches.

Published: March 6, 2026

CVE-2025-52482 Overview

CVE-2025-52482 is a Stored Cross-Site Scripting (XSS) vulnerability affecting Chamilo, an open-source learning management system (LMS). The vulnerability exists in the glossary function of Chamilo versions prior to 1.11.30, allowing users with Teacher role privileges to inject malicious JavaScript code that executes in the context of administrator sessions.

This vulnerability represents a significant security risk in educational environments where Chamilo is deployed, as it enables privilege escalation attacks through persistent script injection. When an administrator views a compromised glossary entry, the malicious JavaScript executes with their elevated privileges, potentially leading to session hijacking, administrative account compromise, or further system exploitation.

Critical Impact

Teachers can inject persistent JavaScript payloads via the glossary function, enabling attacks against administrators that can result in session hijacking, credential theft, or full administrative account takeover.

Affected Products

  • Chamilo LMS versions prior to 1.11.30
  • All installations with the glossary function enabled
  • Systems where Teacher-level accounts have access to create or modify glossary entries

Discovery Timeline

  • 2026-03-02 - CVE-2025-52482 published to NVD
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2025-52482

Vulnerability Analysis

The Stored XSS vulnerability in Chamilo LMS occurs due to insufficient input sanitization within the glossary function. When users with Teacher privileges create or edit glossary entries, the application fails to properly validate and sanitize user-supplied input before storing it in the database and subsequently rendering it in the browser.

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), which represents one of the most common web application security flaws. The stored nature of this XSS makes it particularly dangerous because the malicious payload persists in the database and executes every time the compromised content is viewed.

The attack requires authentication with Teacher-level privileges, which limits the initial attack surface but still represents a significant threat in multi-tenant educational environments where Teacher accounts are widely distributed.

Root Cause

The root cause of this vulnerability lies in inadequate input validation and output encoding within the glossary module. Specifically:

  1. Input Validation Failure: The glossary function accepts HTML and JavaScript content from Teacher users without proper sanitization
  2. Output Encoding Deficiency: When glossary content is rendered in administrator views, the application fails to properly encode potentially dangerous characters
  3. Trust Model Flaw: The application incorrectly assumes Teacher-level users will only submit benign content

The fix, implemented across multiple commits, addresses these issues by implementing proper input sanitization and output encoding for glossary content.

Attack Vector

The attack leverages the network-accessible glossary function and requires the attacker to have Teacher-level credentials. The exploitation flow works as follows:

  1. An attacker with Teacher privileges accesses the glossary management interface
  2. The attacker creates or modifies a glossary entry, injecting JavaScript code into a vulnerable field
  3. The malicious payload is stored in the Chamilo database without proper sanitization
  4. When an administrator views the glossary section or a page containing the glossary term, the injected JavaScript executes in their browser context
  5. The malicious script can steal session cookies, perform actions as the administrator, or redirect to phishing pages

The vulnerability requires user interaction (the administrator must view the compromised content), but given that administrators regularly review educational content, this condition is likely to be met in normal operations.

Due to the sensitive nature of this vulnerability, specific exploitation code is not provided. The vulnerability mechanism involves injecting JavaScript payloads into glossary entry fields that are not properly sanitized. For technical implementation details, refer to the GitHub Security Advisory GHSA-4wcp-3rh3-7wm4.

Detection Methods for CVE-2025-52482

Indicators of Compromise

  • Glossary entries containing <script> tags, event handlers (onerror, onload, onclick), or JavaScript URIs
  • Database records in glossary tables with HTML encoding anomalies or suspicious JavaScript patterns
  • Administrator session cookies appearing in unexpected network requests to external domains
  • Unusual administrative actions occurring without corresponding administrator logins

Detection Strategies

  • Implement web application firewall (WAF) rules to detect XSS patterns in glossary-related HTTP POST requests
  • Deploy database monitoring to alert on glossary entries containing script tags or JavaScript event handlers
  • Enable Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Review Chamilo access logs for Teacher accounts making unusual numbers of glossary modifications

Monitoring Recommendations

  • Monitor administrator sessions for signs of hijacking such as concurrent sessions from different IP addresses
  • Implement browser-based XSS auditing and ensure administrator browsers have modern XSS protection enabled
  • Set up alerts for glossary content modifications and implement content review workflows
  • Deploy endpoint detection solutions capable of identifying malicious JavaScript execution patterns

How to Mitigate CVE-2025-52482

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.30 or later immediately
  • Audit existing glossary entries for any signs of injected malicious content
  • Review administrator session logs for any suspicious activity that may indicate prior exploitation
  • Consider temporarily restricting Teacher access to the glossary function until patching is complete

Patch Information

Chamilo has released version 1.11.30 which addresses this vulnerability. The fix was implemented across multiple commits:

  • Commit 241c569
  • Commit 82cc07e
  • Commit f915007

The official release is available at the GitHub Release v1.11.30 page. For complete vulnerability details, see the GitHub Security Advisory GHSA-4wcp-3rh3-7wm4.

Workarounds

  • Implement Content Security Policy headers to restrict inline script execution as a defense-in-depth measure
  • Temporarily disable or restrict access to the glossary function for Teacher accounts until patching is completed
  • Deploy a web application firewall with XSS detection rules in front of the Chamilo installation
  • Implement input validation at the web server or reverse proxy level to filter known XSS patterns
bash
# Example Content Security Policy header configuration for Apache
# Add to your Chamilo Apache configuration
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';"

# For nginx, add to your server block
# add_header Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; frame-ancestors 'self';";

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechChamilo Lms

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Release v1.11.30
  • Vendor Resources
  • GitHub Commit 241c569

  • GitHub Commit 82cc07e

  • GitHub Commit f915007

  • GitHub Security Advisory GHSA-4wcp-3rh3-7wm4
  • Related CVEs
  • CVE-2026-34161: Chamilo LMS Stored XSS Vulnerability

  • CVE-2025-52475: Chamilo LMS Reflected XSS Vulnerability

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

  • CVE-2026-33705: Chamilo LMS Information Disclosure 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