Exploitation Summary
EIP tracks 1 public exploit for CVE-2015-2925. PoCs published by Kagami.
AI-analyzed exploit summary This PoC demonstrates a container escape vulnerability (CVE-2015-2925) in Docker by exploiting user namespaces and bind mounts to access the host filesystem. It uses `unshare` to gain root privileges inside the container and manipulate directory structures to escape the bind mount.
Description
The prepend_path function in fs/dcache.c in the Linux kernel before 4.2.4 does not properly handle rename actions inside a bind mount, which allows local users to bypass an intended container protection mechanism by renaming a directory, related to a "double-chroot attack."
Exploits (1)
This PoC demonstrates a container escape vulnerability (CVE-2015-2925) in Docker by exploiting user namespaces and bind mounts to access the host filesystem. It uses `unshare` to gain root privileges inside the container and manipulate directory structures to escape the bind mount.