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-2026-30882

CVE-2026-30882: Chamilo LMS Reflected XSS Vulnerability

CVE-2026-30882 is a reflected cross-site scripting flaw in Chamilo LMS that allows attackers to inject malicious scripts via the session category listing page. This post covers technical details, affected versions, and mitigations.

Published: March 20, 2026

CVE-2026-30882 Overview

CVE-2026-30882 is a Reflected Cross-Site Scripting (XSS) vulnerability affecting Chamilo LMS, a popular open-source learning management system used by educational institutions worldwide. The vulnerability exists in the session category listing page where the keyword parameter from $_REQUEST is echoed directly into an HTML href attribute without proper encoding or sanitization. This allows attackers to inject arbitrary HTML and JavaScript code by breaking out of the attribute context.

Critical Impact

Attackers can execute arbitrary JavaScript in victim browsers, potentially stealing session cookies, performing actions on behalf of authenticated users, or redirecting users to malicious sites. Educational institutions running vulnerable Chamilo LMS versions are at risk of credential theft and data compromise.

Affected Products

  • Chamilo LMS version 1.11.34 and prior
  • All Chamilo LMS installations with session category functionality enabled
  • Systems where the number of session categories exceeds 20 (triggering pagination controls)

Discovery Timeline

  • 2026-03-16 - CVE CVE-2026-30882 published to NVD
  • 2026-03-17 - Last updated in NVD database

Technical Details for CVE-2026-30882

Vulnerability Analysis

This Reflected XSS vulnerability occurs due to improper input validation in the session category listing functionality of Chamilo LMS. The application takes user-controlled input from the keyword parameter and directly embeds it into an HTML href attribute within the pagination controls without applying proper output encoding or sanitization.

The vulnerability is specifically triggered when pagination controls are rendered, which occurs when the number of session categories in the system exceeds 20 (the default page limit). This conditional triggering mechanism means the vulnerability may not be immediately apparent during basic security testing of installations with fewer session categories.

When exploited, an attacker can craft a malicious URL containing JavaScript payload that executes in the context of the victim's browser session. This can lead to session hijacking, credential theft, defacement of the LMS interface, or further attacks against authenticated users including administrators.

Root Cause

The root cause of this vulnerability is the direct inclusion of unsanitized user input from the $_REQUEST['keyword'] superglobal into HTML output. The application fails to apply proper context-aware output encoding when rendering the keyword value within an href attribute. Specifically, the value is not HTML entity encoded, allowing attackers to inject special characters like "> to break out of the attribute context and inject malicious HTML or script elements.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker must craft a malicious URL containing the XSS payload in the keyword parameter and convince a victim to click the link. The attack flow typically involves:

  1. Attacker identifies a vulnerable Chamilo LMS installation with more than 20 session categories
  2. Attacker crafts a malicious URL with JavaScript payload in the keyword parameter using "> to escape the href attribute
  3. Attacker distributes the malicious link via phishing emails, social media, or other channels
  4. When a victim clicks the link while authenticated to the LMS, the JavaScript executes in their browser context

The vulnerability is exploited by injecting a payload such as "><script>malicious_code</script> into the keyword parameter, which breaks out of the href attribute and injects executable script content into the page.

Detection Methods for CVE-2026-30882

Indicators of Compromise

  • Web server logs containing requests to session category pages with suspicious keyword parameter values containing HTML special characters (">, <script>, javascript:)
  • Unusual URL patterns in referrer logs pointing to the session category listing endpoint with encoded payloads
  • User reports of unexpected browser behavior or redirects when accessing Chamilo LMS

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XSS patterns in the keyword parameter
  • Deploy endpoint detection solutions to monitor for suspicious JavaScript execution patterns in browser contexts
  • Configure log monitoring to alert on requests containing common XSS payload signatures targeting Chamilo endpoints
  • Use SentinelOne Singularity to detect post-exploitation activities such as credential harvesting or unauthorized session access

Monitoring Recommendations

  • Enable detailed access logging for the Chamilo LMS application, particularly for session management endpoints
  • Monitor for abnormal patterns in authentication events that may indicate session hijacking following XSS exploitation
  • Implement Content Security Policy (CSP) headers and monitor for CSP violation reports
  • Review user activity logs for actions performed from unexpected IP addresses or locations

How to Mitigate CVE-2026-30882

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.36 or later immediately
  • Review access logs for evidence of exploitation attempts targeting the session category listing page
  • Implement a Web Application Firewall with XSS filtering rules as a temporary protective measure
  • Notify users to be cautious of clicking links to the LMS from untrusted sources

Patch Information

Chamilo has released version 1.11.36 which addresses this vulnerability. Organizations should upgrade to this version or later to remediate the issue. The patch properly encodes user input before rendering it in HTML contexts, preventing the attribute context breakout attack.

For detailed patch information, refer to the GitHub Release v1.11.36 and the GitHub Security Advisory GHSA-qg5f-gq95-9vhq.

Workarounds

  • Implement strict input validation at the web server or reverse proxy level to reject requests containing HTML special characters in the keyword parameter
  • Deploy Content Security Policy headers with strict script-src directives to mitigate the impact of XSS attacks
  • Reduce the number of session categories below 20 to prevent pagination controls from rendering (temporary workaround only)
  • Use a WAF rule to sanitize or block the keyword parameter until patching is complete
bash
# Example Apache ModSecurity rule to block XSS attempts
SecRule ARGS:keyword "@rx (?i)(<script|javascript:|onerror|onload|\"[^\"]*>)" \
    "id:1001,phase:1,deny,status:403,msg:'Potential XSS in keyword parameter'"

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 Score6.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Release v1.11.36
  • Vendor Resources
  • GitHub Security Advisory GHSA-qg5f-gq95-9vhq
  • Related CVEs
  • CVE-2025-59543: Chamilo LMS Stored XSS Vulnerability

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

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

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