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-2024-50337

CVE-2024-50337: Chamilo LMS SSRF Vulnerability

CVE-2024-50337 is a server-side request forgery flaw in Chamilo LMS that allows unauthenticated attackers to send requests on behalf of the server. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2024-50337 Overview

CVE-2024-50337 is a Server-Side Request Forgery (SSRF) vulnerability affecting Chamilo, a popular open-source learning management system (LMS). The vulnerability exists in the OpenId function, which allows unauthenticated attackers to send arbitrary HTTP requests to any URL on behalf of the server. This blind SSRF vulnerability can be exploited to scan internal networks, access internal services, or potentially pivot to other attacks against infrastructure components that are not directly accessible from the internet.

Critical Impact

Unauthenticated attackers can abuse the Chamilo server to make requests to internal network resources, potentially exposing sensitive internal services and enabling further reconnaissance or attacks against protected infrastructure.

Affected Products

  • Chamilo LMS versions prior to 1.11.28
  • All installations using the OpenId authentication functionality
  • Self-hosted and on-premises Chamilo deployments

Discovery Timeline

  • 2026-03-02 - CVE CVE-2024-50337 published to NVD
  • 2026-03-03 - Last updated in NVD database

Technical Details for CVE-2024-50337

Vulnerability Analysis

The vulnerability resides in Chamilo's OpenId authentication implementation. The OpenId function fails to properly validate or restrict the target URLs that can be requested during the authentication flow. This allows an unauthenticated user to manipulate the OpenId discovery process to force the server to make HTTP requests to arbitrary URLs.

As a blind SSRF vulnerability (CWE-918), the attacker does not receive the response content directly but can still leverage this for various malicious purposes. The network-based attack vector requires no authentication and no user interaction, making it easily exploitable by remote attackers.

Root Cause

The root cause of this vulnerability is improper input validation in the OpenId function. The code accepts user-controlled URL parameters without adequately validating or restricting the destination. This lack of URL validation allows attackers to specify arbitrary internal or external URLs, which the server will then request on their behalf.

Specifically, the OpenId discovery mechanism trusts user-supplied URLs without implementing proper allowlisting, blocklisting of internal IP ranges, or URL scheme restrictions that would prevent SSRF attacks.

Attack Vector

The attack can be performed remotely over the network without any authentication requirements. An attacker can craft malicious requests to the OpenId endpoint, supplying URLs pointing to internal network resources such as:

  • Internal web services on localhost or 127.0.0.1
  • Cloud metadata endpoints (e.g., 169.254.169.254)
  • Internal network hosts accessible from the Chamilo server
  • Administrative interfaces on non-standard ports

The blind nature of this SSRF means attackers may use timing-based techniques or out-of-band channels to infer information about the internal network topology.

Detection Methods for CVE-2024-50337

Indicators of Compromise

  • Unusual outbound HTTP requests from the Chamilo server to internal IP ranges (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • Requests to cloud metadata endpoints (e.g., http://169.254.169.254/)
  • High volume of requests to the OpenId authentication endpoints from external sources
  • Server-side requests to uncommon ports or non-standard services

Detection Strategies

  • Monitor web application logs for suspicious URL parameters in OpenId-related requests
  • Implement network monitoring to detect outbound connections from the Chamilo server to unexpected internal destinations
  • Deploy web application firewalls (WAF) with SSRF detection rules to inspect and block malicious requests
  • Review authentication logs for anomalous OpenId discovery attempts

Monitoring Recommendations

  • Enable verbose logging on the Chamilo application server to capture all authentication-related requests
  • Configure network segmentation alerts to detect when the web server attempts to reach internal-only services
  • Set up egress filtering alerts for connections to private IP ranges or cloud metadata services
  • Monitor for patterns consistent with SSRF exploitation, such as sequential IP scanning or port probing

How to Mitigate CVE-2024-50337

Immediate Actions Required

  • Upgrade Chamilo LMS to version 1.11.28 or later immediately
  • If immediate patching is not possible, consider temporarily disabling the OpenId authentication functionality
  • Implement network-level controls to restrict outbound requests from the Chamilo server
  • Review server logs for evidence of prior exploitation attempts

Patch Information

Chamilo has addressed this vulnerability in version 1.11.28. The fix is available in commit 43a9bd1fb8b3f57e7935a6a6bc48975e2063b01b. Organizations should upgrade to the patched version as soon as possible. Additional details can be found in the GitHub Security Advisory GHSA-rp2w-g734-jf8h and the official release notes for v1.11.28.

Workarounds

  • Disable OpenId authentication functionality if not required for your deployment
  • Implement network egress filtering to block requests to internal IP ranges and cloud metadata endpoints from the Chamilo server
  • Deploy a web application firewall with SSRF protection rules in front of the Chamilo installation
  • Use network segmentation to isolate the Chamilo server from sensitive internal resources
bash
# Example iptables rules to block common SSRF targets from the web server
# Block requests to internal networks
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner www-data -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner www-data -j DROP
# Block cloud metadata endpoint
iptables -A OUTPUT -d 169.254.169.254 -m owner --uid-owner www-data -j DROP

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechChamilo

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

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

  • GitHub Security Advisory GHSA-rp2w-g734-jf8h
  • Related CVEs
  • CVE-2026-33715: Chamilo LMS SSRF Vulnerability

  • CVE-2025-50199: Chamilo LMS Blind SSRF Vulnerability

  • CVE-2026-33698: Chamilo LMS RCE Vulnerability

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