### [CVE-2024-47831](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-47831) ![](https://img.shields.io/static/v1?label=Product&message=next.js&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3E%3D%2010.0.0%2C%20%3C%2014.2.7%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-674%3A%20Uncontrolled%20Recursion&color=brightgreen) ### Description Next.js is a React Framework for the Web. Cersions on the 10.x, 11.x, 12.x, 13.x, and 14.x branches before version 14.2.7 contain a vulnerability in the image optimization feature which allows for a potential Denial of Service (DoS) condition which could lead to excessive CPU consumption. Neither the `next.config.js` file that is configured with `images.unoptimized` set to `true` or `images.loader` set to a non-default value nor the Next.js application that is hosted on Vercel are affected. This issue was fully patched in Next.js `14.2.7`. As a workaround, ensure that the `next.config.js` file has either `images.unoptimized`, `images.loader` or `images.loaderFile` assigned. ### POC #### Reference No PoCs from references. #### Github - https://github.com/fkie-cad/nvd-json-data-feeds