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

CVE-2026-23652: Microsoft Power Pages RCE Vulnerability

CVE-2026-23652 is a command injection vulnerability in Microsoft Power Pages that enables remote code execution by unauthorized attackers over a network. This article covers technical details, affected versions, and mitigation.

Published: May 28, 2026

CVE-2026-23652 Overview

CVE-2026-23652 is a command injection vulnerability in Microsoft Power Pages, the low-code SaaS platform for building external-facing business websites. The flaw stems from improper neutralization of special elements used in a command [CWE-77]. An unauthorized attacker can execute arbitrary code over a network without user interaction or prior authentication. Microsoft published guidance through its Security Response Center (MSRC). Because Power Pages is a managed cloud service, exposure spans tenants that deploy custom site logic on the platform.

Critical Impact

Unauthenticated attackers can execute code remotely over the network against Microsoft Power Pages sites, with full impact to confidentiality, integrity, and availability.

Affected Products

  • Microsoft Power Pages (cloud service)
  • Sites built on the Power Pages low-code platform
  • Tenants exposing Power Pages portals to the public internet

Discovery Timeline

  • 2026-05-22 - CVE-2026-23652 published to the National Vulnerability Database
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-23652

Vulnerability Analysis

The vulnerability is classified under [CWE-77]: Improper Neutralization of Special Elements used in a Command. Power Pages accepts attacker-controlled input that flows into a command construction routine without adequate sanitization. The downstream interpreter executes the resulting command, granting the attacker the privileges of the service process.

The attack is reachable over the network and requires no authentication or user interaction. An attacker who sends a crafted request to an exposed Power Pages endpoint can trigger command execution. Successful exploitation yields high impact across confidentiality, integrity, and availability, consistent with remote code execution against a multi-tenant cloud service.

No public proof-of-concept exploit is available at the time of writing. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog, and the EPSS probability remains low. Power Pages is a Microsoft-managed service, so remediation flows through Microsoft rather than customer-side patching for the core platform.

Root Cause

The root cause is missing or insufficient neutralization of shell metacharacters and delimiters in input passed to a command interpreter. When user-controlled data is concatenated into a command string, characters such as ;, |, &, and backticks alter the command structure. The interpreter then executes attacker-supplied commands alongside the intended call.

Attack Vector

The attack vector is network-based with low complexity. An unauthenticated remote attacker submits crafted input to a vulnerable Power Pages request handler. The payload contains shell metacharacters that break out of the intended command context. The platform processes the request and executes the injected command in the service runtime.

No verified exploit code is publicly available. Refer to the Microsoft Security Update CVE-2026-23652 advisory for vendor technical details.

Detection Methods for CVE-2026-23652

Indicators of Compromise

  • Unexpected outbound network connections originating from Power Pages site processes to unfamiliar hosts.
  • Anomalous request payloads to Power Pages endpoints containing shell metacharacters such as ;, |, &&, or backticks.
  • Unusual child processes spawned in the Power Pages runtime context, particularly shell interpreters or scripting hosts.
  • Spikes in server-side errors or latency correlated with crafted POST or GET requests to portal URLs.

Detection Strategies

  • Inspect web application firewall (WAF) and Azure Front Door logs for requests containing command separators or encoded shell syntax targeting Power Pages routes.
  • Correlate request patterns against Microsoft Defender for Cloud Apps and Microsoft Sentinel analytics for Power Platform.
  • Hunt for outbound DNS or HTTP beacons from Power Platform connector traffic that lack a legitimate business context.

Monitoring Recommendations

  • Enable diagnostic logging for Power Pages sites and forward logs to a centralized SIEM for retention and correlation.
  • Establish baselines for normal request payload structure and alert on deviations involving control characters.
  • Track Microsoft Service Health and MSRC advisories for status updates tied to CVE-2026-23652.

How to Mitigate CVE-2026-23652

Immediate Actions Required

  • Review the Microsoft Security Update CVE-2026-23652 advisory and confirm mitigation status across all tenants.
  • Audit all Power Pages sites for exposure, custom code, and Liquid templates that handle untrusted input.
  • Restrict public access to non-production Power Pages portals while validating service-side remediation.
  • Rotate secrets, API keys, and connection strings referenced by Power Pages sites if compromise is suspected.

Patch Information

Microsoft Power Pages is a Microsoft-hosted service, so the core platform fix is delivered by Microsoft without customer action on infrastructure. Customers must still review and update custom site code, web templates, and Power Fx logic that may replicate the unsafe pattern. Consult the Microsoft Security Update CVE-2026-23652 entry for service version status and any required tenant-side updates.

Workarounds

  • Apply input validation and allowlisting in custom Power Pages code paths that interact with server-side commands or connectors.
  • Place Power Pages portals behind a WAF with rules blocking shell metacharacters in request parameters where feasible.
  • Disable or restrict unauthenticated site features that accept free-form text until the vendor confirms full remediation.
  • Enforce least-privilege configuration on Dataverse tables and connectors referenced by externally accessible Power Pages.

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechMicrosoft Power Pages

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.11%

  • 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
  • Vendor Resources
  • Microsoft Security Update CVE-2026-23652
  • Related CVEs
  • CVE-2025-24989: Microsoft Power Pages Privilege Escalation
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