Leakage of excessive information into log in next-auth
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.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
next-authnpm | < 3.29.9 | 3.29.9 |
next-authnpm | >= 4.0.0, < 4.10.2 | 4.10.2 |
Affected products
1- Range: >= 4.0.0, < 4.10.2
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
6- github.com/advisories/GHSA-p6mm-27gq-9v3pghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-31186ghsaADVISORY
- github.com/nextauthjs/next-auth/security/advisories/GHSA-p6mm-27gq-9v3pghsax_refsource_CONFIRMWEB
- next-auth.js.org/configuration/optionsghsax_refsource_MISCWEB
- next-auth.js.org/getting-started/upgrade-v4ghsax_refsource_MISCWEB
- next-auth.js.org/warningsghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.