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

CVE-2026-34602: Chamilo LMS Auth Bypass Vulnerability

CVE-2026-34602 is an authentication bypass flaw in Chamilo LMS allowing attackers to enroll arbitrary users into courses via IDOR. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 17, 2026

CVE-2026-34602 Overview

Chamilo LMS, an open-source learning management system, contains an Insecure Direct Object Reference (IDOR) vulnerability in versions prior to 2.0.0-RC.3. The /api/course_rel_users endpoint fails to implement proper authorization checks, allowing an authenticated attacker to manipulate the user parameter in request bodies to enroll arbitrary users into any course without proper authorization. This vulnerability enables unauthorized manipulation of user-course relationships, potentially granting unintended access to course materials, bypassing enrollment controls, and compromising overall platform integrity.

Critical Impact

Authenticated attackers can enroll any user into any course without authorization, bypassing enrollment controls and potentially exposing restricted educational content to unauthorized users.

Affected Products

  • Chamilo LMS versions prior to 2.0.0-RC.3
  • All installations using the vulnerable /api/course_rel_users endpoint
  • Self-hosted and cloud-based Chamilo LMS deployments running unpatched versions

Discovery Timeline

  • April 14, 2026 - CVE-2026-34602 published to NVD
  • April 14, 2026 - Last updated in NVD database

Technical Details for CVE-2026-34602

Vulnerability Analysis

This vulnerability falls under CWE-639 (Authorization Bypass Through User-Controlled Key), a common weakness where the application uses user-controlled input to directly access objects without verifying that the user has proper authorization. In the context of Chamilo LMS, the /api/course_rel_users endpoint accepts a user parameter in the request body that specifies which user should be enrolled in a course. The backend trusts this user-supplied input without performing server-side verification to confirm whether the requester owns the referenced user ID or has administrative permissions to act on behalf of other users.

The attack is network-accessible and requires only low-privilege authenticated access to exploit. An attacker with a basic user account can craft malicious API requests that reference other users' IDs, effectively enrolling them in courses they did not request access to. This could be leveraged to grant unauthorized access to premium or restricted course content, manipulate academic records, or disrupt the integrity of the learning management platform.

Root Cause

The root cause of this vulnerability is the absence of proper authorization validation in the API endpoint handler. The application directly uses the user parameter from the request body to create user-course relationships without verifying that the authenticated user has the authority to perform enrollment actions for the specified user ID. This trust in client-supplied data without server-side authorization checks is a fundamental security flaw that enables IDOR attacks.

Attack Vector

The attack vector is network-based, requiring an authenticated session with the Chamilo LMS platform. An attacker would first authenticate to the system with valid credentials (even a low-privilege student account), then craft a POST request to the /api/course_rel_users endpoint with a modified user parameter containing another user's ID. Because the backend performs no ownership or permission validation, the request is processed successfully, enrolling the target user in the specified course.

The vulnerability enables several malicious scenarios: enrolling privileged users into courses to potentially expose their activity, enrolling oneself into restricted courses by manipulating course relationship data, or disrupting legitimate enrollment workflows by making unauthorized changes to user-course associations.

Detection Methods for CVE-2026-34602

Indicators of Compromise

  • Unusual patterns of course enrollment activity, particularly bulk enrollments or enrollments occurring outside normal business hours
  • API requests to /api/course_rel_users where the authenticated user ID does not match the user parameter in the request body
  • Multiple enrollment changes originating from a single user session affecting different user accounts
  • Audit log entries showing course enrollments for users who did not initiate the enrollment request

Detection Strategies

  • Implement API request logging that captures both the authenticated user identity and the user parameter value to identify mismatches
  • Deploy web application firewall (WAF) rules to flag requests where authenticated session user IDs differ from API body parameters
  • Enable Chamilo LMS audit logging to track all course enrollment modifications with full request context
  • Monitor for anomalous spikes in enrollment API activity that could indicate exploitation attempts

Monitoring Recommendations

  • Review Chamilo LMS access logs regularly for suspicious patterns in /api/course_rel_users endpoint access
  • Configure alerting for enrollment events where the enrolling user differs from the enrolled user
  • Implement real-time monitoring of API endpoints handling user-object relationships for potential IDOR exploitation

How to Mitigate CVE-2026-34602

Immediate Actions Required

  • Upgrade Chamilo LMS to version 2.0.0-RC.3 or later immediately
  • Review recent enrollment records for any unauthorized or suspicious course enrollments
  • Audit API access logs for evidence of exploitation attempts targeting the /api/course_rel_users endpoint
  • Consider temporarily restricting API access to the vulnerable endpoint until patching is complete

Patch Information

The vulnerability has been fixed in Chamilo LMS version 2.0.0-RC.3. The fix implements proper server-side authorization checks to verify that the authenticated user has permission to perform enrollment actions for the specified user ID. Multiple commits address this vulnerability, including the primary security fix and supporting updates. The GitHub Release v2.0.0-RC.3 contains all necessary fixes.

For detailed vulnerability information, refer to the GitHub Security Advisory GHSA-x373-8j9j-g5pj.

Workarounds

  • Implement network-level access controls to restrict API access to trusted IP ranges or internal networks only
  • Deploy a web application firewall with custom rules to validate that the authenticated user matches the user parameter in enrollment API requests
  • Disable or restrict access to the /api/course_rel_users endpoint until the patch can be applied
  • Enable enhanced logging and monitoring to detect potential exploitation attempts while operating in an unpatched state
bash
# Example: Restrict API access via web server configuration (Apache)
<Location "/api/course_rel_users">
    Require ip 10.0.0.0/8
    Require ip 192.168.0.0/16
</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

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.03%

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

  • GitHub Commit Fix

  • GitHub Commit Change

  • GitHub Release v2.0.0-RC.3

  • GitHub Security Advisory GHSA-x373-8j9j-g5pj
  • Related CVEs
  • CVE-2026-32894: Chamilo LMS Auth Bypass Vulnerability

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