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-poc — getshell test | Kitploit
Tools/GitHubGitHub/agppp/cve-2019-5736-poc
Privilege EscalationContainer SecurityVulnerability AnalysisExploitationContainer Escape
GitHubagppp/cve-2019-5736-poc

cve-2019-5736-poc

getshell test

View Repository
767 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

To run:

  • (1). edit poc command in stage2.c
  • (2). build docker docker build -t cve .
  • (3). run docker docker run -d cve /bin/bash -c "tail -f /dev/null"
  • (4). backup docker-runc cp /usr/bin/docker-runc /usr/bin/docker-runc.bak
  • (5). docker exec -it docker-id /bin/bash
  • (6). in docker run cd /root && ./run.sh && exit
  • (7). docker exec -it docker-id /bin/bash,bingo!!
root@kitploit:~
run `strings /usr/bin/docker-runc | tail -n 2` view docker-runc  
root@kitploit:~
run  `cp /usr/bin/docker-runc.bak /usr/bin/docker-runc` recovery docker-runc
Download Tool