🎉 The #CandyDrop Futures Challenge is live — join now to share a 6 BTC prize pool!
📢 Post your futures trading experience on Gate Square with the event hashtag — $25 × 20 rewards are waiting!
🎁 $500 in futures trial vouchers up for grabs — 20 standout posts will win!
📅 Event Period: August 1, 2025, 15:00 – August 15, 2025, 19:00 (UTC+8)
👉 Event Link: https://www.gate.com/candy-drop/detail/BTC-98
Dare to trade. Dare to win.
Orbit Chain suffered an attack of $80 million, raising alarm bells for the security of cross-chain bridges.
Orbit Chain was attacked, resulting in a loss of approximately 80 million USD.
On January 1, 2024, a security risk monitoring platform discovered that the Orbit_Chain project had been attacked, resulting in losses of approximately $80 million. Analysis showed that the attackers had initiated a small-scale attack a day earlier and used stolen ETH as the source of transaction fees for the subsequent large-scale attack.
Orbit Chain is a cross-chain bridge platform that allows users to use encrypted assets from different blockchains on one chain. Currently, the project team has suspended the cross-chain bridge contract and is attempting to communicate with the attacker.
Event Analysis
The attack primarily executed asset transfers by directly invoking the withdraw function of the Orbit Chain: Bridge contract. The withdraw function uses verified signatures to ensure the safety and legitimacy of the disbursement.
Further analysis shows that the signature verification function (_validate) returns the number of owner signatures. If this number is greater than or equal to the required value, the funds will be released. On-chain data indicates that there are a total of 10 administrator addresses for this contract, and the required value is 7, meaning that 70% of administrators' signatures are needed to withdraw assets.
In summary, this incident may have been caused by a phishing attack on the server that stores the administrator's private keys.
Attack Process
On-chain data shows that the attacker began a small-scale attack on the Orbit_Chain project on December 30, 2023, at 15:39:35 (UTC), and distributed the stolen small amount of ETH to other attack addresses as transaction fees.
Subsequently, on December 31, 2023, at 21:00 (UTC), multiple attack addresses began large-scale attacks on assets such as DAI, WBTC, ETH, USDC, and USDT of the Orbit_Chain project.
Fund Tracking
As of the time of publication, the transfer status of the stolen funds is as follows: The attackers have dispersed the stolen funds to five different addresses. Specifically, they include:
Security Insights
This cross-chain bridge security incident again emphasizes the importance of security in the design and implementation of blockchain systems:
Code Security: The contract code is the core of the blockchain system, and it should strictly follow security standards during writing and review to avoid common vulnerabilities.
Authentication and Identity Verification: Ensure that only authorized users or contracts can perform critical operations to prevent unauthorized access and asset loss. Implementing robust authentication mechanisms, multi-signature, and permission management measures can effectively restrict access rights.