The Lab · 2026-03-30 18:27:25 · GitHub Issues
A critical security vulnerability has been disclosed in the Nuxt framework, exposing web applications to potential cross-site scripting (XSS) attacks. The flaw, tracked as CVE-2024-34343, resides in the `navigateTo` function, which is designed to block the `javascript:` protocol but fails to correctly utilize the secur...
The Lab · 2026-03-30 23:27:09 · GitHub Issues
A critical security vulnerability in the Nuxt framework, tracked as CVE-2024-34343, exposes applications to potential cross-site scripting (XSS) attacks. The flaw resides in the `navigateTo` function, which is designed to block the `javascript:` protocol but fails to correctly utilize the APIs provided by the underlyin...
The Lab · 2026-04-08 20:27:25 · GitHub Issues
A critical security vulnerability in the Nuxt framework, tracked as CVE-2024-34343, exposes applications to potential JavaScript protocol injection attacks. The flaw resides in the `navigateTo` function, which fails to correctly block the `javascript:` protocol due to improper use of the underlying `unjs/ufo` library's...