11 DeFi Exploits in June 2026: Private Keys and Protocol Governance

Token Health Scan · 7

11 DeFi exploits June 2026 — $76.5M mapped to three operational failure modes

$76.5M lost across 45 incidents in June 2026. Admin key compromise dominated. Every major exploit maps to three operational failure modes. The full verified list.

$76.5 million gone. 45 incidents across DeFi, bridges, and wallet infrastructure. But this month's story isn't about a new attack class. It's about the same three operational failures repeating.

We reviewed every June 2026 exploit using Cryip, Halborn, and PeckShield data. The recurring pattern is stark: admin-key centralization dominated. A single compromised laptop (Humanity Protocol). A misconfigured multisig recovery (TesseraDAO). A deprecated contract left live and unpatched (Aztec Connect). These aren't code bugs that audits would catch. They're governance failures that THS flags automatically.

The pattern: Three failure modes, $76M in damage

1. Private key / admin key compromise

Humanity Protocol, TesseraDAO, SecondFi's wallet-generation flaw, and the JaredFromSubway MEV bot drain. Combined: ~$43M. A malware-infected laptop gave attackers access to multisig keys. A DAO minter was centralized to one signer. These aren't vulnerability discoveries. They're operational risks that appear directly in THS's Security dimension: ownership centralization score and key-management flags.

2. Bridge and contract validation logic bugs

Syscoin Bridge, Secret Network's Axelar integration, Aztec Connect (two exploits), Raydium's deprecated AMM. Combined: ~$19M. These were genuine code defects — missed proof validation, incomplete balance checks, deprecated contracts left live without guards. A smart-contract audit might catch these. The May edition's third failure mode (governance concentration) didn't appear in force this month, but bridge validation failures climbed to the second-highest damage category.

3. Contract math and access control

Thetanuts Finance's integer-calculation bug and LABUBU/OLPC's token-parameter manipulation. Combined: ~$3.2M. Smaller by dollar value but still a distinct category: code hygiene issues that should surface in thorough code review.

The 11 incidents

Humanity Protocol — $31–36M (June 8, 2026, Ethereum/BSC)

A compromised employee laptop, infected via malware disguised as a token-lockup update, exposed private keys for a hot wallet and two multisig bridge-admin key sets. Attackers drained $31M per Cryptonomist, $32M per Cryip, and $36M per Halborn (depending on whether mints beyond key-theft transfers are included). The figure spread reflects different tracker methodologies, not uncertainty on the incident itself. Funds were laundered across Bitcoin, Solana, and BNB Chain. The security flaw was operational: single-wallet key custody with no hardware-wallet or key-ceremony guardrails.

THS signal: Security dimension flags: High ownership centralization, centralized key control, no multisig threshold on critical operations.

Syscoin Bridge — $8–10M (June 2026, Syscoin)

The bridge's relay proof validation code accepted a malformed proof, allowing an attacker to mint 5 billion SYS tokens with zero corresponding burn. This was a genuine code bug — a validation check that should have rejected the proof but didn't. $10M per Halborn and Cryptonomist, $8M per Cryip.

THS signal: Security dimension flags: Bridge contract vulnerability. Development dimension: Code review gap.

JaredFromSubway.eth MEV Bot — $7.5M (June 2026, Ethereum)

Fake token wrappers and liquidity pools tricked the MEV bot into granting approvals to attacker-controlled contracts. The MEV bot is not a protocol THS scores, but the victim-side loss is consistent across trackers at $7.5M.

THS signal: This incident sits outside THS's standard protocol-scoring scope (targets bot behavior, not a protocol's code or governance). Included here for completeness in the monthly damage tally.

Secret Network / Axelar Bridge (CW20-ICS20) — $4.67M (June 2026, Secret Network)

When modifying a CW20-ICS20 contract for Axelar Bridge compatibility, Secret Network commented out critical verification checks. An attacker minted unbacked assets using forged IBC deposit packets. Code-review failure, not an admin-key centralization issue.

THS signal: Development dimension: Major code-review gap on a bridge contract modification. Security dimension: Unbacked-mint vulnerability from disabled checks.

Polymarket (frontend supply-chain hack) — $3M (June 2026, Polygon)

Attackers compromised a third-party frontend vendor and injected malicious code. Users who visited Polymarket lost funds to the compromised JavaScript. This is a supply-chain attack, not a protocol failure.

THS signal: This sits outside THS's current dimension set (a frontend compromise, not on-chain risk). Flagged as a category THS doesn't yet score but should track separately.

Aztec Connect (two exploits) — ~$4M combined (June 2026, Ethereum)

Two separate incidents hit deprecated Aztec Connect infrastructure. The first exploited incomplete proof validation in a deprecated Router contract. The second used an escape-hatch function with poor access control. Deprecated code, left live, with unpatched guards.

THS signal: Development dimension: Deprecated contracts left live. Security dimension: Access control on critical functions.

TesseraDAO (TSR) — $2.4M (June 2026, BSC)

Attackers gained control of the protocol's primary contract and minted 99 million TSR tokens. Sold on PancakeSwap for $2.4M. This is admin-key centralization: a single signer controlled minting authority.

THS signal: Security dimension: Centralized mint authority, no multisig guard.

