The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-66680

CVE-2025-66680: Wise Force Deleter Path Traversal Flaw

CVE-2025-66680 is a path traversal vulnerability in Wisecleaner Wise Force Deleter that lets attackers delete arbitrary files through crafted requests. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2025-66680 Overview

CVE-2025-66680 is a high-severity vulnerability affecting the WiseDelfile64.sys kernel driver component of WiseCleaner Wise Force Deleter version 7.3.2 and earlier. This vulnerability allows local attackers with low privileges to delete arbitrary files on the system by sending specially crafted requests to the vulnerable driver. The flaw stems from improper link resolution (CWE-59), enabling attackers to abuse symlink or junction point mechanisms to target files outside of intended directories.

Critical Impact

Attackers can leverage this vulnerability to delete critical system files, security software components, or audit logs, potentially leading to system instability, denial of service, or facilitating further attacks by disabling security controls.

Affected Products

  • WiseCleaner Wise Force Deleter version 7.3.2 and earlier
  • Systems with WiseDelfile64.sys driver installed
  • Windows operating systems running the affected software

Discovery Timeline

  • 2026-03-03 - CVE-2025-66680 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2025-66680

Vulnerability Analysis

This vulnerability resides in the WiseDelfile64.sys kernel driver, which is a component of Wise Force Deleter—a utility designed to forcefully delete locked or stubborn files on Windows systems. The driver operates at the kernel level with elevated privileges to bypass file locks and access restrictions that prevent normal file deletion.

The core issue is an improper link resolution vulnerability (CWE-59), where the driver fails to properly validate or canonicalize file paths before performing deletion operations. This allows an attacker to craft malicious requests that include symbolic links, junction points, or other path manipulation techniques to redirect the deletion operation to arbitrary files on the filesystem.

Since the driver runs with kernel-level privileges, it can delete files that the calling user would not normally have permission to remove. This includes protected system files, security software components, and files owned by other users or system processes.

Root Cause

The root cause of CVE-2025-66680 is insufficient input validation in the WiseDelfile64.sys driver when processing file deletion requests. The driver does not properly resolve symbolic links or junction points before performing the deletion operation, allowing attackers to abuse the TOCTOU (Time-of-Check to Time-of-Use) race condition window or directly pass symlinked paths to target arbitrary files. This is a classic example of CWE-59: Improper Link Resolution Before File Access.

Attack Vector

The attack requires local access to the system with low-level user privileges. An attacker can exploit this vulnerability by:

  1. Creating a symbolic link or junction point that points to a target file (e.g., a critical system file or security software component)
  2. Invoking the Wise Force Deleter driver through its exposed interface (typically via DeviceIoControl)
  3. Passing the symlink path to the driver for deletion
  4. The driver follows the symlink and deletes the actual target file with kernel-level privileges

The vulnerability does not require user interaction and can be exploited programmatically. Technical details and proof-of-concept information can be found in the GitHub PoC Repository.

Detection Methods for CVE-2025-66680

Indicators of Compromise

  • Unexpected deletion of system files, security software components, or log files
  • Creation of suspicious symbolic links or junction points in user-writable directories
  • Unusual DeviceIoControl calls to the WiseDelfile64.sys driver from non-standard processes
  • System instability or crashes following file integrity check failures

Detection Strategies

  • Monitor for symbolic link or junction point creation in user-controlled directories followed by interactions with the WiseDelfile64.sys driver
  • Implement file integrity monitoring on critical system files and security software directories
  • Deploy endpoint detection rules that alert on DeviceIoControl calls to the Wise Force Deleter driver from unexpected processes
  • Track process lineage to identify suspicious applications communicating with the vulnerable driver

Monitoring Recommendations

  • Enable Windows Security Event logging for object access and handle manipulation events
  • Configure SentinelOne Deep Visibility to monitor driver interactions and file system operations
  • Implement real-time alerts for deletion of files in protected directories such as C:\Windows\System32 and security software installation paths
  • Monitor for privilege escalation attempts that may follow arbitrary file deletion attacks

How to Mitigate CVE-2025-66680

Immediate Actions Required

  • Review systems for installations of WiseCleaner Wise Force Deleter version 7.3.2 or earlier
  • Consider temporarily uninstalling or disabling the affected software until a patch is available
  • Restrict local access to systems where the vulnerable driver is installed
  • Implement application allowlisting to prevent unauthorized processes from interacting with the driver

Patch Information

As of the last update on 2026-03-05, no vendor patch has been released for this vulnerability. Users should monitor the WiseCleaner official website for security updates. The vulnerability affects Wise Force Deleter version 7.3.2 and all earlier versions.

Workarounds

  • Uninstall Wise Force Deleter if the functionality is not critical to operations
  • Use Windows built-in file management tools or alternative software that does not have known vulnerabilities
  • Implement strict access controls to limit which users can execute or interact with the driver
  • Deploy SentinelOne endpoint protection with behavioral detection enabled to identify and block exploitation attempts
  • Consider blocking the WiseDelfile64.sys driver via device installation policies if the software cannot be removed
bash
# Example: Check for vulnerable driver installation
sc query WiseDelfile64
# If present and running, consider stopping the service
sc stop WiseDelfile64
# Disable automatic startup
sc config WiseDelfile64 start= disabled

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechWisecleaner

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.02%

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

  • WiseCleaner Tool Overview
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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