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

CVE-2025-59544: Chamilo LMS Auth Bypass Vulnerability

CVE-2025-59544 is an authorization bypass flaw in Chamilo LMS allowing unauthorized category updates for any user. This article covers the technical details, affected versions prior to 1.11.34, and available patches.

Published: March 13, 2026

CVE-2025-59544 Overview

CVE-2025-59544 is a Missing Authorization vulnerability affecting Chamilo LMS, an open-source learning management system. Prior to version 1.11.34, the functionality that allows users to update categories fails to implement proper authorization checks for the category_id parameter. This oversight enables any authenticated user to modify the category assignments of other users by simply manipulating the category_id parameter in requests.

Critical Impact

Unauthorized users can modify category assignments for any user in the system, potentially disrupting organizational structures and user management within the learning management platform.

Affected Products

  • Chamilo LMS versions prior to 1.11.34
  • chamilo chamilo_lms (cpe:2.3:a:chamilo:chamilo_lms::::::::)

Discovery Timeline

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

Technical Details for CVE-2025-59544

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization), which occurs when software does not perform an authorization check when an actor attempts to access a resource or perform an action. In this case, Chamilo LMS exposes a category update endpoint that accepts a category_id parameter without validating whether the requesting user has the authority to modify that particular category assignment.

The vulnerability allows attackers to perform horizontal privilege escalation by manipulating category assignments across the user base. While the data integrity impact is limited to category modifications, this could have significant implications for organizations that rely on category-based access controls or organizational hierarchies within their learning management deployments.

Root Cause

The root cause of this vulnerability is the absence of server-side authorization validation in the category update functionality. The application accepts the category_id parameter from user input and processes the update request without verifying that the authenticated user owns or has permission to modify the specified category. This represents a classic Insecure Direct Object Reference (IDOR) pattern combined with missing authorization checks.

Attack Vector

The attack is network-accessible and requires no user interaction. An attacker with any level of authenticated access to the Chamilo LMS platform can exploit this vulnerability by intercepting or crafting HTTP requests to the category update endpoint. By substituting their own category_id with that of another user's category, the attacker can successfully modify category assignments they should not have access to.

The exploitation process involves:

  1. Authenticating to the Chamilo LMS platform with any valid user account
  2. Identifying the category update endpoint and capturing a legitimate request
  3. Modifying the category_id parameter to reference another user's category
  4. Submitting the modified request to alter the target user's category assignment

Detection Methods for CVE-2025-59544

Indicators of Compromise

  • Unexpected changes to user category assignments without corresponding administrative actions
  • Anomalous API requests to category update endpoints with varying category_id values from single user sessions
  • Audit log entries showing category modifications by users without administrative privileges
  • Pattern of sequential or enumerated category_id values in request logs from individual users

Detection Strategies

  • Monitor web application logs for category update requests where the authenticated user ID does not match the expected owner of the category_id
  • Implement alerting on bulk category modification requests from non-administrative accounts
  • Deploy web application firewall (WAF) rules to detect parameter tampering patterns in category-related endpoints
  • Review database audit logs for unexpected UPDATE operations on category tables

Monitoring Recommendations

  • Enable detailed request logging for all category management endpoints including full parameter capture
  • Configure alerts for category modifications performed outside of normal administrative workflows
  • Implement user behavior analytics to detect unusual patterns of category access or modification
  • Establish baseline metrics for category update frequency and alert on statistical anomalies

How to Mitigate CVE-2025-59544

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.34 or later immediately
  • Audit recent category modifications to identify any unauthorized changes
  • Review user category assignments for integrity and correct any anomalies discovered
  • Consider temporarily restricting access to category management features until the patch is applied

Patch Information

Chamilo has addressed this vulnerability in version 1.11.34. The fix implements proper authorization checks to ensure users can only modify categories they own or have explicit permission to manage. Organizations should upgrade to this version or later to remediate the vulnerability.

For detailed information about the fix, refer to the GitHub Security Advisory GHSA-x3h9-h7qf-wwrf and the GitHub Release v1.11.34.

Workarounds

  • Implement a reverse proxy or WAF rule to validate that category_id parameters in update requests belong to the authenticated user
  • Restrict network access to the Chamilo LMS instance to trusted IP ranges until patching is complete
  • Temporarily disable category self-service features if operationally feasible
  • Implement additional application-level logging to capture and alert on suspicious category modification attempts
bash
# Example: Restrict access to category endpoints via Apache configuration
# Add to virtual host configuration until patch is applied
<Location "/main/inc/ajax/categories.ajax.php">
    Require ip 10.0.0.0/8 192.168.0.0/16
    # Restrict to internal administrative networks only
</Location>

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

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • GitHub Release v1.11.34
  • Vendor Resources
  • GitHub Security Advisory GHSA-x3h9-h7qf-wwrf
  • Related CVEs
  • CVE-2026-34602: Chamilo LMS Auth Bypass Vulnerability

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

  • CVE-2025-66447: Chamilo LMS Redirect 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