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-2025-8070

CVE-2025-8070: Windows ABP/AES Privilege Escalation Flaw

CVE-2025-8070 is an unquoted service path privilege escalation vulnerability in ABP and AES for Windows. Attackers can exploit this to gain SYSTEM-level access. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2025-8070 Overview

CVE-2025-8070 is an unquoted service path vulnerability [CWE-428] affecting Asustor Backup Plan (ABP) and Asustor EZ Sync (AES) on Windows. The Windows service configuration stores the ImagePath registry value without surrounding quotes. When the executable path contains spaces, Windows attempts to load each space-delimited token as a binary. A local attacker who can write to a predictable location such as C:\Program.exe gains code execution under the service account. Affected versions include ABP 2.0.7.6130 and earlier, and AES 1.0.6.6133 and earlier.

Critical Impact

Local attackers can escalate privileges to SYSTEM by planting a malicious binary along the unquoted service path.

Affected Products

  • Asustor Backup Plan (ABP) 2.0.7.6130 and earlier
  • Asustor EZ Sync (AES) 1.0.6.6133 and earlier
  • Windows hosts running the affected ABP or AES services

Discovery Timeline

  • 2025-07-23 - CVE-2025-8070 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-8070

Vulnerability Analysis

The vulnerability stems from how Windows parses service ImagePath registry values. When a service binary path contains spaces and is not enclosed in quotes, the Service Control Manager interprets each whitespace-delimited segment as a potential executable. For a path like C:\Program Files\Asustor\service.exe, Windows sequentially attempts C:\Program.exe, then C:\Program Files\Asustor\service.exe, until one resolves. An attacker who can drop a file at C:\Program.exe causes the service to launch the attacker-controlled binary instead of the intended one.

Because ABP and AES services run with elevated privileges, the planted binary inherits SYSTEM-level rights at service start. This converts a low-privileged local foothold into full host compromise.

Root Cause

The root cause is improper service registration. The installer writes the ImagePath value without wrapping the binary path in double quotes, leaving the path subject to Windows path tokenization. The weakness maps to [CWE-428] Unquoted Search Path or Element.

Attack Vector

Exploitation requires local access with permission to write to a root directory such as C:\ or an intermediate folder along the service path. The attacker places a malicious executable named to match the first path token, such as Program.exe. On the next service start or system reboot, the Service Control Manager executes the attacker binary in the service security context. No user interaction is required.

No public proof-of-concept code has been published for this issue. See the Asustor Security Advisory #47 for vendor details.

Detection Methods for CVE-2025-8070

Indicators of Compromise

  • Presence of unexpected executables in root directories such as C:\Program.exe, C:\Program Files\Common.exe, or other path-prefix locations
  • Service start events where the resolved binary differs from the installed ABP or AES executable
  • New child processes spawned by services.exe that originate outside the legitimate Asustor installation directory

Detection Strategies

  • Audit the registry under HKLM\SYSTEM\CurrentControlSet\Services\ for ImagePath values containing spaces but no surrounding quotes
  • Hunt for file creation events on root drive paths that align with unquoted service path tokens
  • Correlate Windows Security Event ID 4688 (process creation) with parent process services.exe and unusual image paths

Monitoring Recommendations

  • Enable command-line auditing and Sysmon Event ID 1 to capture full service launch paths
  • Alert on writes to C:\ or other privileged root locations by non-administrative users
  • Track service configuration changes through Event ID 7045 and registry auditing on the Services hive

How to Mitigate CVE-2025-8070

Immediate Actions Required

  • Update ABP and AES to the fixed versions published in the Asustor advisory
  • Inventory all Windows services and identify any with unquoted ImagePath values containing spaces
  • Restrict write permissions on C:\ and other root directories to administrators only

Patch Information

Asustor has released fixed versions addressing CVE-2025-8070. Refer to Asustor Security Advisory #47 for the patched build numbers and upgrade instructions. Apply the vendor update across all hosts running ABP or AES.

Workarounds

  • Manually edit the affected service ImagePath registry value to wrap the full executable path in double quotes
  • Remove write access to root-level filesystem locations for non-privileged users and groups
  • Disable the ABP and AES services on hosts where they are not actively required until patching completes
bash
# Example: correct an unquoted ImagePath via reg.exe (run as administrator)
reg add "HKLM\SYSTEM\CurrentControlSet\Services\<ServiceName>" /v ImagePath /t REG_EXPAND_SZ /d "\"C:\Program Files\Asustor\service.exe\"" /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/TechAbp

  • SeverityCRITICAL

  • CVSS Score9.2

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:H/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
  • AvailabilityLow
  • CWE References
  • CWE-428
  • Technical References
  • Asustor Security Advisory #47
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
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