Verus Hack

TOTAL LOST $11.6M
High Other

Summarize with AI

Affected Chain 2026 Incident surface
Recovered - No recovery reported
All-Time Rank #290 By amount stolen
Auditors 1 Prior security audit

Incident Overview

On May 18, 2026, the Verus-Ethereum Bridge was exploited for approximately $11.58M across ETH, tBTC, and USDC due to a logic gap in its cross-chain value validation. The attacker successfully bypassed economic checks without compromising any cryptographic keys or notary signatures, instead exploiting a failure to match source-chain deposits with destination-chain payouts. The stolen assets were subsequently swapped and consolidated into a single Ethereum drainer wallet.

The exploit represents an economic-value binding gap, the same vulnerability class that impacted the Wormhole and Nomad bridges in 2022. While the Ethereum side of the bridge properly validated the cryptographic proofs, notarized state roots, and Merkle proofs sent from the Verus chain, it failed to verify the underlying math. Specifically, a missing validation check in the bridge’s checkCCEValues function allowed cross-chain exports to process even if the source-chain's token totals were entirely empty.

To execute the attack, the exploiter initiated a tiny 0.02 VRSC transaction on the Verus network containing a Cross-Chain Export that committed to a high-value payout blob, but intentionally left the source-side deposit fields blank. Since the transaction structure was technically legal on the Verus network, the notaries signed the state root. The attacker then called submitImports() on Ethereum with the matching transfer data. The bridge verified the legitimate cryptographic signature, decoded the payload, and released 1,625 ETH, 103 tBTC, and 147K USDC directly from its reserves to the attacker for a gas cost of roughly ten dollars.

Bridge Contract: 0x71518580…cd7f63

Exploit Transaction: 0x6990f017…7eb321

Attacker EOA: 0x5aBb91B9…9D5777

Drainer Wallet: 0x65Cb8b12…9C25F9

Incident Report

Protocol / Project Verus
Date of Incident
Attack Technique Other
Classification Bridge

Protocol Information

Protocol Type Dexs
Official Website verus.io/
Protocol Twitter/X @VerusCoin
Team Anonymous
Source Code Unverified

Market Context at Time of Hack

Token Price at Hack $0.7393
Market Cap at Hack $59.5M
% of Market Cap Stolen 19.48%
Token Categories
Mineable Hybrid - PoW & PoS Privacy Zero Knowledge Proofs Identity Interoperability Scaling Staking

What the Attacker Needed to Succeed

Understanding the prerequisites for this type of attack helps auditors identify protocols that are most at risk and helps developers build better defenses.

Technical Knowledge Deep understanding of other and Solidity and EVM internals
Capital Required Seed capital to cover gas and initial position setup
On-Chain Access Ability to interact with smart contracts and deploy a custom exploit contract
Protocol Analysis Identification of the exploitable vulnerability in Verus's contract logic - root cause: bridge
Execution Speed Precise transaction ordering and timing to exploit the vulnerability within a single atomic block
Obfuscation Plan A strategy to launder and move stolen funds - typically through mixers, cross-chain bridges, or decentralized DEX swaps to resist tracing

What Auditors Should Check

Could this have been caught in audit? Likely — with a thorough Other audit checklist and test coverage
Audited by Audit Report 1 — still lost $11.6M. Prior audits don't guarantee safety, especially after post-audit code changes.

If you're auditing a protocol with similar architecture to Verus, these are the critical security checks that could have prevented this incident (May 2026).

  • Verify all logic paths related to Other are guarded by proper access controls and input validation
  • Review privileged functions (owner, admin, governance) for potential abuse vectors - centralization risks should be documented and bounded with timelocks or multi-sigs

Master these auditing techniques with hands-on labs and real exploit scenarios in the Smart Contract Hacking course.

Free Trial

Security Audit History

Sources & References

Learn to Prevent the Next Verus

The Verus hack is one of many attacks that skilled auditors are trained to detect before deployment. Master real exploit patterns and defense techniques with hands-on Web3 security training.

Recreate exploit patterns safely Free Trial