CyberRota Analysis
AI-GeneratedThe vulnerability affects the Nuxt web development framework versions 4.4.0 to 4.5.1, allowing unauthorized access to server-side rendered (SSR) data due to improper enforcement of route middleware and page guards. This could lead to the exposure of sensitive user information, making it critical for developers using affected versions to upgrade to 4.5.1 immediately to mitigate potential data leaks. Organizations utilizing Nuxt for their web applications should prioritize this update to protect user data and maintain application integrity.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Nuxt is an open-source web development framework for Vue.js. From 4.4.0 until 4.5.1, runtime cache:nuxt:payload entries for /<page>/_payload.json can be returned before route middleware and page guards because import.meta.prerender is not enforced, disclosing another user's SSR data. This issue is fixed in 4.5.1.