Skip to main content

Insufficient Session Expiration in payload

CVE-2025-4643

  • payload
  • @payloadcms/graphql
  • @payloadcms/next
Severity Medium
Score 6.3/10

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."

Advisory Timeline

  • Published