Exploiting Unsanitized Arguments
For example, the query below requests a product list for an online shop:
The product list returned contains only listed products.
By querying the ID of the missing product, we can get its details, even though it is not listed on the shop and was not returned by the original product query.
Last updated
Was this helpful?