Lucene search
+L

1 matches found

Code423n4
Code423n4
added 2023/10/06 12:00 a.m.12 views

Unprotected payableCall() exposes user funds to malicious actors

Lines of code Vulnerability details Impact The function payableCall is used to make calls on to other contracts from the virtualAccount which is linked to a userAddress. This function utilizes the PayableCall struct show below. struct PayableCall address target; bytes callData; uint256 value; It...

7AI score
SaveExploits0
Rows per page
Query Builder