/pwn2own2021_exploit

Exploit for CVE-2021_33751 used in PWN2OWN2021 by @synacktiv

Primary LanguageC

This is an exploit for the bug used in PWN2OWN2021 by the @synacktiv team to get a privilege escalation in one th estorage management drivers(Spaceport.sys). This bug causes causes an overflow in nonpaged pool memeory. This is my first attempt to write an exploit for windows so, the success rate of exploit working is not much. And also the variables have shitty names and I know it!

Credits go the @synacktiv team for their extensive research in modern exploitation of pool memory overflow in Windows , cause it helped me a lot in writing this exploit.