Lucene search

K
code423n4Code4renaCODE423N4:2023-06-LLAMA-FINDINGS-ISSUES-283
HistoryJun 14, 2023 - 12:00 a.m.

LlamaExecutor#execute is not payable

2023-06-1400:00:00
Code4rena
github.com
4
llamaexecutor
execute function
not payable
eth sending
mitigation
impact
vulnerability
manual review
assessment

Lines of code

Vulnerability details

Impact

Since the execute function in LlamaExecutor.sol is not payable, nor the contract has the ability to receive ether, any action that requires sending ETH will eventually fail.

#Proof of Concept

Tools Used

Manual review

Recommended Mitigation Steps

One of the mitigations that come up first to my mind is to make the LlamaExecutor.sol#execute function payable.

Assessed type

Payable


The text was updated successfully, but these errors were encountered:

All reactions