execute in VoteProxy should be payable #17
Labels
2 (Med Risk)
Assets not at direct risk, but function/availability of the protocol could be impacted or leak value
bug
Something isn't working
sponsor confirmed
Sponsor agrees this is a problem and intends to fix it (OK to use w/ "disagree with severity")
Handle
wuwe1
Vulnerability details
Impact
execute
will revert whenmsg.value > 0
Proof of Concept
Lacking
payable
mutability specifier.https://github.com/code-423n4/2022-02-concur/blob/main/contracts/VoteProxy.sol#L28-L35
Recommended Mitigation Steps
Add
payable
mutability specifier.The text was updated successfully, but these errors were encountered: