eab62c18c6 | ||
---|---|---|
.. | ||
Error.h | ||
KernelRoutines.h | ||
LICENSE | ||
LockedMemory.h | ||
Native.asm | ||
Native.h | ||
NtDefines.h | ||
README.md | ||
cve-2018-8897-exe.cpp | ||
cve-2018-8897-exe.sln | ||
cve-2018-8897-exe.vcxproj | ||
cve-2018-8897-exe.vcxproj.filters |
README.md
CVE-2018-8897
Demo exploitation of the POP SS vulnerability (CVE-2018-8897), leading to unsigned code execution with kernel privilages.
- KVA Shadowing should be disabled and the relevant security update should be uninstalled.
- This may not work with certain hypervisors (like VMWare), which discard the pending #DB after INT3.
Detailed explanation:
https://blog.can.ac/2018/05/11/arbitrary-code-execution-at-ring-0-using-cve-2018-8897/