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

CVE-2025-66447: Chamilo LMS Redirect Vulnerability

CVE-2025-66447 is an open redirect vulnerability in Chamilo LMS that allows attackers to redirect users to malicious sites via the login parameter. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2025-66447 Overview

CVE-2025-66447 is an open redirect vulnerability affecting Chamilo LMS, a widely-used learning management system. The vulnerability exists in versions 1.11.0 through 2.0-beta.1 and allows unauthenticated attackers to trigger malicious redirects by manipulating the redirect parameter in the /login endpoint. This type of vulnerability (CWE-601: URL Redirection to Untrusted Site) can be leveraged for phishing attacks, credential theft, and social engineering campaigns targeting users of affected Chamilo LMS installations.

Critical Impact

Unauthenticated attackers can redirect users to malicious websites through the login page, potentially enabling credential harvesting, malware distribution, or social engineering attacks against educational institution users and administrators.

Affected Products

  • Chamilo LMS versions 1.11.0 through 2.0-beta.1
  • Chamilo LMS installations with default login page configurations
  • Educational platforms running vulnerable Chamilo LMS deployments

Discovery Timeline

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

Technical Details for CVE-2025-66447

Vulnerability Analysis

This vulnerability is classified under CWE-601 (URL Redirection to Untrusted Site), commonly known as an open redirect. The flaw resides in the login functionality of Chamilo LMS, where the application fails to properly validate the redirect parameter before processing redirect requests. When users authenticate or interact with the login page, an attacker-controlled URL can be injected into this parameter, causing the application to redirect users to arbitrary external sites.

Open redirect vulnerabilities are particularly dangerous in educational contexts where users may inherently trust links originating from their institution's learning management system. An attacker could craft a convincing phishing link that appears to originate from a legitimate Chamilo LMS installation but ultimately redirects users to a malicious site designed to harvest credentials or deliver malware.

Root Cause

The root cause of this vulnerability is insufficient input validation and sanitization of the redirect parameter within the /login endpoint. The application does not adequately verify whether the supplied redirect URL points to a trusted destination before performing the redirect operation. This allows attackers to bypass intended navigation flows and direct users to external, potentially malicious domains.

Attack Vector

The attack is network-based and requires no authentication or special privileges. An attacker constructs a malicious URL containing a crafted redirect parameter pointing to an attacker-controlled site. This URL can be distributed via email, social media, or embedded in other web pages. When a victim clicks the link and interacts with the Chamilo LMS login page, they are ultimately redirected to the malicious destination.

The attack typically follows this pattern:

  1. Attacker identifies a Chamilo LMS instance running a vulnerable version
  2. Attacker crafts a URL with the /login endpoint containing a malicious redirect parameter
  3. Victim receives the link through phishing email or other distribution method
  4. Victim clicks the link, perceiving it as legitimate due to the trusted domain
  5. After interaction with the login page, victim is redirected to the attacker's site
  6. Attacker harvests credentials or delivers malicious payload

Detection Methods for CVE-2025-66447

Indicators of Compromise

  • Unusual redirect parameters in web server logs containing external URLs to the /login endpoint
  • User reports of unexpected redirects after visiting institutional Chamilo LMS pages
  • Login page URLs containing suspiciously long or encoded redirect parameter values
  • Phishing reports referencing legitimate Chamilo LMS domains with malicious redirect payloads

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests with external URLs in the redirect parameter
  • Monitor web server access logs for /login requests containing redirect parameters pointing to non-whitelisted domains
  • Deploy URL analysis tools to inspect outbound redirect destinations from authentication endpoints
  • Utilize security information and event management (SIEM) correlation rules to identify potential open redirect exploitation patterns

Monitoring Recommendations

  • Enable detailed logging for all authentication-related endpoints including parameter values
  • Configure alerts for high volumes of login page requests with varying redirect parameter values
  • Implement user behavior analytics to detect anomalous redirect patterns following authentication
  • Regularly audit referrer logs for unexpected external destinations originating from the login workflow

How to Mitigate CVE-2025-66447

Immediate Actions Required

  • Upgrade Chamilo LMS installations to version 2.0-beta.2 or later immediately
  • Review web server logs for evidence of exploitation attempts targeting the /login endpoint
  • Implement URL whitelisting at the application or WAF level to restrict redirect destinations
  • Notify users about potential phishing attempts leveraging institution-branded Chamilo LMS links

Patch Information

The vulnerability has been addressed in Chamilo LMS version 2.0-beta.2. The fix is available through the official GitHub commit. Organizations should review the GitHub Security Advisory for complete details on the patch and upgrade instructions.

Workarounds

  • Configure web server or reverse proxy rules to strip or validate the redirect parameter before passing requests to Chamilo LMS
  • Implement a whitelist of allowed redirect destinations at the network perimeter
  • Temporarily disable redirect functionality on the login page if operationally feasible
  • Deploy Content Security Policy (CSP) headers with strict navigate-to directives to limit redirect destinations
bash
# Example Apache configuration to restrict redirect parameter
# Add to .htaccess or virtual host configuration
RewriteEngine On
RewriteCond %{QUERY_STRING} redirect=.*https?:// [NC]
RewriteRule ^login(.*)$ /login [R=302,L,QSD]

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 Lms

  • SeverityNONE

  • CVSS Score0.0

  • EPSS Probability0.04%

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

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

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

  • CVE-2025-59544: Chamilo LMS Auth Bypass Vulnerability

  • CVE-2026-33703: 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