Missing proper state, nonce and PKCE checks for OAuth authentication in next-auth
Description
NextAuth.js is an open source authentication solution for Next.js applications. next-auth applications using OAuth provider versions before v4.20.1 have been found to be subject to an authentication vulnerability. A bad actor who can read traffic on the victim's network or who is able to social engineer the victim to click a manipulated login link could intercept and tamper with the authorization URL to log in as the victim, bypassing the CSRF protection. This is due to a partial failure during a compromised OAuth session where a session code is erroneously generated. This issue has been addressed in version 4.20.1. Users are advised to upgrade. Users unable to upgrade may using Advanced Initialization, manually check the callback request for state, pkce, and nonce against the provider configuration to prevent this issue. See the linked GHSA for details.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
next-authnpm | < 4.20.1 | 4.20.1 |
Affected products
1- Range: < 4.20.1
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
12- github.com/advisories/GHSA-7r7x-4c4q-c4qfghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-27490ghsaADVISORY
- authjs.dev/reference/core/providersghsax_refsource_MISCWEB
- danielfett.de/2020/05/16/pkce-vs-nonce-equivalent-or-notghsaWEB
- danielfett.de/2020/05/16/pkce-vs-nonce-equivalent-or-not/mitrex_refsource_MISC
- github.com/nextauthjs/next-auth/compare/next-auth@4.20.0...next-auth@4.20.1ghsaWEB
- github.com/nextauthjs/next-auth/security/advisories/GHSA-7r7x-4c4q-c4qfghsax_refsource_CONFIRMWEB
- next-auth.js.org/configuration/initializationghsax_refsource_MISCWEB
- next-auth.js.org/configuration/providers/oauthghsax_refsource_MISCWEB
- security.netapp.com/advisory/ntap-20230420-0006ghsaWEB
- www.rfc-editor.org/rfc/rfc6749ghsax_refsource_MISCWEB
- security.netapp.com/advisory/ntap-20230420-0006/mitre
News mentions
0No linked articles in our index yet.