Home / Vulnerability Database / C or C++ : Unsafe function: vfork
C/C++
C or C++ : Unsafe function: vfork
Classification
CWE
Overview
The vfork function used is insecure because it may lead to a denial of service in the parent process. Use posix_spawn.
MEDIUM
DerScanner Severity Score
Do you want to fix C or C++ : Unsafe function: vfork in your application?
See also
C/C++
C or C++ : Dead store
C/C++
C or C++ : Use after free
C/C++
