User role controlled by request parameter
This lab has an admin panel at /admin
, which identifies administrators using a forgeable cookie.
After logging in as "wiener," I attempted to access the admin panel at "/admin." Upon inspecting the request using Burp Suite, I observed that it was setting an "Admin" cookie to false. To gain access to the admin functionalities, I simply manipulated the cookie, setting it to true. This adjustment allowed me to proceed through the entire process, ultimately leading to the deletion of the "carlos" user and successful completion of the lab.
PreviousUnprotected admin functionality with unpredictable URLNextUser role can be modified in user profile
Last updated