Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
The UserProfile Service exposes an API that returns profile information for a given user ID. Check whether the service verifies you are authorized to view profiles other than your own.
You are currently logged in as User ID 1 — try viewing other IDs' profiles
Check the API request shape in the browser DevTools Network tab
Try accessing /api/user/1, /api/user/2, and so on