
New vulnerability found in Docker. Credit for finding the vulnerability goes to Felix Boulet
⚠️ Disclaimer:
This repository is for educational and research purposes only.
Do not use this code outside of a controlled environment that you own.
The author is not responsible for misuse.
This repository contains a proof-of-concept (PoC) for CVE-2025-9074, a misconfiguration vulnerability involving the Docker Remote API.
When the Docker daemon was exposed without authentication, an attacker could issue API requests to create and start containers.
This PoC demonstrates the issue in a safe and controlled environment.
Note: This vulnerability has been patched.
Credit for the original research and write-up goes to:
🔗 qwertysecurity.com – Blog Post
This repository adapts that work into a Python PoC for easier testing in lab environments.
The vulnerability existed if the Docker daemon was listening on tcp://0.0.0.0:2375 without TLS or authentication.
dockerd -H tcp://0.0.0.0:2375