CVE-2026-53721 Details
Description
Nuxt is an open-source web development framework for Vue.js. From versions 3.11.0 to before 3.21.7 and 4.0.0 to before 4.4.7, there is a route-rule middleware bypass via case-sensitivity mismatch between vue-router and the routeRules matcher. This issue has been patched in versions 3.21.7 and 4.4.7.
A route-rule middleware bypass vulnerability has been identified in Nuxt, an open-source web development framework for Vue.js. This issue affects Nuxt versions 3.11.0 prior to 3.21.7 and 4.0.0 prior to 4.4.7. The vulnerability arises from a case-sensitivity mismatch between vue-router and the routeRules matcher, leading to improper handling of route rules. As a result, middleware declared via routeRules may be skipped, creating potential authorization gaps.
Upgrade to Nuxt version 3.21.7 or 4.4.7, where this vulnerability has been patched. Alternatively, for applications that cannot be immediately upgraded, route-critical middleware can be moved off routeRules.appMiddleware and onto definePageMeta({ middleware: [...] }) on the protected page components.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 13, 2026References 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-ID | CWE Name | Source |
|---|---|---|
| CWE-178 | Improper Handling of Case Sensitivity | [email protected] |
| CWE-863 | Incorrect Authorization | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| nuxt nuxt | >= 3.11.0, < 3.21.7 >= 4.0.0, < 4.4.7 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 15, 2026 | Initial Analysis | [email protected] |
| Jun 12, 2026 | New CVE Received | [email protected] |