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

CVE-2025-29817: Power Automate Information Disclosure Flaw

CVE-2025-29817 is an information disclosure vulnerability in Microsoft Power Automate for Desktop caused by an uncontrolled search path element. Authorized attackers can exploit this to access sensitive data over a network.

Updated: January 22, 2026

CVE-2025-29817 Overview

CVE-2025-29817 is an uncontrolled search path element vulnerability in Microsoft Power Automate for Desktop that allows an authorized attacker to disclose sensitive information over a network. This vulnerability stems from improper handling of the DLL search path, enabling attackers with low-privilege access to potentially hijack the application's library loading mechanism and exfiltrate confidential data.

Critical Impact

An authorized attacker can exploit this vulnerability to disclose sensitive information from affected systems. While the attack requires user interaction and low-level privileges, successful exploitation results in high confidentiality impact.

Affected Products

  • Microsoft Power Automate for Desktop (all versions prior to security patch)

Discovery Timeline

  • April 15, 2025 - CVE-2025-29817 published to NVD
  • July 8, 2025 - Last updated in NVD database

Technical Details for CVE-2025-29817

Vulnerability Analysis

This vulnerability is classified under CWE-427 (Uncontrolled Search Path Element), a class of weakness where an application searches for critical resources such as DLLs in untrusted or attacker-controllable locations. In the case of Power Automate for Desktop, the application fails to properly validate or restrict the search path used when loading dynamic link libraries.

When Power Automate for Desktop initializes or performs certain operations, it attempts to load required DLL files. If the search order is not properly constrained, an attacker can place a malicious DLL in a location that is searched before the legitimate system directories. This is commonly known as a DLL search order hijacking or DLL planting attack.

The vulnerability requires network-based access and an authorized user context, meaning the attacker must have some level of authenticated access to the target environment. Additionally, user interaction is required to trigger the vulnerable code path—such as the victim opening a workflow or document that causes the malicious DLL to be loaded.

Root Cause

The root cause lies in Power Automate for Desktop's failure to implement secure DLL loading practices. Specifically, the application does not restrict the search path to known safe directories before attempting to load required libraries. This allows an attacker to plant a specially crafted DLL in a directory that precedes the legitimate library location in the search order.

Common attack vectors for uncontrolled search path vulnerabilities include:

  • Placing malicious DLLs in the current working directory
  • Exploiting network shares that are included in the PATH environment variable
  • Targeting user-writable directories that appear early in the search sequence

Attack Vector

The attack exploits the network-accessible nature of modern enterprise environments where Power Automate for Desktop operates. An attacker with authorized access to the network can strategically place a malicious DLL file in a location where Power Automate will search for dependencies.

The attack sequence typically involves:

  1. The attacker identifies that the target system has Power Automate for Desktop installed
  2. The attacker crafts a malicious DLL with the same name as a legitimate library the application loads
  3. The malicious DLL is placed in a directory that the application will search before the legitimate location (such as a shared network folder or the application's working directory)
  4. When a user launches Power Automate or triggers specific functionality requiring user interaction, the application loads the malicious DLL instead of the legitimate one
  5. The malicious code executes with the privileges of the application, enabling information disclosure

Since the vulnerability requires user interaction and low-level authorization, it is most likely to be exploited as part of a larger attack chain or in targeted scenarios where the attacker has established an initial foothold in the environment.

Detection Methods for CVE-2025-29817

Indicators of Compromise

  • Unexpected DLL files in Power Automate for Desktop installation directories or working folders
  • DLL files with legitimate Microsoft library names located in non-standard paths
  • Unusual network activity originating from Power Automate processes
  • File system modifications in directories associated with Power Automate workflows

Detection Strategies

  • Monitor for DLL loading events from Power Automate processes (PAD.Console.exe, PAD.Robot.exe) that reference non-standard paths
  • Implement application whitelisting to detect unauthorized library loading
  • Use endpoint detection and response (EDR) solutions to identify DLL search order hijacking attempts
  • Review Windows Security Event logs for process creation events with suspicious parent-child relationships involving Power Automate

Monitoring Recommendations

  • Enable detailed process auditing on systems running Power Automate for Desktop
  • Configure file integrity monitoring for Power Automate installation directories
  • Deploy behavioral analytics to detect anomalous data exfiltration patterns from automation tool processes
  • Monitor network shares for newly created DLL files with names matching common Windows or Microsoft libraries

How to Mitigate CVE-2025-29817

Immediate Actions Required

  • Apply the latest security update from Microsoft for Power Automate for Desktop
  • Audit systems for unexpected DLL files in Power Automate directories and working folders
  • Restrict write permissions on directories where Power Automate for Desktop operates
  • Review and limit network share access to minimize DLL planting opportunities

Patch Information

Microsoft has released a security update addressing CVE-2025-29817. Organizations should apply the patch immediately through their standard update mechanisms. For detailed patch information and download links, refer to the Microsoft Security Update Guide for CVE-2025-29817.

Enterprises using Windows Update for Business or Microsoft Endpoint Configuration Manager should ensure the update is deployed to all systems running Power Automate for Desktop.

Workarounds

  • Implement application whitelisting policies to prevent unauthorized DLL loading
  • Configure Windows Defender Application Control (WDAC) or AppLocker policies to restrict library loading to trusted locations
  • Remove write access to directories in the DLL search path for non-administrative users
  • Consider temporarily disabling Power Automate for Desktop on high-risk systems until patching is complete
bash
# PowerShell: Check installed Power Automate version
Get-AppxPackage -Name "*PowerAutomate*" | Select-Object Name, Version

# Review DLL search paths for Power Automate processes
$process = Get-Process -Name "PAD.Console" -ErrorAction SilentlyContinue
if ($process) {
    Write-Host "Power Automate is running - review loaded modules"
    $process.Modules | Select-Object ModuleName, FileName | Format-Table -AutoSize
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMicrosoft Power Automate

  • SeverityMEDIUM

  • CVSS Score5.7

  • EPSS Probability0.41%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-427
  • Vendor Resources
  • Microsoft Security Update CVE-2025-29817
  • Related CVEs
  • CVE-2025-47966: Power Automate Desktop Privilege Escalation

  • CVE-2024-43479: Microsoft Power Automate Desktop RCE Flaw
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