Docker Container Escape Exploits
Versionv1.7
Difficulty Advanced
Updated2025-01-25
CategoryCloud & Infrastructure

Docker Container Escape Exploits

$299.99

Docker Container Escape — 6 Techniques

n

Exploits documenteds for escapar of contenedores Docker:

n
    n
  • 1. Docker socket mount — Si /var/run/docker.sock is montado: createsr contenedor privilegiado with host filesystem.
  • n
  • 2. Privileged container — Escape via mount of host filesystem from contenedor --privileged.
  • n
  • 3. CAP_SYS_ADMIN — Abuse of cgroup release_agent for executing commands in the host.
  • n
  • 4. CVE-2019-5736 (runc) — Overwrite of /usr/bin/runc in the host from withinl contenedor.
  • n
  • 5. Kernel exploits — DirtyPipe (CVE-2022-0847), DirtyCow from withinl contenedor si kernel es vulnerable.
  • n
  • 6. Procfs escape — Abuse of /proc/sys/kernel/core_pattern for executing in the host.
  • n
n

Each technique includes: script of detection (soy vulnerable?), exploit functional, and cleanup.