Creation of chroot Jail Without Changing Working Directory
Draft in the CWE catalog · 0 CVEs mapped
0
CVEs mapped
What it is
The product uses the chroot() system call to create a jail, but does not change the working directory afterward. This does not prevent access to files outside of the jail.