
Solana's Near-Death Experience: Two Critical Consensus Bugs That Could Have Halted the Network
In January 2026, Solana quietly pushed Agave v3.0.14 — a "critical" validator patch with no public changelog. Two months later, Anza's post-mortem revealed what was at stake: two independently exploitable vulnerabilities that could have taken the entire network offline. One was a crash bug in the gossip protocol's defragmentation logic; the other was a vote censorship attack that required zero special privileges to execute. Neither was exploited in the wild. But together, they expose fundamental design tensions in high-throughput blockchains — and offer security lessons that apply far beyond Solana. Background: Why Gossip and Voting Matter Before diving into the bugs, you need to understand two critical Solana subsystems. The Gossip Protocol Solana's gossip network is the backbone of validator-to-validator communication. Unlike block production (which follows a leader schedule), gossip is always on — it propagates critical signaling information even when block production stalls. This i
Continue reading on Dev.to Webdev
Opens in a new tab



