When specific requests are made to the Next.js server it can cause an unhandledRejection in the server which can crash the process to exit in specific Node.js versions with strict unhandledRejection handling.
Affected: All of the following must be true to be affected by this CVE
unhandledRejection exitingNot affected: Deployments on Vercel (vercel.com) are not affected along with similar environments where next-server isn't being shared across requests.
https://github.com/vercel/next.js/releases/tag/v12.2.4
{
"github_reviewed_at": "2022-08-30T20:38:34Z",
"cwe_ids": [
"CWE-248",
"CWE-754"
],
"severity": "MODERATE",
"github_reviewed": true,
"nvd_published_at": "2022-08-31T19:15:00Z"
}