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.
Published: 2026-08-05
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Nuxt, an open‑source Vue.js framework, had a flaw in its runtime cache that allowed a server to serve /<page>/_payload.json files containing a previous user’s server‑side rendered (SSR) data before route middleware and page guards were executed. Because import.meta.prerender was not enforced, the cached payload could be returned to any client, exposing sensitive data that was not intended for that client. The vulnerability is a pure data confidentiality issue that lets a user read another user’s SSR content via a public endpoint.

Affected Systems

All Nuxt applications using versions from 4.4.0 through 4.5.0 are affected. Users of Nuxt 4.5.1 or newer are not impacted as the issue was fixed in that release.

Risk and Exploitability

The CVSS score of 7.5 classifies the issue as a high impact vulnerability. The attack is possible over the network by simply accessing the /<page>/_payload.json endpoint. Since the issue is not listed in KEV and no EPSS information is available, the exploitation likelihood is unknown but the design flaw makes it straightforward to abuse. Remote clients can read stale SSR data of any authenticated user without authentication, effectively breaching confidentiality of application state.

Generated by OpenCVE AI on August 5, 2026 at 22:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Nuxt to version 4.5.1 or later.
  • If an upgrade cannot be performed immediately, reconfigure the application to disable or restrict the runtime cache for sensitive routes, ensuring that import.meta.prerender checks are enforced before delivering payloads.
  • Review any custom caching logic or middleware to confirm that SSR payloads are not served before authorization checks are performed.

Generated by OpenCVE AI on August 5, 2026 at 22:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-wm8w-6qjm-cv43 Nuxt runtime payload cache discloses another user's SSR data across users and to unauthenticated clients
History

Wed, 05 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Nuxt
Nuxt nuxt
Vendors & Products Nuxt
Nuxt nuxt

Wed, 05 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
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.
Title Nuxt runtime payload cache discloses another user's SSR data across users and to unauthenticated clients
Weaknesses CWE-524
CWE-862
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-05T21:14:31.458Z

Reserved: 2026-08-05T18:14:42.064Z

Link: CVE-2026-71316

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T23:00:05Z

Weaknesses
  • CWE-524

    Use of Cache Containing Sensitive Information

  • CWE-862

    Missing Authorization