Vulnerability Description
Strapi uses JSON Web Tokens (JWT) for authentication. After logout or account deactivation, the JWT is not invalidated, which allows an attacker who has stolen or intercepted the token to freely reuse it until its expiration date (which is set to 30 days by default, but can be changed). The existence of /admin/renew-token endpoint allows anyone to renew near-expiration tokens indefinitely, further increasing the impact of this attack. This issue has been fixed in version 5.24.1.
Related Weaknesses (CWE)
References
- https://cert.pl/en/posts/2025/06/CVE-2025-3930
- https://github.com/strapi/strapi
- https://strapi.io/
- https://strapi.io/blog/security-disclosure-of-vulnerabilities-cve-October-2025
FAQ
What is CVE-2025-3930?
CVE-2025-3930 is a documented vulnerability. Strapi uses JSON Web Tokens (JWT) for authentication. After logout or account deactivation, the JWT is not invalidated, which allows an attacker who has stolen or intercepted the token to freely reuse...
How severe is CVE-2025-3930?
CVSS scoring is not yet available for CVE-2025-3930. Check NVD for updates.
Is there a patch for CVE-2025-3930?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.