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

CVE-2024-6769: Windows DLL Hijacking Privilege Escalation

CVE-2024-6769 is a DLL hijacking privilege escalation flaw in Microsoft Windows that allows attackers to elevate from medium to high integrity without UAC prompts. This article covers technical details, affected versions, and mitigations.

Published: January 28, 2026

CVE-2024-6769 Overview

CVE-2024-6769 is a DLL Hijacking vulnerability caused by drive remapping combined with poisoning of the activation cache in Microsoft Windows. This vulnerability affects Windows 10, Windows 11, Windows Server 2016, Windows Server 2019, and Windows Server 2022. A malicious authenticated attacker can exploit this flaw to elevate from a medium integrity process to a high integrity process without triggering a User Account Control (UAC) prompt.

Critical Impact

This vulnerability enables authenticated attackers to bypass UAC protections and achieve privilege escalation from medium to high integrity, potentially leading to full system compromise without user interaction.

Affected Products

  • Microsoft Windows 10
  • Microsoft Windows 11
  • Microsoft Windows Server 2016
  • Microsoft Windows Server 2019
  • Microsoft Windows Server 2022

Discovery Timeline

  • 2024-09-26 - CVE-2024-6769 published to NVD
  • 2025-08-29 - Last updated in NVD database

Technical Details for CVE-2024-6769

Vulnerability Analysis

This vulnerability (CWE-426: Untrusted Search Path) exploits a weakness in how Windows handles DLL loading in conjunction with drive remapping capabilities. The attack chain combines two techniques: first, the attacker manipulates drive mappings to redirect file system paths, and second, they poison the Windows activation cache to force legitimate high-integrity processes to load malicious DLLs from attacker-controlled locations.

The fundamental issue lies in the trust relationship between Windows components and the file system. When a high-integrity process attempts to load a DLL, it follows a search path that can be influenced by drive remapping operations. By carefully poisoning the activation cache, an attacker can inject entries that redirect DLL lookups to malicious payloads.

Root Cause

The root cause is an untrusted search path vulnerability where Windows fails to properly validate the integrity and authenticity of DLL paths when drive mappings have been modified. The activation cache, which is designed to accelerate COM object activation, can be poisoned to contain references to attacker-controlled DLLs. This occurs because the cache validation does not account for scenarios where drive letters have been remapped to point to different physical or logical locations.

Attack Vector

The attack requires local access and an authenticated user with at least medium integrity privileges. The attacker performs the following operations:

  1. Creates a malicious DLL payload designed to execute arbitrary code at high integrity
  2. Remaps a drive letter to point to an attacker-controlled directory containing the malicious DLL
  3. Poisons the Windows activation cache to reference the remapped path
  4. Triggers a high-integrity process to load the cached COM object, which now resolves to the malicious DLL
  5. The DLL executes with high integrity privileges, bypassing UAC entirely

The vulnerability is particularly dangerous because it does not require any user interaction once the initial authenticated access is obtained. Technical details and proof-of-concept code are available in the Fortra Security Advisory and GitHub repository.

Detection Methods for CVE-2024-6769

Indicators of Compromise

  • Unexpected drive remapping events or changes to symbolic links pointing to system directories
  • Modifications to the Windows activation cache located in user profile directories
  • DLL loading from non-standard or user-writable paths by high-integrity system processes
  • Process creation events showing privilege escalation without corresponding UAC prompts

Detection Strategies

  • Monitor for SUBST command usage or API calls that create drive mappings (DeviceIoControl with IOCTL_MOUNTMGR_CREATE_POINT)
  • Audit access to and modifications of the activation cache files under %LOCALAPPDATA%\Microsoft\Windows\Caches\
  • Implement DLL load monitoring for high-integrity processes loading from unexpected paths
  • Deploy behavioral analytics to detect sequences of drive remapping followed by high-privilege process spawning

Monitoring Recommendations

  • Enable Windows Security Event logging for process creation (Event ID 4688) with command line auditing
  • Configure Sysmon to capture DLL load events (Event ID 7) and file system changes for cache directories
  • Establish baselines for normal drive mapping activity and alert on anomalous patterns
  • Monitor for processes transitioning from medium to high integrity without corresponding UAC events

How to Mitigate CVE-2024-6769

Immediate Actions Required

  • Restrict drive remapping capabilities for standard users through Group Policy where operationally feasible
  • Implement application control policies to prevent DLL loading from user-writable directories
  • Deploy endpoint detection and response (EDR) solutions configured to detect UAC bypass techniques
  • Audit systems for signs of compromise using the indicators listed above

Patch Information

Microsoft has not classified this as a vulnerability requiring a security update, considering UAC bypass as a defense-in-depth bypass rather than a security boundary violation. Organizations should implement compensating controls and monitor for exploitation. For detailed technical information, refer to the Fortra Security Advisory FR-2024-002.

Workarounds

  • Configure UAC to "Always Notify" mode to maximize protection against bypass attempts
  • Implement Windows Defender Application Control (WDAC) or AppLocker policies to restrict DLL loading
  • Remove local administrator privileges from standard users where possible to limit exploitation impact
  • Enable Credential Guard and other virtualization-based security features to protect high-integrity processes

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score8.4

  • EPSS Probability12.40%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-426
  • Technical References
  • Fortra Security Advisory FR-2024-002

  • GitHub PoC for CVE-2024-6769
  • Related CVEs
  • CVE-2026-33104: Windows Win32K Privilege Escalation Flaw

  • CVE-2026-33101: Windows Print Spooler Privilege Escalation

  • CVE-2026-33099: Windows WinSock Privilege Escalation Flaw

  • CVE-2026-33098: Windows Container Isolation Privilege Escalation
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