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

CVE-2026-20960: Microsoft Power Apps RCE Vulnerability

CVE-2026-20960 is a remote code execution vulnerability in Microsoft Power Apps caused by improper authorization. Authorized attackers can exploit this flaw to execute code remotely. Learn about technical details, impact, and mitigation.

Published: January 23, 2026

CVE-2026-20960 Overview

CVE-2026-20960 is an improper authorization vulnerability (CWE-285) affecting Microsoft Power Apps that enables an authorized attacker to execute code over a network. This authorization bypass vulnerability allows authenticated users to perform actions beyond their intended permissions, potentially leading to unauthorized code execution within the Power Apps environment.

Critical Impact

Authenticated attackers can exploit improper authorization controls to execute arbitrary code over the network, potentially compromising application data, escalating privileges, and affecting the confidentiality, integrity, and availability of Power Apps deployments.

Affected Products

  • Microsoft Power Apps

Discovery Timeline

  • January 16, 2026 - CVE-2026-20960 published to NVD
  • January 16, 2026 - Last updated in NVD database

Technical Details for CVE-2026-20960

Vulnerability Analysis

This vulnerability stems from improper authorization controls within Microsoft Power Apps. The flaw allows an already-authenticated attacker to bypass authorization checks and execute code over a network connection. The attack requires user interaction, suggesting a social engineering component or that the victim must perform a specific action for successful exploitation.

The vulnerability affects confidentiality, integrity, and availability with high impact across all three security dimensions. While the attacker must have low-level privileges to initiate the attack, the resulting code execution capability significantly amplifies the potential damage.

Root Cause

The root cause is classified as CWE-285 (Improper Authorization). This weakness occurs when the software does not perform or incorrectly performs an authorization check when an actor attempts to access a resource or perform an action. In the context of Microsoft Power Apps, the authorization logic fails to properly validate whether an authenticated user has sufficient permissions to execute certain code or access specific functionality.

Improper authorization vulnerabilities typically arise from:

  • Missing authorization checks in critical code paths
  • Flawed role-based access control implementations
  • Inconsistent enforcement of permission boundaries
  • Race conditions in authorization verification

Attack Vector

The attack is network-based and requires the attacker to be authenticated with at least low-level privileges. The exploitation scenario involves:

  1. An attacker authenticates to the Microsoft Power Apps environment with valid credentials
  2. The attacker identifies endpoints or functionality that lack proper authorization validation
  3. By crafting specific requests or leveraging particular application features, the attacker bypasses authorization controls
  4. The attacker successfully executes code that should be restricted to higher-privileged users

The requirement for user interaction indicates that exploitation may depend on a victim performing an action, such as clicking a link or interacting with a malicious Power Apps component.

For detailed technical information, refer to the Microsoft CVE-2026-20960 Advisory.

Detection Methods for CVE-2026-20960

Indicators of Compromise

  • Unusual code execution events within Power Apps environments originating from low-privileged user accounts
  • Unexpected API calls or function invocations that exceed a user's normal authorization scope
  • Authentication logs showing legitimate users accessing restricted functionality
  • Anomalous network traffic patterns to and from Power Apps services

Detection Strategies

  • Implement detailed audit logging for all authorization decisions within Power Apps deployments
  • Monitor for privilege escalation patterns where authenticated users attempt to access resources beyond their role
  • Deploy behavioral analytics to detect anomalous user activity within the Power Apps environment
  • Configure alerts for failed and successful authorization attempts on sensitive functionality

Monitoring Recommendations

  • Enable comprehensive logging in Microsoft Power Apps and forward logs to a SIEM solution
  • Monitor Power Platform admin center for unusual application behavior or configuration changes
  • Implement continuous monitoring of user session activities for privilege boundary violations
  • Review audit logs regularly for patterns indicative of authorization bypass attempts

How to Mitigate CVE-2026-20960

Immediate Actions Required

  • Review and apply the latest security updates from Microsoft for Power Apps
  • Audit current Power Apps deployments for proper authorization configuration
  • Implement the principle of least privilege for all Power Apps users and service accounts
  • Enable enhanced logging and monitoring for Power Apps environments
  • Consider temporarily restricting access to affected functionality until patches are applied

Patch Information

Microsoft has released security guidance for this vulnerability. Administrators should consult the official Microsoft CVE-2026-20960 Advisory for specific patch information, affected version details, and remediation steps.

Organizations using Microsoft Power Apps should:

  • Apply security updates through the standard Microsoft update channels
  • Verify that automatic updates are enabled for Power Platform services
  • Coordinate with Microsoft support if operating in air-gapped or restricted environments

Workarounds

  • Implement additional authorization layers at the network or application gateway level
  • Restrict Power Apps access to trusted network segments until patches are applied
  • Enhance monitoring and alerting for the specific authorization-related events
  • Consider implementing conditional access policies to limit exposure
  • Review and tighten data loss prevention (DLP) policies within the Power Platform
bash
# Configuration example - Review Power Platform environment settings
# Access Power Platform Admin Center and verify:
# 1. Environment security groups are properly configured
# 2. Data policies restrict connector usage appropriately
# 3. Tenant isolation settings are enabled where applicable
# 4. Audit logging is enabled for all environments

# PowerShell example for checking Power Apps environment settings
# Connect-PowerApps
# Get-AdminPowerAppEnvironment | Select-Object DisplayName, SecurityGroupId, IsDefault

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 Apps

  • SeverityHIGH

  • CVSS Score8.0

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-285
  • Technical References
  • Microsoft CVE-2026-20960 Advisory
  • Related CVEs
  • CVE-2025-47733: Microsoft Power Apps SSRF 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