Dockerfile
Defines an Ubuntu-based image that creates directories and symlinks to set up a TOCTOU race condition for the NVIDIA Container Toolkit's library mounting mechanism.
Dockerfile:1-13File viewing is interactive and short-lived. Downloads are password-protected ZIP archives using password eip.
A single Dockerfile based on Ubuntu that creates a directory structure and symlinks to demonstrate a TOCTOU vulnerability in the NVIDIA Container Toolkit (CVE-2024-0132). The README explains the exploit mechanism.
Dockerfile:1-13README.md:1-51The repository is explicitly named after CVE-2024-0132 and the README describes a proof-of-concept (PoC) for a TOCTOU vulnerability in the NVIDIA Container Toolkit. The Dockerfile constructs the necessary directory and symlink layout to exploit the described vulnerability.
README.md:1-2README.md:5-51Defines an Ubuntu-based image that creates directories and symlinks to set up a TOCTOU race condition for the NVIDIA Container Toolkit's library mounting mechanism.
Dockerfile:1-13Explains the CVE-2024-0132 vulnerability, the TOCTOU attack vector, and the purpose of each Dockerfile instruction.
README.md:1-51Supported by supplied evidence
The repository name, README title, and the described exploit mechanism (TOCTOU in NVIDIA Container Toolkit's /usr/local/cuda/compat/ handling) directly correspond to CVE-2024-0132. The Dockerfile implements the described directory and symlink layout.
README.md:1-2README.md:5-51Dockerfile:1-13README.md:9-11README.md:37Dockerfile:1-13README.md:9-11README.md:43-47The Dockerfile only creates directories, a test file, and symlinks. It does not execute any commands, download payloads, or establish network connections. The described exploit targets the container's own host filesystem mount point, which is the intended lab target for a container-escape demonstration. No hidden or unrelated harmful behavior is present.
Dockerfile:1-13README.md:43-47This 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.