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

CVE-2026-28711: Acronis Cyber Protect Privilege Escalation

CVE-2026-28711 is a privilege escalation vulnerability in Acronis Cyber Protect caused by DLL hijacking. Attackers can exploit this to gain elevated system privileges. This post covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-28711 Overview

CVE-2026-28711 is a local privilege escalation vulnerability affecting Acronis Cyber Protect 17 on Windows systems. The vulnerability stems from a DLL hijacking weakness (CWE-427) that allows a local attacker with low privileges to escalate their access by placing a malicious DLL in a location where the application searches for legitimate libraries. This type of vulnerability occurs when an application loads a DLL from an untrusted path, enabling attackers to execute arbitrary code with elevated privileges.

Critical Impact

Local attackers can leverage this DLL hijacking vulnerability to escalate privileges on Windows systems running vulnerable versions of Acronis Cyber Protect 17, potentially gaining high-level access to confidential data and system integrity.

Affected Products

  • Acronis Cyber Protect 17 (Windows) before build 41186
  • Microsoft Windows (as the underlying platform)

Discovery Timeline

  • 2026-03-06 - CVE-2026-28711 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2026-28711

Vulnerability Analysis

This DLL hijacking vulnerability exists in Acronis Cyber Protect 17 for Windows prior to build 41186. The vulnerability allows a local attacker to achieve privilege escalation by exploiting insecure DLL loading behavior. When the application attempts to load required dynamic-link libraries, it searches through multiple directories in a specific order. If the application does not properly validate or restrict the search path, an attacker can place a malicious DLL with the same name as an expected legitimate library in a directory that is searched before the intended location.

The attack requires local access to the system and the ability to write files to directories that are included in the DLL search path. Once the malicious DLL is loaded by the vulnerable application, the attacker's code executes with the privileges of the application, which may include SYSTEM-level access for security software like Acronis Cyber Protect.

Root Cause

The root cause of this vulnerability is improper control over the DLL search path (CWE-427: Uncontrolled Search Path Element). The Acronis Cyber Protect application fails to adequately validate the location from which DLLs are loaded, allowing attackers to inject malicious libraries. This typically occurs when applications rely on default Windows DLL search order without implementing proper safeguards such as absolute path specification or DLL search path restrictions.

Attack Vector

The attack vector is local, requiring the attacker to have existing access to the target system with low-level privileges. The exploitation process involves:

  1. Identifying a DLL that Acronis Cyber Protect attempts to load during execution
  2. Creating a malicious DLL with the same filename containing arbitrary code
  3. Placing the malicious DLL in a directory that precedes the legitimate DLL location in the search path
  4. Waiting for or triggering the application to load the malicious DLL
  5. Achieving code execution with elevated privileges

The vulnerability mechanism involves Windows DLL search order exploitation. When Acronis Cyber Protect attempts to load a required library, it may search current working directory, system directories, and PATH environment variable locations. By placing a malicious DLL in a writable directory within this search path, an attacker can hijack the loading process. See the Acronis Security Advisory SEC-2330 for additional technical details.

Detection Methods for CVE-2026-28711

Indicators of Compromise

  • Unexpected DLL files appearing in directories associated with Acronis Cyber Protect installation paths
  • Unusual DLL loading events from non-standard locations in process monitoring logs
  • Anomalous process behavior from Acronis services executing unexpected code
  • File creation events in writable directories within the system PATH

Detection Strategies

  • Monitor for DLL load events from Acronis Cyber Protect processes that reference DLLs outside of expected installation directories
  • Implement application whitelisting to detect unauthorized DLL loading
  • Use endpoint detection and response (EDR) solutions to identify suspicious DLL sideloading patterns
  • Audit file system changes in directories commonly used for DLL hijacking attacks

Monitoring Recommendations

  • Enable Windows Sysmon logging with configuration to capture DLL load events (Event ID 7)
  • Configure SentinelOne to monitor for suspicious library loading behavior from backup and security software
  • Implement file integrity monitoring on Acronis Cyber Protect installation directories
  • Review Windows Security Event logs for privilege escalation indicators

How to Mitigate CVE-2026-28711

Immediate Actions Required

  • Upgrade Acronis Cyber Protect 17 (Windows) to build 41186 or later immediately
  • Audit systems for unauthorized DLL files in Acronis installation directories
  • Review user permissions to restrict write access to directories in the DLL search path
  • Monitor affected systems for signs of exploitation until patches are applied

Patch Information

Acronis has addressed this vulnerability in Acronis Cyber Protect 17 build 41186. Organizations should apply this update as soon as possible to remediate the DLL hijacking vulnerability. The security advisory with patch details is available at the Acronis Security Advisory SEC-2330.

Workarounds

  • Restrict write permissions on directories in the PATH environment variable and common DLL search locations
  • Implement application control policies to prevent execution of unsigned DLLs
  • Use Windows Defender Application Control (WDAC) or similar solutions to enforce code integrity
  • Temporarily limit local user access to systems running vulnerable Acronis versions until patching is complete
bash
# Verify Acronis Cyber Protect build version
# Navigate to Acronis installation and check version info
# Ensure build number is 41186 or higher

# Restrict directory permissions to prevent malicious DLL placement
icacls "C:\Program Files\Acronis" /inheritance:r /grant:r "SYSTEM:(OI)(CI)F" /grant:r "Administrators:(OI)(CI)F"

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 Cyber Protect

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-427
  • Vendor Resources
  • Acronis Security Advisory SEC-2330
  • Related CVEs
  • CVE-2026-28722: Acronis Cyber Protect Privilege Escalation

  • CVE-2026-28721: Acronis Cyber Protect Privilege Escalation

  • CVE-2026-28717: Acronis Cyber Protect Privilege Escalation

  • CVE-2026-28712: Acronis Cyber Protect 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