Menu

User Profile Viewer

This page demonstrates an IDOR (Insecure Direct Object Reference) vulnerability. You are logged in as user ID 5, but can view other user profiles by changing the id value in the URL.

Profile Information

User ID: 4
Username: diana_prince
Email: diana@example.com
Full Name: Diana Prince
Phone: +1-555-0104
Address: 101 Amazon Island, Paradise Isle, PI 45678
Social Security Number: 456-78-9012
Credit Card: 6011-4567-8901-2345

⚠️ You are viewing another user's profile! (Your ID: 5)

About this vulnerability:

IDOR (Insecure Direct Object Reference) occurs when an application exposes a reference to an internal object (like a database key or filename) without proper authorization checks.

The Problem:

How to fix it: