mariadb
MariaDB database service for WordPress, configured with root password 'toor' and a WordPress database/user.
safe-lab/docker_compose.yaml:4-14File viewing is interactive and short-lived. Downloads are password-protected ZIP archives using password eip.
A Docker Compose environment defining a WordPress service with MariaDB, intended as a controlled lab for reproducing CVE-2024-11635.
safe-lab/docker_compose.yaml:1-42readme.md:1-107The README explicitly states the environment is for reproducing CVE-2024-11635 in a controlled lab, and the Compose file sets up a WordPress instance with a vulnerable plugin.
readme.md:1-3readme.md:47-50MariaDB database service for WordPress, configured with root password 'toor' and a WordPress database/user.
safe-lab/docker_compose.yaml:4-14WordPress service with PHP 8.4 on Apache, exposed on host port 80, intended to host the vulnerable WordPress File Upload plugin.
safe-lab/docker_compose.yaml:16-30Supported by supplied evidence
The README describes the vulnerability as unauthenticated RCE in WordPress File Upload <= 4.24.12 via 'wfu_ABSPATH' cookie, and the lab includes a vulnerable plugin ZIP (wp-file-upload.4.24.12.zip) for installation.
readme.md:17-19readme.md:47-50safe-lab/docker_compose.yaml:1-42readme.md:47-50readme.md:52-56readme.md:40-42readme.md:47-50readme.md:52-56readme.md:40-44The Compose file defines a standard WordPress+MariaDB stack with no privileged mode, no host volume mounts beyond named volumes, and no suspicious commands. The README explicitly warns to use the lab only in isolated environments. No behavior escaping the lab boundary is visible.
safe-lab/docker_compose.yaml:1-42readme.md:1-3readme.md:47-50This 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.