How MATT tests it
- 01Enumerate every endpoint that accepts an ID (path, query, body, header).
- 02Request each with a second account's ID and compare responses.
- 03Chain successful reads into writes: update, export, delete.
- 04Repeat after every release; new handlers are the usual source.
A real instance
GET /api/orders/{id} returned another customer's order with full address and last-four card digits. Handler generated three days earlier; review approved; tests passed.
Details altered to protect the customer. Pattern, timing and outcome are as found.
What this means for ExploitOps
A check that was never written is found by proving the deployed behaviour, fixed with the engineer who shipped it, and kept fixed by running the control on every change. What is ExploitOps? →
Understand your own attack surface → Book an ExploitOps Review