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

CVE-2025-46684: Dell SupportAssist Insecure File Vulnerability

CVE-2025-46684 is an insecure temporary file permissions flaw in Dell SupportAssist OS Recovery that enables information tampering by local attackers. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-46684 Overview

CVE-2025-46684 is a Creation of Temporary File With Insecure Permissions vulnerability (CWE-378) affecting Dell SupportAssist OS Recovery versions prior to 5.5.15.1. This vulnerability allows a low-privileged attacker with local access to potentially exploit insecure file permissions on temporary files, leading to information tampering.

Critical Impact

Local attackers with low privileges can tamper with sensitive information through insecurely permissioned temporary files, potentially compromising system integrity and availability.

Affected Products

  • Dell SupportAssist OS Recovery versions prior to 5.5.15.1

Discovery Timeline

  • 2026-01-13 - CVE CVE-2025-46684 published to NVD
  • 2026-01-13 - Last updated in NVD database

Technical Details for CVE-2025-46684

Vulnerability Analysis

This vulnerability stems from improper handling of temporary file permissions in Dell SupportAssist OS Recovery. When the application creates temporary files during its recovery operations, it fails to apply restrictive permissions, leaving these files accessible to unauthorized local users. The vulnerability requires local access and user interaction for successful exploitation, but once exploited, can result in high impact to both integrity and availability of the affected system.

The attack is categorized under CWE-378 (Creation of Temporary File With Insecure Permissions), which occurs when an application creates a temporary file with permissions that allow other users to read or modify the file's contents. In the context of Dell SupportAssist OS Recovery, this could allow an attacker to manipulate recovery-related data.

Root Cause

The root cause lies in the application's failure to set appropriate restrictive permissions when creating temporary files during OS recovery operations. Instead of creating temporary files with permissions restricted to the application or the executing user, the files are created with overly permissive access rights, enabling other local users to read and modify their contents.

Attack Vector

The attack requires local access to the system and a low-privileged user account. An attacker must identify and access the insecurely permissioned temporary files created by Dell SupportAssist OS Recovery. The attack scenario typically involves:

  1. A low-privileged user monitors for temporary file creation during SupportAssist OS Recovery operations
  2. The attacker accesses the temporary files due to their insecure permissions
  3. The attacker modifies the contents of these files to tamper with recovery data
  4. When the legitimate recovery process reads these tampered files, the modified data is processed, potentially leading to integrity and availability impacts

This vulnerability requires user interaction for exploitation, suggesting the attack timing may need to coincide with specific user or system activities.

Detection Methods for CVE-2025-46684

Indicators of Compromise

  • Unexpected modifications to temporary files in system temp directories associated with Dell SupportAssist OS Recovery
  • Anomalous file access patterns to SupportAssist-related temporary files by non-privileged processes
  • File integrity monitoring alerts on temporary directories used by Dell recovery utilities

Detection Strategies

  • Implement file integrity monitoring (FIM) on directories where Dell SupportAssist OS Recovery creates temporary files
  • Monitor for suspicious process access to temporary files with overly permissive ACLs
  • Enable advanced auditing on Windows systems to track file permission changes and access events
  • Deploy endpoint detection and response (EDR) solutions to identify unusual local file manipulation patterns

Monitoring Recommendations

  • Configure SentinelOne agents to monitor file operations in common temporary directories (%TEMP%, %TMP%, system temp folders)
  • Set up alerts for low-privileged accounts accessing or modifying files created by Dell SupportAssist processes
  • Review Windows Security Event logs for Event ID 4663 (object access) related to SupportAssist temporary files

How to Mitigate CVE-2025-46684

Immediate Actions Required

  • Update Dell SupportAssist OS Recovery to version 5.5.15.1 or later immediately
  • Audit systems for signs of exploitation, particularly unauthorized modifications to recovery-related temporary files
  • Restrict local access to systems running vulnerable versions until patching is complete
  • Review and harden file system permissions on directories used by Dell SupportAssist

Patch Information

Dell has released a security update addressing this vulnerability. Systems running Dell SupportAssist OS Recovery should be updated to version 5.5.15.1 or later. For complete patch details and download information, refer to the Dell Security Advisory DSA-2025-456.

Workarounds

  • Restrict local system access to only trusted users until the patch can be applied
  • Implement strict access controls on temporary directories used by Dell SupportAssist OS Recovery
  • Use application whitelisting to prevent unauthorized processes from accessing SupportAssist temporary files
  • Monitor and audit temporary file creation activities on systems where immediate patching is not feasible

If immediate patching is not possible, organizations should consider temporarily disabling Dell SupportAssist OS Recovery functionality until the update can be applied, weighing this against operational recovery requirements.

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechDell

  • SeverityMEDIUM

  • CVSS Score6.6

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-378
  • Technical References
  • Dell Security Advisory DSA-2025-456
  • Related CVEs
  • CVE-2026-28261: Dell ECS & ObjectScale Log Vulnerability

  • CVE-2026-26948: Dell iDRAC Information Disclosure Flaw

  • CVE-2026-24508: Dell AWCC Information Disclosure Flaw

  • CVE-2026-22274: Dell ECS Information Disclosure 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