webProeasy
Lab 15 — ProfileHub — IDOR in User Profile API
hackadvisor
Task: Developer networking platform with public profiles and JSON API. Solution: Discovered IDOR in /api/users/{id}/profile endpoint that returns private data (including admin's private_notes with flag) without authorization check, while web interface properly filters sensitive fields.
$ ls tags/ techniques/
api_endpoint_discovery_via_javascript_analysisidor_exploitation_via_user_id_manipulationweb_vs_api_response_comparison
🔒
Permission denied (requires tier.pro)
Sign in to access full writeups
Sign in with GitHub to continue. No email required.
$sign in$ grep --similar
Similar writeups
- [web][Pro]Lab 251 — PulseBoard — IDOR via Unauthenticated GraphQL User Profile Query— hackadvisor
- [web][Pro]Lab 116 — InsightForge — IDOR via Undocumented Internal API— hackadvisor
- [web][Pro]Lab 259 — TalentBridge — IDOR in Employee Profile Endpoints— hackadvisor
- [web][Pro]Lab 27 — AdReach — CSRF + IDOR Account Takeover via Profile Update— hackadvisor
- [web][Pro]Lab 109 — TaskForge — IDOR in Account Settings API— hackadvisor