Vulnerability 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 Score
LOW
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Next-Auth | Nextauth.Js | < 3.29.9 |
Related Weaknesses (CWE)
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
FAQ
What is CVE-2022-31186?
CVE-2022-31186 is a vulnerability with a CVSS score of 3.3 (LOW). 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 lo...
How severe is CVE-2022-31186?
CVE-2022-31186 has been rated LOW with a CVSS base score of 3.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2022-31186?
Check the references section above for vendor advisories and patch information. Affected products include: Next-Auth Nextauth.Js.