The contract can grant roles but offers no working path to revoke them, or revocation logic is broken, so a compromised or deprecated key retains privileges indefinitely.
function addAdmin(address a) external onlyOwner { isAdmin[a] = true; }
function removeAdmin(address a) external onlyOwner { isAdmin[a] = false; }
Largest recorded losses in the same failure class — related, not the same bug:
The SaferICO scanner runs 201 detectors over your Solidity source, SAFE-0012 among them. Paste an address or the source itself — a small per-scan fee, shown before you sign, or unlimited on any plan.