
Windows utility that uses the vulnerable WiseDelfile64.sys driver affected by CVE-2025-66680 to enable kernel-assisted file deletion.
A lightweight Windows utility that loads the WiseDelfile64.sys kernel driver, performs the required device handshake, and issues IOCTL requests to delete files that cannot be removed through standard Windows APIs.
This project demonstrates how CVE-2025-66680, can be used to invoke the driver's file deletion functionality from user mode after loading the driver.
WiseDelfile64.sys at runtime.-folder flag.WiseDelete.exe <full_path> [-folder]
WiseDelete.exe "C:\Path\locked.file"
WiseDelete.exe "C:\Path\Folder" -folder
WiseDelete.exe "C:\Path\locked.file,C:\Path\locked2.file"
WiseDelfile64.sys located in the same directory as the executableThis tool is provided for educational and research purposes only. The author is not responsible for any misuse.
This project is released under the MIT License.