Skip to content

Releases: n132/Libc-GOT-Hijacking

libstdc++ is in the scope

18 Dec 02:02
49404e7
Compare
Choose a tag to compare
  • Found the skill works for libstdc++ (tested on the latest Ubuntu LTS)
  • Add a demo for C++ lib got hijacking

V1.1.0

10 Dec 07:00
Compare
Choose a tag to compare

First Stable Version.

V1.0.0

29 Nov 19:53
Compare
Choose a tag to compare

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