CVE-2024-41110 docker AuthZ exploit# CVE-2024-41110 PoC
CVE-2024-41110 docker AuthZ exploit - get all docker containers on target
>[!warning] The author is not responsible for any harm made by this exploit. use in educational purposes only.
## Installation
Download with golang:
```bash
git clone https://github.com/secsaburo/CVE-2024-41110-
cd CVE-2024-41110-
go build -o docker_poc exploit.go
```
## Usage
Run:
```bash
./docker_poc -host=127.0.0.1:2347
```
[4.0K] /data/pocs/a127cf8fb0c072e5e198b3db6e442827cbfa4a9f
├── [1.4K] exploit.go
├── [ 186] go.mod
├── [ 467] go.sum
├── [4.0K] pkg
│ └── [4.0K] intr
│ ├── [ 334] dockerapi.go
│ ├── [ 346] http.go
│ ├── [ 260] httpx.go
│ ├── [ 209] ipc.go
│ ├── [ 376] request.go
│ ├── [ 110] supp.go
│ └── [1.1K] test.go
└── [ 434] README.md
2 directories, 11 files