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

CVE-2025-54519: Doc Nav DLL Hijacking Vulnerability

CVE-2025-54519 is a DLL hijacking flaw in Doc Nav that allows local attackers to escalate privileges and execute arbitrary code. This post covers technical details, affected versions, security impact, and mitigation.

Published: February 13, 2026

CVE-2025-54519 Overview

A DLL hijacking vulnerability has been identified in AMD Doc Nav that could allow a local attacker to achieve privilege escalation, potentially resulting in arbitrary code execution. This vulnerability stems from improper handling of DLL search paths, enabling attackers to place malicious DLLs in locations where the application searches for legitimate libraries.

Critical Impact

Local attackers with user-level access can escalate privileges through DLL hijacking, potentially gaining full control of the affected system through arbitrary code execution.

Affected Products

  • AMD Doc Nav (specific versions affected - refer to AMD Security Bulletin)

Discovery Timeline

  • 2026-02-12 - CVE CVE-2025-54519 published to NVD
  • 2026-02-12 - Last updated in NVD database

Technical Details for CVE-2025-54519

Vulnerability Analysis

This vulnerability is classified as CWE-427 (Uncontrolled Search Path Element), a common DLL hijacking weakness. The attack requires local access to the system and some user interaction to trigger the vulnerable code path. If successfully exploited, an attacker can achieve high impact across confidentiality, integrity, and availability of the affected system.

The vulnerability allows a locally authenticated attacker to place a malicious DLL in a directory that AMD Doc Nav searches when loading dynamic libraries. When the application executes and attempts to load a legitimate DLL, it may instead load the attacker-controlled malicious version, executing arbitrary code with the privileges of the application.

Root Cause

The root cause of this vulnerability lies in AMD Doc Nav's improper handling of the DLL search order mechanism. The application fails to properly specify absolute paths when loading dynamic link libraries, or searches in directories where unprivileged users have write access before checking trusted system directories. This creates an opportunity for attackers to plant malicious DLLs that will be loaded in place of legitimate system libraries.

Attack Vector

This is a local attack vector requiring the attacker to have existing access to the target system with low privileges. The attack sequence typically involves:

  1. The attacker identifies which DLLs the vulnerable application attempts to load
  2. A malicious DLL with the same name as a legitimate dependency is crafted
  3. The malicious DLL is placed in a directory that appears earlier in the search path than the legitimate DLL location
  4. When a user launches AMD Doc Nav, the application loads the malicious DLL
  5. The attacker's code executes with the privileges of the application, potentially escalating to higher privileges

The attack requires some form of user interaction (such as launching the application) to trigger the exploitation. For detailed technical information, refer to the AMD Security Bulletin AMD-SB-8013.

Detection Methods for CVE-2025-54519

Indicators of Compromise

  • Unexpected DLL files appearing in AMD Doc Nav installation directories or user-writable paths
  • DLL files with unusual timestamps or digital signatures in application directories
  • Process creation events showing AMD Doc Nav loading DLLs from non-standard locations
  • Unusual child processes spawned by the Doc Nav application

Detection Strategies

  • Monitor for DLL loading events from AMD Doc Nav processes that reference unusual file paths
  • Implement application whitelisting to prevent unauthorized DLL execution
  • Use endpoint detection and response (EDR) solutions to identify suspicious DLL side-loading behavior
  • Audit file system changes in directories where AMD Doc Nav is installed

Monitoring Recommendations

  • Enable enhanced logging for process creation and DLL load events in Windows Event logs
  • Configure SentinelOne or similar EDR solutions to alert on DLL hijacking patterns
  • Monitor for privilege escalation attempts following Doc Nav application execution
  • Track file integrity changes in AMD software installation directories

How to Mitigate CVE-2025-54519

Immediate Actions Required

  • Review the AMD Security Bulletin AMD-SB-8013 for vendor-specific guidance
  • Audit systems for unauthorized DLL files in AMD Doc Nav directories
  • Restrict write permissions on directories in the DLL search path
  • Limit local user access to systems running the vulnerable software until patched

Patch Information

AMD has released security guidance for this vulnerability. System administrators should consult the AMD Security Bulletin AMD-SB-8013 for official patch information and updated software versions. Apply the vendor-recommended patches as soon as they become available in your environment.

Workarounds

  • Configure application directories with restrictive ACLs to prevent unprivileged users from writing files
  • Remove write permissions for non-administrator users on directories in the application's DLL search path
  • Consider using Windows Defender Application Control (WDAC) or AppLocker to restrict DLL loading
  • Run the application with minimum necessary privileges until a patch is applied
bash
# Example: Restrict directory permissions on Windows (PowerShell)
# Adjust path to match your AMD Doc Nav installation directory
$path = "C:\Program Files\AMD\Doc Nav"
$acl = Get-Acl $path
$acl.SetAccessRuleProtection($true, $false)
$adminRule = New-Object System.Security.AccessControl.FileSystemAccessRule("BUILTIN\Administrators","FullControl","ContainerInherit,ObjectInherit","None","Allow")
$systemRule = New-Object System.Security.AccessControl.FileSystemAccessRule("NT AUTHORITY\SYSTEM","FullControl","ContainerInherit,ObjectInherit","None","Allow")
$usersRule = New-Object System.Security.AccessControl.FileSystemAccessRule("BUILTIN\Users","ReadAndExecute","ContainerInherit,ObjectInherit","None","Allow")
$acl.AddAccessRule($adminRule)
$acl.AddAccessRule($systemRule)
$acl.AddAccessRule($usersRule)
Set-Acl $path $acl

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score7.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Technical References
  • AMD Security Bulletin AMD-SB-8013
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 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