db
MariaDB 10.6 database for WordPress, configured with root and WordPress user credentials.
docker-compose.yml:4-13File viewing is interactive and short-lived. Downloads are password-protected ZIP archives using password eip.
The artifact is a detailed technical writeup describing CVE-2026-8206, an unauthenticated account takeover vulnerability in the Kirki Customizer Framework WordPress plugin. It explains the root cause, attack chain, and remediation, but contains no executable exploit or scanner code.
No backdoor observed in reviewed code
The supplied evidence consists of two Markdown reports describing CVE-2026-8206, a vulnerability in the Kirki WordPress plugin. The reports explain the vulnerability, provide example HTTP requests and PHP code snippets, and outline an attack chain. No backdoor, concealed executable behavior, or deceptive payload targeting the reader is present. The content is purely informational documentation of a known CVE.
The artifact is a technical report (writeup) that analyzes the vulnerability, provides code snippets for illustration, and describes an attack chain. It does not contain a functional exploit script or a scanner; the HTTP request shown is a static example within a narrative, not executable code.
CVE-2026-8206_Report_EN.md:1-320README.md:1-329CVE-2026-8206_Report_EN.md:28CVE-2026-8206_Report_EN.md:29CVE-2026-8206_Report_EN.md:30CVE-2026-8206_Report_EN.md:179-185CVE-2026-8206_Report_EN.md:55-78CVE-2026-8206_Report_EN.md:111-118CVE-2026-8206_Report_EN.md:1-320README.md:1-329This review is limited to the supplied PoC code and context. It does not assert that the code works or is safe to execute.
A Docker Compose environment for a WordPress site with MariaDB and MailHog, designed to demonstrate CVE-2026-8206, an unauthenticated account takeover vulnerability in the Kirki Customizer Framework plugin.
docker-compose.yml:1-39README.md:1-329The README explicitly describes CVE-2026-8206, provides exploitation steps, and the Docker Compose file sets up a WordPress instance with a bind mount for plugins, consistent with a vulnerability reproduction environment.
README.md:1-10docker-compose.yml:1-39MariaDB 10.6 database for WordPress, configured with root and WordPress user credentials.
docker-compose.yml:4-13MailHog service to capture outgoing emails from WordPress, exposing a web UI on port 8025 and SMTP on port 1025.
docker-compose.yml:15-21WordPress instance with a bind-mounted plugins directory, intended to host the vulnerable Kirki plugin. Exposed on port 8181.
docker-compose.yml:23-35Python script that sends a crafted POST request to the vulnerable Kirki endpoint to hijack a password reset email.
poc.py:1-62PowerShell script that downloads the vulnerable Kirki plugin, extracts it into the plugins directory, and starts the Docker Compose environment.
setup.ps1:1-55Supported by supplied evidence
The README and PoC script explicitly reference CVE-2026-8206, describe the vulnerable endpoint and behavior, and the lab environment is configured to demonstrate the vulnerability.
README.md:1-10poc.py:1-6README.md:18-20README.md:21README.md:22setup.ps1:1-55docker-compose.yml:1-39setup.ps1:47-49poc.py:1-62README.md:130-140README.md:142-200All visible behavior targets the lab's own WordPress container. The PoC sends requests to the local WordPress instance, and the setup script only downloads a plugin and starts Docker Compose. No host escape, external connections, persistence, or credential theft is observed.
poc.py:1-62setup.ps1:1-55docker-compose.yml:1-39This 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.