CVE-2026-71316 PUBLISHED

Nuxt runtime payload cache discloses another user's SSR data across users and to unauthenticated clients

Assigner: GitHub_M
Reserved: 05.08.2026 Published: 05.08.2026 Updated: 05.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5

Product Status

Vendor nuxt
Product nuxt
Versions
  • Version >= 4.4.0, < 4.5.1 is affected

References

Problem Types

  • CWE-524: Use of Cache Containing Sensitive Information CWE
  • CWE-862: Missing Authorization CWE