Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 416 Bytes

File metadata and controls

18 lines (11 loc) · 416 Bytes

CVE-2021-22555: Turning \x00\x00 into 10000$

This Proof-Of-Concept demonstrates the exploitation of CVE-2021-22555.

Technical details

Technical details about the exploit is available at writeup.md.

Usage

$ gcc -m32 -static -o exploit exploit.c
$ ./exploit

Credits

Andy Nguyen (theflow@)