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

CVE-2025-61229: SuperDuper! Privilege Escalation Flaw

CVE-2025-61229 is a privilege escalation vulnerability in Shirt Pocket SuperDuper! that lets local attackers execute arbitrary scripts with root privileges and bypass macOS privacy controls. This article covers technical details.

Updated: January 22, 2026

CVE-2025-61229 Overview

CVE-2025-61229 is a local privilege escalation vulnerability affecting Shirt Pocket's SuperDuper! backup application for macOS, versions 3.10 and earlier. This vulnerability allows a local attacker to modify the default task template to execute an arbitrary preflight script with root privileges and Full Disk Access, effectively bypassing macOS privacy controls and Transparency, Consent, and Control (TCC) protections.

The flaw stems from improper access control (CWE-284) and incorrect default permissions (CWE-276) on task template files, enabling unprivileged users to inject malicious scripts that execute with elevated privileges during backup operations.

Critical Impact

Local attackers can achieve root-level code execution with Full Disk Access, completely bypassing macOS security controls and gaining unrestricted access to protected system resources and user data.

Affected Products

  • Shirt Pocket SuperDuper! version 3.10 and earlier
  • All macOS installations running vulnerable SuperDuper! versions

Discovery Timeline

  • 2025-12-01 - CVE-2025-61229 published to NVD
  • 2025-12-08 - Last updated in NVD database

Technical Details for CVE-2025-61229

Vulnerability Analysis

This vulnerability carries a CVSS v3.1 base score of 7.8 (High) with the vector string CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. The scoring reflects:

  • Attack Vector (AV:L): Local access required - attacker must have local system access
  • Attack Complexity (AC:L): Low complexity - exploitation is straightforward
  • Privileges Required (PR:L): Low privileges - standard user account is sufficient
  • User Interaction (UI:N): None required - exploitation is autonomous
  • Impact: High confidentiality, integrity, and availability impact

The vulnerability is classified under CWE-276 (Incorrect Default Permissions) and CWE-284 (Improper Access Control), indicating fundamental security design flaws in how SuperDuper! manages task template files and script execution permissions.

According to EPSS (Exploit Prediction Scoring System), this vulnerability has a probability score of 0.012%, placing it in the 1.253 percentile, suggesting relatively low predicted exploitation activity at this time.

Root Cause

The root cause lies in SuperDuper!'s handling of task templates and preflight script configurations. The application stores task templates with insufficient access controls, allowing local users with standard privileges to modify these template files. When SuperDuper! executes backup operations, it processes these templates and runs associated preflight scripts with elevated privileges (root) and Full Disk Access entitlements.

The combination of weak file permissions on template storage locations and the privileged execution context of preflight scripts creates a classic privilege escalation vector. macOS grants SuperDuper! Full Disk Access to perform backup operations, and this access is inherited by any scripts executed within its operational context.

Attack Vector

The attack scenario proceeds as follows:

  1. A local attacker identifies the location of SuperDuper!'s default task template files
  2. The attacker modifies the template to include a malicious preflight script or alters an existing preflight script path to point to an attacker-controlled script
  3. When the legitimate user or scheduled task initiates a backup operation, SuperDuper! loads the modified template
  4. The malicious preflight script executes with root privileges and Full Disk Access, bypassing TCC protections
  5. The attacker gains persistent elevated access to the system, including access to protected directories like ~/Library/Application Support, Safari data, and other TCC-protected resources

The vulnerability mechanism involves modifying task template files stored in user-accessible locations. For detailed technical analysis, refer to the vendor's security update documentation at the release notes reference.

Detection Methods for CVE-2025-61229

Indicators of Compromise

  • Unexpected modifications to SuperDuper! task template files
  • Unusual preflight scripts referenced in backup configurations
  • Processes spawning from SuperDuper! with unexpected command-line arguments
  • Access to TCC-protected directories from unexpected parent processes
  • New or modified shell scripts in SuperDuper! configuration directories

Detection Strategies

File Integrity Monitoring:
Monitor SuperDuper! configuration and template directories for unauthorized modifications. Establish baselines for legitimate template files and alert on any changes.

Process Monitoring:
Track child processes spawned by SuperDuper! during backup operations. Legitimate preflight scripts should be well-documented and consistent. Unknown scripts or unexpected command execution warrants investigation.

TCC Access Auditing:
Review macOS Unified Logs for TCC access requests originating from SuperDuper! processes. Anomalous access patterns to protected resources may indicate exploitation.

SentinelOne Singularity Platform provides automated detection of privilege escalation attempts and unauthorized script execution through behavioral AI analysis. The platform monitors process trees and identifies suspicious parent-child relationships indicative of this attack pattern.

Monitoring Recommendations

Organizations should implement the following monitoring measures:

  1. Enable detailed logging for backup application activities
  2. Configure alerts for modifications to SuperDuper! configuration files
  3. Monitor for scripts executing with Full Disk Access entitlements
  4. Review backup schedules and associated preflight/postflight scripts regularly
  5. Implement endpoint detection and response (EDR) solutions to identify privilege escalation attempts

How to Mitigate CVE-2025-61229

Immediate Actions Required

  • Update SuperDuper! to version 3.11 or later immediately
  • Audit existing task templates and preflight scripts for unauthorized modifications
  • Review and restrict file permissions on SuperDuper! configuration directories
  • Temporarily disable preflight scripts until the patch is applied if upgrade is not immediately possible
  • Monitor systems for signs of exploitation using the detection methods outlined above

Patch Information

Shirt Pocket has released SuperDuper! version 3.11 which addresses this security vulnerability. The update is available through the vendor's official website and should be applied immediately to all affected systems.

Vendor Resources:

  • Product Page: https://shirt-pocket.com/SuperDuper/SuperDuperDescription.html
  • Security Update Release Notes: https://www.shirtpocket.com/blog/index.php/shadedgrey/comments/superduper_security_update_v311/

Organizations should prioritize this update for all macOS systems running SuperDuper! for backup operations, particularly in environments where multiple users have local access.

Workarounds

If immediate patching is not feasible, the following temporary mitigations can reduce risk:

  1. Restrict Template File Permissions: Manually set restrictive permissions on SuperDuper! task template directories to prevent modification by non-administrative users

  2. Disable Preflight Scripts: Review backup configurations and disable preflight script execution until the patch can be applied

  3. Limit Local User Access: Restrict local user accounts on systems running SuperDuper! to reduce the attack surface

  4. Implement Application Whitelisting: Use macOS application controls to restrict which scripts can execute in the context of backup operations

bash
# Verify SuperDuper! version and check for updates
# Navigate to SuperDuper! > About SuperDuper! to verify version 3.11+
# Or check via command line:
mdls -name kMDItemVersion /Applications/SuperDuper\!.app

# Review and restrict permissions on configuration directories
# Consult vendor documentation for specific paths

Note: These workarounds are temporary measures. Applying the official security patch (version 3.11) is the recommended permanent solution to fully remediate CVE-2025-61229.

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechShirt Pocket Superduper

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-276

  • CWE-284
  • Technical References
  • Not Applicable

  • Product

  • Release Notes
  • Related CVEs
  • CVE-2025-57489: SuperDuper! Privilege Escalation Flaw

  • CVE-2025-61228: Shirt Pocket SuperDuper! RCE Vulnerability
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