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

CVE-2026-33703: Chamilo LMS Information Disclosure Flaw

CVE-2026-33703 is an information disclosure vulnerability in Chamilo LMS caused by an IDOR flaw. Attackers can access sensitive user data and API tokens. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-33703 Overview

CVE-2026-33703 is an Insecure Direct Object Reference (IDOR) vulnerability affecting Chamilo LMS, an open-source learning management system. The vulnerability exists in the /social-network/personal-data/{userId} endpoint, which allows any authenticated user to access full personal data and API tokens of arbitrary users by simply modifying the userId parameter in the request. This critical access control flaw enables mass disclosure of sensitive user information and credentials, potentially resulting in a full platform data breach.

Critical Impact

Authenticated attackers can enumerate and extract personal data and API tokens for all users on the platform, enabling account takeover, credential theft, and complete data exfiltration.

Affected Products

  • 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

  • 2026-04-10 - CVE-2026-33703 published to NVD
  • 2026-04-16 - Last updated in NVD database

Technical Details for CVE-2026-33703

Vulnerability Analysis

This vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key), which occurs when an application uses user-controllable input to directly reference objects without proper authorization checks. In the case of Chamilo LMS, the /social-network/personal-data/{userId} endpoint accepts a userId parameter that directly maps to user records in the database. The application fails to verify that the requesting user has authorization to view the targeted user's data, allowing any authenticated user to access another user's complete personal information and API tokens.

The attack requires network access and low-privilege authenticated access to the platform. Once authenticated, an attacker can systematically enumerate user IDs to harvest personal data across the entire user base. The exposure of API tokens is particularly concerning as it enables subsequent attacks including session hijacking and unauthorized API access on behalf of compromised users.

Root Cause

The root cause is a missing authorization check in the personal data endpoint handler. The application directly uses the user-supplied userId parameter to query and return user data without validating whether the authenticated session belongs to the requested user or has administrative privileges to view other users' data. This represents a fundamental failure in implementing proper access control at the application layer.

Attack Vector

The attack is executed over the network by an authenticated user. The attacker authenticates to the Chamilo LMS platform with any valid user account, then crafts requests to the vulnerable endpoint while incrementing or modifying the userId parameter. Each successful request returns the complete personal data and API tokens for the targeted user.

The vulnerability manifests when authenticated requests are made to the /social-network/personal-data/{userId} endpoint with arbitrary user ID values. Since no authorization check validates ownership or administrative privileges, the API returns sensitive data for any valid user ID. Attackers can automate enumeration of user IDs to perform mass data extraction. See the GitHub Security Advisory for additional technical details.

Detection Methods for CVE-2026-33703

Indicators of Compromise

  • Sequential or enumerated access patterns to /social-network/personal-data/ endpoint with varying user IDs from a single session
  • Unusual volume of requests to the personal data endpoint from non-administrative user accounts
  • Access logs showing a user retrieving personal data for user IDs other than their own authenticated session
  • API token usage from unexpected IP addresses or geographic locations following data endpoint access

Detection Strategies

  • Implement web application firewall (WAF) rules to detect rapid enumeration patterns against the vulnerable endpoint
  • Create SIEM correlation rules to identify when a single authenticated session accesses multiple user profiles within a short time window
  • Monitor application logs for access to /social-network/personal-data/{userId} where the userId parameter does not match the authenticated user's ID
  • Deploy anomaly detection to flag unusual API endpoint access patterns from low-privilege accounts

Monitoring Recommendations

  • Enable detailed access logging for all social network and personal data endpoints in Chamilo LMS
  • Configure alerting for bulk data access patterns that may indicate automated enumeration
  • Review authentication and API token usage logs for signs of credential compromise following potential exploitation
  • Implement rate limiting and monitoring on sensitive user data endpoints

How to Mitigate CVE-2026-33703

Immediate Actions Required

  • Upgrade Chamilo LMS to version 2.0.0-RC.3 or later immediately
  • Audit access logs for the /social-network/personal-data/ endpoint to identify potential exploitation
  • Force rotation of API tokens for all users as a precautionary measure if exploitation is suspected
  • Review and revoke any suspicious active sessions across the platform

Patch Information

The vulnerability is fixed in Chamilo LMS version 2.0.0-RC.3. Organizations should update to this version or later to remediate the vulnerability. Detailed information about the fix is available in the GitHub Security Advisory.

Workarounds

  • Implement network-level access controls to restrict access to the vulnerable endpoint until patching is complete
  • Deploy a web application firewall (WAF) rule to block or rate-limit requests to /social-network/personal-data/ with parameter tampering patterns
  • Temporarily disable the social network personal data feature if business operations permit
  • Restrict platform access to trusted network segments while awaiting patch deployment
bash
# Example: Restrict access to vulnerable endpoint via nginx configuration
location ~ ^/social-network/personal-data/ {
    # Allow only from trusted admin network until patch is applied
    allow 10.0.0.0/8;
    deny all;
    
    # Alternatively, disable endpoint entirely
    # return 403;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechChamilo Lms

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/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-639
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33705: Chamilo LMS Information Disclosure Flaw

  • CVE-2026-33708: Chamilo LMS Information Disclosure Flaw

  • CVE-2026-33141: Chamilo LMS IDOR Vulnerability

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