Link following in crun - CVE-2026-88265
Published: September 24, 2026
Vulnerability details
The vulnerability allows a remote attacker to modify and potentially take ownership of a host bind-mounted file.
The vulnerability exists due to improper link resolution and standard stream identification in crun's standard input/output reopening logic when reopening standard streams after entering the container mount namespace. A remote attacker can provide a crafted root filesystem in which /dev/null is a symlink to a bind-mounted host file to modify and potentially take ownership of a host bind-mounted file.
Exploitation requires crun to run with host-root credentials, no fresh tmpfs or devtmpfs mounted on /dev, and container standard streams using pipes or socketpairs.