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-2026-26143

CVE-2026-26143: Microsoft PowerShell Auth Bypass Flaw

CVE-2026-26143 is an authentication bypass vulnerability in Microsoft PowerShell caused by improper input validation. Attackers can exploit this flaw to bypass security features locally. This article covers technical details.

Published: April 17, 2026

CVE-2026-26143 Overview

CVE-2026-26143 is an improper input validation vulnerability in Microsoft PowerShell that allows an unauthorized attacker to bypass security features locally. This Input Validation Error affects PowerShell's security mechanisms, potentially enabling attackers to circumvent protective controls designed to prevent malicious script execution or unauthorized operations.

Critical Impact

Successful exploitation could allow attackers to bypass PowerShell security features, potentially leading to unauthorized code execution, data exfiltration, or further system compromise with high impact to confidentiality, integrity, and availability.

Affected Products

  • Microsoft PowerShell (specific versions to be confirmed via Microsoft advisory)

Discovery Timeline

  • April 14, 2026 - CVE-2026-26143 published to NVD
  • April 14, 2026 - Last updated in NVD database

Technical Details for CVE-2026-26143

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) within Microsoft PowerShell. The flaw allows attackers to craft malicious input that bypasses security feature checks that would normally prevent potentially dangerous operations. Since the attack vector is local, an attacker would need to either have local access to the target system or convince a user to execute a malicious payload.

The vulnerability requires user interaction to exploit successfully. Once exploited, the attacker can achieve high impact across all three security dimensions—confidentiality, integrity, and availability—potentially gaining significant control over the affected system while bypassing PowerShell's built-in security protections such as execution policies or constrained language mode restrictions.

Root Cause

The root cause is classified as CWE-20 (Improper Input Validation). PowerShell fails to properly validate certain input before processing, which allows specially crafted input to circumvent security controls. This type of vulnerability typically occurs when security-critical decisions are made based on input that hasn't been adequately sanitized or validated against expected patterns.

Attack Vector

The attack vector is local, meaning the attacker must have local access to the system or must trick a user into executing malicious content. The attack complexity is low, requiring no special privileges but requiring user interaction. A typical attack scenario would involve:

  1. The attacker crafts a malicious PowerShell script or input designed to exploit the validation flaw
  2. The attacker delivers the payload to the target (via social engineering, malicious document, or other means)
  3. The user executes the malicious content, triggering the validation bypass
  4. PowerShell security features fail to block the malicious operations
  5. The attacker achieves their objective (code execution, data access, etc.)

For detailed technical information about this vulnerability, refer to the Microsoft Security Update Guide.

Detection Methods for CVE-2026-26143

Indicators of Compromise

  • Unusual PowerShell script execution patterns that bypass configured execution policies
  • PowerShell processes spawning unexpected child processes or network connections
  • Evidence of constrained language mode bypass attempts in PowerShell logs
  • Anomalous PowerShell command-line arguments or encoded commands

Detection Strategies

  • Enable and monitor PowerShell Script Block Logging (Event ID 4104) for suspicious script content
  • Configure Module Logging and Transcription to capture detailed PowerShell activity
  • Deploy endpoint detection solutions capable of identifying security feature bypass attempts
  • Monitor for PowerShell processes with unusual parent-child relationships or command-line patterns

Monitoring Recommendations

  • Review Windows Event Log channels Microsoft-Windows-PowerShell/Operational and Microsoft-Windows-PowerShell/Admin
  • Implement behavioral analysis to detect deviations from baseline PowerShell usage
  • Configure alerts for PowerShell execution policy changes or constrained language mode modifications
  • Utilize SentinelOne's Singularity platform for real-time detection of PowerShell-based attacks and security bypass attempts

How to Mitigate CVE-2026-26143

Immediate Actions Required

  • Apply the latest Microsoft security updates for PowerShell as soon as they become available
  • Restrict PowerShell access to only users who require it for legitimate business purposes
  • Implement application control policies to limit PowerShell script execution
  • Enable PowerShell Constrained Language Mode where feasible to reduce attack surface

Patch Information

Microsoft has released security updates to address this vulnerability. Organizations should consult the Microsoft Security Update Guide for CVE-2026-26143 for specific patch information, affected versions, and download links. Apply patches through Windows Update, WSUS, or Microsoft Update Catalog based on your organization's patch management process.

Workarounds

  • Implement strict PowerShell execution policies (Set-ExecutionPolicy AllSigned or Restricted) as a defense-in-depth measure
  • Deploy AppLocker or Windows Defender Application Control (WDAC) policies to restrict PowerShell execution to trusted scripts
  • Consider disabling PowerShell v2 which lacks modern security features (Disable-WindowsOptionalFeature -Online -FeatureName MicrosoftWindowsPowerShellV2Root)
  • Implement network segmentation to limit lateral movement if exploitation occurs
bash
# Example: Configure PowerShell execution policy and logging
# Set restrictive execution policy
Set-ExecutionPolicy -ExecutionPolicy AllSigned -Scope LocalMachine -Force

# Enable Script Block Logging via Group Policy or Registry
New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging" -Force
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ScriptBlockLogging" -Name "EnableScriptBlockLogging" -Value 1

# Enable Module Logging
New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ModuleLogging" -Force
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\PowerShell\ModuleLogging" -Name "EnableModuleLogging" -Value 1

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMicrosoft Powershell

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.10%

  • 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-20
  • Technical References
  • Microsoft CVE-2026-26143 Update
  • Related CVEs
  • CVE-2020-0951: Microsoft PowerShell WDAC Bypass Vulnerability

  • CVE-2024-0057: Microsoft PowerShell Auth Bypass Flaw

  • CVE-2025-25004: Microsoft PowerShell Privilege Escalation

  • CVE-2023-36013: Microsoft PowerShell Info Disclosure Flaw
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