28827 - [SC - Insight] Multi requestid claims can trigger DOS
Description
Brief/Intro
Vulnerability Details
function claimWithdrawal(uint256 _requestId) external {
_claim(_requestId, _findCheckpointHint(_requestId, 1, getLastCheckpointIndex()), msg.sender);
_emitTransfer(msg.sender, address(0), _requestId);
}Impact Details
References
Proof of Concept
Previous28813 - [SC - Insight] PufferVaultclaimWithdrawalFromLido according to...Next28833 - [SC - Insight] Missing slippage protection in functions deposi...
Last updated
Was this helpful?