
Advanced PoC & Research for CVE-2026-0828 (Safetica) and CVE-2025-7771 (ThrottleStop). Analysis of BYOVD (Bring Your Own Vulnerable Driver) TTPs for Ring 0 process termination and physical memory R/W. Researching EDR-Killer patterns, PPL bypasses, and kernel-mode primitives used by MedusaLocker and other threat actors.
Strictly educational / security research repository.
Goal: Document and understand Bring-Your-Own-Vulnerable-Driver (BYOVD) techniques via public disclosures — zero working exploits included.
This repo collects:
EDR/AV products increasingly protect their own processes (PPL, protected process light, restricted tokens).
Attackers bypass via BYOVD: drop a legitimate-but-vulnerable signed driver → abuse weak IOCTL handlers → achieve kernel-level arbitrary process kill / memory r/w / etc.
This repo helps red/blue teams:
src/0xPoC.c
Safe, read-only process enumeration — lists common EDR/AV/EDR service names. First recon step before any hypothetical advanced technique.
drivers/0xhashes.md
Artifact Identification — Contains SHA256 verification and links to public research mirrors. This repo does not host binary drivers.
ProcessMonitorDriver.sys (Safetica Endpoint Client x64)drivers/0xhashes.mdDetailed notes → research/0xsafetica-cve-2026-0828.md
MedusaLocker (RaaS since 2019) operators have weaponized ThrottleStop.sys (TechPowerUp CPU throttling tool driver) in real-world attacks, most notably a Brazilian incident (analyzed by Kaspersky, Aug 2025). This shows a more advanced BYOVD flow compared to simple IOCTL kills.
ThrottleStop.sys (renamed to ThrottleBlood.sys by attackers), signed by TechPowerUp (DigiCert EV, 2020 cert)MmMapIoSpace. No proper access checks → user-mode app can patch kernel memory and invoke ring-0 functions.ThrottleBlood.sys) as service → create device \\.\ThrottleStopAll.exe or similar) to send vulnerable IOCTLs (e.g., codes like 0x80006498 read / 0x8000649C write)NtQuerySystemInformation(SystemModuleInformation)NtAddAtom) with shellcode hookPsLookupProcessById + PsTerminateProcess → mass-kill AV/EDR processes (hardcoded list: MsMpEng.exe, CSFalconService.exe, ekrn.exe, etc.)Detailed technical breakdown → research/0xthrottlestop-medusalocker.md
Primary source: Kaspersky Securelist (Aug 2025) — https://securelist.com/av-killer-exploiting-throttlestop-sys/117026/
Broader BYOVD trends → dozens of signed vulnerable drivers abused 2024–2026 (see research/0xbyovd-patterns.md)
# From Developer Command Prompt (VS)
cl.exe /EHsc /W4 src/0xPoC.c
0xPoC.exe