


On May 22, 2025, attackers exploited a critical arithmetic overflow vulnerability in Cetus Protocol's smart contract code, draining approximately $223 million from the decentralized exchange on the Sui blockchain in under 15 minutes. The vulnerability stemmed from a flawed overflow guard function called checked_shlw, which failed to properly validate 256-bit shift-left operations during liquidity calculations. This oversight allowed attackers to bypass safety mechanisms and supply minimal tokens while receiving liquidity worth millions from the protocol's pools.
The attack exposed a fundamental weakness in how Cetus handled fixed-point mathematics during token-delta computations. By carefully selecting liquidity values that would pass the defective overflow check but trigger overflow during actual calculations, the attacker corrupted the underlying math and drained pool reserves repeatedly. This smart contract vulnerability demonstrates how subtle programming errors in DeFi protocols can have catastrophic consequences, particularly when complex arithmetic operations lack rigorous validation. The incident highlighted gaps in input validation and external security audits.
Notably, Sui validators intervened quickly to freeze $162 million in stolen funds, preventing further asset transfers. This centralized response, while protective in crisis moments, underscores the tension between security and decentralization in blockchain networks facing smart contract vulnerabilities.
Sui's $160 million asset freeze exposed a fundamental tension within the network's architecture. While the Sui Foundation's rapid intervention protected users from a significant hack, the incident revealed how emergency freezing capabilities conflict with core blockchain decentralization principles. The mechanism relies on validator coordination through a built-in Deny List, allowing the foundation to blacklist addresses and prevent transactions—a powerful tool for security that simultaneously challenges the censorship resistance blockchain networks promise.
The community's reaction highlighted this paradox sharply. Some praised Sui's swift response to the threat, while critics argued that validator-controlled asset freezing undermines decentralization claims. The governance model, which currently concentrates decision-making power within the foundation and select validators, differs markedly from fully decentralized systems like Bitcoin or Ethereum. Though Sui employs Delegated Proof-of-Stake for broader validator participation, the ability to freeze assets without complete network consensus remains a centralization concern. This early-stage governance approach prioritizes rapid security responses, yet raises legitimate questions about whether such centralized controls can coexist with true blockchain decentralization principles in the long term.
Following significant challenges, Sui's ecosystem demonstrated remarkable resilience through comprehensive recovery initiatives. The network's TVL rebound to $19.2 billion represents a critical milestone, reflecting renewed confidence from both retail and institutional participants. This recovery wasn't coincidental but rather the result of deliberate structural improvements addressing the network's security and governance concerns.
The Sui Foundation led this transformation by implementing enhanced governance measures alongside a $10 million security expansion program. These initiatives addressed centralization risks by strengthening protocol-level security mechanisms and creating more transparent decision-making frameworks. The foundation's multi-year commitment signals long-term dedication to ecosystem stability, crucial for attracting institutional capital.
DeFi integrations proved pivotal to the recovery trajectory. Major stablecoin integrations including USDC and USDT facilitated increased capital deployment across Sui-based protocols, driving the TVL surge. Simultaneously, the ecosystem witnessed 16.1% year-over-year developer growth, indicating sustained technical momentum and confidence in Sui's infrastructure for building scalable applications.
Looking forward, Sui's governance enhancements include plans for native protocol-level private transactions by 2026, addressing privacy concerns while maintaining compliance requirements. The network maintains a demonstrated throughput of 866 transactions per second, proving that security improvements need not compromise performance—a critical reassurance for institutional adoption.
These coordinated recovery efforts—combining governance reforms, security infrastructure investment, and developer ecosystem expansion—established Sui as a more resilient Layer 1 blockchain. The $19.2 billion TVL milestone validates that comprehensive security measures and transparent governance can effectively mitigate centralization risks while sustaining ecosystem growth and institutional confidence.
Sui智能合约中最常见的安全漏洞包括重入攻击、整数溢出和DoS攻击。尽管Move语言设计能减少这些问题,但开发者仍需注意逻辑错误和权限管理漏洞。
Use OpenZeppelin libraries for protection. Apply checks-effects-interactions pattern to prevent reentrancy. Implement safe math operations and state variable updates before external calls to mitigate integer overflow and reentrancy vulnerabilities effectively.
Sui's Proof of Stake mechanism may concentrate validator control, potentially compromising network decentralization. This centralization risk exists across most PoS chains, not unique to Sui. Validator consolidation could impact protocol security and governance independence.
Smart contract audits involve code review, vulnerability testing, and risk assessment. Key metrics include gas efficiency, security vulnerabilities, reentrancy issues, integer overflow/underflow, and platform safety. Auditors perform manual and automated testing, then deliver reports categorizing issues by severity.
Sui's validator nodes show some concentration, with a limited number of validators controlling significant network participation. While the network is designed to be decentralized, early-stage validator distribution reflects typical characteristics of growing blockchain networks, gradually improving decentralization over time.
Flash loan attacks are possible on Sui network. Protection measures include using multi-signature wallets, implementing robust smart contract audits, deploying insurance funds, and monitoring price oracle manipulation to prevent unauthorized access and fund extraction.
Move offers superior safety through the absence of compiler bugs and stronger type systems inherited from Rust. However, Move's interpreted nature results in slower performance compared to Solidity's compiled execution.
Sui生态中曾出现BEC和SMT智能合约漏洞,攻击者通过构造特殊参数绕过合约检测实现超额转账。这些事件提醒开发者需加强合约安全审计和代码规范。











