Stars Arena Hack

TOTAL LOST $3.0M
Medium Reentrancy

Summarize with AI

Affected Chain 2023 Incident surface
Recovered $2.7M 90.0% returned
All-Time Rank #568 By amount stolen
Protocol Type Exploit/Reentrancy Target category

Incident Overview

Stars Arena, an Avalanche-based project, was exploited through a reentrancy attack, leading to a loss of 2,974,530 USD worth 266,102 AVAX.

Stars Arena is a social platform on the Avalanche chain. On October 7, 2023, the platform suffered a reentrancy attack. The attacker drained funds from the Stars Arena contract, amounting to 2,974,530 USD (266,102 AVAX).

The Attacker created a contract that distributed the stolen funds to many addresses, sending 1,000 AVAX each. During the call of the 0xe9ccf3a3 function, the attacker reentered and called the 0x5632b2e4 function, setting a block height. This height was then used as a parameter in the sellShares function, resulting in an abnormally large calculated amount of AVAX to send.

Attacker Address:

https://cchain.explorer.avax.network/address/0xa2ebf3fc…b4ad7a

Malicious Transaction:

https://cchain.explorer.avax.network/tx/0x4f37ffec…e17ac5

Malicious Contract:

https://cchain.explorer.avax.network/address/0x7f283edc…d2c7ac

Funds Distribution Transactions:

https://snowtrace.io/tx/0x8f5b2e88…ef9fb1

Some of the Stolen Funds Holders:

https://cchain.explorer.avax.network/address/0x9b5ec83e…2d418d

https://cchain.explorer.avax.network/address/0xded436c2…c56b3e

Incident Report

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

Protocol Information

Protocol Type Exploit/Reentrancy
Official Website starsarena.com/
Protocol Twitter/X @starsarenacom
Team Anonymous
Source Code Unverified

Market Context at Time of Hack

Token Categories
Gaming Avalanche Ecosystem Play To Earn Arcade Games

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 reentrancy 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 Stars Arena'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? Yes — skilled auditors routinely flag Reentrancy vulnerabilities in code review

If you're auditing a protocol with similar architecture to Stars Arena, these are the critical security checks that could have prevented this incident (October 2023).

  • Verify all logic paths related to Reentrancy are guarded by proper access controls and input validation - see the Reentrancy attack class for patterns
  • Check that all state-changing functions follow the Checks-Effects-Interactions (CEI) pattern to prevent reentrancy and logic ordering bugs
  • 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

Funds Recovery

90.0%

Recovered

$2.7M

Net Loss

297453

Post-Incident Timeline

  • 2023-10-11

    Was reached an agreement with the individual responsible for the recent security breach. The attacker returned 90% of the stolen funds

Related Attack Classes

The technique used in this hack maps to these vulnerability classes in our security curriculum:

See all Reentrancy examples →

Sources & References

Learn to Prevent the Next Stars Arena

The Stars Arena 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