Skip to content

V1.0.0

Compare
Choose a tag to compare
@n132 n132 released this 29 Nov 19:53
· 33 commits to main since this release

Designed a new method to bypass the mitigation on glibcs after 2.35:

Compared to glibc<=2.35 there is mitigation implemented, which forbids the methods for the old library. However, we designed a method to bypass it and execute arbitrary code by once arbitrary write on Glibc's GOT table. This method performs Return Oriented Programming (ROP) attack on Global Offset Table (GOT).