BBLABS v2BBLABSv2
>Home>Labs
>New labs

Latest 3 labs

Loading…

View all labs →
>Creators>Ranking
>Learn

Learn bug bounty

AcademyGuides, cheatsheets and glossaryVulnerabilitiesXSS, SQLi, IDOR, SSRF and moreHacker RoadmapYour step-by-step bug bounty pathBlogBug bounty guides and news
>Business>Pricing
ES
Log inLog in
>Home>Labs>New labs>Creators>Ranking>Learn>Business>Pricing
ES
Sign inCreate account
  1. Home
  2. Labs
  3. IDOR via Predictable Checkout IDs
Hard$5001h

IDOR via Predictable Checkout IDs

By @gorka

E-commerce de lujo donde los IDs de checkout son numericos de 4 digitos y no requieren autenticacion para acceder, permitiendo bruteforcear los 10.000 posibles IDs y encontrar datos sensibles.

953 views36 completedUpdated Sep 2026
Log in to start

Learn to find this bug

This bug paid $500 on HackerOne.

Create your account and practice real bugs that got paid. Download the environment, find it and learn the exact technique — your path to your first bounty.

650

hunters training

50

labs from real hacks

380

completions

$12,000

paid out for these bugs

40 flags captured this week
Create account
I already have an account

Access to all labs · no commitment · cancel anytime

Hackers who solved it· 8

alejandrorubiocam1
@alejandrorubiocam10 days ago
CR2
@crash14 days ago
BR3
@braianluanm16 days ago
danielmijan11
@danielmijan1116 days ago
VA
@vazquezdv18200525 days ago
lmarco83
@lmarco83Aug 2026
thamerop00
@thamerop00Aug 2026
kaneki
@kanekiJul 2026

Objectives

1
Descubrir que las URLs de checkout usan IDs de 4 digitos
2
Notar que GET /api/checkout/:id no requiere autenticacion
3
Bruteforcear los IDs (0000-9999)
4
Encontrar el checkout del admin con la flag

Information

Platform
HackerOne
Difficulty
Hard
Duration
1h
Bounty
$500
Completed
36
Creator
gorka@gorka
Collaborators
antoniorivera@antoniorivera
Updated
Sep 2026

Download the environment

Reproduce it and find the bug yourself

Create account

Tools

Burp Suite

Prerequisites

  • Concepto de IDOR
  • Scripting basico (bash/python) para bruteforce

Tags

Business LogicIDOR

Achievement you'll earn

Solve this lab to unlock this shareable achievement

BBLABS.ESLab Solved
Hard$500
// achievement_unlocked

IDOR via Predictable Checkout IDs

Business LogicIDOR
Sep 2026
gorka
solved_by@gorkaMember since Mar 2026
bblabs.es// real hacking practice

Community writeups

Despliegue

# Opcion 1: autodeploy
./autodeploy.sh

# Opcion 2: manual
docker compose up --build

# Acceder
http://localhost:1800

Compatible con macOS, Linux y Windows (Docker Desktop / WSL).

Para parar:

./autodeploy.sh destroy
# o: docker compose down -v

Contenido del Lab

La aplicacion

LuxeCart es un e-commerce de productos de lujo con sistema de checkout que genera URLs con IDs numericos de 4 digitos.

La vulnerabilidad

Los checkouts usan IDs numericos secuenciales de 4 digitos (0000-9999). El endpoint GET /api/checkout/:id devuelve datos completos del comprador (nombre, email, telefono, PII) sin requerir autenticacion ni verificar la propiedad.

Cadena de ataque

1. Hacer una compra → obtener URL de checkout
2. Notar el ID de 4 digitos
3. Script para bruteforcear 0000-9999
4. Encontrar checkouts validos con PII
5. ID 7456 → checkout del admin con flag

Solucion interactiva

Accede a /writeup dentro de la aplicacion para una guia paso a paso con botones interactivos.


Remediacion

  1. Usar UUIDs en vez de IDs secuenciales
  2. Requerir autenticacion para acceder a checkouts
  3. Verificar propiedad del recurso
  4. Rate limiting en endpoints sensibles

Contact

Practice, learn and hack

Bug bounty practice platform with labs based on real hacks. Learn ethical hacking in safe environments.

contact→

Follow us

YouTube
@0xGorka
X
@gorkaelbochi
LinkedIn
gorka-el-bochi-morillo
Instagram
@_.gorkaaa.b
Email
team@bblabs.es

Access every lab from €7.99/mo

New labs every week. Cancel anytime.

Create account

BBLabs is the bug bounty labs platform where you learn bug bounty with real vulnerabilities extracted from paid hacks on HackerOne, YesWeHack and Bugcrowd. Here you practice web hacking —XSS, SQLi, IDOR, SSRF, CSRF and more— in downloadable environments, capture the flag, read the writeup and apply the technique on active bug bounty programs.

BBLabs is the alternative to HackTheBox, TryHackMe and PentesterLab for those who want to practice bug bounty with real hacks instead of artificial CTFs. From €7.99/mo, no commitment.

→ Learn bug bounty from scratch→ How to do bug bounty step by step→ Real bug bounty reports→ BBLabs for companies and academiesLabsAcademyVulnerabilitiesToolsHacker rankingXSS labsIDOR labsSSRF labsCSRF labsHackTheBox alternativeHack4u alternativeTryHackMe alternativePortSwigger alternativePentesterLab alternativeBug Bounty Labs comparisonHackerOne to practiceOffSec / OSCP alternativeINE / eWPT alternativeHTB Academy alternativeDVWA alternativeJuice Shop alternativeVulnHub alternativePentesterAcademy alternativeRoot-Me alternativeHackTheBox vs TryHackMeBest bug bounty platforms 2026BlogSpoilersWhat is bug bounty?How much do you earn in bug bounty?OWASP Top 10 explainedBest sites to practice web hackingHow to become an ethical hacker from scratchBurp Suite tutorial (Spanish)OSCP guide and prepGoogle Dorks for bug bountyHow much an ethical hacker earns in SpainBug bounty tools 2026Best cybersecurity certifications 2026Burp Suite tutorialsqlmap tutorialffuf web fuzzingnuclei tutorialHTTP Request SmugglingWAF bypassPrompt injection (LLM)Google Dorks
Made withand code
TermsPrivacyCookiesComparisonES

© 2026 BBLABS v2 — All rights reserved