Rocky Linux 9.3 base image
Provides the OS foundation with systemd enabled. The Dockerfile installs systemd and related utilities, masks unnecessary services, and sets the init system as the entrypoint.
dockerfile:2-21File viewing is interactive and short-lived. Downloads are password-protected ZIP archives using password eip.
The artifact contains only a Dockerfile and a setup script for installing StrongKey FIDO Server v4.15.0. There is no exploit, scanner, or technical analysis code related to CVE-2025-26788.
No backdoor observed in reviewed code
The repository contains a Dockerfile and a setup script for StrongKey FIDO Server. The script downloads official v4.15.0 distribution archives from SourceForge, installs system packages, and deploys a sample application. No backdoor, concealed payload, or operator-directed harm is observed.
The repository contains only a Dockerfile and a shell script that installs the vulnerable software version. There is no code that exercises, detects, or analyzes the CVE-2025-26788 vulnerability. The artifact is a placeholder setup environment, not a PoC.
dockerfile:1-21setup-skfs.sh:1-73dockerfile:1-21setup-skfs.sh:1-73setup-skfs.sh:36setup-skfs.sh:61This review is limited to the supplied PoC code and context. It does not assert that the code works or is safe to execute.
A Rocky Linux 9.3 container with systemd, OpenLDAP, Java 21, and a StrongKey FIDO2 server (SKFS) v4.15.0 installed via a setup script. The script also deploys a basicdemo web application and configures a webauthntutorial properties file.
dockerfile:1-21setup-skfs.sh:1-73The repository is named 'EQSTLab/CVE-2025-26788', explicitly associating the environment with a CVE identifier. The setup script installs a specific version of StrongKey FIDO2 server and deploys a sample application, which is consistent with a vulnerability reproduction or research environment.
dockerfile:1-21setup-skfs.sh:1-73Provides the OS foundation with systemd enabled. The Dockerfile installs systemd and related utilities, masks unnecessary services, and sets the init system as the entrypoint.
dockerfile:2-21A bash script that installs dependencies (OpenLDAP, Java 21), downloads and extracts StrongKey FIDO2 server v4.15.0, patches the RPID, runs the installer, deploys basicdemo.war, and configures webauthntutorial properties. It uses a marker file to ensure idempotency.
setup-skfs.sh:1-73The core application installed by the setup script. It is downloaded from SourceForge and installed via its bundled install-skfs.sh. The script patches the RPID to 'skfs.localdomain'.
setup-skfs.sh:30-48A Java web application deployed to the Payara server included with SKFS. It is downloaded from SourceForge and deployed using the asadmin tool.
setup-skfs.sh:50-54A properties file created to set the API URI for the webauthntutorial application to 'https://skfs.localdomain:8181'.
setup-skfs.sh:56-60Insufficient evidence
The repository name and unit_cve_ids associate the environment with CVE-2025-26788, but the supplied evidence (Dockerfile and setup script) does not contain any vulnerability description, exploit code, or specific reference to the CVE's nature. The verdict cannot be determined from the visible files alone.
dockerfile:1-21setup-skfs.sh:1-73dockerfile:18setup-skfs.sh:10setup-skfs.sh:33dockerfile:2dockerfile:1-21setup-skfs.sh:1-73setup-skfs.sh:50-60The Dockerfile and setup script only install software from official repositories and SourceForge, configure a local FIDO2 server, and deploy a sample application. There is no evidence of host escape, external connections beyond package downloads, persistence outside the container, credential theft, or destructive actions. The behavior is consistent with setting up a self-contained lab environment.
dockerfile:1-21setup-skfs.sh:1-73This 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.