Abracadabra Money Hack

TOTAL LOST $111K
Low Oracle Issue

Summarize with AI

Affected Chain 2022 Incident surface
Recovered - No recovery reported
All-Time Rank #1493 By amount stolen
Protocol Type Exploit/Oracle Issue Target category

Incident Overview

Abracadabra Money was exploited via the oracle issue. The attacker used temporarily $MIM depegging and profited for 110,911 $USD.

Abracadabra.Money is a decentralized protocol providing staking, lending, and borrowing opportunities. The protocol's lending pool was exploited via the oracle issue. Temporarily depegging of $MIM stablecoin allowed the attacker to withdraw 110,911 $MIM tokens at nearly zero cost using a deployed smart contract with unverified source code.

All the stolen funds were transferred through Tornado Cash.

Attacker address:

https://etherscan.io/address/0xb7ea0f0f…688005

Malicious transaction:

https://etherscan.io/tx/0x3d163bfb…537c78

Malicious contract:

https://etherscan.io/address/0x8c761066…11fd4d

Incident Report

Protocol / Project Abracadabra Money
Date of Incident
Attack Technique Oracle Issue
Classification Exchange (DEX),Stablecoin,Borrowing and Lending

Protocol Information

Protocol Type Exploit/Oracle Issue
Affected Token MIM
Official Website abracadabra.money/
Protocol Twitter/X @MIM_Spell
Team Anonymous
Source Code Verified On-Chain

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 oracle issue 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 Abracadabra Money's contract logic - root cause: exchange (dex),stablecoin,borrowing and lending
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? Yes — skilled auditors routinely flag Oracle Issue vulnerabilities in code review

If you're auditing a protocol with similar architecture to Abracadabra Money, these are the critical security checks that could have prevented this incident (November 2022).

  • Verify all logic paths related to Oracle Issue are guarded by proper access controls and input validation - see the Oracle Manipulation & Price Manipulation attack class for patterns
  • Audit oracle price feeds for manipulation risks - ensure time-weighted average prices (TWAPs) or multi-source aggregators are used, not spot prices
  • 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

Related Attack Classes

The technique used in this hack maps to these vulnerability classes in our security curriculum:

See all Oracle Manipulation & Price Manipulation examples →

Sources & References

Learn to Prevent the Next Abracadabra Money

The Abracadabra Money 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