CVE-2023-27490

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:nextauth.js:next-auth:*:*:*:*:*:node.js:*:*

History

20 Apr 2023, 09:15

Type Values Removed Values Added
References
  • (MISC) https://security.netapp.com/advisory/ntap-20230420-0006/ -

16 Mar 2023, 17:30

Type Values Removed Values Added
CPE cpe:2.3:a:nextauth.js:next-auth:*:*:*:*:*:node.js:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 8.8
First Time Nextauth.js
Nextauth.js next-auth
References (MISC) https://danielfett.de/2020/05/16/pkce-vs-nonce-equivalent-or-not/ - (MISC) https://danielfett.de/2020/05/16/pkce-vs-nonce-equivalent-or-not/ - Not Applicable
References (MISC) https://next-auth.js.org/configuration/providers/oauth - (MISC) https://next-auth.js.org/configuration/providers/oauth - Product
References (MISC) https://www.rfc-editor.org/rfc/rfc6749#section-10.12 - (MISC) https://www.rfc-editor.org/rfc/rfc6749#section-10.12 - Not Applicable
References (MISC) https://github.com/nextauthjs/next-auth/security/advisories/GHSA-7r7x-4c4q-c4qf - (MISC) https://github.com/nextauthjs/next-auth/security/advisories/GHSA-7r7x-4c4q-c4qf - Exploit, Vendor Advisory
References (MISC) https://authjs.dev/reference/core/providers#checks - (MISC) https://authjs.dev/reference/core/providers#checks - Product
References (MISC) https://next-auth.js.org/configuration/initialization#advanced-initialization - (MISC) https://next-auth.js.org/configuration/initialization#advanced-initialization - Product

09 Mar 2023, 21:15

Type Values Removed Values Added
New CVE

Information

Published : 2023-03-09 21:15

Updated : 2023-12-10 14:48


NVD link : CVE-2023-27490

Mitre link : CVE-2023-27490

CVE.ORG link : CVE-2023-27490


JSON object : View

Products Affected

nextauth.js

  • next-auth
CWE
CWE-352

Cross-Site Request Forgery (CSRF)

CWE-384

Session Fixation