Crypto Prices

KelpDAO bridge theft prompts LayerZero to mandate multi-validator security

2 weeks ago
1 min read
27 views

Cross-Chain Infrastructure Attack and LayerZero Labs Response

A sophisticated April 2026 attack on LayerZero Labs’ infrastructure resulted in the theft of approximately 116,500 rsETH tokens from KelpDAO, valued at $292 million. Unlike typical blockchain exploits, the breach did not stem from smart contract vulnerabilities or protocol flaws, but rather from compromised infrastructure supporting the verification layer.

Attack Methodology and Attribution

Researchers at Chainalysis traced the operation to North Korea’s Lazarus Group, specifically a unit operating under the moniker TraderTraitor. The attackers employed a multi-faceted approach targeting the remote procedure call nodes that underpin LayerZero Labs’ Decentralized Verification Network.

The attack involved several coordinated steps:

  • Gaining access to the node infrastructure list
  • Corrupting two separate nodes across different clusters
  • Deploying malicious code to replace legitimate binaries on Optimism-based Geth nodes
  • Injecting fraudulent transaction data into the verification system while suppressing legitimate information

The scheme was further enabled by distributed denial-of-service operations targeting operational RPC endpoints, which forced traffic to the compromised nodes. This allowed attackers to validate transactions that never actually occurred on the blockchain.

The entire operation exploited a critical architectural vulnerability: KelpDAO’s reliance on a single-signer verification configuration with LayerZero Labs serving as the exclusive validator. The unauthorized fund transfer executed in less than 46 minutes, establishing this as one of 2026’s most significant decentralized finance losses.

Containment and Remediation

LayerZero Labs emphasized that the incident’s impact remained isolated to KelpDAO due to the protocol’s modular security design, with no spillover effects to other cross-chain applications or assets. However, the company acknowledged that the KelpDAO setup directly contradicted its own established best practices.

Immediate remediation efforts included:

  • Decommissioning and replacing all compromised RPC nodes
  • Restoring normal operations
  • Notifying law enforcement
  • Coordinating with industry partners and Seal911 to track stolen assets

Policy Changes and Future Prevention

In response to the breach, LayerZero Labs has implemented sweeping policy changes. The company’s verification service will henceforth refuse to process messages from applications utilizing single-signer configurations, effectively mandating migration to multi-validator architectures. LayerZero is also proactively engaging projects still operating under vulnerable single-validator setups, encouraging voluntary transitions to more secure models.

The crucial lesson centers not on the failure of modular security architecture, but rather on the dangers of permitting single-signer verification configurations without mandatory safeguards.

The incident underscores a recurring challenge in blockchain infrastructure: even robust smart contracts and well-designed protocols cannot guarantee security when off-chain trust layers remain insufficiently fortified.

Popular