Vulnerability Description
Effect is a TypeScript framework that consists of several packages that work together to help build TypeScript applications. Prior to version 3.20.0, when using `RpcServer.toWebHandler` (or `HttpApp.toWebHandlerRuntime`) inside a Next.js App Router route handler, any Node.js `AsyncLocalStorage`-dependent API called from within an Effect fiber can read another concurrent request's context — or no context at all. Under production traffic, `auth()` from `@clerk/nextjs/server` returns a different user's session. Version 3.20.0 contains a fix for the issue.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Effectful | Effect | < 3.20.0 |
Related Weaknesses (CWE)
References
- https://github.com/Effect-TS/effect/security/advisories/GHSA-38f7-945m-qr2gExploitVendor Advisory
FAQ
What is CVE-2026-32887?
CVE-2026-32887 is a vulnerability with a CVSS score of 7.4 (HIGH). Effect is a TypeScript framework that consists of several packages that work together to help build TypeScript applications. Prior to version 3.20.0, when using `RpcServer.toWebHandler` (or `HttpApp.t...
How severe is CVE-2026-32887?
CVE-2026-32887 has been rated HIGH with a CVSS base score of 7.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-32887?
Check the references section above for vendor advisories and patch information. Affected products include: Effectful Effect.