Dockerfile
Defines an Ubuntu 16.04 image, installs build dependencies, copies the MiniDLNA 1.2.1 source, compiles and installs it, and copies a default configuration.
Dockerfile:1-38File viewing is interactive and short-lived. Downloads are password-protected ZIP archives using password eip.
A Docker container based on Ubuntu 16.04 that builds and runs MiniDLNA 1.2.1, intended as a target for exploiting CVE-2020-28926.
Dockerfile:1-38README.md:1-5The README explicitly states the repository is for exploiting CVE-2020-28926, and the Dockerfile builds the vulnerable MiniDLNA 1.2.1 version. The included exploit script targets this CVE.
README.md:1explot.py:5-9Defines an Ubuntu 16.04 image, installs build dependencies, copies the MiniDLNA 1.2.1 source, compiles and installs it, and copies a default configuration.
Dockerfile:1-38A shell script that builds the Docker image tagged 'minidlna' and runs it with --security-opt seccomp=unconfined and port mapping 8200:8200.
build_and_run.sh:1-5A Python script that connects to a target IP and port, sends a crafted HTTP POST request with chunked transfer encoding to trigger an infinite loop or memory corruption (SIGSEGV) in MiniDLNA 1.2.1.
explot.py:1-57Supported by supplied evidence
The exploit script explicitly targets CVE-2020-28926, referencing the vulnerable code paths in upnphttp.c and the MiniDLNA 1.2.1 version. The Dockerfile builds that exact version.
explot.py:5-9Dockerfile:33Dockerfile:33build_and_run.sh:3-4Dockerfile:33build_and_run.sh:1-5explot.py:1-57The exploit script targets only the MiniDLNA service inside the container. The Docker run command exposes port 8200 and disables seccomp, which are typical for a vulnerability lab. No evidence of host escape, external connections, persistence, credential theft, or destructive behavior beyond the intended target.
explot.py:1-57build_and_run.sh:1-5This review is limited to the supplied lab evidence packet. It does not assert that the environment runs, reproduces a vulnerability, or is safe to execute. Contract: eip-docker-lab-analysis-v1.