Security
Instruction Ordering Attack
📖O que é
Exploit where an attacker crafts a transaction with instructions in a specific order to manipulate program state between instructions within the same transaction. Since Solana executes all instructions in a transaction sequentially, earlier instructions can modify account state that later instructions depend on, enabling unexpected state transitions.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
InstruçãoProgramming Model
A single operation within a transaction that invokes a program. An instruction specifies: …
Ver termo →TransaçãoProgramming Model
An atomic unit of execution containing one or more instructions, a recent blockhash, and o…
Ver termo →Front-RunningSecurity
An attack where an adversary observes a pending or not-yet-finalized transaction (e.g., a …
Ver termo →