RunC Privilege Escalation
Last updated
Last updated
Learn & practice AWS Hacking: Learn & practice GCP Hacking:
If you want to learn more about runc check the following page:
If you find that runc
is installed in the host you may be able to run a container mounting the root / folder of the host.
This won't always work as the default operation of runc is to run as root, so running it as an unprivileged user simply cannot work (unless you have a rootless configuration). Making a rootless configuration the default isn't generally a good idea because there are quite a few restrictions inside rootless containers that don't apply outside rootless containers.
Learn & practice AWS Hacking: Learn & practice GCP Hacking:
Check the !
Join the 💬 or the or follow us on Twitter 🐦 .
Share hacking tricks by submitting PRs to the and github repos.