IDOR Vulnerability
IDOR are a type of access control vulnerabilities, that arises when an application uses user-supplied input to access objects directly. The term IDOR was popularized by its appearance in the OWASP 2007 Top Ten.
However, it is just one example of many access control implementation mistakes that can lead to access controls being circumvented.
Would you like to know more about this vulnerability?
Make sure to read about it in Shellmates Medium account under the title of "IDOR vulnerability" : https://shellmates.medium.com/insecure-direct-object-references-idor-vulnerability-aa48ad99b8c8