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-2025-59541

CVE-2025-59541: Chamilo LMS CSRF Vulnerability

CVE-2025-59541 is a Cross-Site Request Forgery flaw in Chamilo LMS that allows attackers to delete course projects without user consent. This article covers the technical details, affected versions, and mitigation strategies.

Published: March 13, 2026

CVE-2025-59541 Overview

A Cross-Site Request Forgery (CSRF) vulnerability has been identified in Chamilo, an open-source learning management system (LMS). Prior to version 1.11.34, the application fails to implement proper anti-CSRF protections for sensitive actions, specifically project deletion within courses. This security flaw allows attackers to craft malicious web pages that, when visited by an authenticated Trainer user, will execute unauthorized project deletion requests without the victim's knowledge or consent.

Critical Impact

Authenticated Trainer users can be tricked into deleting course projects without consent, potentially resulting in significant data loss and disruption to educational activities.

Affected Products

  • Chamilo LMS versions prior to 1.11.34
  • All Chamilo LMS installations using default project management functionality
  • Educational institutions and organizations running vulnerable Chamilo deployments

Discovery Timeline

  • 2026-03-06 - CVE-2025-59541 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2025-59541

Vulnerability Analysis

This vulnerability stems from the absence of Cross-Site Request Forgery (CWE-352) protections in the Chamilo LMS project deletion functionality. The application accepts GET-based requests for destructive operations without validating that the request originated from a legitimate user action within the application. This design flaw violates secure coding best practices, which mandate that state-changing operations require proper CSRF token validation.

The attack requires user interaction—specifically, an authenticated Trainer must visit a malicious webpage crafted by the attacker. However, no additional privileges beyond standard Trainer authentication are needed, and the attack can be executed entirely over the network without direct access to the target system.

Root Cause

The root cause of this vulnerability is the failure to implement anti-CSRF token mechanisms for sensitive operations. The project deletion endpoint accepts requests via GET method without verifying the origin of the request or validating a session-bound CSRF token. This allows any authenticated session to be exploited through cross-origin requests initiated by attacker-controlled content.

Additionally, the use of GET requests for state-changing operations violates the HTTP specification, which recommends that GET requests should be safe and idempotent. Destructive actions like project deletion should exclusively use POST, PUT, or DELETE methods with proper CSRF protections.

Attack Vector

The attack is conducted over the network and requires the victim to be authenticated as a Trainer in the Chamilo LMS system. The attacker creates a malicious webpage containing hidden elements (such as image tags, iframes, or JavaScript) that trigger requests to the vulnerable project deletion endpoint. When a Trainer visits this malicious page while logged into Chamilo, their browser automatically includes session cookies with the request, causing the deletion to execute under their authenticated session.

The vulnerability leverages GET-based requests for deletion operations, meaning the attack can be as simple as embedding an image tag with the deletion URL as its source. No user confirmation or additional interaction beyond visiting the malicious page is required for the attack to succeed.

Detection Methods for CVE-2025-59541

Indicators of Compromise

  • Unexpected project deletions in course audit logs without corresponding user activity
  • Multiple deletion requests originating from unusual referrer URLs or external domains
  • Trainer accounts showing deletion activity during periods of inactivity or unusual hours
  • Web server logs indicating GET requests to project deletion endpoints with external referrers

Detection Strategies

  • Monitor web application logs for project deletion requests with suspicious or empty referrer headers
  • Implement anomaly detection for bulk or rapid project deletions across multiple courses
  • Review access logs for patterns indicating automated or scripted deletion requests
  • Deploy web application firewall (WAF) rules to detect and block CSRF attack patterns

Monitoring Recommendations

  • Enable detailed audit logging for all project management operations in Chamilo LMS
  • Configure alerting for deletion operations performed via GET requests with external referrers
  • Implement session activity monitoring to correlate user actions with expected behavior patterns
  • Regularly review security logs for signs of social engineering or phishing attempts targeting Trainers

How to Mitigate CVE-2025-59541

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.34 or later immediately
  • Review project deletion audit logs to identify any unauthorized deletions
  • Educate Trainer users about the risks of clicking unknown links while authenticated
  • Consider implementing additional WAF rules to block suspicious CSRF patterns during the upgrade window

Patch Information

Chamilo has released version 1.11.34 which addresses this CSRF vulnerability. The patch implements proper anti-CSRF token validation for sensitive operations including project deletion. Organizations should review the Chamilo LMS Release v1.11.34 for complete release notes and upgrade instructions. Additional details about this security issue are available in the GitHub Security Advisory GHSA-rpj6-p9m5-q637.

Workarounds

  • Restrict Trainer access to project deletion functionality through role-based permissions if supported
  • Implement network-level controls to limit access to the Chamilo administration interface
  • Deploy a reverse proxy or WAF with CSRF protection capabilities in front of Chamilo
  • Advise users to log out of Chamilo before browsing other websites to minimize exposure
bash
# Example: WAF rule to block suspicious project deletion requests
# This is a generic ModSecurity rule pattern - adjust for your environment
SecRule REQUEST_URI "@contains /delete_project" \
    "id:100001,phase:2,deny,status:403,\
    chain,log,msg:'Potential CSRF on project deletion'"
SecRule REQUEST_HEADERS:Referer "!@contains your-chamilo-domain.com"

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechChamilo

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • Chamilo LMS Release v1.11.34
  • Vendor Resources
  • GitHub Security Advisory GHSA-rpj6-p9m5-q637
  • Related CVEs
  • CVE-2026-28430: Chamilo LMS SQL Injection Vulnerability

  • CVE-2026-30882: Chamilo LMS Reflected XSS Vulnerability

  • CVE-2026-29041: Chamilo LMS RCE Vulnerability

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