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

CVE-2025-66592: Synology Active Backup Privilege Escalation

CVE-2025-66592 is a privilege escalation vulnerability in Synology Active Backup for Business Agent that allows local users to write arbitrary files during installation. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 28, 2026

CVE-2025-66592 Overview

CVE-2025-66592 is an origin validation error vulnerability [CWE-346] in Synology Active Backup for Business Agent before version 3.1.0-4967. The flaw allows local users to write arbitrary files with restricted content during installation of the agent software. Successful exploitation can compromise system integrity and availability on affected Windows hosts where the backup agent is deployed.

Critical Impact

Local users can leverage the installation process to write arbitrary files with restricted content, potentially impacting system availability and integrity.

Affected Products

  • Synology Active Backup for Business Agent versions before 3.1.0-4967
  • Windows hosts running the affected backup agent installer
  • Endpoints protected by Synology backup infrastructure using the vulnerable agent

Discovery Timeline

  • 2026-05-27 - CVE-2025-66592 published to NVD
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2025-66592

Vulnerability Analysis

The vulnerability is classified as an origin validation error [CWE-346]. During the installation routine of Synology Active Backup for Business Agent, the installer does not properly verify the origin or source of inputs that determine file write operations. A local user can influence these operations to write files that would otherwise be restricted.

The attack vector is local and requires user interaction, consistent with exploitation occurring during the installation flow. While confidentiality is not impacted, the flaw permits limited integrity changes and a high impact to availability. This pattern is typical of installer-time file write abuses, where elevated installer context is misused to drop or modify files in privileged locations.

Root Cause

The root cause is insufficient validation of the originator of installation-time write requests. The installer trusts inputs without confirming they come from an authorized source, allowing a local attacker present on the system during installation to redirect or inject file write operations with restricted content.

Attack Vector

Exploitation requires local access to the target host and user interaction tied to the installer workflow. An attacker positioned on the system when an administrator initiates the Active Backup for Business Agent installation can influence the installer to write arbitrary files. The EPSS score of 0.004% reflects a low probability of widespread exploitation, but targeted abuse remains feasible in shared or multi-user environments.

No verified public proof-of-concept code is available. Refer to the Synology Security Advisory for vendor-supplied technical details.

Detection Methods for CVE-2025-66592

Indicators of Compromise

  • Unexpected file writes to system or program directories during or immediately after Active Backup for Business Agent installation.
  • Presence of Active Backup for Business Agent installations with versions older than 3.1.0-4967.
  • Installer process spawning child operations that touch paths unrelated to the documented installation footprint.

Detection Strategies

  • Inventory endpoints and identify any Synology Active Backup for Business Agent build below 3.1.0-4967.
  • Audit installation logs for the agent to correlate install events with unexpected file system changes.
  • Monitor for non-standard files created in agent install directories by users without administrative intent.

Monitoring Recommendations

  • Enable file integrity monitoring on directories used by the Active Backup for Business Agent installer and runtime.
  • Alert on installer executions originating from non-standard paths or unsigned wrappers.
  • Track local privilege use and process lineage during software install operations on backup-enrolled endpoints.

How to Mitigate CVE-2025-66592

Immediate Actions Required

  • Upgrade Synology Active Backup for Business Agent to version 3.1.0-4967 or later on all Windows endpoints.
  • Restrict local user access on hosts where the agent is being installed to limit who can influence the installer.
  • Verify installer integrity and run installations only from trusted, administrator-controlled sessions.

Patch Information

Synology has released a fixed version. Update to Active Backup for Business Agent 3.1.0-4967 or later. Full vendor guidance is available in the Synology Security Advisory SA_25_16.

Workarounds

  • Defer installation or upgrade of the agent until the patched version is deployed across the environment.
  • Limit interactive logon rights on systems scheduled for agent installation to reduce local attacker presence.
  • Perform installations during maintenance windows where only authorized administrators are signed in.
bash
# Check installed Active Backup for Business Agent version on Windows
wmic product where "Name like 'Active Backup for Business Agent%%'" get Name,Version

# Confirm version meets the patched baseline
# Required: 3.1.0-4967 or later

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechSynology

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.00%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityHigh
  • CWE References
  • CWE-346
  • Technical References
  • Synology Security Advisory
  • Related CVEs
  • CVE-2025-13593: Synology ActiveProtect Privilege Escalation

  • CVE-2025-12686: Synology BeeStation OS RCE Vulnerability

  • CVE-2024-47268: Synology Surveillance Station Flaw

  • CVE-2026-2237: Synology Storage Manager 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