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-2026-28728

CVE-2026-28728: Acronis True Image DLL Hijacking Vulnerability

CVE-2026-28728 is a DLL hijacking vulnerability in Acronis True Image for Windows that enables local privilege escalation. This article covers the technical details, affected versions before build 42902, and mitigation.

Published: April 2, 2026

CVE-2026-28728 Overview

CVE-2026-28728 is a local privilege escalation vulnerability caused by DLL hijacking in Acronis True Image for Windows. This vulnerability allows attackers with local access and low privileges to potentially escalate their privileges by exploiting improper control over dynamically loaded library search paths. Successful exploitation requires user interaction and occurs under high attack complexity conditions.

Critical Impact

Attackers can achieve high impact to confidentiality, integrity, and availability by hijacking DLL loading mechanisms in Acronis True Image, potentially gaining elevated privileges on the affected system.

Affected Products

  • Acronis True Image (Windows) before build 42902

Discovery Timeline

  • April 2, 2026 - CVE-2026-28728 published to NVD
  • April 2, 2026 - Last updated in NVD database

Technical Details for CVE-2026-28728

Vulnerability Analysis

This vulnerability falls under CWE-427 (Uncontrolled Search Path Element), a common weakness that occurs when an application searches for critical resources, such as DLL files, in a location that is under the control of an attacker. In this case, Acronis True Image for Windows fails to properly restrict the locations from which it loads dynamic-link libraries during execution.

DLL hijacking attacks exploit the Windows DLL search order mechanism. When an application attempts to load a DLL without specifying a fully qualified path, Windows searches through a predefined set of directories. If an attacker can place a malicious DLL in a location that Windows searches before the legitimate DLL location, the malicious DLL will be loaded instead.

The local attack vector combined with high complexity requirements indicates that while exploitation is possible, it requires specific conditions to be met, including local access to the system and some form of user interaction to trigger the vulnerable code path.

Root Cause

The root cause of CVE-2026-28728 is improper control over the search path used by Acronis True Image when loading DLL libraries. The application does not adequately validate or restrict the directories from which DLLs are loaded, allowing an attacker to place a malicious DLL in a directory that is searched before the intended library location. This is a classic manifestation of CWE-427 (Uncontrolled Search Path Element).

Attack Vector

The attack requires local access to the target system. An attacker with low privileges must place a specially crafted malicious DLL in a directory that Acronis True Image searches during execution. The attacker must then wait for or induce a legitimate user to perform an action that triggers the application to load the hijacked DLL. Upon loading, the malicious DLL executes with the privileges of the Acronis True Image process, which may include elevated system permissions depending on the application's execution context.

The high attack complexity rating indicates that successful exploitation depends on conditions beyond the attacker's direct control, such as specific installation configurations, directory permissions, or timing of user actions.

Detection Methods for CVE-2026-28728

Indicators of Compromise

  • Presence of unexpected or unsigned DLL files in Acronis True Image installation directories or common DLL hijacking locations
  • DLL files with names matching legitimate Acronis libraries but located in user-writable directories
  • Unusual process behavior or child processes spawned from Acronis True Image executables
  • File system changes in directories associated with the DLL search path

Detection Strategies

  • Monitor for DLL loading events from non-standard or user-writable directories by Acronis True Image processes
  • Implement application whitelisting to detect loading of unsigned or untrusted DLLs
  • Use endpoint detection tools to identify process injection or privilege escalation attempts following Acronis application execution
  • Audit file creation events in directories within the Windows DLL search path

Monitoring Recommendations

  • Enable Windows Event Logging for DLL load operations (Sysmon Event ID 7) to track library loading behavior
  • Configure SentinelOne behavioral AI to detect anomalous DLL loading patterns associated with privilege escalation
  • Monitor for unexpected modifications to directories containing Acronis True Image binaries
  • Alert on execution of unsigned code within the context of Acronis processes

How to Mitigate CVE-2026-28728

Immediate Actions Required

  • Update Acronis True Image for Windows to build 42902 or later
  • Review and restrict write permissions on directories in the DLL search path
  • Audit systems for any suspicious DLL files in Acronis installation directories
  • Enable application control policies to prevent execution of untrusted code

Patch Information

Acronis has addressed this vulnerability in Acronis True Image for Windows build 42902. Users should update to this version or later to remediate the DLL hijacking vulnerability. Detailed patch information is available in the Acronis Security Advisory SEC-10401.

Workarounds

  • Restrict user write access to directories in the Windows DLL search path
  • Implement application whitelisting solutions to prevent execution of unauthorized DLLs
  • Configure Windows Defender Application Control (WDAC) or AppLocker policies to block unsigned code execution
  • Use SentinelOne's application control features to prevent DLL hijacking attempts
bash
# Verify Acronis True Image build version
# Navigate to Acronis installation directory and check version
dir "C:\Program Files (x86)\Acronis\TrueImageHome" /A

# Audit directory permissions to restrict write access
icacls "C:\Program Files (x86)\Acronis" /verify

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 True Image

  • 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-10401
  • Related CVEs
  • CVE-2026-33092: Acronis True Image Privilege Escalation

  • CVE-2026-33271: Acronis True Image Privilege Escalation

  • CVE-2026-27774: Acronis True Image DLL Hijacking Flaw
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