Flurry Finance Hack

TOTAL LOST $293K
Low Other

Summarize with AI

Affected Chain 2022 Incident surface
Recovered - No recovery reported
All-Time Rank #1157 By amount stolen
Protocol Type Lending Target category

Incident Overview

The attacker's address:

https://bscscan.com/address/0x0f3c0c62…298b35

The malicious token contract:

https://bscscan.com/address/0xb7a740d6…22dfb7

The attacker deployed a malicious token contract, which is also used as the attack contract, and created a PancakeSwap pair for the token and BUSD.

The attacker made a flash loan from the Rabbit Bank contract and called the execute function on StrategyLiquidate:

https://bscscan.com/address/0x5085c498…033369

The execute method decodes input data as the LP token address, allowing the attacker to execute code from the malicious token contract.

The malicious token contract called FlurryRebaseUpkeep.performUpkeep() which rebases all vaults and updates multipliers for Rho Tokens. The update is based on all strategies' balances.

The update was triggered in the process of a flash loan and the tokens borrowed from the Bank contract were not returned yet, the low balance led to a low multiplier.

The attacker returned the flash loan and finished the preparation transaction.

In the next transaction, the attacker deposited tokens with the low multiplier, updated the multiplier to a higher (normal) value, and withdrew the tokens with the high multiplier.

Because the multiplier is one of the factors deciding the RhoToken balance, the attacker's RhoToken balance was increased in the transaction so they were able to withdraw more tokens than they deserve from the Vault.

The attacker repeated this process multiple times.

Stolen funds were transferred to this address and then redistributed between several external addresses:

https://bscscan.com/address/0xb7a740d6…22dfb7#tokentxns

Incident Report

Protocol / Project Flurry Finance
Date of Incident
Attack Technique Other
Classification Yield Aggregator

Protocol Information

Protocol Type Lending
Affected Token FLURRY
Official Website www.flurry.finance/
Protocol Twitter/X @FlurryFi
Team Anonymous
Source Code Unverified

Market Context at Time of Hack

Token Categories
DeFi Ethereum Ecosystem Polygon Ecosystem BullPerks Launchpad BNB Chain Ecosystem

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 Flurry Finance's contract logic - root cause: yield aggregator
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

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

  • 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

Sources & References

Learn to Prevent the Next Flurry Finance

The Flurry Finance 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