Insufficient Session Expiration in payload
CVE-2025-4643
- payload
- @payloadcms/graphql
- @payloadcms/next
Summary
Payload uses JSON Web Tokens (JWT) for authentication. After logging out, JWT is not invalidated, which allows an attacker who has stolen or intercepted the token to freely reuse it until the expiration date (which is by default set to 2 hours, but can be changed). This issue affects payload versions before 3.44.0.
- HIGH
- NETWORK
- NONE
- NONE
CWE-613 - Insufficient Session Expiration
According to WASC, "Insufficient Session Expiration is when a web site permits an attacker to reuse old session credentials or session IDs for authorization."
References
Advisory Timeline
- Published