db
MariaDB 10.5 database service for the SPIP application, configured with root and application credentials.
docker-compose.yml:4-11File viewing is interactive and short-lived. Downloads are password-protected ZIP archives using password eip.
A Docker Compose environment defining a SPIP 4.2.12 web application with a MariaDB database, intended as a vulnerable target for an unauthenticated RCE exploit.
docker-compose.yml:1-34The README explicitly describes the repository as containing an exploit for a Remote Code Execution vulnerability in SPIP up to 4.2.12, and the Docker Compose file sets up a SPIP 4.2.12 instance for testing.
README.md:1-3README.md:9-11docker-compose.yml:12MariaDB 10.5 database service for the SPIP application, configured with root and application credentials.
docker-compose.yml:4-11SPIP 4.2.12 web application exposed on host port 8880, configured to auto-install and connect to the db service.
docker-compose.yml:13-25Python script that sends crafted payloads to the SPIP porte_plume_previsu endpoint to achieve remote code execution, and provides an interactive shell.
exploit.py:1-242Metasploit module implementing the same RCE vulnerability for SPIP, with version detection and payload delivery.
spip_porte_plume_previsu_rce.rb:1-127Insufficient evidence
The repository name and README associate the exploit with CVE-2024-7954, but the Metasploit module uses a placeholder 'CVE-2024-XXXX' and no CVE details or references are provided in the evidence to confirm the association.
spip_porte_plume_previsu_rce.rb:30README.md:1README.md:13README.md:47-48requirements.txt:1-6README.md:45README.md:46README.md:47-48README.md:63-65The exploit targets the lab's own SPIP container via the mapped port 8880, which is expected for a vulnerability lab. No evidence of host escape, external connections, persistence, or hidden malicious behavior is present.
docker-compose.yml:24exploit.py:1-242This 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.