Description
Nuxt is an open-source web development framework for Vue.js. From 3.21.7 until 3.21.10 and 4.5.1, mixed-case routeRules keys can fail to match case-folded lookups when router.options.sensitive is false and drop appMiddleware authorization gates. This is caused by an incomplete fix for CVE-2026-53721. This issue is fixed in 3.21.10 and 4.5.1.
Published: 2026-08-05
Score: 8.2 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Nuxt 3 routes can silently ignore mixed‑case routeRules keys when the router is not case sensitive, which causes any appMiddleware authorization gates to be skipped. An attacker can therefore access protected endpoints by simply altering the case of the path, bypassing intended authentication and authorization logic without needing to supply valid credentials. This flaw gives attackers unauthorized access to data or functionality that should be protected.

Affected Systems

Nuxt version 3.21.7 up through 3.21.9 and Nuxt version 4.5.0 are affected. The issue was fixed in 3.21.10 and 4.5.1 and later releases.

Risk and Exploitability

The CVSS score of 8.2 places this issue in the high‑severity range. EPSS data is not available, but the vulnerability is publicly exposed and requires only a crafted HTTP request, making exploitation straightforward for attackers with network access to the application. It is not listed in the CISA KEV catalog, indicating no known public exploits yet, but the high severity warrants swift action.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Nuxt to version 3.21.10 or later, or 4.5.1 or later.
  • Verify that all custom routeRules and middleware configurations are preserved after the upgrade, ensuring that case sensitivity handling is appropriate.
  • Conduct a regression test that sends mixed‑case paths to confirm that authorization gates are correctly enforced and that no routes are inadvertently exposed.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-hxvh-4h3w-prp9 Nuxt route rules silently dropped for mixed-case paths, bypassing appMiddleware auth gates (incomplete fix for CVE-2026-53721)
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:15:00 +0000

Type Values Removed Values Added
Description Nuxt is an open-source web development framework for Vue.js. From 3.21.7 until 3.21.10 and 4.5.1, mixed-case routeRules keys can fail to match case-folded lookups when router.options.sensitive is false and drop appMiddleware authorization gates. This is caused by an incomplete fix for CVE-2026-53721. This issue is fixed in 3.21.10 and 4.5.1.
Title Nuxt route rules silently dropped for mixed-case paths, bypassing appMiddleware auth gates (incomplete fix for CVE-2026-53721)
Weaknesses CWE-178
CWE-863
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-05T21:05:15.379Z

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

Link: CVE-2026-71315

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T22:30:05Z

Weaknesses
  • CWE-178

    Improper Handling of Case Sensitivity

  • CWE-863

    Incorrect Authorization