Parity Hack

TOTAL LOST $34.0M
High #161 All-Time Other

Summarize with AI

Affected Chain 2017 Incident surface
Recovered - No recovery reported
All-Time Rank #161 By amount stolen
Protocol Type Exploit/Other Target category

Incident Overview

Parity multisig wallet has been attacked by a hacker in two transactions, taking profit of $34M.

The attacker had drained 153,037 ETH from three high-profile multi-signature contracts used to store funds from past token sales. The attacker's address:

https://etherscan.io/address/0xb3764761…db4d32

The attacker sent two transactions to each of the affected contracts: the first to obtain exclusive ownership of the MultiSig, and the second to move all of its funds.

1st transaction (call to initWallet):

https://etherscan.io/tx/0x9dbf0326…ef75ec

2nd transaction:

https://etherscan.io/tx/0xeef10fc5…a7be7c

This function was probably created as a way to extract the wallet’s constructor logic into a separate library. The wallet contract forwards all unmatched function calls to the library using delegatecall

This causes all public functions from the library to be callable by anyone, including initWallet, which can change the contract’s owners. Unfortunately, initWallet has no checks to prevent an attacker from calling it after the contract was initialized. The attacker exploited this and simply changed the contract’s m_owners state variable to a list containing only their address, and requiring just one confirmation to execute any transaction:

https://etherscan.io/tx/0x9dbf0326…ef75ec

After that, the attacker executed the function to send all funds to an account controlled by the attacker:

https://etherscan.io/tx/0xeef10fc5…a7be7c

Attacker address:

https://etherscan.io/address/0xb3764761…db4d32

Incident Report

Protocol / Project Parity
Date of Incident
Attack Technique Other
Classification Other
Primary Source View Post-Mortem

Protocol Information

Protocol Type Exploit/Other
Official Website www.parity.io/
Protocol Twitter/X @ParityTech
Team Public / Doxxed
Source Code Unverified

Market Context at Time of Hack

Token Categories
Memes Ethereum Ecosystem Political Memes

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 Parity's contract logic - root cause: other
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 Parity, these are the critical security checks that could have prevented this incident (July 2017).

  • 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 Parity

The Parity 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