Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-71316 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-524Use of Cache Containing Sensitive Information[email protected]
CWE-862Missing Authorization[email protected]

Affected Products

ProductVersions
Nuxt
>= 4.4.0, <= 4.5.0 (semver)

CPE

  • cpe:2.3:a:nuxt:nuxt:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 4.5.1moderate efforthttps://github.com/nuxt/nuxt/releases/tag/v4.5.1
  • Workaround:low effort

    Set `experimental.payloadExtraction: false`. The standalone `/_payload.json` endpoint will return 404, and the page will still serve a 200 with an inline payload.

  • Mitigation:low effort

    Do not apply `cache`, `swr`, or `isr` to authenticated pages that render user-specific SSR data.

  • Mitigation:low effort

    Require authentication for `/**/_payload.json` at a proxy or CDN.

  • Mitigation:low effort

    After upgrading, purge any CDN or platform cache that may already hold protected payloads.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-71316
NVD Published Date:
Aug 5, 2026
NVD Last Modified:
Sep 8, 2026
Source:
[email protected]
CVE-2026-71316 Details - Not Deferred