VDB
KO
LOW

GHSA-wmjr-v86c-m9jj

Better Auth's multi-session sign-out hook allows forged cookies to revoke arbitrary sessions

Quick fix

GHSA-wmjr-v86c-m9jj — better-auth: upgrade to the fixed version with the command below.

npm install better-auth@1.4.0

Details

### Summary

A vulnerability was identified in the multi-session plugin for Better Auth, specifically in the /sign-out after-hook. The hook trusts raw multi-session cookies and forwards the extracted values directly to internalAdapter.deleteSessions without verifying the cookie signature. Because cookie values are not validated with getSignedCookie (or any equivalent check), an attacker can supply a forged _multi-* cookie to trigger deletion of arbitrary session tokens.

Are you affected?

Enter the version of the package you're using.

Affected packages

npm / better-auth
Introduced in: 1.3.34 Fixed in: 1.4.0
Fix npm install better-auth@1.4.0

References