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
Tools/GitHubGitHub/louisliunova/cve-2019-14271_exploit
Vulnerability AnalysisExploitationLearning & EducationContainer EscapeLabs & Practice
GitHublouisliunova/cve-2019-14271_exploit

CVE-2019-14271_Exploit

A convenient and time-saving auto script of building environment and exploit it.

View Repository
1132 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-14271_Exploit

A convenient and time-saving auto script of building environment and exploit it.

References

https://github.com/Metarget/metarget

https://github.com/Metarget/metarget/tree/master/writeups_cnv/docker-cve-2019-14271

https://github.com/thomasyang1207/Exploits/tree/master/CVE_2019_14271

Usage

root@kitploit:~
chmod 777 Exploit.sh
chmod 777 Install_env.sh
sudo ./Install_env.sh
sudo ./Exploit.sh

If the image has been built, run Exploit.sh only for reuse.

Now you have entered the container cve-14271 and see:

root@kitploit:~
root@d9b5a334a0e9:/# ls
bin         breakout  home     lib32   logs   opt   run   sys  var
boot        dev       host_fs  lib64   media  proc  sbin  tmp
break_logs  etc       lib      libx32  mnt    root  srv   usr

Enter host_fs and you will find the host's root directory has been mounted here and you escape successfully. You can act as a root user in the host machine.

Download Tool