GHSA-f9wg-5f46-cjmw

    Dashboard / Vulnerabilities / GHSA-f9wg-5f46-cjmw

    GHSA-f9wg-5f46-cjmw

    Published: 22 Apr 2022Last Modified: 8 Nov 2023

    Summary: NextAuth.js default redirect callback vulnerable to open redirects

    Details: `next-auth` v3 users before version 3.29.2 are impacted. (We recommend upgrading to v4 in most cases. See our [migration guide](https://next-auth.js.org/getting-started/upgrade-v4)).`next-auth` v4 users before version 4.3.2 are impacted. Upgrading to 3.29.2 or 4.3.2 will patch this vulnerability. If you are not able to upgrade for any reason, you can add a configuration to your `callbacks` option: ```js // async redirect(url, baseUrl) { // v3 async redirect({ url, baseUrl }) { // v4 // Allows relative callback URLs if (url.startsWith("/")) return new URL(url, baseUrl).toString() // Allows callback URLs on the same origin else if (new URL(url).origin === baseUrl) return url return baseUrl } ``` If you already have a `redirect` callback, make sure that you match the incoming `url` origin against the `baseUrl`.

    Affected packages

    Package

    Name: next-auth

    Purl: pkg:npm/next-auth

    Affected ranges

    Type: SEMVER

    Events:

    Introduced- 0
    Fixed -3.29.2

    Affected versions

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    GHSA-f9wg-5f46-cjmw | CVE-DB