#vulns.co
/
mcp by GKData.io

← Back to Gadgets

Race / limit overrun

TOCTOU on a one-time action. Single-packet attack (HTTP/2) makes this practical on remote targets.

Tags: race, logic, ato

Typical severity: P2-P4

What it becomes

Coupon once, gift-card drain, extra votes, extra MFA tries, extra password-reset, extra invitations.

Where to look

  • checkout
  • redeem
  • vote
  • follow
  • invite
  • 2FA verify
  • password reset

Chains

  • Financial — Apply the same coupon or withdraw the same balance N times.
  • ATO — Race the email-change vs verify, or brute OTP without the rate limit incrementing.

Notes

  • Turbo Intruder last-byte sync or the single-packet attack is the current default technique.
  • Demonstrate economic impact with a small N. Do not drain a production gift-card pool.

← Back to Gadgets