Introduction This blogpost is the second and final part of our Avast research and will focus on the exploitation of CVE-2025-13032, a double-fetch vulnerability we discovered in Avast’s kernel driver. This post recaps the bug and walks through how we exploited it on an up-to-date Windows 11 system at the time of the finding. Feel free to read the first part if you missed it → https://www.safateam.com/intelligence-hub/research/technical-articles/cve-2025-13032-entering-and-breaking-the-avast-antivirus-sandbox-part-1 Note: In the latest version the windows kernel and drivers are using user-mode accessors ( https://learn.microsoft.com/en-us/windows-hardware/drivers/kernel/user-mode-accessors ) to verify each kernel access to user-mode memory and ensure at each access that user-buffers are in fact reside in userspace.…