Boost _ Folks Finance 33644 - [Smart Contract - Insight] Insufficient msgvalue validation for Wormho
Description
Brief/Intro
Vulnerability Details
function getSendFee(Messages.MessageToSend memory message) external view override returns (uint256 fee) {
// get chain adapter if available
(uint16 wormholeChainId, , ) = getChainAdapter(message.destinationChainId);
// get cost of message to be sent
(fee, ) = wormholeRelayer.quoteEVMDeliveryPrice(
wormholeChainId,
message.params.receiverValue,
message.params.gasLimit
);
}Impact Details
References
Proof of concept
Proof of Concept
PreviousBoost _ Folks Finance 33643 - [Smart Contract - Low] PriceFeed from PythNode will always revert forNextBoost _ Folks Finance 33645 - [Smart Contract - Medium] Griefing an user from creating an account
Last updated
Was this helpful?