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-2024-21626-POC | Kitploit
Tools/GitHubGitHub/zpxlz/cve-2024-21626-poc
Container SecurityVulnerability AnalysisExploitationCloud SecurityLearning & EducationContainer Escape
GitHubzpxlz/cve-2024-21626-poc

CVE-2024-21626-POC

View Repository
12 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-2024-21626-POC

Usage Instructions

For educational/research purposes only. Any behavior not related to education/research is at your own risk.

Usage

root@kitploit:~
docker build . -t cve-2024-21626
docker run -it --rm cve-2024-21626 bash /poc.sh
# Start another terminal
/bin/bash.copy

Note

Different docker/runc versions use different file descriptors. For example, with docker server:20.10.17 && runc version 1.1.2, use /proc/self/fd/9. The actual fd may change depending on the file opening order. The official documentation indicates that in most cases, /proc/self/fd/7 should be used.

Modification: Modify WORKDIR in Dockerfile to the corresponding value.

Prerequisites

The following conditions must be met simultaneously:

root@kitploit:~
1. Ability to create a container and specify a command to execute
2. Ability to specify the image used by the container

Vulnerability Principle

TODO

References

https://github.com/opencontainers/runc/security/advisories/GHSA-xr7r-f8xq-vfvv

https://github.com/opencontainers/runc/commit/2a4ed3e75b9e80d93d1836a9c4c1ebfa2b78870e

Download Tool