Home / Vulnerability Database / C or C++ : Chroot() without chdir()
C/C++
C or C++ : Chroot() without chdir()
Classification
CWE
Overview
The chroot() call itself does not change the working directory, so if the new root is below the current directory, the application can still have access to outside resources.
MEDIUM
DerScanner Severity Score
Do you want to fix C or C++ : Chroot() without chdir() in your application?
See also
C/C++
C or C++ : Dead store
C/C++
C or C++ : Use after free
C/C++
