The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2025-50190

CVE-2025-50190: Chamilo LMS SQL Injection Vulnerability

CVE-2025-50190 is an error-based SQL injection flaw in Chamilo LMS that allows attackers to manipulate database queries via the openid.assoc_handle parameter. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2025-50190 Overview

CVE-2025-50190 is an error-based SQL Injection vulnerability affecting Chamilo, an open-source learning management system (LMS). The vulnerability exists in versions prior to 1.11.30 and can be exploited through the GET openid.assoc_handle parameter within the /index.php script. This flaw allows unauthenticated attackers to execute arbitrary SQL queries against the backend database, potentially leading to unauthorized data access or system compromise.

Critical Impact

Unauthenticated attackers can exploit this SQL Injection vulnerability to extract sensitive data from the database, including user credentials, course materials, and administrative information stored within the Chamilo LMS platform.

Affected Products

  • Chamilo LMS versions prior to 1.11.30
  • All installations using the vulnerable /index.php OpenID authentication handler
  • Self-hosted and on-premises Chamilo deployments

Discovery Timeline

  • 2026-03-02 - CVE-2025-50190 published to NVD
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2025-50190

Vulnerability Analysis

This vulnerability is classified as CWE-89 (SQL Injection), a critical web application security flaw that occurs when user-supplied input is improperly incorporated into SQL queries. In the case of CVE-2025-50190, the Chamilo LMS fails to properly sanitize the openid.assoc_handle GET parameter before using it in database queries within the /index.php script.

The error-based nature of this SQL Injection means that attackers can extract database information through carefully crafted payloads that cause the database to return error messages containing sensitive data. This technique is particularly effective because it doesn't require the application to directly display query results—instead, error messages reveal the requested information.

The network-based attack vector with no authentication requirements makes this vulnerability particularly dangerous for publicly accessible Chamilo installations, as any internet-connected attacker could potentially exploit it.

Root Cause

The root cause of CVE-2025-50190 is insufficient input validation and sanitization of the openid.assoc_handle parameter in the Chamilo LMS authentication flow. The application directly incorporates user-supplied values into SQL queries without using parameterized queries or proper escaping mechanisms, allowing attackers to inject malicious SQL syntax.

Attack Vector

The attack is conducted over the network by sending a specially crafted HTTP GET request to the /index.php endpoint with a malicious payload in the openid.assoc_handle parameter. Since no authentication is required, any remote attacker can exploit this vulnerability against exposed Chamilo instances.

The exploitation involves injecting SQL syntax that causes database errors containing extracted data, such as table names, column structures, or sensitive record contents. The attacker analyzes the error responses to systematically enumerate and extract database information.

Detection Methods for CVE-2025-50190

Indicators of Compromise

  • Unusual HTTP GET requests to /index.php containing SQL keywords or special characters in the openid.assoc_handle parameter
  • Database error messages appearing in web server logs referencing the OpenID authentication functionality
  • Unexpected database query patterns or increased database error rates
  • Evidence of data exfiltration or unauthorized access to user accounts

Detection Strategies

  • Configure Web Application Firewalls (WAF) to detect and block SQL injection patterns in the openid.assoc_handle parameter
  • Implement intrusion detection rules to monitor for characteristic SQL injection payloads targeting the /index.php endpoint
  • Enable database query logging and monitor for unusual or malformed queries originating from the web application
  • Deploy SentinelOne Singularity to detect exploitation attempts and anomalous database access patterns

Monitoring Recommendations

  • Enable verbose logging for the Chamilo LMS application and web server to capture suspicious request parameters
  • Monitor database server logs for SQL syntax errors that may indicate exploitation attempts
  • Implement alerting for multiple failed or unusual authentication requests to the OpenID handler
  • Conduct regular security scans of Chamilo installations to identify unpatched versions

How to Mitigate CVE-2025-50190

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.30 or later immediately
  • If immediate patching is not possible, consider temporarily disabling OpenID authentication functionality
  • Implement WAF rules to block requests containing SQL injection patterns in the openid.assoc_handle parameter
  • Review database access logs for evidence of prior exploitation attempts

Patch Information

Chamilo has released version 1.11.30 which addresses this SQL Injection vulnerability. The fix is available through the official GitHub release. Organizations should review the security advisory GHSA-5296-jxrr-pfwj and the associated commit for technical details on the patch implementation.

Workarounds

  • Deploy a Web Application Firewall (WAF) with SQL injection detection rules to filter malicious requests before they reach the application
  • Restrict network access to Chamilo LMS installations to trusted IP ranges where possible
  • Disable OpenID authentication functionality if not required for business operations
  • Implement database-level monitoring and access controls to limit potential impact of successful exploitation
bash
# Example WAF rule to block SQL injection in openid.assoc_handle parameter
# For ModSecurity-compatible WAFs
SecRule ARGS:openid.assoc_handle "@detectSQLi" \
    "id:1001,phase:2,deny,status:403,log,msg:'SQL Injection attempt in openid.assoc_handle'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechChamilo

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • GitHub Releasing v1.11.30
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-5296
  • Related CVEs
  • CVE-2026-28430: Chamilo LMS SQL Injection Vulnerability

  • CVE-2025-50191: Chamilo LMS SQL Injection Vulnerability

  • CVE-2025-50192: Chamilo LMS SQL Injection Vulnerability

  • CVE-2025-50189: Chamilo LMS SQL Injection Vulnerability
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