A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-25852

CVE-2026-25852: Acronis DeviceLock DLP DLL Hijacking

CVE-2026-25852 is a DLL hijacking flaw in Acronis DeviceLock DLP for Windows that enables local privilege escalation. This post covers technical details, affected versions, security impact, and mitigation steps.

Published: April 30, 2026

CVE-2026-25852 Overview

CVE-2026-25852 is a local privilege escalation vulnerability caused by a DLL hijacking flaw in Acronis DeviceLock DLP for Windows. This vulnerability allows a local attacker with low privileges to escalate their permissions by placing a malicious DLL in a location where the affected application will load it, potentially gaining elevated access to the system.

Critical Impact

Local attackers can exploit improper DLL loading behavior to execute arbitrary code with elevated privileges, compromising the confidentiality, integrity, and availability of the affected system.

Affected Products

  • Acronis DeviceLock DLP (Windows) before build 9.0.93212

Discovery Timeline

  • April 29, 2026 - CVE CVE-2026-25852 published to NVD
  • April 29, 2026 - Last updated in NVD database

Technical Details for CVE-2026-25852

Vulnerability Analysis

This vulnerability is classified under CWE-427 (Uncontrolled Search Path Element), which describes a scenario where an application searches for critical resources such as DLLs in directories that may be under attacker control. In the case of Acronis DeviceLock DLP, the application fails to properly validate or restrict the search path used when loading dynamic-link libraries.

The attack requires local access to the target system and user interaction, which makes exploitation more complex. However, once successfully exploited, the attacker can achieve high impact across confidentiality, integrity, and availability dimensions. The vulnerability exists in builds prior to 9.0.93212 and affects Windows deployments of the DeviceLock DLP solution.

Root Cause

The root cause of CVE-2026-25852 lies in the improper handling of DLL search paths within the Acronis DeviceLock DLP application. When the application attempts to load a required DLL, it follows the Windows DLL search order without adequately securing the search path. This allows an attacker to place a malicious DLL with the expected filename in a directory that is searched before the legitimate system directories.

This type of vulnerability typically occurs when developers rely on default Windows DLL loading behavior without implementing safeguards such as specifying absolute paths, using SetDllDirectory() to remove current directory from the search path, or enabling features like SafeDllSearchMode.

Attack Vector

The attack vector for this vulnerability is local, requiring the attacker to have existing access to the target system. The exploitation scenario typically involves the following:

  1. The attacker identifies a writable directory that is included in the DLL search path used by Acronis DeviceLock DLP
  2. A malicious DLL is crafted with the same name as a legitimate DLL that the application expects to load
  3. The malicious DLL is placed in the writable directory
  4. When an authorized user or the system executes the vulnerable application, the malicious DLL is loaded and executed with elevated privileges

The requirement for user interaction (UI:R in the CVSS vector) indicates that the attack may depend on a user launching the application or performing a specific action that triggers the vulnerable DLL loading behavior.

Detection Methods for CVE-2026-25852

Indicators of Compromise

  • Unexpected DLL files appearing in application directories or user-writable locations associated with Acronis DeviceLock DLP
  • Process execution logs showing DLL loads from non-standard paths
  • Suspicious files with names matching legitimate Windows or Acronis DLLs in temporary or user-accessible directories

Detection Strategies

  • Monitor file system activity for DLL creation events in directories associated with Acronis DeviceLock DLP installation paths
  • Implement application whitelisting to detect unauthorized DLLs being loaded by the DeviceLock DLP process
  • Use endpoint detection tools to alert on privilege escalation patterns following DLL loading events
  • Review Windows Event Logs for unusual module load events related to the affected application

Monitoring Recommendations

  • Enable detailed process auditing on systems running Acronis DeviceLock DLP
  • Configure file integrity monitoring for the DeviceLock DLP installation directory
  • Implement behavioral analysis to detect anomalous privilege escalation following application execution

How to Mitigate CVE-2026-25852

Immediate Actions Required

  • Update Acronis DeviceLock DLP to build 9.0.93212 or later immediately
  • Audit systems running affected versions to identify potential compromise indicators
  • Review directory permissions to ensure users cannot write to application installation paths
  • Consider temporarily restricting access to affected systems until patching is complete

Patch Information

Acronis has released a security update addressing this vulnerability in DeviceLock DLP build 9.0.93212. Organizations should update to this version or later to remediate the DLL hijacking vulnerability. For detailed patch information, refer to the Acronis Security Advisory SEC-7217.

Workarounds

  • Restrict write permissions on directories in the DLL search path to prevent unauthorized DLL placement
  • Implement application control policies to block execution of unauthorized DLLs
  • Use Windows Defender Application Control (WDAC) or similar solutions to enforce code integrity policies
  • Monitor and audit file system changes in directories associated with the affected application

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechAcronis Devicelock

  • SeverityMEDIUM

  • CVSS Score6.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Technical References
  • Acronis Security Advisory SEC-7217
  • Latest CVEs
  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw

  • CVE-2026-9531: Totolink CA750-PoE RCE Vulnerability

  • CVE-2026-9482: Edimax EW-7438RPn Buffer Overflow Flaw

  • CVE-2026-9562: Student Management System Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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