Vulnerability CVE-2022-36046


Published: 2022-08-31

Description:
Next.js is a React framework that can provide building blocks to create web applications. All of the following must be true to be affected by this CVE: Next.js version 12.2.3, Node.js version above v15.0.0 being used with strict `unhandledRejection` exiting AND using next start or a [custom server](https://nextjs.org/docs/advanced-features/custom-server). Deployments on Vercel ([vercel.com](https://vercel.com/)) are not affected along with similar environments where `next-server` isn't being shared across requests.

Type:

CWE-248

(Uncaught Exception)

 References:
https://github.com/vercel/next.js/security/advisories/GHSA-wff4-fpwg-qqv3
https://github.com/vercel/next.js/releases/tag/v12.2.4

Copyright 2026, cxsecurity.com

 

Back to Top