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

CVE-2024-39708: Delinea Privilege Manager Escalation Flaw

CVE-2024-39708 is a privilege escalation vulnerability in Delinea Privilege Manager that allows non-admin users to gain elevated access via DLL hijacking. This article covers technical details, affected versions, and fixes.

Updated: January 22, 2026

CVE-2024-39708 Overview

CVE-2024-39708 is a local privilege escalation vulnerability discovered in the Agent component of Delinea Privilege Manager (formerly Thycotic Privilege Manager) on Windows systems. The vulnerability allows a non-administrator user to achieve privilege escalation by placing a crafted DLL file in a temporary directory used by .NET Shadow Copies, which may then be loaded by the core agent service running with elevated privileges.

Critical Impact

Local privilege escalation allowing non-administrator users to gain elevated system privileges through DLL hijacking in enterprise privilege management software.

Affected Products

  • Delinea Privilege Manager (Agent) before version 12.0.1096 on Windows
  • Thycotic Privilege Manager (Agent) before version 12.0.1096 on Windows (former product name)

Discovery Timeline

  • June 28, 2024 - CVE-2024-39708 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2024-39708

Vulnerability Analysis

This vulnerability represents a classic DLL hijacking attack scenario (CWE-427: Uncontrolled Search Path Element) within enterprise privilege management infrastructure. The Delinea Privilege Manager Agent, which operates with elevated system privileges to enforce security policies, contains a flaw in how it handles dynamic library loading.

The vulnerability exploits the interaction between the agent service and .NET Shadow Copy directories. These temporary directories are used by the .NET runtime for various assembly operations, but the agent service does not properly validate or restrict library loading from these locations. When a non-privileged user places a malicious DLL in the appropriate temporary directory, and conditions align for the agent service to load assemblies from that path, the crafted DLL executes with the privileges of the agent service—typically SYSTEM level.

The local attack vector requires the attacker to have initial access to the target system with low-privilege credentials. While the attack complexity is elevated due to timing and placement requirements, successful exploitation grants complete compromise of local system security controls.

Root Cause

The root cause is an uncontrolled search path element vulnerability (CWE-427) in the Delinea Privilege Manager Agent. The core agent service fails to properly restrict or validate the directories from which it loads DLL files. Specifically, the .NET Shadow Copy temporary directories used by the application are writable by lower-privileged users, and the agent service does not enforce strict path validation when loading libraries. This allows an attacker to plant a malicious DLL in a predictable location where it will be loaded by the privileged service process.

Attack Vector

The attack leverages local access with the following exploitation flow:

  1. An attacker with a low-privilege user account identifies the temporary directory structure used by the Delinea Privilege Manager Agent for .NET Shadow Copies
  2. The attacker crafts a malicious DLL with the expected name that the agent service attempts to load
  3. The attacker copies the crafted DLL to the writable temporary directory
  4. When the core agent service loads the DLL from the Shadow Copy path, the malicious code executes with SYSTEM privileges
  5. The attacker achieves local privilege escalation, bypassing the very privilege management controls the software was designed to enforce

The attack requires local access and specific timing conditions, as the service must load the DLL after placement. Detailed technical analysis is available in the CyberArk Threat Research Blog.

Detection Methods for CVE-2024-39708

Indicators of Compromise

  • Unexpected DLL files appearing in .NET Shadow Copy temporary directories on systems running Delinea Privilege Manager
  • Unusual DLL load events from temporary paths by the Delinea Privilege Manager Agent service processes
  • Anomalous child processes spawned from the Privilege Manager Agent service with unexpected behavior
  • Modifications to temporary directories by non-administrative user accounts immediately before agent service activity

Detection Strategies

  • Monitor file creation events in .NET Shadow Copy temporary directories, particularly for DLL files created by non-administrative users
  • Implement application whitelisting to detect unsigned or unexpected DLLs being loaded by the Delinea Privilege Manager Agent processes
  • Enable Windows Event Log auditing for process creation (Event ID 4688) and module loading to track DLLs loaded by privileged services
  • Deploy endpoint detection rules targeting DLL sideloading patterns associated with privilege management software

Monitoring Recommendations

  • Configure SentinelOne Deep Visibility to monitor DLL loading behavior of Delinea Privilege Manager Agent services
  • Set up alerts for DLL files created in temporary directories that are subsequently loaded by high-privilege processes
  • Review and baseline normal DLL loading behavior for the Privilege Manager Agent to establish anomaly detection thresholds
  • Monitor for lateral movement attempts following any suspected privilege escalation events on affected systems

How to Mitigate CVE-2024-39708

Immediate Actions Required

  • Upgrade Delinea Privilege Manager to version 12.0.1096 or later immediately on all affected Windows systems
  • Audit systems for evidence of exploitation by reviewing DLL creation events in temporary directories
  • Restrict write access to temporary directories used by the Privilege Manager Agent where operationally feasible
  • Implement additional monitoring on systems that cannot be immediately patched

Patch Information

Delinea has addressed this vulnerability in Privilege Manager version 12.0.1096. Organizations should apply this update as soon as possible. The fix implements proper path validation and restricts the directories from which the agent service will load DLL files. Complete release notes and upgrade instructions are available in the Delinea Privilege Manager Release Notes.

Workarounds

  • Implement strict file system permissions on temporary directories to prevent non-administrative users from writing DLL files
  • Deploy application control policies to prevent unauthorized DLL loading by the Privilege Manager Agent service
  • Use endpoint protection solutions with DLL hijacking detection capabilities to block exploitation attempts
  • Consider network segmentation to limit the impact of any successful privilege escalation on affected systems
bash
# Check current Delinea Privilege Manager Agent version
# Review installed agent version to verify patch status
wmic product where "name like '%Privilege Manager%'" get name,version

# Audit temporary directory permissions
icacls "%TEMP%" /T
icacls "%LOCALAPPDATA%\Temp" /T

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechDelinea Privilege Manager

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Technical References
  • Delinea Privilege Manager Release Notes

  • CyberArk Threat Research Blog
  • 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