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: 2
Username: bob_builder
Email: bob@example.com
Full Name: Bob Builder
Phone: +1-555-0102
Address: 456 Construction St, Building City, BC 23456
Social Security Number: 234-56-7890
Credit Card: 5425-2345-6789-0123

⚠️ 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: