Exploiting ELF Expansion Variables
backtrace.io
Exploiting ELF Expansion Variables
1–5 of 5 posts
Re: Exploiting ELF Expansion Variables
#2Re: Exploiting ELF Expansion Variables
#3> NOTE: Various Linux distributions have incorporated patches that restrict symbolic link behavior, preventing security vulnerabilities such as the one we are about to demonstrate.
Linux distributions also restrict hardlink behavior, which addresses this issue. This seems like the key point. In current Linux, by default, you can't create a hardlink to someone else's file, setuid or otherwise.
Re: Exploiting ELF Expansion Variables
#4> In IllumOS non-privileged users are allowed to create hard links of setuid executables which is necessary in order for exploitation of this vulnerability to achieve privileged code execution. > NOTE: Various Linux distributions have incorporated patches that restrict symbolic link behavior, preventing security vulnerabilities such as the one we are about to demonstrate. Linux distributions also restrict hardlink be…
Re: Exploiting ELF Expansion Variables
#5[0] http://android-developers.blogspot.de/2016/06/android-change...