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
    • 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-52475

CVE-2025-52475: Chamilo LMS Reflected XSS Vulnerability

CVE-2025-52475 is a reflected cross-site scripting vulnerability in Chamilo LMS that allows attackers to inject malicious JavaScript through unsanitized parameters. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2025-52475 Overview

CVE-2025-52475 is a reflected cross-site scripting (XSS) vulnerability discovered in Chamilo, an open-source learning management system (LMS). The vulnerability exists in the admin/user_list.php endpoint where the keyword_inactive parameter is not properly sanitized, allowing attackers to inject malicious JavaScript code through a crafted URL.

This vulnerability affects Chamilo LMS installations prior to version 1.11.30. When an administrator clicks a malicious link containing the crafted payload, the injected script executes in the context of their authenticated session, potentially allowing attackers to steal session cookies, perform unauthorized actions, or redirect users to malicious sites.

Critical Impact

Attackers can inject malicious JavaScript through the keyword_inactive parameter in the admin user list interface, potentially compromising administrator sessions and enabling further attacks against the LMS platform.

Affected Products

  • Chamilo LMS versions prior to 1.11.30
  • Installations with exposed admin/user_list.php endpoints

Discovery Timeline

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

Technical Details for CVE-2025-52475

Vulnerability Analysis

The reflected XSS vulnerability in Chamilo LMS stems from inadequate input sanitization in the admin user management interface. The admin/user_list.php endpoint accepts a keyword_inactive parameter that is rendered directly in the page output without proper encoding or validation. This allows attackers to craft malicious URLs containing JavaScript payloads that execute when the page renders.

Since this is a reflected XSS vulnerability, the attack requires social engineering to trick an authenticated administrator into clicking a malicious link. Once clicked, the malicious script executes within the administrator's browser session with full access to the Chamilo application context.

Root Cause

The root cause is improper input validation and output encoding (CWE-79) in the admin/user_list.php file. The keyword_inactive parameter value is reflected back to the user in the HTML response without proper sanitization using functions like htmlspecialchars() or equivalent encoding mechanisms. This allows arbitrary HTML and JavaScript content to be injected into the page.

Attack Vector

The attack is network-based and requires user interaction. An attacker constructs a URL containing a malicious JavaScript payload in the keyword_inactive parameter and distributes this URL to target administrators through phishing emails, social media, or other means. When an authenticated administrator clicks the link, the payload executes in their browser with their session privileges.

The attack flow involves: crafting a malicious URL with JavaScript in the keyword_inactive parameter, distributing the URL to administrators via social engineering, and exploiting the reflected content when the victim accesses the malicious link while authenticated to the Chamilo LMS.

Detection Methods for CVE-2025-52475

Indicators of Compromise

  • Web server access logs containing suspicious requests to admin/user_list.php with encoded JavaScript in the keyword_inactive parameter
  • Unusual URL patterns with <script>, javascript:, onerror=, or other XSS payload indicators targeting the user list endpoint
  • Reports from administrators of unexpected browser behavior or security warnings when accessing user management pages
  • Browser console errors indicating blocked script execution from Content Security Policy violations

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block XSS payload patterns in URL parameters, particularly targeting the admin/user_list.php endpoint
  • Enable detailed web server logging and create alerts for requests containing common XSS indicators such as <script>, javascript:, event handlers, and HTML entities in query parameters
  • Deploy browser-based security monitoring to detect anomalous script execution in administrative interfaces
  • Use SentinelOne Singularity XDR to monitor for suspicious browser activity and correlate web-based attack patterns

Monitoring Recommendations

  • Configure log aggregation to capture and analyze all requests to Chamilo administrative endpoints
  • Set up alerting for HTTP requests containing URL-encoded or double-encoded JavaScript patterns
  • Monitor for unusual administrative session activity following access to the user list page
  • Review administrator account activity for signs of session hijacking or unauthorized actions

How to Mitigate CVE-2025-52475

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.30 or later, which contains the security fix for this vulnerability
  • Restrict access to administrative interfaces using IP whitelisting or VPN requirements until the patch can be applied
  • Implement or strengthen Content Security Policy (CSP) headers to mitigate the impact of any XSS attacks
  • Educate administrators about phishing risks and the importance of verifying URLs before clicking

Patch Information

Chamilo has released version 1.11.30 to address this vulnerability. The fix is available in commit 349062d31533d464feea78d41996bc0857f90f61. Organizations should upgrade to this version as soon as possible. Detailed information about the security fix can be found in the GitHub Security Advisory GHSA-7p5f-34rx-49h8 and the official release notes for v1.11.30.

Workarounds

  • Deploy a web application firewall (WAF) rule to filter requests containing XSS payloads in the keyword_inactive parameter
  • Implement strict Content Security Policy headers to prevent inline script execution as a defense-in-depth measure
  • Restrict access to the admin/user_list.php endpoint to trusted IP addresses until the patch is applied
  • Consider temporarily disabling the user search functionality if the risk is deemed unacceptable and patching is delayed
bash
# Example Apache configuration to restrict admin access by IP
<Location "/chamilo/main/admin/">
    Require ip 10.0.0.0/8 192.168.0.0/16
</Location>

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

  • 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-7p5f-34rx-49h8
  • Related CVEs
  • CVE-2025-52482: Chamilo LMS Stored XSS Vulnerability

  • CVE-2026-30875: Chamilo LMS RCE Vulnerability

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

  • CVE-2026-30881: Chamilo LMS SQL Injection 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