Vulnerability Description
The Grav API plugin (getgrav/grav-plugin-api) before 2.0.4 contains an improper session invalidation vulnerability where JWT access tokens are issued without a jti (JWT ID) claim and therefore cannot be revoked server-side. Unlike refresh tokens, access tokens remain valid for their full lifetime (default 1 hour) regardless of logout, password change, new token issuance, or account disablement. An attacker who has stolen an access token retains full API access until the token naturally expires.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/getgrav/grav/security/advisories/GHSA-m8g9-wxhx-6f86
- https://www.vulncheck.com/advisories/grav-before-improper-session-invalidation-j
- https://github.com/getgrav/grav/security/advisories/GHSA-m8g9-wxhx-6f86
FAQ
What is CVE-2026-61452?
CVE-2026-61452 is a vulnerability with a CVSS score of 5.3 (MEDIUM). The Grav API plugin (getgrav/grav-plugin-api) before 2.0.4 contains an improper session invalidation vulnerability where JWT access tokens are issued without a jti (JWT ID) claim and therefore cannot ...
How severe is CVE-2026-61452?
CVE-2026-61452 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-61452?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.