Lucene search
+L

10998 matches found

Kitploit
Kitploit
added 2026/09/16 9:45 a.m.10 views

CVE-2022-0944

CVE-2022-0944 SQLPad - Template injection This is a blind vulnerability, meaning that the output is directly returned in the response. Exploit Use the script with the following command: python3 exploit.py --url http://localhost:13000 --command 'ls -la /tmp/test' --username admin --password passwo...

9.1CVSS8AI score0.08669EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/16 7:28 a.m.11 views

cve-2023-0669-simulation

Project Structure cve-2023-0669-simulation/ ├── docker-compose.yml ├── attacker/ │ ├── Dockerfile │ └── CVE20230669helper.java ├── vulnerable/ │ ├── Dockerfile │ └── VulnerableServer.java ├── listener/ │ ├── Dockerfile │ └── server.py └── received/ ← created automatically exfiltration 2. Start th...

7.2CVSS7.8AI score0.99999EPSS
SaveExploits12
Kitploit
Kitploit
added 2026/09/16 5:27 a.m.11 views

CVE-2020-11492

CVE-2020-11492 Proof-of-Concept PoC for Docker Desktop for Windows privilege escalation vulnerability. This vulnerability was patched in Docker version 2.3.0.2 on May 11th, 2020. This PoC performs the following: creates a named pipe mimicking docker named pipe \.\pipe\dockerLifecycleServer, call...

7.8CVSS7.5AI score0.00935EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/16 4:14 a.m.4 views

Dirty-COW-CVE-2016-5195-

Dirtyc0w Docker POC Prerequisites: Vagrant installed How to use Firstly clone the project git clone https://github.com/BrolyCode/Dirty-Cow.git Get into the folder cd Dirty-Cow Then run up the environment with the command root@kitploit: vagrant up Once the server is built, we will ssh into it...

7.2CVSS7.5AI score0.83524EPSS
SaveExploits92
Kitploit
Kitploit
added 2026/09/16 4:03 a.m.13 views

cve-2022-0778

cve-2022-0778 bad server root@kitploit: go run server/main.go --addr 127.0.0.1:12345 cd test && testserver.sh docker stat bad client root@kitploit: cd test && testclient.sh go run client/main.go --network tcp --addr 127.0.0.1:12345 docker stat build root@kitploit: docker build -t cve-2022-0778...

7.5CVSS7.2AI score0.73188EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/16 4:03 a.m.9 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.3AI score0.98452EPSS
SaveExploits35References1
Kitploit
Kitploit
added 2026/09/16 3:33 a.m.14 views

POC-CVE-2026-23520

CVE-2026-23520 — Arcane Lifecycle Label RCE OS Command Injection in Arcane Docker Management 1.13.0 Overview Arcane is a modern, web-based Docker management platform. Versions prior to 1.13.0 are vulnerable to an authenticated Remote Code Execution RCE via OS command injection in the updater...

9CVSS8.3AI score0.01874EPSS
SaveExploits6
Kitploit
Kitploit
added 2026/09/16 3:29 a.m.7 views

CVE-2026-50055

cve-id Donate Support the maintenance of this project with PayPal or by scanning the QR code below. ⚡ Simple Usage Use this project only in safe and authorized environments such as: Local virtual machines Docker containers Isolated lab setups Authorized penetration testing environments Example...

8.7AI score
SaveExploits1
Kitploit
Kitploit
added 2026/09/16 3:20 a.m.10 views

log4jtest

Introduction This repository is setup to quickly test the log4j vulnerability using Docker and Hashicorp Terraform. All of the components of this test will run in Docker containers on the Docker network, accessible via 'host.docker.internal'. Credits / Disclaimer This test environment is derived...

8.3AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/16 3:18 a.m.12 views

CVE-2021-41773

CVE-2021-41773 Docker root@kitploit: $ sudo docker build -t . $ sudo docker run -d -t -p 80:80 --name /bin/bash $ sudo docker exec -it ./bin/apachectl -k restart To access docker container for custom config file root@kitploit: $ docker exec -it /bin/bash file config in...

9.8CVSS8.4AI score0.99992EPSS
SaveExploits167
Kitploit
Kitploit
added 2026/09/16 2:35 a.m.10 views

