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
    • 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-2026-32932

CVE-2026-32932: Chamilo LMS Open Redirect Vulnerability

CVE-2026-32932 is an open redirect flaw in Chamilo LMS that redirects authenticated administrators to malicious URLs and leaks session data. This article covers technical details, affected versions, impact, and mitigation.

Published: April 17, 2026

CVE-2026-32932 Overview

CVE-2026-32932 is an Open Redirect vulnerability discovered in Chamilo LMS, a widely-used open-source learning management system. The vulnerability exists in the session course edit page and allows an attacker to redirect an authenticated administrator to an arbitrary external URL after saving coach assignment changes. Additionally, this redirect leaks the id_session parameter to the attacker's controlled server, potentially exposing sensitive session information.

Critical Impact

Authenticated administrators can be redirected to malicious external URLs, with session identifiers leaked to attacker-controlled servers, enabling potential phishing attacks and session information disclosure.

Affected Products

  • Chamilo LMS versions prior to 1.11.38
  • Chamilo LMS versions prior to 2.0.0-RC.3

Discovery Timeline

  • 2026-04-10 - CVE-2026-32932 published to NVD
  • 2026-04-13 - Last updated in NVD database

Technical Details for CVE-2026-32932

Vulnerability Analysis

This Open Redirect vulnerability (CWE-601) exists within the session course edit functionality of Chamilo LMS. The vulnerability arises from improper validation of user-supplied redirect URLs in the coach assignment workflow. When an administrator saves changes to coach assignments within a session course, the application fails to properly validate the destination URL parameter, allowing redirection to arbitrary external domains.

The attack is particularly concerning because it targets authenticated administrators who have elevated privileges within the LMS platform. The exploitation requires user interaction (clicking a malicious link), but the attack leverages the trust relationship between administrators and the Chamilo platform. Since the redirect occurs after a legitimate save operation, administrators may not immediately recognize the malicious redirection.

Root Cause

The root cause of this vulnerability is insufficient URL validation in the redirect logic within the session course edit page. The application accepts and processes user-controlled redirect parameters without properly verifying that the destination URL is within the application's trusted domain whitelist. This allows attackers to craft URLs that redirect to external, potentially malicious websites while also leaking the id_session parameter as part of the redirect request.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker crafts a malicious URL targeting the session course edit page with a specially crafted redirect parameter pointing to an attacker-controlled server. When an authenticated administrator clicks this link and completes the coach assignment save operation, they are redirected to the attacker's server. The redirect URL includes the id_session parameter, which leaks session-related information to the attacker.

This type of attack is commonly used in phishing campaigns where the attacker can present a fake login page or credential harvesting form after the redirect, leveraging the administrator's trust in the legitimate Chamilo domain appearing in the initial URL.

Detection Methods for CVE-2026-32932

Indicators of Compromise

  • Outbound HTTP/HTTPS requests from the Chamilo server to unexpected external domains following session course edit operations
  • Web server access logs showing redirect parameters containing external URLs in session course edit endpoints
  • Reports from users or administrators about unexpected redirects after saving coach assignments

Detection Strategies

  • Monitor web application firewall (WAF) logs for URL parameters containing external domains in session management endpoints
  • Implement content security policy (CSP) headers to detect and report unauthorized redirects
  • Review access logs for patterns indicating redirect manipulation attempts, particularly targeting administrative session endpoints

Monitoring Recommendations

  • Enable detailed logging for the session course edit functionality to track redirect behavior
  • Configure alerting for any outbound redirects to non-whitelisted domains originating from administrative pages
  • Implement user behavior analytics to detect anomalous administrator activity patterns

How to Mitigate CVE-2026-32932

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.38 or later for the 1.x branch
  • Upgrade Chamilo LMS to version 2.0.0-RC.3 or later for the 2.x branch
  • Review administrator accounts for any signs of compromise or unauthorized access
  • Educate administrators about the risks of clicking untrusted links

Patch Information

The vulnerability has been fixed in Chamilo LMS versions 1.11.38 and 2.0.0-RC.3. The patches implement proper URL validation to ensure redirects only occur to trusted destinations within the application domain.

Relevant commits addressing this vulnerability:

  • GitHub Commit b005b3d3
  • GitHub Commit fbd8d7eb

For complete details, refer to the GitHub Security Advisory.

Workarounds

  • Implement a web application firewall (WAF) rule to block or sanitize redirect parameters containing external URLs
  • Restrict administrative access to the session course edit functionality to trusted network segments only
  • Train administrators to verify URLs before clicking and to access Chamilo directly rather than through email links

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechChamilo

  • SeverityMEDIUM

  • CVSS Score4.7

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-601
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33702: Chamilo LMS Auth Bypass Vulnerability

  • CVE-2026-33707: Chamilo LMS Auth Bypass Vulnerability

  • CVE-2026-33710: Chamilo LMS Auth Bypass Vulnerability

  • CVE-2026-32930: Chamilo LMS Auth Bypass 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