Lab: JWT authentication bypass via kid header path traversal

Опубликовано: 15 Апрель 2026
на канале: oldlamb
566
5

This lab uses a JWT-based mechanism for handling sessions. In order to verify the signature, the server uses the kid parameter in JWT header to fetch the relevant key from its filesystem.

To solve the lab, forge a JWT that gives you access to the admin panel at /admin, then delete the user carlos.

You can log in to your own account using the following credentials: wiener:peter

https://github.com/vXqw4NdusPm65jTw/W...