CVE-2025-68613-n8n-lab

CVE-2025-68613 Local n8n Lab This repository provides a simple Docker Compose setup that runs a vulnerable n8n instance for local testing of CVE-2025-68613. Requirements Docker Desktop or Docker Engine Docker Compose v2 Quick start 1. Start the container: root@kitploit: docker compose up -d 2. Op...

9.9CVSS8.6AI score0.99105EPSS
SaveExploits33
Kitploit
Kitploit
added 2026/09/16 2:03 a.m.8 views

cve-2024-41110-checker

CVE-2024-41110 Docker Security Checker This tool is designed to check multiple hosts for vulnerabilities related to CVE-2024-41110 in Docker installations. It specifically looks for vulnerable Docker versions and the use of AuthZ plugins, which can potentially lead to security issues. Features...

9.9CVSS7.3AI score0.16496EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 1:15 a.m.13 views

cve-2022-24112

Apache APISIX 2.12.1 Remote Code Execution and Docker Lab Let's clone using gitclone this repository, then we can navigate to apisix-docker/examples. In this docker-compose.yml file, we already change into image: apache/apisix:2.12.0-alpine, because the vulnerability in this version, then let's...

9.8CVSS8.6AI score0.96069EPSS
SaveExploits16
Kitploit
Kitploit
added 2026/09/16 12:46 a.m.15 views

CVE-2021-43798

Subir o lab docker compose up -d Poc: python3 CVE-2021-43798.py IP PORT By: https://www.linkedin.com/in/steven-guimaraes-29aa79212/...

7.5CVSS8.3AI score0.88503EPSS
SaveExploits48
Kitploit
Kitploit
added 2026/09/15 11:53 p.m.6 views

cve-2023-30212

cve-2023-30212 PoC for CVE-2023-30212 using Docker CVE-2023-30212 Environment Setup and PoC Report 📌 Overview This report details the direct construction of a Docker-based vulnerable web environment for CVE-2023-30212, a vulnerability not present in Vulhub, and demonstrates the vulnerability...

6.1CVSS6.7AI score0.08115EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/09/15 11:51 p.m.7 views

docker-cve-2022-39253-poc

docker host file read using cve-2022-39253 poc PoC reproduce environment root@kitploit: $ docker run --name=cve-2022-39253 -ti -d ssst0n3/dockerarchive:gitcve-2022-39253 $ docker attach --detach-keys ctrl-x cve-2022-39253 use ctrl-x to exit container's terminal wait minutes for environment starti...

5.5CVSS6.8AI score0.01278EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/09/15 11:31 p.m.4 views

CVE-2019-5736-Dockerattack-and-security-mechanism

CVE-2019-5736-attack-and-security-mechanism In this project, we found a recent attack through the malicious container and implemented a security mechanism to stop it. Introduction Cyber-attacks have become a critical challenge for both companies and small businesses, largely due to vulnerabilitie...

9.3CVSS7AI score0.98452EPSS
SaveExploits35
Kitploit
Kitploit
added 2026/09/15 11:29 p.m.10 views

CVE-2023-7028

CVE-2023-7028lab Implementation and exploitation of CVE-2023-7028 account takeover vulnerability related to GO-TO CVE weekly articles of the 11th week. This repository contains a Docker setup and a Python script to test the CVE-2023-7028 vulnerability in GitLab. The provided script automates the...

10CVSS8.4AI score0.94647EPSS
SaveExploits16
Kitploit
Kitploit
added 2026/09/15 10:59 p.m.6 views

exploit-CVE-2014-6271

exploit-CVE-2014-6271 docker run --rm -d -p :80 vulnerables/cve-2014-6271 sh exploit-cli.sh...

10CVSS8.7AI score0.99999EPSS
SaveExploits146
Kitploit
Kitploit
added 2026/09/15 10:39 p.m.10 views

heartbleed-poc

HeartBleed Tester & Exploit NB Nearly all the tools nmap, metasploit, nessus, even burp have the most up to date versions of their scanners. These tools were released at the early stages when tools were still being developed. Rather use those than these now. Tool Guide If you want to mass scan, t...

7.5CVSS7AI score0.99999EPSS
SaveExploits95
Rows per page
Query Builder