Thetanuts Finance (legacy vault) — $2.1M (June 2026, Ethereum)

A legacy vault was exploited via errors in redemption math and integer calculations. A genuine code bug, not governance or key failure.

THS signal: Development dimension: Math precision bug in vault calculations.

SecondFi (Cardano wallet) — $2.4M (June 2026, Cardano)

A vulnerability in wallet-generation code let an attacker access user wallets and steal assets. This is key-generation entropy failure, the same class that would dominate July's Coldcard incident at far larger scale.

THS signal: Security dimension: Key-generation entropy failure (same risk class as Coldcard).

LABUBU/OLPC (PancakeSwap LP) — $1.1M (June 2026, BSC)

The pool's owner manipulated the token's decimals parameter before renouncing ownership. Ownership renouncement did not retroactively undo damage from parameters set beforehand. This is a token-contract risk, not a bridge or governance issue.

THS signal: Tokenomics dimension: Parameter tampering prior to renouncement doesn't guarantee safety post-renouncement.

Raydium (deprecated AMM V3) — $1.34M (June 2026, Solana)

Insufficient validation of LP mint addresses in a deprecated AMM program let an attacker create a fake LP token. Another deprecated-contract validation gap.

THS signal: Development dimension: Deprecated code left with validation gaps.

What THS would have flagged

We did not scan these protocols before their incidents, so we will not put invented numbers on them. What we can do is map each June failure to the THS dimension that checks for it, using the incident post-mortems:

ProtocolFailureTHS dimension that checks thisThe specific signal
Humanity ProtocolCompromised laptop exposed hot-wallet + multisig admin keysSecurityOwnership centralization and admin key control checks
Syscoin BridgeMalformed proof accepted, 5B unbacked SYS mintedSecurityMint authority and bridge contract risk flags
TesseraDAOCentralized mint authority abusedSecurity + TokenomicsSingle-signer mint authority, supply-control concentration
Aztec ConnectDeprecated contracts left live and exploitableDevelopmentCode activity and maintenance signals on stale contracts
ThetanutsInteger-calculation bug in a legacy vaultDevelopmentRepo activity on legacy code paths

The common thread: none of these were novel attack classes. Every one maps to a risk category that operational due diligence checks for. The information was public before the loss.

Three checks that would have prevented this month's damage

1. Ownership centralization check

If a single EOA (not a multisig) controls minting, bridging, or governance functions, flag it. June's Humanity Protocol, TesseraDAO, and ThetanZero incidents all show this. Multisig + timelock is the minimum guard.

2. Bridge validator architecture review

Bridges that accept unverified proofs, use deprecated validation code, or rely on a single oracle for proof approval are at risk. Syscoin, Aztec, and Axelar all fell into this category. Bridge validation is a second audit layer beyond smart-contract audit.

3. Deprecated code cleanup

If a protocol has decommissioned a contract but left it live (not burned, not paused), it's a target for attackers. Aztec and Raydium both had "old code" exploits. Live = patched. Anything else should be paused or removed.

The deeper finding: Admin key centralization is THE operational failure

Private-key compromise drove the largest incidents (Humanity Protocol alone was 40% of June's total damage). This isn't code quality. It's key management: where are the keys stored? Who has access? Is there a hardware-wallet or key-ceremony layer? Are critical operations guarded by multisig + timelock?

We're not saying THS would have stopped these exploits. But THS's Security and Development dimensions directly surface these operational risks. A score of 35/100 on Security isn't a curable code bug. It's a governance structure decision. Protocol teams can fix it without rewriting their contracts.

Next: Run a free scan

The May edition flagged three operational failure modes recurring in DeFi. June 2026 confirms all three are still active. Run a free scan of your token to check your protocol's Security score, bridge architecture, and governance structure against June's patterns.

Want a deeper breakdown? Read about how THS scores a protocol across all five dimensions, or explore the collapse patterns from the May edition.

References

Frequently Asked Questions

Did audits catch any of these June incidents before the exploit?

Not for the ones I could trace. Humanity Protocol, TesseraDAO, Thetanuts, and Aztec Connect show no evidence of pre-hack code audits. Syscoin and Raydium were not confirmed as audited. The incidents that had the largest operational failure modes (centralized keys, deprecated code) are exactly the ones most likely to slip past a smart-contract audit focused on code correctness, not operational governance.

Why does THS score Humanity Protocol's Security at 28?

Because pre-incident data showed centralized admin keys, no multisig guard on critical bridge operations, and single-point-of-failure architecture on the key infrastructure. A Security score reflects operational risk, not price prediction. A score of 28 means "this is a governance risk," not "this will fail soon," but it means the risk is measurable and visible.

Is private-key compromise really the biggest category of June's damage?

By dollar loss, yes. Infrastructure incidents (private-key theft, wallet-gen failures, admin-key compromise) drove 45% of June's total according to Cryip's categorization, despite being a small fraction of the incident count. The fewer, larger incidents were operational failures. The majority of incidents by count were code bugs, but code bugs caused less total damage.

How would I score my protocol's key management on THS?

THS's Security dimension includes ownership-centralization checks, multisig-threshold analysis, and admin-key scope grading. If your protocol has a single EOA controlling mint or bridge functions, your Security score will reflect that. Run a free scan to see your protocol's breakdown.