Windows Server Core base image
Provides the Windows OS environment for the Apache server.
windows/Dockerfile:1File viewing is interactive and short-lived. Downloads are password-protected ZIP archives using password eip.
A Windows Server Core container running Apache HTTP Server 2.4.50, configured with TLS and CGI support. The README associates the environment with CVE-2021-41773.
windows/Dockerfile:1-21windows/README.md:1-6The README explicitly names CVE-2021-41773 and provides build/run instructions, indicating a vulnerability reproduction environment. The Dockerfile installs Apache 2.4.50, a version known to be affected by that CVE.
windows/README.md:1-6windows/Dockerfile:5Provides the Windows OS environment for the Apache server.
windows/Dockerfile:1Downloaded from apachehaus.com and installed in C:\Apache24. Configured via httpd.conf to listen on port 80, serve documents, and support CGI scripts.
windows/Dockerfile:5windows/httpd.conf:1-551Installed silently to satisfy Apache's runtime requirements.
windows/Dockerfile:10Copied into the image to configure Apache. Enables modules like mod_cgi, mod_alias, mod_ssl, and sets up a ScriptAlias for /cgi-bin/.
windows/Dockerfile:15windows/httpd.conf:1-551Supported by supplied evidence
The Dockerfile installs Apache HTTP Server 2.4.50, which is a version explicitly listed as vulnerable to CVE-2021-41773 (a path traversal and file disclosure vulnerability). The README names the CVE, confirming the lab's purpose.
windows/Dockerfile:5windows/README.md:1-6windows/README.md:1windows/Dockerfile:5windows/Dockerfile:10windows/README.md:3windows/README.md:4windows/README.md:1-6The Dockerfile and configuration only set up a vulnerable Apache server inside a container. No hidden or unnecessary host/external compromise, persistence, credential theft, or destructive behavior is visible. The port mapping (8080:80) is a standard lab requirement for accessing the target service.
windows/Dockerfile:1-21windows/README.md:1-6This 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.
A single Dockerfile builds a container from httpd:2.4.49-alpine, copies a custom httpd.conf, and the README instructs building and running it with port 8000:80. The environment is a minimal Apache HTTP Server 2.4.49 instance.
unix/Dockerfile:1-3unix/README.md:1-7The repository is named CVE-2021-41773, the README references CVE-2021-41773, and the Dockerfile uses the vulnerable httpd:2.4.49-alpine image. The environment is structured to demonstrate or reproduce the CVE-2021-41773 path traversal vulnerability.
unix/README.md:1-7unix/Dockerfile:1Apache HTTP Server version 2.4.49 running on Alpine Linux, configured with a custom httpd.conf that enables mod_alias, mod_cgi, and a ScriptAlias for /cgi-bin/. This version is known to be vulnerable to CVE-2021-41773 path traversal.
unix/Dockerfile:1unix/httpd.conf:1-550Supported by supplied evidence
The Dockerfile explicitly uses httpd:2.4.49-alpine, which is the exact version affected by CVE-2021-41773. The custom httpd.conf enables mod_alias and mod_cgi, which are required for the path traversal exploit. The repository name and README both reference CVE-2021-41773.
unix/Dockerfile:1unix/README.md:1-7unix/httpd.conf:1-550unix/README.md:3-5unix/README.md:5unix/README.md:3unix/README.md:5unix/httpd.conf:1-550The Dockerfile only copies a configuration file into a known vulnerable Apache image. The README provides standard Docker build and run commands with a port mapping. No evidence of host escape, external connections, persistence, credential theft, or destructive behavior is present. The environment is a self-contained vulnerability lab targeting the containerized Apache server.
unix/Dockerfile:1-3unix/README.md:1-7This 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.