ended3월 19일· 1 sources
CPI Reentrancy Is Back: A Solana Developer's Defense Playbook for Token-2022 Transfer Hooks
CPI 재진입 공격의 귀환: Token-2022 Transfer Hook에 대비한 Solana 개발자 방어 전략
Why it matters
Token-2022 transfer hooks reintroduce reentrancy vulnerabilities to Solana by allowing CPI callbacks into the calling program before state updates complete. The article outlines defensive strategies including Checks-Effects-Interactions (CEI) ordering and reentrancy guard (mutex) patterns, noting that Solana's atomic transaction model automatically reverts state on CPI failure.
1
Sources
+0
24h
—
Growth
178d
Active
SolanaToken-2022CPI ReentrancyTransfer HooksDeFi Security