CVE Catalog

CVE-2026-61452

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.19%

9th percentile - higher than 9% of all known CVEs

Summary

The Grav API plugin (getgrav/grav-plugin-api) before version 2.0.4 contains an improper session invalidation vulnerability. JWT access tokens are issued without a jti (JWT ID) claim, making them impossible to revoke server-side.

Risk Assessment

An attacker who has stolen an access token retains full API access for its entire lifetime (default 1 hour), regardless of logout, password change, new token issuance, or account disablement.

Recommendation

Immediately update the Grav API plugin to version 2.0.4 or later, which fixes this vulnerability.

Other vulnerabilities in Grav API plugin

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS