Samuel Adeduntan’s Post

User ID Controlled by Request Parameter with Unpredictable User IDs: It's a security vulnerability whereby a user's identity is determined by a parameter in the HTTP request (e.g., URL or form data), and the User IDs are unpredictable, complex, or randomly generated. What I have learned so far from this lab 8, is that user ID control is that: 1. User IDs are not sequentially generated (e.g., 122, 222, 134) but instead they are unpredictable (e.g., UUIDs, hashes). 2. The User ID is passed as a parameter in the HTTP request. 3. An attacker can still manipulate the parameter to impersonate other users. #CyberSecurity #WebSecurity #SecurityVulnerability #AccessControl #IdentityTheft

To view or add a comment, sign in

Explore content categories