A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2025-50121

CVE-2025-50121: OS Command Injection RCE Vulnerability

CVE-2025-50121 is an OS command injection vulnerability that enables unauthenticated remote code execution via malicious folder creation through the web interface. This article covers technical details, risk assessment, and mitigation.

Published: April 1, 2026

CVE-2025-50121 Overview

CVE-2025-50121 is a critical OS Command Injection vulnerability (CWE-78) that enables unauthenticated remote code execution through the web interface of affected Schneider Electric products. The vulnerability is triggered when a malicious folder is created via the HTTP web interface. While HTTP access is disabled by default, systems with this feature enabled are vulnerable to complete system compromise without requiring any authentication.

Critical Impact

Unauthenticated attackers can achieve remote code execution on affected systems by injecting OS commands through the web interface's folder creation functionality, potentially leading to full system compromise.

Affected Products

  • Schneider Electric products with HTTP web interface enabled
  • Systems with folder creation functionality accessible via HTTP
  • Industrial control systems running vulnerable firmware versions

Discovery Timeline

  • July 11, 2025 - CVE-2025-50121 published to NVD
  • November 3, 2025 - Last updated in NVD database

Technical Details for CVE-2025-50121

Vulnerability Analysis

This vulnerability stems from improper neutralization of special elements used in OS commands (CWE-78). When the HTTP web interface is enabled, the folder creation functionality fails to properly sanitize user-supplied input, allowing attackers to inject arbitrary operating system commands. The vulnerability is particularly severe because it requires no authentication, meaning any network-accessible attacker can exploit it.

The attack can be executed entirely over the network with no user interaction required. While HTTP is disabled by default, organizations that have enabled this feature for remote management capabilities are exposed to significant risk. Successful exploitation grants attackers the same privileges as the web interface process, which often runs with elevated permissions on industrial control systems.

Root Cause

The root cause is inadequate input validation in the folder name parameter during folder creation operations. The web interface directly incorporates user-supplied folder names into OS command strings without proper sanitization or escaping of shell metacharacters. This allows attackers to break out of the intended command context and execute arbitrary commands.

Attack Vector

The attack is executed remotely over the network by sending a specially crafted HTTP request to the web interface's folder creation endpoint. The attacker embeds OS command injection payloads within the folder name parameter, which are then executed by the underlying operating system.

The attacker requires network access to the HTTP web interface (typically port 80 or a custom port). No authentication credentials are needed, making this vulnerability accessible to any attacker who can reach the web interface. The malicious payload is processed immediately upon receipt, with command execution occurring synchronously during the folder creation operation.

Detection Methods for CVE-2025-50121

Indicators of Compromise

  • Unusual folder names in web interface logs containing shell metacharacters such as ;, |, &, $(), or backticks
  • Unexpected child processes spawned by the web server process
  • Network connections from the web server to external IP addresses
  • Suspicious command execution patterns in system audit logs

Detection Strategies

  • Monitor HTTP request logs for folder creation requests containing shell metacharacters or command injection patterns
  • Implement network-based intrusion detection rules to identify command injection payloads in HTTP traffic
  • Enable process monitoring to detect unexpected child processes from web server components
  • Review web server access logs for requests to folder creation endpoints from untrusted IP addresses

Monitoring Recommendations

  • Configure SIEM alerts for HTTP requests containing common command injection patterns targeting folder creation endpoints
  • Implement network segmentation monitoring to detect unusual outbound connections from industrial control systems
  • Enable comprehensive logging on the web interface and correlate with system-level audit logs
  • Deploy endpoint detection and response solutions to identify post-exploitation activity

How to Mitigate CVE-2025-50121

Immediate Actions Required

  • Disable HTTP web interface access immediately if not operationally required (HTTP is disabled by default)
  • Implement network segmentation to restrict access to the web interface to trusted management networks only
  • Apply vendor-provided security patches as soon as they become available
  • Monitor affected systems for indicators of compromise using the detection strategies outlined above

Patch Information

Schneider Electric has released a security advisory (SEVD-2025-189-01) addressing this vulnerability. Organizations should review the Schneider Electric Security Notice for detailed patching instructions and affected product versions. Additional technical details are available via the Full Disclosure Mailing List Post.

Workarounds

  • Disable HTTP web interface access to eliminate the attack surface entirely
  • Implement strict firewall rules to limit web interface access to specific trusted IP addresses
  • Deploy a web application firewall (WAF) with command injection detection rules in front of the web interface
  • Use VPN or jump servers to access management interfaces rather than exposing them directly to the network
bash
# Example firewall configuration to restrict web interface access
# Allow only specific management IP to access web interface
iptables -A INPUT -p tcp --dport 80 -s 192.168.100.10 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP

# Alternatively, disable the HTTP service if not required
# Consult vendor documentation for product-specific commands

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechN/A

  • SeverityCRITICAL

  • CVSS Score9.5

  • EPSS Probability0.98%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:L/SA:H/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-78
  • Technical References
  • Schneider Electric Security Notice

  • Full Disclosure Mailing List Post
  • Latest CVEs
  • CVE-2025-11956: OBS Student Affairs System XSS Flaw

  • CVE-2026-49199: Acer Predator Connect W6x Firmware RCE Flaw

  • CVE-2026-46344: Openquantumsafe Liboqs DOS Vulnerability

  • CVE-2026-44518: Openquantumsafe Liboqs DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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