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

CVE-2026-32930: Chamilo LMS Auth Bypass Vulnerability

CVE-2026-32930 is an authentication bypass flaw in Chamilo LMS allowing teachers to modify evaluations in other courses via IDOR. This article covers the technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-32930 Overview

CVE-2026-32930 is an Insecure Direct Object Reference (IDOR) vulnerability discovered in Chamilo LMS, an open-source learning management system. The vulnerability exists in the gradebook evaluation edit page, where any authenticated teacher can view and modify evaluation settings (name, max score, weight) belonging to any other course by manipulating the editeval GET parameter. This authorization bypass allows horizontal privilege escalation across course boundaries, potentially compromising the integrity of academic grading systems.

Critical Impact

Authenticated teachers can access and modify gradebook evaluations belonging to other courses, enabling unauthorized manipulation of grading parameters and academic records across the entire LMS platform.

Affected Products

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

Discovery Timeline

  • April 10, 2026 - CVE-2026-32930 published to NVD
  • April 13, 2026 - Last updated in NVD database

Technical Details for CVE-2026-32930

Vulnerability Analysis

The vulnerability stems from insufficient authorization checks in the gradebook evaluation edit functionality. When processing evaluation edit requests, the application failed to verify whether the requesting user had legitimate access to the specific evaluation being modified. The flawed logic only checked if an evaluation was locked and if the user was not a platform administrator, without validating course ownership.

Prior to the patch, the code path in gradebook_edit_eval.php would load an evaluation object based entirely on the user-supplied editeval GET parameter without verifying that the evaluation belonged to the current course context. This allowed any authenticated teacher to enumerate and access evaluations across the entire platform by incrementing or guessing evaluation IDs.

Root Cause

The root cause is classified as CWE-639: Authorization Bypass Through User-Controlled Key. The application trusted user-supplied input (the editeval parameter) to identify resources without performing adequate authorization checks to ensure the requesting user had permission to access those resources. The original code lacked course context validation, allowing cross-course access to evaluation objects.

Attack Vector

The attack can be executed remotely over the network by any authenticated user with teacher privileges. An attacker would navigate to the gradebook evaluation edit page and manipulate the editeval GET parameter to reference evaluations from other courses. For example, incrementing the evaluation ID in the URL allows enumeration and access to evaluations the attacker should not be able to view or modify.

The attack requires low complexity—no special conditions or timing are needed. Once exploited, attackers can read sensitive evaluation settings and modify critical grading parameters such as evaluation names, maximum scores, and weight values, directly impacting academic integrity.

php
// Vulnerable code - Original implementation (before patch)
// Source: https://github.com/chamilo/chamilo-lms/commit/63e1e6d3d717bd537c7c61719416da35aaa658dd

GradebookUtils::block_students();

$evaledit = Evaluation::load($_GET['editeval']);
if ($evaledit[0]->is_locked() && !api_is_platform_admin()) {
    api_not_allowed();
}
php
// Patched code - Security fix adding course ownership validation
// Source: https://github.com/chamilo/chamilo-lms/commit/63e1e6d3d717bd537c7c61719416da35aaa658dd

GradebookUtils::block_students();

$evaledit = Evaluation::load($_GET['editeval']);
if (empty($evaledit[0])) {
    api_not_allowed(true);
}
if (!api_is_platform_admin()) {
    $currentCourseCode = api_get_course_id();

    if ($evaledit[0]->get_course_code() && $evaledit[0]->get_course_code() != $currentCourseCode) {
        api_not_allowed(true);
    }

    if ($evaledit[0]->is_locked()) {
        api_not_allowed(true);
    }
}

Detection Methods for CVE-2026-32930

Indicators of Compromise

  • Unusual access patterns to /main/gradebook/gradebook_edit_eval.php with varying editeval parameter values from single sessions
  • Sequential or enumerated editeval parameter values in web server access logs indicating ID enumeration attempts
  • Teachers accessing or modifying evaluations outside their assigned courses, detectable through application audit logs
  • Unexpected changes to evaluation settings (name, max score, weight) without corresponding legitimate administrative actions

Detection Strategies

  • Implement web application firewall (WAF) rules to detect parameter tampering and sequential ID enumeration patterns
  • Monitor application logs for access attempts to gradebook_edit_eval.php where the requesting user's course context doesn't match the evaluation's course
  • Configure alerting for multiple rapid requests to the gradebook edit endpoint with different evaluation IDs from the same user session
  • Review database modification timestamps on evaluation records and correlate with user activity logs

Monitoring Recommendations

  • Enable detailed access logging for all gradebook-related endpoints including the editeval parameter values
  • Implement anomaly detection for teachers accessing resources outside their normal course assignments
  • Set up real-time alerts for bulk modifications to evaluation settings across multiple courses
  • Regularly audit evaluation change history and compare against authorized user course assignments

How to Mitigate CVE-2026-32930

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 audit logs for any unauthorized evaluation access or modifications prior to patching
  • Consider temporarily restricting access to the gradebook edit functionality until patches are applied

Patch Information

Chamilo has released security patches addressing this vulnerability. The fix adds proper course ownership validation before allowing evaluation edits. For version 1.x installations, the patch is included in release 1.11.38. For version 2.x installations, the patch is available in 2.0.0-RC.3.

Detailed patch information is available through the GitHub Security Advisory (GHSA-9h22-wrg7-82q6).

The commits implementing the fix:

  • Commit for 1.x branch
  • Commit for 2.x branch

Workarounds

  • If immediate patching is not possible, restrict access to the gradebook evaluation edit page at the web server level using authentication controls
  • Implement additional authorization middleware to validate course membership before processing gradebook requests
  • Monitor and alert on any gradebook edit attempts and manually review for unauthorized cross-course access
  • Consider temporarily disabling the gradebook edit functionality for non-administrator users until the patch can be applied
bash
# Apache configuration example - restrict gradebook edit access
<Location /main/gradebook/gradebook_edit_eval.php>
    # Restrict to specific IP ranges or require additional authentication
    Require ip 192.168.1.0/24
    # Or implement additional authentication layer
</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

  • 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 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-31940: 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