Insecure Direct Object Reference (IDOR)- PII Data Leak

ganiganeshss79
2 min readJun 14, 2021

Thanks, hackers community, You all inspire me a lot.

Insecure Direct Object Reference (called IDOR from here) occurs when a application exposes a reference to an internal implementation object. Using this way, it reveals the real identifier and format/pattern used of the element in the storage backend side. The most common example of it (although is not limited to this one) is a record identifier in a storage system (database, filesystem and so on).

--

--