Florence Finance Hack
Incident Overview
FlorenceFinance exit scammed via phishing attack and address poisoning, resulting in a loss of 1,456,162 USD.
Florence Finance, a lending protocol on the Ethereum chain, suffered a phishing attack through address poisoning on Nov 28, 2023. The attacker created a wallet address that closely mimicked a legitimate address, exploiting human error to steal approximately 1,450,000 USDC. After the incident, the hackers converted the funds to Ethereum (ETH) and transferred them to THORChain.
Florence Finance has not made an official statement regarding the incident on their Twitter account.
Victim Address:
https://etherscan.io/address/0xb087cfa7…7f5870
Scammer Addresses:
https://etherscan.io/address/0xb087269d…675870
https://etherscan.io/address/0x88E22f0F…DbC1E8
Malicious Transaction:
https://etherscan.io/tx/0x67a7a5f2…37fed8
Fake Token Transfers:
https://etherscan.io/tx/0x02bc1f12…6c6d60
THORChain Deposit Transaction:
https://etherscan.io/tx/0x2cb15e14…5ebd82
Incident Report
Protocol Information
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.
What Auditors Should Check
If you're auditing a protocol with similar architecture to Florence Finance, these are the critical security checks that could have prevented this incident (November 2023).
- Verify all logic paths related to Address Poisoning / Phishing are guarded by proper access controls and input validation - see the Phishing Attacks attack class for patterns
- 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 TrialSecurity Audit History
- Audit Report 1 Report
Related Attack Classes
The technique used in this hack maps to these vulnerability classes in our security curriculum:
Sources & References
Learn to Prevent the Next Florence Finance
The Florence 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.