Lucene search
+L

136 matches found

Kitploit
Kitploit
added 2026/09/06 10:05 p.m.5 views

poc-cve-2019-5736

PoC-CVE-2019-5736 PoC for CVE-2019-5736...

9.3CVSS7AI score0.98452EPSS
SaveExploits35
Kitploit
Kitploit
added 2026/09/06 4:38 p.m.5 views

cve_2019-5736-PoC

CVE-2019-5736 PoC This repository contains a C-based proof-of-concept exploit for CVE-2019-5736. This vulnerability allows a malicious Docker container to overwrite the host's runc binary and execute arbitrary commands on the host with root privileges – fully compromising the host system. Inspire...

9.3CVSS7.1AI score0.98452EPSS
SaveExploits35References1
Kitploit
Kitploit
added 2026/09/06 3:48 p.m.57 views

whoc

whoc A container image that extracts the underlying container runtime and sends it to a remote server. Poke at the underlying container runtime of your favorite CSP container platform! WhoC at Defcon 29 Cloud Village Azurescape - whoc-powered research, the first cross-account container takeover i...

9.3CVSS7.2AI score0.98452EPSS
SaveExploits35References1
Kitploit
Kitploit
added 2026/09/06 9:23 a.m.323 views

botb

Break out the Box BOtB BOtB is a container analysis and exploitation tool designed to be used by pentesters and engineers while also being CI/CD friendly with common CI/CD technologies. What does it do? BOtB is a CLI tool which allows you to: Exploit common container vulnerabilities Perform commo...

7AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/06 6:28 a.m.5 views

CVE-2019-5736

इस रिपॉजिटरी में README नहीं है।...

9.3CVSS6.9AI score0.98452EPSS
SaveExploits35
Kitploit
Kitploit
added 2026/09/06 5:37 a.m.8 views

Docker-breakout-runc

Docker breakout via runc Originally from : https://github.com/Frichetten/CVE-2019-5736-PoC. This repo is simply me messing around with the PoC and attempting to figure the exploit's flow...

9.3CVSS7AI score0.98452EPSS
SaveExploits35References1
Kitploit
Kitploit
added 2026/09/06 5:24 a.m.5 views

Docker-Escape-Miner

Using a published Docker exploit to gain root access and run a bitcoin mining script This uses two open source libraries: nightminer by @ricmoo for python bitcoin mining RunC-CVE-2019-5736 by @twistlock for the docker escape System Requirements This was tested on Kali Linux, with Docker version...

9.3CVSS7AI score0.98452EPSS
SaveExploits35
Kitploit
Kitploit
added 2026/09/04 5:44 p.m.3 views

POC-CVE-2019-5736

RunC-CVE-2019-5736 वीडियो : https://bit.ly/2WqvILb ब्लॉग पोस्ट : www.idealhax.blogspot.com/2020/05/breaking-out-of-docker-via-runc.html यहाँ मैं यह उल्लेख करना चाहूँगा कि इस एक्सप्लॉइट का मूल डेवलपर Twistlock Labs में Yuval Avrahami है। POCs चलाना ध्यान दें कि POCs चलाने से होस्ट पर runC बाइनरी...

9.3CVSS6.9AI score0.98452EPSS
SaveExploits35
Kitploit
Kitploit
added 2026/09/02 9:46 a.m.6 views

CVE-2019-5736-Custom-Runtime

CVE-2019-5736-Custom-Sandbox General CVE-2019-5736 implemented using a shallow, self-written container runtime to understand the exploit. Exploit is based on and almost all copied from the runc-poc by twistlock: https://github.com/twistlock/RunC-CVE-2019-5736/tree/master/maliciousimagePOC Contain...

9.3CVSS7.1AI score0.98452EPSS
SaveExploits35References1
Kitploit
Kitploit
added 2026/09/02 4:03 a.m.5 views

CVE-2019-5736-PoC-2

Overview The exploit from the following repository adapted to run in a Docker image. https://github.com/feexd/pocs Usage Building the Image root@kitploit: $ git clone https://github.com/k-onishi/CVE-2019-5736-PoC $ cd CVE-2019-5736-PoC $ make $ sudo docker build -t poc . Execution Run the contain...

