Fork of https://github.com/hakaioffsec/CVE-2024-21338# CVE-2024-21338
Local Privilege Escalation from Admin to Kernel vulnerability on Windows 10 and Windows 11 operating systems with HVCI enabled.
## Compiling
- Use Microsoft Visual Studio with the C++ package to successfully compile the PoC on both `Release` and `Debug` modes.
## Post
Original blog post: https://hakaisecurity.io/cve-2024-21338-from-admin-to-kernel-through-token-manipulation-and-windows-kernel-exploitation/research-blog/
[4.0K] /data/pocs/950281bd3ad0056beca894386f2da9833d1b3f46
├── [1.0K] CVE-2024-21338-POC.sln
├── [ 34K] LICENSE
├── [ 443] README.md
└── [4.0K] src
├── [3.0K] console.hpp
├── [5.4K] CVE-2024-21338-POC.vcxproj
├── [ 543] CVE-2024-21338-POC.vcxproj.filters
├── [ 12K] impersonate.cpp
├── [ 865] impersonate.hpp
├── [ 666] main.cpp
├── [ 19] pch.cpp
├── [ 183] pch.hpp
├── [1.3M] phnt.h
├── [ 14K] poc.cpp
└── [2.2K] poc.hpp
1 directory, 14 files