Skip to content

Latest commit

 

History

History

cve-2021-22555

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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@)