9.3CVSS7.1AI score0.98452EPSS
SaveExploits35References1
Kitploit
Kitploit
added 2026/09/02 12:18 a.m.7 views

cve-2019-5736-reproducer

CVE-2019-5736 reproducer This allows you to confirm RunC-CVE-2019-5736 works on your KVM instance. Workflow overview Build the docker.io related packages vulerable to CVE-2019-5736 in this repo Launch an Ubuntu 18.04 KVM instance on LXD Install the vulnerable .deb packages in the VM Try the...

9.3CVSS7.1AI score0.98452EPSS
SaveExploits35References2
Kitploit
Kitploit
added 2026/09/01 11:51 p.m.4 views

CVE-2019-5736

This repository does not have a README...

9.3CVSS6.9AI score0.98452EPSS
SaveExploits35
Kitploit
Kitploit
added 2026/09/01 8:45 p.m.5 views

cve-2019-5736-poc

CVE-2019-5736 प्रूफ ऑफ कॉन्सेप्ट यह होस्ट runc बाइनरी में एक स्ट्रिंग जोड़ता है। अपना पेलोड स्वयं लाएँ stage2.c देखें। चलाने के लिए: root@kitploit: docker build -t cve . docker run cve strings /usr/bin/docker-runc | tail -n 2...

9.3CVSS7.1AI score0.98452EPSS
SaveExploits35
Kitploit
Kitploit
added 2026/09/01 7:43 p.m.4 views

Docker-Runc-Exploit

Docker-Runc-Exploit Docker runc CVE-2019-5736 exploit Dockerfile. Credits : https://github.com/Frichetten/CVE-2019-5736-PoC.git...

9.3CVSS7AI score0.98452EPSS
SaveExploits35References1
Kitploit
Kitploit
added 2026/09/01 5:13 p.m.5 views

cve-2019-5736-exp

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...

9.3CVSS7.1AI score0.98452EPSS
SaveExploits35
Kitploit
Kitploit
added 2026/08/31 12:08 p.m.6 views

RunC-CVE-2019-5736

RunC-CVE-2019-5736 Two PoCs for CVE-2019-5736. See Twistlock Labs for an explanation of CVE-2019-5736 and the PoCs. The malicious image PoC is heavily based on q3k’s PoC, so all credit goes to him. Running the PoCs Note that running the PoCs will overwrite the runc binary on the host. It is...

9.3CVSS7.1AI score0.98452EPSS
SaveExploits35References1
Tenable Nessus
Tenable Nessus
added 2026/08/05 12:00 a.m.9 views

Photon OS 5.0: Kapacitor PHSA-2023-5.0-91-0045

An update of the kapacitor package has been released. %NASLMINLEVEL 80900 C Tenable, Inc. The descriptive text and package checks in this plugin were extracted from VMware Security Advisory PHSA-2023-5.0-91-0045. The text itself is copyright C VMware, Inc. include'compat.inc'; if description...

9.8CVSS7.4AI score0.98452EPSS
SaveExploits49References25
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:00 a.m.6 views

MiracleLinux 7 : runc-1.0.0-59.dev.git2abd837.el7 (AXSA:2019-3769:03)

The remote MiracleLinux 7 host has a package installed that is affected by a vulnerability as referenced in the AXSA:2019-3769:03 advisory. Security Fix - runc /proc/self/exe docker exec root runc root CVE-2019-5736 CVEJVNhttp://jvndb.jvn.jp/ Tenable has extracted the preceding description block...

9.3CVSS7.1AI score0.98452EPSS
SaveExploits35References2
EUVD
EUVD
added 2025/10/07 12:30 a.m.19 views

EUVD-2019-4094

Malware in sbrugna...

9.3CVSS8AI score0.02033EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:30 a.m.14 views

EUVD-2020-6450

Malware in sbrugna...

9.3CVSS6.9AI score0.98452EPSS
SaveExploits35References7
Rows per page
Query Builder