CVE-2022-31186
An information disclosure vulnerability in `next-auth` before `v4.10.2` and `v3.29.9` allows an attacker with log access privilege to obtain excessive information such as an identity provider's secret in the log (which is thrown during OAuth error…
Does this matter?
Lower severity and a low EPSS score (0.26%). Track it; it rarely justifies an emergency change on its own.
Description
NextAuth.js is a complete open source authentication solution for Next.js applications. An information disclosure vulnerability in `next-auth` before `v4.10.2` and `v3.29.9` allows an attacker with log access privilege to obtain excessive information such as an identity provider's secret in the log (which is thrown during OAuth error handling) and use it to leverage further attacks on the system, like impersonating the client to ask for extensive permissions. This issue has been patched in `v4.10.2` and `v3.29.9` by moving the log for `provider` information to the debug level. In addition, we added a warning for having the `debug: true` option turned on in production. If for some reason you cannot upgrade, you can user the `logger` configuration option by sanitizing the logs.
- CVSS 3.1
- 3.3 LOWCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
- EPSS
- 0.26% probability · 17th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-532
- Affected
- next-auth/nextauth.js
- Source
- security-advisories@github.com
References
- https://github.com/nextauthjs/next-auth/security/advisories/GHSA-p6mm-27gq-9v3pThird Party Advisory
- https://next-auth.js.org/configuration/options#loggerVendor Advisory
- https://next-auth.js.org/getting-started/upgrade-v4Vendor Advisory
- https://next-auth.js.org/warnings#debug_enabledVendor Advisory
- https://github.com/nextauthjs/next-auth/security/advisories/GHSA-p6mm-27gq-9v3pThird Party Advisory
- https://next-auth.js.org/configuration/options#loggerVendor Advisory
- https://next-auth.js.org/getting-started/upgrade-v4Vendor Advisory
- https://next-auth.js.org/warnings#debug_enabledVendor Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.