Vulnerabilities/

@nuxt/ui: UAuthForm / UForm SSR markup omits `method`, leaking credentials via GET if submitted before hydration

Severity:
Medium

Description

UForm and UAuthForm render a server-side <form> element with no method and no action attribute, relying on a hydrated @submit.prevent handler to intercept submission. If a user submits the form before Vue hydration has attached the handler (autofill plus Enter on a slow network, JS bundle blocked by CSP or CDN failure, etc.

Recommendation

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

References

Related Issues

Tags:
npm
@nuxt/ui
Anything's wrong? Let us know Last updated on August 04, 2026