2 matches found
transfer or transferFrom without checking the boolean result
It was found some transfer, approve or transferFrom without checking the boolean result, ERC20 standard specify that the token can return false if this call was not made, so it's mandatory to check the result of approve methods. CoreCollection.solL175 ERC721Payable.solL54 --- The text was updated...
Arbitrary Object Creation And Arbitrary Code Execution
mathjs is vulnerable to arbitrary object creation and arbitrary code execution attacks. The attacks exist because it does not properly check whether the methods being called are safe methods i.e., the method being called is not defined on the the prototype of the native object. For example,...