A claim/withdraw/redeem does not record that the caller (or the id) has already claimed. The same entitlement is claimed repeatedly until the contract is drained.
// claim() pays amount but never sets a flag. // attacker calls claim() in a loop -> drains the distribution.
require(!claimed[msg.sender], "already claimed"); claimed[msg.sender] = true; _payout(msg.sender, amount);
Largest recorded losses in the same failure class — related, not the same bug:
The SaferICO scanner runs 201 detectors over your Solidity source, SAFE-0249 among them. Paste an address or the source itself — a small per-scan fee, shown before you sign, or unlimited on any plan.