Vulnerabilities/

Nuxt: Reflected XSS in `navigateTo()` external redirect

Severity:
Medium

Description

navigateTo() with external: true generates a server-side HTML redirect body containing a <meta http-equiv="refresh"> tag. The destination URL is only sanitized by replacing " with %22, leaving <, >, &, and ' unencoded.

Recommendation

Update the nuxt package to the latest compatible version. Followings are version details:

References

Related Issues

Tags:
npm
nuxt
Anything's wrong? Let us know Last updated on May 19, 2026