PT0-002 · Question #346
During an assessment, a penetration tester Inspected a log and found a series of thousands of requests coming from a single IP address to the same URL. A few of the requests are listed below: Which…
The correct answer is D. Insecure direct object reference. Insecure Direct Object Reference (IDOR) occurs when an application exposes internal object identifiers (such as database IDs or filenames) directly in URLs, allowing attackers to enumerate and access unauthorized resources by manipulating those values. The pattern described…
Question
During an assessment, a penetration tester Inspected a log and found a series of thousands of requests coming from a single IP address to the same URL. A few of the requests are listed below:
Which of the following vulnerabilities was the attacker trying to exploit?
Exhibit
Options
- ASession hijacking
- BURL manipulation
- CSQL injection
- DInsecure direct object reference
How the community answered
(33 responses)- A3% (1)
- B12% (4)
- C6% (2)
- D79% (26)
Explanation
Insecure Direct Object Reference (IDOR) occurs when an application exposes internal object identifiers (such as database IDs or filenames) directly in URLs, allowing attackers to enumerate and access unauthorized resources by manipulating those values. The pattern described - thousands of sequential or iterated requests to the same URL endpoint from a single IP - is the hallmark of an IDOR enumeration attack, where the attacker cycles through object references (e.g., ?id=1, ?id=2, ?id=3…) hoping to access records they are not authorized to view. Session hijacking involves stealing session tokens, URL manipulation is a broader category, and SQL injection targets database query logic rather than object reference enumeration.
Topics
Community Discussion
No community discussion yet for this question.
