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

CVE-2026-33702: Chamilo LMS Auth Bypass Vulnerability

CVE-2026-33702 is an authentication bypass flaw in Chamilo LMS allowing authenticated users to modify other users' learning progress. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 17, 2026

CVE-2026-33702 Overview

CVE-2026-33702 is an Insecure Direct Object Reference (IDOR) vulnerability discovered in Chamilo LMS, a popular open-source learning management system. The vulnerability exists in the Learning Path progress saving endpoint (lp_ajax_save_item.php), which accepts a uid (user ID) parameter directly from $_REQUEST and uses it to load and modify another user's Learning Path progress without verifying that the requesting user matches the target user ID.

This authorization bypass allows any authenticated user enrolled in a course to overwrite another user's Learning Path progress—including score, status, completion, and time—by simply changing the uid parameter in the request.

Critical Impact

Any authenticated user can manipulate other users' learning progress data, compromising academic integrity and potentially enabling grade falsification or sabotage of student records.

Affected Products

  • Chamilo LMS versions prior to 1.11.38
  • Chamilo LMS 2.0.0-alpha1 through 2.0.0-alpha5
  • Chamilo LMS 2.0.0-beta1 through 2.0.0-beta3
  • Chamilo LMS 2.0.0-rc1 and 2.0.0-rc2

Discovery Timeline

  • April 10, 2026 - CVE-2026-33702 published to NVD
  • April 16, 2026 - Last updated in NVD database

Technical Details for CVE-2026-33702

Vulnerability Analysis

The vulnerability stems from a fundamental access control failure in Chamilo LMS's Learning Path module. The lp_ajax_save_item.php endpoint is responsible for persisting user progress in learning paths, including scores, completion status, and time spent. However, the implementation directly trusts the uid parameter from the HTTP request without validating that the authenticated session user has permission to modify the specified user's data.

This creates a horizontal privilege escalation scenario where any enrolled user can act on behalf of any other user within the same course context. The impact is particularly severe in educational environments where progress tracking is used for assessment, certification, or compliance purposes.

Root Cause

The root cause is improper authorization verification in the lp_ajax_save_item.php file. The vulnerable code reads the user ID directly from $_REQUEST['uid'] instead of using the authenticated session's user ID via the api_get_user_id() function. This violates the principle that user-controlled input should never be trusted for authorization decisions.

The code pattern $_REQUEST['uid'] allows an attacker to substitute any user ID value, bypassing the implicit assumption that users can only modify their own progress records.

Attack Vector

The attack can be executed remotely over the network by any authenticated user with course enrollment. The attacker needs to:

  1. Authenticate to Chamilo LMS with valid credentials
  2. Enroll in a course that contains Learning Paths
  3. Intercept or craft a request to lp_ajax_save_item.php
  4. Replace the uid parameter with a target user's ID
  5. Submit modified progress data (score, status, completion time)

The following patch demonstrates the fix applied by Chamilo developers:

php
// Vulnerable code (before patch) - main/lp/lp_ajax_save_item.php
// The uid parameter was taken directly from user input

// Fixed code (after patch)
// Always use the authenticated user's ID to prevent IDOR — never trust
// the uid from the request, as any enrolled user could overwrite another
// user's Learning Path progress by changing this parameter.
echo save_item(
    (!empty($_REQUEST['lid']) ? $_REQUEST['lid'] : null),
    api_get_user_id(),
    (!empty($_REQUEST['vid']) ? $_REQUEST['vid'] : null),
    (!empty($_REQUEST['iid']) ? $_REQUEST['iid'] : null),
    (!empty($_REQUEST['s']) ? $_REQUEST['s'] : null),

Source: GitHub Commit 6331d05

The same pattern was applied to the 2.x branch:

php
$result = ScormApi::saveItem(
    $_REQUEST['lid'] ?? null,
    api_get_user_id(),
    $_REQUEST['vid'] ?? null,
    $_REQUEST['iid'] ?? null,
    $_REQUEST['s'] ?? null,

Source: GitHub Commit bf3f6c6

Detection Methods for CVE-2026-33702

Indicators of Compromise

  • Unusual patterns in Learning Path progress updates where user IDs in requests don't match authenticated session users
  • Rapid or bulk modifications to multiple users' progress records from a single session
  • Anomalous score changes or completion status updates that don't correlate with actual learning activity
  • Web server logs showing requests to lp_ajax_save_item.php with varying uid parameters from the same session

Detection Strategies

  • Implement web application firewall (WAF) rules to detect parameter tampering attempts on the uid parameter in requests to /main/lp/lp_ajax_save_item.php
  • Enable detailed logging of all Learning Path progress modifications including both the authenticated user and the target user ID
  • Deploy application-level intrusion detection to correlate session identities with request parameters
  • Monitor database audit logs for UPDATE operations on learning path progress tables that don't originate from expected application workflows

Monitoring Recommendations

  • Configure alerts for Learning Path progress modifications where the requesting user differs from the target user
  • Implement rate limiting on the lp_ajax_save_item.php endpoint to detect bulk exploitation attempts
  • Establish baseline metrics for normal progress update patterns and alert on statistical deviations
  • Review web server access logs regularly for suspicious patterns targeting Learning Path endpoints

How to Mitigate CVE-2026-33702

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
  • Audit existing Learning Path progress data for signs of tampering or unauthorized modifications
  • Review web server logs for historical exploitation attempts targeting the vulnerable endpoint

Patch Information

Chamilo has released security patches that replace the user-controlled uid parameter with the authenticated session's user ID via the api_get_user_id() function. This ensures that users can only modify their own Learning Path progress.

Security patches are available in the following commits:

  • 1.x branch: Commit 6331d05
  • 2.x branch: Commit bf3f6c6

For complete details, refer to the GitHub Security Advisory GHSA-3rv7-9fhx-j654.

Workarounds

  • If immediate patching is not possible, restrict access to the lp_ajax_save_item.php endpoint at the web server level while maintaining core functionality
  • Implement a reverse proxy rule that strips or validates the uid parameter against the authenticated session
  • Temporarily disable Learning Path functionality in environments where progress integrity is critical until patching can be completed
  • Monitor and alert on all access to the vulnerable endpoint as a compensating control
bash
# Example Apache configuration to log and monitor vulnerable endpoint
# Add to .htaccess or virtual host configuration
<LocationMatch "/main/lp/lp_ajax_save_item\.php">
    # Enable detailed logging for forensic analysis
    CustomLog /var/log/chamilo/lp_access.log combined
    # Consider implementing IP-based restrictions if appropriate
    # Require ip 192.168.1.0/24
</LocationMatch>

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.04%

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

  • GitHub Commit Update

  • GitHub Security Advisory GHSA-3rv7-9fhx-j654
  • Related CVEs
  • CVE-2026-33707: Chamilo LMS Auth Bypass Vulnerability

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

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