Numbers Protocol Hack

TOTAL LOST $14K
Low Other

Summarize with AI

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

Incident Overview

On the 23rd Of Nov, 2022, the Numbers Protocol was exploited, resulting in the loss of approximately 13,836 $USD.

On November 23, 2022, an attack occurred on the Numbers Protocol ($NUM token) on the Ethereum chain, resulting in a loss of approximately $13,836. The root cause of the vulnerability was because the NUM token was incompatible with the Multichain, a cross-chain router protocol. The NUM token lacked a permit function required by the Router protocol, but it did have a default callback function which allowed forged signature to be passed in to trick the cross-chain bridge into transferring the user's assets.

The attacker created a fake token using the attack contract which used $NUM as its underlying token, then called the anySwapOutUnderlyingWithPermit function of the Multi-Chain Router contract to drain 557,754.45000198 $NUM tokens from one of the victim users. This function should generally pass in token, and call the permit function of the underlying token for signature approval, before exchanging the token of the authorized user to the specified address. In this case, since the $NUM token contract didn’t have a permit function, but it did have a callback function, which means that when an attacker sent in a fake signature, the callback function would return normally, so the transaction wouldn't fail.

Eventually, this allowed the $NUM token at the victim address to be transferred to the specified attack contract. The attacker then used Uniswap to convert the stolen $NUM tokens into $USDC and then into WETH. The attack was front-run by a bot, which paid the builder approximately 10 ETH out of the entire profit.

Attacker TX:

https://etherscan.io/tx/0x8a8145ab…8bff32

Incident Report

Protocol / Project Numbers Protocol
Date of Incident
Attack Technique Other
Classification NFT

Protocol Information

Protocol Type Services
Affected Token NUM
Official Website www.numbersprotocol.io/
Protocol Twitter/X @numbersprotocol
Team Anonymous
Source Code Unverified

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 Numbers Protocol's contract logic - root cause: nft
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 Certik — still lost $14K. Prior audits don't guarantee safety, especially after post-audit code changes.

If you're auditing a protocol with similar architecture to Numbers Protocol, these are the critical security checks that could have prevented this incident (November 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

Security Audit History

  • Certik 2022-06-28 Report unavailable

Sources & References

Learn to Prevent the Next Numbers Protocol

The Numbers Protocol 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