CVE-2026-55074: Host Side Jail Path Concatenationcve-2026-55074-host-side-jail-path-concatenation
Constructing destination paths on the host by concatenating a jail or container host root path with target paths allows guest-controlled symlinks to escape the jail/container boundary (CWE-59). File operations should be performed inside the isolated guest environment (e.g. via jexec or chroot).