cspshivam/playground
SQLi Level 2 / 6 Medium
← All labs

Column Harvesting (UNION)

A catalogue endpoint returns product rows. Splice a second query onto it and lift data from a table you were never meant to read.

Product lookup

Browse the catalogue and open a product's detail. Somewhere in this database is a table of secrets.

Catalogue

#1 · CSPSHIVAM Hoodie · $49 (apparel) #2 · Sticker Pack · $6.5 (apparel) #3 · CTF Coffee Mug · $14 (drinkware) #4 · Yubikey Clone (toy) · $25 (hardware) #5 · 1U Rack Server (used) · $320 (hardware)

Open product detail

The injectable value is pinned by the page — tamper it with an intercepting proxy.

This is an isolated, intentionally-vulnerable sandbox. Data here is fake and scoped to you. The rest of CSPSHIVAM Playground is not part of the target.