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
    • 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-54100

CVE-2025-54100: Windows 10 1607 PowerShell RCE Flaw

CVE-2025-54100 is a command injection vulnerability in Windows PowerShell on Windows 10 1607 that enables unauthorized attackers to execute arbitrary code locally. This article covers technical details, affected systems, and mitigation.

Published: March 11, 2026

CVE-2025-54100 Overview

CVE-2025-54100 is a command injection vulnerability in Windows PowerShell that allows an unauthorized attacker to execute arbitrary code locally. The vulnerability stems from improper neutralization of special elements used in commands (CWE-77), enabling attackers to inject malicious commands that are then executed within the PowerShell environment.

This vulnerability affects a broad range of Windows operating systems, including multiple versions of Windows 10, Windows 11, and Windows Server editions dating back to Windows Server 2008. The local attack vector requires user interaction, but successful exploitation grants the attacker full control over confidentiality, integrity, and availability of the affected system.

Critical Impact

Successful exploitation enables unauthorized local code execution on affected Windows systems, potentially leading to complete system compromise, data theft, and lateral movement within enterprise networks.

Affected Products

  • Microsoft Windows 10 (versions 1607, 1809, 21H2, 22H2)
  • Microsoft Windows 11 (versions 23H2, 24H2, 25H2)
  • Microsoft Windows Server 2008 SP2 and R2 SP1
  • Microsoft Windows Server 2012 and R2
  • Microsoft Windows Server 2016, 2019, 2022, 2022 23H2, and 2025

Discovery Timeline

  • December 9, 2025 - CVE-2025-54100 published to NVD
  • December 24, 2025 - Last updated in NVD database

Technical Details for CVE-2025-54100

Vulnerability Analysis

This command injection vulnerability exists in Windows PowerShell due to improper neutralization of special elements within command strings. When PowerShell processes certain inputs, it fails to adequately sanitize special characters and command sequences, allowing an attacker to inject arbitrary commands that execute within the context of the PowerShell session.

The vulnerability requires local access and user interaction to exploit. An attacker must craft malicious input that, when processed by PowerShell, escapes the intended command context and executes attacker-controlled code. This could occur through various attack vectors such as malicious scripts, specially crafted command-line arguments, or poisoned configuration files that are processed by PowerShell.

Successful exploitation results in code execution with the privileges of the user running PowerShell, potentially allowing attackers to install programs, view and modify data, or create new accounts with full user rights.

Root Cause

The root cause is improper input validation and sanitization in PowerShell's command parsing logic. Special characters and metacharacters that have meaning within the PowerShell command interpreter are not properly escaped or neutralized before being processed. This allows specially crafted input to break out of the expected command context and inject additional commands.

The vulnerability is classified under CWE-77 (Improper Neutralization of Special Elements used in a Command), which describes flaws where software constructs commands using externally-influenced input without properly neutralizing elements that could modify the intended command.

Attack Vector

The attack vector is local, requiring the attacker to have access to the target system and the ability to interact with PowerShell. The attack requires user interaction, typically involving social engineering to convince a user to execute a malicious script or open a specially crafted file that triggers the vulnerability.

Attack scenarios may include:

  • Delivery of malicious PowerShell scripts via phishing
  • Exploitation through compromised software installers that invoke PowerShell
  • Malicious documents or files that trigger PowerShell execution with crafted parameters
  • Abuse of legitimate applications that pass unsanitized user input to PowerShell

The vulnerability mechanism involves injecting metacharacters into command strings processed by PowerShell. When these characters are not properly sanitized, the injected content is interpreted as additional commands. Detailed technical analysis is available in the Microsoft Security Response Center advisory.

Detection Methods for CVE-2025-54100

Indicators of Compromise

  • Unusual PowerShell process spawning with encoded or obfuscated command-line arguments
  • PowerShell execution with unexpected parent processes or execution chains
  • Suspicious PowerShell script block logging entries showing command injection patterns
  • Unexpected child processes spawned by powershell.exe or pwsh.exe
  • Evidence of command concatenation characters (;, |, &) in PowerShell arguments where not expected

Detection Strategies

  • Enable PowerShell Script Block Logging (Event ID 4104) to capture all script content executed
  • Monitor Windows Event Log for Event ID 4688 (Process Creation) with PowerShell as the process
  • Implement behavioral detection for PowerShell processes spawning unexpected child processes
  • Deploy endpoint detection rules for command injection patterns in PowerShell arguments
  • Utilize AMSI (Antimalware Scan Interface) integration to inspect PowerShell content in real-time

Monitoring Recommendations

  • Configure centralized logging for PowerShell events across all Windows endpoints
  • Establish baselines for normal PowerShell usage patterns in your environment
  • Alert on PowerShell executions from non-standard directories or with unusual parameters
  • Monitor for PowerShell constrained language mode bypass attempts
  • Implement real-time correlation of PowerShell execution events with network activity

How to Mitigate CVE-2025-54100

Immediate Actions Required

  • Apply the latest Windows security updates from Microsoft immediately
  • Enable PowerShell Constrained Language Mode where feasible to limit execution capabilities
  • Review and restrict PowerShell execution policies using Set-ExecutionPolicy
  • Audit systems to identify unpatched Windows installations
  • Implement application allowlisting to control PowerShell script execution

Patch Information

Microsoft has released security updates to address this vulnerability. Patches are available through Windows Update, Windows Server Update Services (WSUS), and the Microsoft Update Catalog. Organizations should consult the Microsoft Security Update Guide for specific patch details and download links for each affected product version.

Priority should be given to patching systems that handle sensitive data or have elevated network access. Servers and workstations in critical infrastructure should be patched during the next available maintenance window.

Workarounds

  • Enable PowerShell Constrained Language Mode to restrict dangerous language elements
  • Configure AppLocker or Windows Defender Application Control policies to control script execution
  • Disable PowerShell 2.0 (legacy version) which lacks modern security features
  • Implement Just Enough Administration (JEA) to limit PowerShell capabilities for administrative tasks
  • Use PowerShell remoting with proper authentication instead of local execution where possible
bash
# Enable PowerShell Constrained Language Mode via Group Policy
# Computer Configuration > Administrative Templates > Windows Components > Windows PowerShell
# Set "Turn on PowerShell Script Block Logging" to Enabled
# Set "Turn on PowerShell Transcription" to Enabled

# Alternatively, set execution policy via PowerShell (requires administrator):
Set-ExecutionPolicy -ExecutionPolicy AllSigned -Scope LocalMachine -Force

# Disable PowerShell 2.0 (Windows Feature):
Disable-WindowsOptionalFeature -Online -FeatureName MicrosoftWindowsPowerShellV2Root

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-77
  • Technical References
  • Vicarius PS Vulnerability Detection

  • Vicarius PS Vulnerability Mitigation
  • Vendor Resources
  • Microsoft CVE-2025-54100 Update
  • Related CVEs
  • CVE-2026-33826: Windows Active Directory RCE Vulnerability

  • CVE-2026-32183: Windows Snipping Tool RCE Vulnerability

  • CVE-2026-32149: Windows Hyper-V RCE Vulnerability

  • CVE-2026-31995: Openclaw Command Injection 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