Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. next-auth
  4. ›
  5. CVE-2022-31093

CVE-2022-31093: Improper Check for Unusual or Exceptional Conditions

June 27, 2022 (updated July 7, 2022)

NextAuth.js is a complete open source authentication solution for Next.js applications. In affected versions an attacker can send a request to an app using NextAuth.js with an invalid callbackUrl query parameter, which internally is converted to a URL object. The URL instantiation would fail due to a malformed URL being passed into the constructor, causing it to throw an unhandled error which led to the API route handler timing out and logging in to fail. This has been remedied in versions 3.29.5 and 4.5.0. If for some reason you cannot upgrade, the workaround requires you to rely on Advanced Initialization. Please see the documentation for more.

References

  • github.com/advisories/GHSA-g5fm-jp9v-2432
  • github.com/nextauthjs/next-auth/commit/25517b73153332d948114bacdff3b5908de91d85
  • github.com/nextauthjs/next-auth/commit/e498483b23273d1bfc81be68339607f88d411bd6
  • github.com/nextauthjs/next-auth/security/advisories/GHSA-g5fm-jp9v-2432
  • next-auth.js.org/configuration/initialization
  • nvd.nist.gov/vuln/detail/CVE-2022-31093

Code Behaviors & Features

Detect and mitigate CVE-2022-31093 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 3.0.0 before 3.29.5, all versions starting from 4.0.0 before 4.5.0

Fixed versions

  • 3.29.5
  • 4.5.0

Solution

Upgrade to versions 3.29.5, 4.5.0 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-754: Improper Check for Unusual or Exceptional Conditions

Source file

npm/next-auth/CVE-2022-31093.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:14:38 +0000.