58743 sc low zeroxswapverifier recipient validation bypass
Description
Summary
Vulnerability Details
function verifySwapCalldata(
bytes calldata calldata_,
address owner, // ← Intended to validate ownership
address targetToken,
uint256 maxSlippageBps
) external view returns (bool verified)Code Evidence
Impact
Recommendation
Add Recipient Validation
Proof of Concept
Proof of Concept
Running the PoC
PoC Output
Previous57316 sc low allocation cap enforcement missing deadcodeNext58323 sc critical the alchemist burn function experiences precision loss resulting in the avoidance of protocol fees
Was this helpful?