
Proof-of-concept exploit for CVE-2014-4076 targeting Windows Server 2003 tcpip.sys driver to escalate privileges from Administrator to SYSTEM. Written in C++.
This proof of concept directly copied from its original python version and rewritten in C++.
This project is built with Visual Studio 2013 Update 4.
Only users that in Administrators group can open the device and perform IO controls, which means the exploit only escalate Administrators to SYSTEM, and does not help in a webshell environment at all.
Special thanks to @KingsleyChen for help.