What’s IDOR?
IDOR means Insecure Direct Object Reference and its a type of access control vulnerability.
How do these vulnerabilities occur?
These vulnerabilities often occur when developers put too much faith into a users data and not validating it on the server side.