Holdstation Hack

TOTAL LOST $462K
Low Access Control

Summarize with AI

Affected Chain 2026 Incident surface
Recovered - No recovery reported
All-Time Rank #1026 By amount stolen
Protocol Type Dexs Target category

Incident Overview

On February 25, 2026, Holdstation suffered a 462,000 USDT supply chain attack when hackers compromised the application distribution server infrastructure via a fraudulent coding extension , injected malicious JavaScript into wallet function files, and distributed a trojanized update that silently drained user funds upon installation. Holdstation detected the breach within 2 minutes, suspended services, and committed to 100% compensation for all affected users.

The attack began with infrastructure compromise through a malicious coding extension that stole employee session tokens to bypass MFA and gain unauthorized access to Holdstation's distribution server, CI/CD pipeline, and Google Cloud storage containing core JavaScript files. After establishing access, the attacker installed a backdoor and directly overwrote official update files on the distribution server with malicious code containing JavaScript injected into critical wallet control functions. The malware was designed as a targeted attack that activated silently only when the application was updated and executed. When users installed the compromised update at 01:30 AM, the malware immediately accessed device secure storage and executed in complete silence (silent execution), exploiting the application's legitimate access rights to manipulate transaction signing processes without displaying confirmation requests to users. The backdoor sent malicious transaction signing commands, executed without requiring user authentication, and automatically transferred all assets to the hacker's wallet (0xcbfa60b3…19bf8d).

Exploiter:

https://etherscan.io/address/0xcbfa60b3…19bf8d

Incident Report

Protocol / Project Holdstation
Date of Incident
Attack Technique Access Control
Classification Other

Protocol Information

Protocol Type Dexs
Official Website holdstation.com/
Protocol Twitter/X @HoldstationW
Team Anonymous
Source Code Unverified

Market Context at Time of Hack

Token Categories
AI & Big Data Privacy Wallet Governance zkSync Era Ecosystem AI Agent Launchpad Bera Chain Ecosystem

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 Operational-security tradecraft (phishing, malware, leaked seed phrases, or insider access) to obtain treasury signing authority
Capital Required Minimal capital - only enough to cover gas while draining the compromised accounts
On-Chain Access Valid signing authority over the compromised wallets / multisig signers, allowing direct transfer of funds or stake authorization
Target Reconnaissance Identification of Holdstation's high-value treasury accounts and the authority / multisig structure controlling them
Execution Speed Speed to drain the compromised accounts before the team detects the breach and revokes signing authority or freezes the assets
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 Access Control audit checklist and test coverage

If you're auditing a protocol with similar architecture to Holdstation, these are the critical security checks that could have prevented this incident (February 2026).

  • Verify all logic paths related to Access Control are guarded by proper access controls and input validation - see the Access Control 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 Trial

Related Attack Classes

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

See all Access Control Attacks examples →

Sources & References

Learn to Prevent the Next Holdstation

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