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

CVE-2025-52476: Chamilo LMS Reflected XSS Vulnerability

CVE-2025-52476 is a reflected cross-site scripting vulnerability in Chamilo LMS caused by improper sanitization of the keyword_active parameter. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2025-52476 Overview

CVE-2025-52476 is a reflected cross-site scripting (XSS) vulnerability affecting Chamilo, an open-source learning management system (LMS) widely used by educational institutions and organizations for e-learning. The vulnerability exists due to improper sanitization of the keyword_active parameter in the admin/user_list.php file, allowing attackers to inject malicious scripts that execute in the context of authenticated administrator sessions.

Critical Impact

Attackers can exploit this XSS vulnerability to steal administrator session cookies, perform unauthorized actions on behalf of administrators, or redirect users to malicious websites. Given that this affects the admin panel, successful exploitation could lead to full compromise of the LMS platform.

Affected Products

  • Chamilo LMS versions prior to 1.11.30
  • All installations with accessible admin/user_list.php endpoint
  • Self-hosted Chamilo deployments without input sanitization patches

Discovery Timeline

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

Technical Details for CVE-2025-52476

Vulnerability Analysis

This reflected XSS vulnerability stems from the application's failure to properly sanitize user-supplied input in the keyword_active parameter within the administrative user list functionality. When an administrator accesses a crafted URL containing malicious JavaScript in this parameter, the script is reflected back and executed in their browser session.

The vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), which represents a fundamental input validation failure. The attack requires user interaction—specifically, an administrator must click a malicious link—but given the administrative context, the potential impact includes session hijacking, credential theft, and unauthorized administrative actions within the LMS platform.

Root Cause

The root cause of this vulnerability is insufficient input validation and output encoding in the admin/user_list.php file. The keyword_active parameter is accepted from user input and reflected back into the HTML response without proper sanitization or contextual escaping. This allows attackers to inject arbitrary HTML and JavaScript code that the browser interprets as legitimate content from the trusted domain.

Attack Vector

The attack is network-based and requires no authentication from the attacker's perspective, though it does require user interaction. An attacker would craft a malicious URL containing JavaScript payload in the keyword_active parameter and trick an authenticated Chamilo administrator into clicking the link through social engineering techniques such as phishing emails or malicious forum posts.

The malicious URL would target the admin/user_list.php endpoint with a crafted keyword_active parameter containing JavaScript code. When the administrator clicks the link while logged in, the injected script executes with their session privileges, potentially allowing the attacker to steal session tokens, modify user data, or perform other administrative actions.

Detection Methods for CVE-2025-52476

Indicators of Compromise

  • Unusual access patterns to admin/user_list.php with encoded or suspicious keyword_active parameter values
  • Web server logs showing URL-encoded JavaScript patterns such as %3Cscript%3E in query strings
  • Unexpected administrative actions or user modifications without corresponding legitimate admin activity
  • Reports from users of unexpected redirects or pop-ups when accessing admin panel links

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block XSS payloads in URL parameters targeting Chamilo admin endpoints
  • Monitor HTTP access logs for requests to admin/user_list.php containing suspicious characters or encoded script tags
  • Deploy content security policy (CSP) headers to restrict inline script execution and report violations
  • Use SIEM correlation rules to detect anomalous admin panel access patterns combined with phishing indicators

Monitoring Recommendations

  • Enable detailed logging for all administrative endpoints in Chamilo and forward logs to centralized SIEM
  • Configure alerts for multiple failed or suspicious requests to user_list.php from external referrers
  • Monitor for session token exfiltration attempts through network traffic analysis
  • Review administrator account activity logs for actions that don't correlate with normal working hours or IP addresses

How to Mitigate CVE-2025-52476

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.30 or later immediately
  • Review web server access logs for any prior exploitation attempts targeting the keyword_active parameter
  • Implement web application firewall rules to block XSS patterns in query parameters as a defense-in-depth measure
  • Educate administrators about phishing risks and the importance of verifying URLs before clicking

Patch Information

Chamilo has addressed this vulnerability in version 1.11.30. The fix involves proper sanitization of the keyword_active parameter to prevent script injection. Organizations should upgrade to the patched version as soon as possible. The patch commit is available at the GitHub Commit, and the official release can be obtained from the GitHub Release v1.11.30.

For additional details, refer to the GitHub Security Advisory GHSA-pqjc-rvr9-w8m2.

Workarounds

  • Restrict access to the Chamilo admin panel to trusted IP addresses using firewall rules or .htaccess configurations
  • Deploy a web application firewall (WAF) with XSS protection rules to filter malicious requests before they reach the application
  • Implement strict Content Security Policy (CSP) headers to prevent inline script execution even if XSS payloads reach the browser
  • Consider placing the admin panel behind VPN access to reduce exposure to external attackers
bash
# Example Apache .htaccess restriction for admin directory
<Directory "/var/www/chamilo/main/admin">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</Directory>

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechChamilo

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Release v1.11.30
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-pqjc-rvr9-w8m2
  • 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