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

CVE-2026-33708: Chamilo LMS Information Disclosure Flaw

CVE-2026-33708 is an information disclosure vulnerability in Chamilo LMS that exposes personal user data to any authenticated user. This article covers the technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-33708 Overview

CVE-2026-33708 is a Missing Authorization vulnerability affecting Chamilo LMS, a popular open-source learning management system used by educational institutions worldwide. Prior to version 1.11.38, the get_user_info_from_username REST API endpoint returns personal information including email addresses, first names, last names, user IDs, and active status of any user to any authenticated user, including students. The endpoint lacks proper authorization checks, allowing any authenticated user to enumerate and extract sensitive personal data from other users in the system.

Critical Impact

Any authenticated user, including students with minimal privileges, can extract personal information of all users in the Chamilo LMS instance, potentially exposing thousands of email addresses and personal details for phishing campaigns or social engineering attacks.

Affected Products

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

Discovery Timeline

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

Technical Details for CVE-2026-33708

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization). The GET_USER_INFO_FROM_USERNAME REST API endpoint in Chamilo LMS fails to verify whether the requesting user has administrative privileges before returning sensitive user data. This represents a classic Broken Access Control flaw where API endpoints are exposed without proper authorization checks.

The vulnerability allows network-based exploitation with low attack complexity. An attacker only needs low-level privileges (any authenticated account, including a student account) to exploit this flaw. No user interaction is required, and the confidentiality impact is high as attackers can systematically extract personal information from all users in the system.

Root Cause

The root cause is the absence of an authorization check in the REST API handler for the GET_USER_INFO_FROM_USERNAME action. The endpoint processes requests from any authenticated user without validating whether the user has the necessary administrative role to access other users' personal information. This violates the principle of least privilege, as student accounts should not have access to other users' personal data.

Attack Vector

The attack vector is network-based through the REST API. An attacker with any valid authenticated session (even a low-privilege student account) can send requests to the GET_USER_INFO_FROM_USERNAME endpoint with arbitrary usernames. The API will respond with the target user's email, first name, last name, user ID, and account status without any authorization verification.

The security patch addresses this by adding an administrative privilege check before processing the request:

php
             $restResponse->setData($data);
             break;
         case Rest::GET_USER_INFO_FROM_USERNAME:
+            if (!api_is_platform_admin()) {
+                throw new Exception(get_lang('NotAllowed'));
+            }
+
             $loginname = trim($httpRequest->request->get('loginname'));
             if (empty($loginname)) {
                 throw new Exception(get_lang('NoData'));

Source: GitHub Commit 4a119f93abbfba6fe833580f2463c8d4afa500c2

Detection Methods for CVE-2026-33708

Indicators of Compromise

  • Unusual volume of requests to /main/webservices/api/v2.php targeting the GET_USER_INFO_FROM_USERNAME action
  • Non-administrative user accounts making repeated API calls to user information endpoints
  • Log entries showing student or low-privilege accounts querying user information for accounts they shouldn't have access to
  • Patterns of sequential or enumerated username queries from a single session

Detection Strategies

  • Monitor web server access logs for frequent requests to the REST API endpoint from non-administrative accounts
  • Implement rate limiting and alerting on the GET_USER_INFO_FROM_USERNAME endpoint
  • Review authentication logs for accounts making bulk user information requests
  • Deploy web application firewall (WAF) rules to detect and alert on API enumeration patterns

Monitoring Recommendations

  • Enable verbose logging for the Chamilo REST API to capture all user information requests
  • Configure SIEM alerts for anomalous API activity patterns, especially from student accounts
  • Implement user behavior analytics to detect accounts querying unusual numbers of other users
  • Regularly audit API access logs for potential data exfiltration attempts

How to Mitigate CVE-2026-33708

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.38 or later immediately
  • Review API access logs to identify any potential exploitation attempts prior to patching
  • Audit user accounts for any unauthorized data access or suspicious activity
  • Notify affected users if evidence of data exfiltration is discovered

Patch Information

The vulnerability is fixed in Chamilo LMS version 1.11.38. The fix adds an administrative privilege check using the api_is_platform_admin() function before processing user information requests. Organizations should apply this update immediately.

For detailed patch information, refer to:

  • GitHub Security Advisory GHSA-qwch-82q9-q999
  • GitHub Commit 4a119f93abbfba6fe833580f2463c8d4afa500c2

Workarounds

  • If immediate patching is not possible, restrict access to the REST API endpoint at the web server level
  • Implement IP-based access controls to limit API access to trusted administrative networks
  • Disable the REST API entirely if not required for operations until the patch can be applied
bash
# Apache configuration to restrict API access (temporary workaround)
<Location "/main/webservices/api/v2.php">
    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
  • TypeInformation Disclosure

  • Vendor/TechChamilo Lms

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.03%

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

  • GitHub Security Advisory GHSA-qwch-82q9-q999
  • Related CVEs
  • CVE-2026-33703: Chamilo LMS Information Disclosure Flaw

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