Skip to content

Commit

Permalink
Update Broken_Access_Control.md (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike2ykme authored Oct 25, 2024
1 parent 6bc2a0a commit 9286810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Broken_Access_Control.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ extensively tested to be sure that there is no way to bypass it. This testing re
Some specific access control issues include:

- **Insecure Id’s** – Most web sites use some form of id, key, or index as a way to reference users, roles, content, objects, or
functions. If an attacker can guess these id’s, and the supplied values are not validated to ensure the are authorized for the
functions. If an attacker can guess these id’s, and the supplied values are not validated to ensure they are authorized for the
current user, the attacker can exercise the access control scheme freely to see what they can access. Web applications should not rely
on the secrecy of any id’s for protection.
- **Forced Browsing Past Access Control Checks** – many sites require users to pass certain checks before being granted access to certain
Expand Down

0 comments on commit 9286810

Please sign in to comment.