Use-after-free Vulnerability in nginx njs by Nginx
CVE-2022-27007
9.8CRITICAL
What is CVE-2022-27007?
The nginx njs engine version 0.7.2 is vulnerable to a use-after-free issue in the njs_function_frame_alloc()
function. This vulnerability can be exploited when invoking a function from a restored frame that was previously saved using njs_function_frame_save()
. Attackers could potentially leverage this flaw to disrupt service or execute arbitrary code by manipulating function frames.