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-2023-34960

CVE-2023-34960: Chamilo Command Injection Vulnerability

CVE-2023-34960 is a command injection vulnerability in Chamilo LMS affecting versions 1.11.* up to 1.11.18. Attackers can execute arbitrary commands via the wsConvertPpt component. This article covers technical details, impact, and mitigation.

Published: February 11, 2026

CVE-2023-34960 Overview

CVE-2023-34960 is a command injection vulnerability in the wsConvertPpt component of Chamilo, a popular open-source e-learning and content management platform. This flaw allows unauthenticated attackers to execute arbitrary system commands by sending a specially crafted SOAP API request with a malicious PowerPoint filename. The vulnerability affects Chamilo versions 1.11.* through 1.11.18.

Critical Impact

This vulnerability enables remote code execution without authentication, allowing attackers to completely compromise Chamilo installations, steal sensitive educational data, deploy malware, or pivot to other systems on the network.

Affected Products

  • Chamilo v1.11.* through v1.11.18
  • Chamilo LMS installations with SOAP API enabled
  • Systems running the vulnerable wsConvertPpt component

Discovery Timeline

  • 2023-04-20 - Vulnerability reported to Chamilo (Issue #112)
  • 2023-08-01 - CVE-2023-34960 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-34960

Vulnerability Analysis

The vulnerability exists in the wsConvertPpt SOAP web service component, which is designed to convert PowerPoint presentations within the Chamilo learning management system. The component fails to properly sanitize user-supplied input when processing the filename parameter of uploaded PowerPoint files. When a malicious filename containing shell metacharacters is submitted via the SOAP API, these characters are passed directly to system shell commands without proper escaping or validation.

This is classified as CWE-77 (Improper Neutralization of Special Elements used in a Command), commonly known as Command Injection. The vulnerability is particularly dangerous because the SOAP API endpoint may be accessible without authentication, allowing any network-adjacent or internet-facing attacker to exploit it.

Root Cause

The root cause of this vulnerability is insufficient input validation and sanitization in the wsConvertPpt function. When the component receives a PowerPoint filename through the SOAP API, it constructs shell commands to process the file conversion. The filename is concatenated directly into these commands without proper escaping of shell metacharacters such as semicolons (;), pipes (|), backticks (`), or dollar signs ($). This allows an attacker to inject additional commands that will be executed with the privileges of the web server user.

Attack Vector

The attack is carried out over the network by sending a malicious SOAP API request to the Chamilo server. The attacker crafts a request to the wsConvertPpt endpoint with a PowerPoint filename containing embedded shell commands. For example, a filename like presentation.ppt; whoami; # would cause the system to execute the whoami command after processing the file.

The vulnerability requires no prior authentication or user interaction, making it highly exploitable. An attacker simply needs network access to the Chamilo SOAP API endpoint. The exploitation technique involves sending a crafted SOAP envelope with the malicious filename to the web service endpoint, typically located at a path such as /main/webservices/additional_webservices.php.

For detailed technical information on exploitation, see the Packet Storm Security advisory.

Detection Methods for CVE-2023-34960

Indicators of Compromise

  • Unusual HTTP POST requests to SOAP API endpoints such as /main/webservices/additional_webservices.php
  • Web server logs containing suspicious PowerPoint filenames with shell metacharacters (;, |, $(, `)
  • Unexpected processes spawned by the web server user (e.g., www-data, apache, nginx)
  • Network connections initiated from the web server to external hosts
  • New files created in web-accessible directories or temporary folders

Detection Strategies

  • Monitor web server access logs for requests to SOAP API endpoints with unusual or encoded characters in parameters
  • Implement Web Application Firewall (WAF) rules to detect command injection patterns in HTTP request bodies
  • Deploy intrusion detection systems (IDS) with signatures for command injection attempts targeting Chamilo
  • Use endpoint detection and response (EDR) solutions to identify suspicious process execution chains originating from web server processes

Monitoring Recommendations

  • Enable detailed logging for the Chamilo application and SOAP API endpoints
  • Configure alerts for any processes spawned by the web server that execute shell interpreters (/bin/sh, /bin/bash, cmd.exe)
  • Monitor outbound network connections from web server hosts for potential data exfiltration or command-and-control communication
  • Review file system changes in Chamilo installation directories and common web shell locations

How to Mitigate CVE-2023-34960

Immediate Actions Required

  • Upgrade Chamilo to version 1.11.20 or later immediately
  • If immediate upgrade is not possible, disable or restrict access to the SOAP API endpoints
  • Implement network-level access controls to limit exposure of Chamilo to trusted networks only
  • Review system logs for evidence of prior exploitation attempts
  • If compromise is suspected, isolate the system and perform incident response procedures

Patch Information

Chamilo has addressed this vulnerability in versions after 1.11.18. Administrators should upgrade to Chamilo version 1.11.20 or the latest available release. The official security advisory and patch information can be found at the Chamilo Security Issues page.

Workarounds

  • Disable the SOAP web services functionality if not required for operations by modifying the Chamilo configuration
  • Use a reverse proxy or WAF to block requests containing shell metacharacters in SOAP API parameters
  • Restrict network access to the /main/webservices/ directory using firewall rules or web server configuration
  • Apply the principle of least privilege by running Chamilo under a restricted user account with minimal system permissions
bash
# Example: Restrict access to SOAP API endpoints in Apache
<Directory "/var/www/chamilo/main/webservices">
    # Deny access from all IPs except trusted management network
    Require ip 10.0.0.0/8 192.168.1.0/24
    # Alternative: Deny all access if SOAP API is not needed
    # Require all denied
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechChamilo

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability93.99%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-77
  • Technical References
  • Chamilo Official Website

  • Packet Storm Command Injection
  • Vendor Resources
  • Chamilo Security Issue Report
  • Related CVEs
  • CVE-2026-29041: Chamilo LMS RCE Vulnerability

  • CVE-2025-50187: Chamilo LMS RCE Vulnerability

  • CVE-2024-47886: Chamilo LMS RCE Vulnerability

  • CVE-2025-50197: Chamilo LMS RCE 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