First published: Thu Mar 09 2023(Updated: )
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.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Nextauth.js Next-auth | <4.20.1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
NextAuth.js is an open source authentication solution for Next.js applications.
Applications using NextAuth.js with OAuth provider versions before v4.20.1 are subject to an authentication vulnerability.
The severity of CVE-2023-27490 is high, with a CVSS score of 8.8.
To fix CVE-2023-27490, update NextAuth.js to version 4.20.1 or newer.
You can find more information about CVE-2023-27490 on the NextAuth.js GitHub security advisory page: https://github.com/nextauthjs/next-auth/security/advisories/GHSA-7r7x-4c4q-c4qf