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-2024-35260

CVE-2024-35260: Microsoft Power Platform RCE Vulnerability

CVE-2024-35260 is a remote code execution vulnerability in Microsoft Power Platform affecting Dataverse. Authenticated attackers can exploit untrusted search paths to execute code over a network. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: April 8, 2026

CVE-2024-35260 Overview

CVE-2024-35260 is an untrusted search path vulnerability affecting Microsoft Dataverse, a component of the Microsoft Power Platform. An authenticated attacker can exploit this flaw to execute arbitrary code over a network, potentially leading to complete system compromise. The vulnerability stems from improper handling of DLL loading paths, allowing attackers to inject malicious code into the application's execution flow.

Critical Impact

Successful exploitation allows authenticated attackers to achieve remote code execution on affected Microsoft Dataverse deployments, potentially compromising the confidentiality, integrity, and availability of enterprise data and connected systems.

Affected Products

  • Microsoft Power Platform
  • Microsoft Dataverse

Discovery Timeline

  • June 27, 2024 - CVE-2024-35260 published to NVD
  • February 3, 2025 - Last updated in NVD database

Technical Details for CVE-2024-35260

Vulnerability Analysis

This vulnerability is classified as CWE-426 (Untrusted Search Path), which occurs when an application searches for libraries or executables in directories that can be controlled or influenced by an attacker. In the context of Microsoft Dataverse, the application fails to properly validate or restrict the search path when loading dynamic-link libraries (DLLs) or other executable components.

The network-accessible nature of this vulnerability significantly increases its risk profile, as attackers can exploit it remotely without requiring local access to the target system. While authentication is required as a prerequisite, the low attack complexity means that once an attacker has valid credentials, exploitation is straightforward.

Root Cause

The root cause of CVE-2024-35260 lies in the improper implementation of DLL loading mechanisms within Microsoft Dataverse. When the application attempts to load required libraries, it searches through a predefined set of directories. If this search path includes directories where an attacker can place malicious files—such as user-writable folders, network shares, or current working directories—the attacker can introduce a malicious DLL that the application will load and execute with the privileges of the running process.

This type of vulnerability often arises from:

  • Relative path usage instead of absolute paths for library loading
  • Inadequate validation of library origins before loading
  • Overly permissive directory permissions in the search path
  • Missing Windows API security flags such as SetDllDirectory("") or SetDefaultDllDirectories()

Attack Vector

The attack vector for CVE-2024-35260 involves network-based exploitation by an authenticated attacker. The attack flow typically follows this pattern:

  1. Initial Access: The attacker obtains valid authentication credentials for the Microsoft Dataverse environment
  2. Reconnaissance: The attacker identifies directories in the DLL search path that are writable or controllable
  3. Payload Deployment: A malicious DLL is placed in a location where it will be found before the legitimate library
  4. Trigger Execution: The attacker triggers the vulnerable code path, causing Microsoft Dataverse to load the malicious DLL
  5. Code Execution: The malicious code executes with the privileges of the Microsoft Dataverse process

This vulnerability does not require user interaction, meaning the attack can be fully automated once initial authentication is achieved. The potential impact includes complete compromise of the affected system's confidentiality, integrity, and availability.

Detection Methods for CVE-2024-35260

Indicators of Compromise

  • Unexpected DLL files appearing in Microsoft Power Platform installation directories or user-writable paths
  • Unusual process execution chains originating from Microsoft Dataverse components
  • Network connections to unknown external hosts from Power Platform processes
  • Authentication logs showing unusual access patterns to Dataverse environments

Detection Strategies

  • Monitor DLL loading events using Windows Event Logging or Sysmon to identify libraries loaded from non-standard locations
  • Implement application allowlisting to detect and block unauthorized executables and libraries
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious process behavior associated with DLL hijacking
  • Analyze authentication logs for anomalous access patterns to Microsoft Power Platform resources

Monitoring Recommendations

  • Enable enhanced logging for Microsoft Power Platform and Dataverse components
  • Configure alerts for DLL loading events from user-writable directories
  • Monitor for privilege escalation attempts following Dataverse authentication
  • Implement file integrity monitoring on critical application directories

How to Mitigate CVE-2024-35260

Immediate Actions Required

  • Review the Microsoft CVE-2024-35260 Advisory for the latest patching guidance
  • Audit user access to Microsoft Power Platform and revoke unnecessary permissions
  • Implement network segmentation to limit exposure of Dataverse services
  • Enable enhanced monitoring for suspicious DLL loading activities

Patch Information

Microsoft has addressed this vulnerability through updates to the Microsoft Power Platform. As this is a cloud-hosted service, Microsoft manages the patching process. Organizations should verify with Microsoft that their Dataverse environments have received the security update by consulting the Microsoft Security Response Center advisory.

For on-premises or hybrid deployments, administrators should:

  1. Check the Microsoft Security Update Guide for specific patch details
  2. Apply all available security updates to Power Platform components
  3. Verify successful patch application through version checks

Workarounds

  • Restrict network access to Microsoft Dataverse services to trusted IP ranges only
  • Implement strict least-privilege access controls for Power Platform users
  • Enable additional authentication factors for Dataverse access
  • Deploy host-based intrusion prevention systems to monitor for DLL hijacking attempts
  • Consider using Windows Defender Application Control (WDAC) policies to restrict DLL loading

Organizations should prioritize applying the official Microsoft patch as the primary remediation strategy, using workarounds only as temporary measures until patching can be completed.

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 Platform

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability6.86%

  • 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-426
  • Vendor Resources
  • Microsoft CVE-2024-35260 Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected 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