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-3563

CVE-2026-3563: PowerShell Universal DOS Vulnerability

CVE-2026-3563 is a denial of service flaw in PowerShell Universal that allows authenticated users to override routes, causing unintended request routing. This post covers technical details, affected versions, and mitigations.

Published: March 20, 2026

CVE-2026-3563 Overview

CVE-2026-3563 is an improper input validation vulnerability affecting PowerShell Universal's apps and endpoints configuration. This flaw allows an authenticated user with permissions to create or modify Apps or Endpoints to override existing application or system routes. Successful exploitation results in unintended request routing and denial of service via a conflicting URL path.

Critical Impact

Authenticated attackers with app/endpoint creation privileges can disrupt service availability by overriding critical application routes, potentially causing denial of service conditions across the PowerShell Universal deployment.

Affected Products

  • Ironmansoftware PowerShell Universal versions prior to 2026.1.4

Discovery Timeline

  • 2026-03-17 - CVE-2026-3563 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-3563

Vulnerability Analysis

This vulnerability stems from insufficient validation of user-supplied input when configuring Apps and Endpoints within PowerShell Universal. The application fails to properly validate URL path configurations, allowing authenticated users to define routes that conflict with existing application or system routes.

When a user with appropriate permissions creates or modifies an App or Endpoint, the system does not adequately check whether the specified URL path collides with pre-existing routes. This oversight enables route hijacking, where legitimate application traffic can be redirected to attacker-controlled endpoints or simply disrupted entirely.

The vulnerability is classified under CWE-1289 (Improper Validation of Unsafe Equivalence in Input), indicating that the application fails to properly recognize when user-supplied route configurations are functionally equivalent to or override existing critical paths.

Root Cause

The root cause is improper input validation in the route configuration logic of PowerShell Universal. Specifically, the application does not enforce uniqueness constraints or priority rules when processing user-defined URL paths for Apps and Endpoints. This allows authenticated users to register paths that shadow or override existing system routes, effectively hijacking request handling for those paths.

Attack Vector

The attack requires network access and authenticated access with elevated privileges (specifically, permissions to create or modify Apps or Endpoints). An attacker meeting these prerequisites can:

  1. Authenticate to the PowerShell Universal management interface
  2. Create a new App or Endpoint with a URL path that matches an existing system or application route
  3. The conflicting route registration overrides the legitimate route
  4. Subsequent requests to the affected path are routed to the attacker's endpoint or fail entirely, causing denial of service

The attack primarily impacts the integrity of routing decisions and can cause availability issues for legitimate services. This is a configuration-level attack that exploits insufficient validation in the administrative interface.

Detection Methods for CVE-2026-3563

Indicators of Compromise

  • Unexpected changes to App or Endpoint configurations in PowerShell Universal
  • New routes that mirror or shadow existing system paths (e.g., /api/v1/, /admin/, /auth/)
  • Audit log entries showing route creation by users who don't typically perform these actions
  • Service disruptions or routing errors for previously functional application paths

Detection Strategies

  • Monitor PowerShell Universal audit logs for route creation and modification events
  • Implement alerting on duplicate or overlapping URL path registrations
  • Review user activity for accounts with App/Endpoint creation permissions
  • Correlate routing errors with recent configuration changes

Monitoring Recommendations

  • Enable detailed logging for all administrative actions in PowerShell Universal
  • Set up automated alerts for configuration changes to Apps and Endpoints
  • Regularly audit route configurations for unexpected or conflicting entries
  • Monitor application availability metrics for sudden degradation patterns

How to Mitigate CVE-2026-3563

Immediate Actions Required

  • Upgrade PowerShell Universal to version 2026.1.4 or later
  • Audit existing Apps and Endpoints configurations for conflicting routes
  • Review and restrict permissions for creating or modifying Apps and Endpoints
  • Implement change management procedures for route configuration modifications

Patch Information

Ironmansoftware has addressed this vulnerability in PowerShell Universal version 2026.1.4. Organizations should upgrade to this version or later to remediate the vulnerability. For detailed patch information and upgrade instructions, refer to the Devolutions Security Advisory.

Workarounds

  • Restrict App and Endpoint creation permissions to only trusted administrators
  • Implement a review process for all route configuration changes before deployment
  • Maintain an authoritative list of protected system routes and manually verify new configurations against it
  • Consider network segmentation to limit exposure of the PowerShell Universal management interface

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechPowershell Universal

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-1289
  • Vendor Resources
  • Devolutions Security Advisory
  • Related CVEs
  • CVE-2026-3277: PowerShell Universal Info Disclosure Flaw

  • CVE-2026-0618: PowerShell Universal XSS 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