Insufficient Session Expiration in FileBrowser - CVE-2025-53826
Published: June 8, 2026
FileBrowser
Detailed vulnerability description
The vulnerability allows a remote user to bypass logout and retain access to authenticated functionality.
The vulnerability exists due to insufficient session expiration in JWT token handling in the authentication system when processing requests with previously issued JWT tokens after logout. A remote user can replay a previously issued token to bypass logout and retain access to authenticated functionality.
The issue occurs because logout does not invalidate already issued JWTs, and the tokens remain usable until they expire naturally.