T3chnocr4t:~#

Looking đź”­ For Something Hidden....

View on GitHub

Access Controls

Lab #4: User ID controlled by request parameter, with unpredictable user IDs

Hola 👋 welcome back. This is the Lab 4# User ID controlled by request parameter, with unpredictable user IDs write-up of the Access Control labs on WebSec Academy. This lab revolves around a horizontal privilege escalation vulnerability. The web app identifies each user with GUIDs for their user account pages. We need to locate the GUID for user Carlos and submit his API key as the solution. Let’s get started.

access-control


End Goal :#

Horizontal Privilege Escalation:

Occurs when a user is able to gain access to resources belonging to another user, instead of their own resourcesof that type.


Testing for vulnerabilities:

2024-05-16_18-22

2024-05-16_18-54

2024-05-16_19-13

2024-05-16_19-20

2024-05-16_19-21

2024-05-16_19-22

That’s all, friends. Thank you for reading up to this point. I would like to hear your feedback on anything not clear here. Here is my Twitter account @T3chnocr4t. Feel free to DM me if you have any issues with my write-up. Thanks!

Go Back Home