Token verification bug in next-auth
Description
NextAuth.js (next-auth) is am open source authentication solution for Next.js applications. In next-auth before version 3.3.0 there is a token verification vulnerability. Implementations using the Prisma database adapter in conjunction with the Email provider are impacted. Implementations using the Email provider with the default database adapter are not impacted. Implementations using the Prisma database adapter but not using the Email provider are not impacted. The Prisma database adapter was checking the verification token, but was not verifying the email address associated with that token. This made it possible to use a valid token to sign in as another user when using the Prima adapter in conjunction with the Email provider. This issue is specific to the community supported Prisma adapter. This issue is fixed in version 3.3.0.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
next-authnpm | < 3.3.0 | 3.3.0 |
Affected products
1- Range: < 3.3.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5- github.com/advisories/GHSA-pg53-56cg-4m8qghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2021-21310ghsaADVISORY
- github.com/nextauthjs/next-auth/releases/tag/v3.3.0ghsax_refsource_MISCWEB
- github.com/nextauthjs/next-auth/security/advisories/GHSA-pg53-56cg-4m8qghsax_refsource_CONFIRMWEB
- www.npmjs.com/package/next-authghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.