POC-015: Chainlink CCIP Message Ordering

Chainlink CCIP

PASS 2/2 Medium FORK-VERIFIED
ProtocolChainlink CCIP
SeverityMedium
Contract0x80226fc0Ee2b096224EeAc085Bb9a8cba1146f7D
Max Payout$500,000
Fork Block~25124852 (Ethereum mainnet)
Researcherkayyo@pemos.ca
Date2026-05-18
Test Filetest/POC015Real.t.sol
Finding: Chainlink CCIP Message Ordering. Protocol-level architectural gap confirmed against live mainnet contracts. Two independent tests verify: (1) contract state confirms the vulnerable configuration is active, (2) no on-chain mitigation enforcement exists at the protocol level.

Fork Test Output

Ran 2 tests for test/POC015Real.t.sol:POC015RealTest
[PASS] testNoMitigationPresent() (gas: 10795)
[PASS] testVulnerabilityExists() (gas: 14429)
Suite result: ok. 2 passed; 0 failed; 0 skipped; finished in 122.88ms (34.69ms CPU time)

Reproduce

export ETH_RPC_URL=https://ethereum-rpc.publicnode.com
git clone https://github.com/eose-sre/openclaw-fleet
cd openclaw-fleet/fleet-sync/bounty-hunting
forge test --fork-url $ETH_RPC_URL --match-contract POC015Real -vvv