Gitea service
Gitea 1.27.0 running in a container, exposed on port 3000, with open registration and a fake flag file at /flag.txt.
Dockerfile:2-10File viewing is interactive and short-lived. Downloads are password-protected ZIP archives using password eip.
The artifact is a Python script (poc.py) that exploits CVE-2026-60004 in Gitea by sending a crafted patch twice to the diffpatch API, triggering a three-way merge fallback that writes a malicious Git hook to the server's bare repository, resulting in remote code execution via a reverse shell.
No backdoor observed in reviewed code
The supplied evidence consists of a Dockerfile, README, and Python PoC script for CVE-2026-60004. The PoC script constructs and sends a patch to a Gitea instance to achieve RCE via a reverse shell. All behavior is consistent with the stated exploit goal; no concealed backdoor, deceptive payload, or operator-directed harm beyond the described exploit is observed.
The script actively exploits the vulnerability by sending a malicious payload to the target server to achieve remote code execution, as opposed to merely detecting or reporting the vulnerability.
poc.py:1-56README.md:3README.md:21-22README.md:13README.md:50poc.py:8-9README.md:70-72poc.py:17-19poc.py:23-31poc.py:41-44poc.py:50-53poc.py:17poc.py:18poc.py:24This review is limited to the supplied PoC code and context. It does not assert that the code works or is safe to execute.
A single-container Docker environment based on Gitea 1.27.0, configured with open registration and a fake flag file, intended as a vulnerability lab for CVE-2026-60004.
Dockerfile:1-11README.md:1-168The README explicitly describes a CVE-2026-60004 RCE vulnerability, provides a PoC script, and the Dockerfile builds a vulnerable Gitea instance with open registration and a flag file, consistent with a vulnerability research lab.
README.md:1-3Dockerfile:1-11Gitea 1.27.0 running in a container, exposed on port 3000, with open registration and a fake flag file at /flag.txt.
Dockerfile:2-10Python script that crafts a malicious Git patch to install a reverse-shell hook via the diffpatch API, targeting the Gitea instance.
poc.py:1-56README.md:37-40Dockerfile:6README.md:55-58README.md:62-64README.md:37-40README.md:55-58README.md:62-64README.md:68-76README.md:100-103The lab is self-contained: the Dockerfile only builds a vulnerable Gitea instance with a fake flag, and the PoC script targets the lab's own Gitea service to demonstrate the documented RCE. No evidence of host escape, external exfiltration, persistence outside the container, or hidden malicious behavior.
Dockerfile:1-11poc.py:1-56README.md:1-168This 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.