Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2019-5736-exp — Exploit for the CVE-2019-5736 runc vulnerability | Kitploit
Tools/GitHubGitHub/milloni/cve-2019-5736-exp
Vulnerability AnalysisExploitationPenetration TestingLearning & EducationContainer Escape
GitHubmilloni/cve-2019-5736-exp

cve-2019-5736-exp

Exploit for the CVE-2019-5736 runc vulnerability

View Repository
147 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

cve-2019-5736-exp

This is a proof-of-concept (PoC) exploit for the CVE-2019-5736 vulnerability in runc, the runtime used in Docker.

Disclaimer

I undertook this project as an exercise, for educational reasons and for fun. It should go without saying that I do not support unethical and/or illegal misuse of this code.

Description

The vulnerability was discovered by Adam Iwaniuk and Borys Popławski and described in this blog post. Thanks for the great research!

Usage

To build a malicious container:

root@kitploit:~
docker build .

Running this container will cause the runc binary to be overwritten with the contents of the payload file, i.e.

root@kitploit:~
docker run <image_id>

Next time runc is executed (e.g when a different container is run), the host will execute your payload.

Download Tool