EncryptCodecencryptcodec
Simulations/Container Escape

Container Escape

Advanced

Exploit a misconfigured privileged container to escape to the host, mount the host filesystem, and exfiltrate sensitive data — then fix the container configuration.

Progress:
1
Check Container Privileges
2
Mount Host Filesystem
3
Fix Container Config
container shell — a1b2c3d4e5f6
root@container:/#
root@container:/#

Challenges

1
Check Container Privileges
Identify that the container is running in privileged mode with full capabilities.
hints
2
Mount Host Filesystem
Mount the host's root filesystem and exfiltrate sensitive data.
hints
3
Fix Container Config
Remove the privileged flag and add security constraints to the container config.
hints
How to fix container escapes
Principle of least privilege for container runtime

Frequently Asked Questions