Vulnerability Description
Perry before 0.5.1166 contains a JWT validation vulnerability that allows remote attackers to bypass token expiration by exploiting the unconditional setting of validate_exp = false in the verify_decode helper within the stdlib JWT verification path. Attackers in possession of a previously issued bearer token can present expired tokens to any jwt.verify() call and retain authenticated access indefinitely, bypassing force-expired sessions such as user logout or administrative revocation.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/PerryTS/perry/releases/v0.5.1166
- https://github.com/PerryTS/perry/security/advisories/GHSA-5324-c68v-8w62
- https://www.vulncheck.com/advisories/perry-jwt-expiration-bypass-via-verify-deco
FAQ
What is CVE-2026-53776?
CVE-2026-53776 is a vulnerability with a CVSS score of 9.1 (CRITICAL). Perry before 0.5.1166 contains a JWT validation vulnerability that allows remote attackers to bypass token expiration by exploiting the unconditional setting of validate_exp = false in the verify_deco...
How severe is CVE-2026-53776?
CVE-2026-53776 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-53776?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.