2 matches found
Exploit for Improper Check for Unusual or Exceptional Conditions in Vyperlang Vyper
CVE-2024-24576-Poc-Python A quick POC for the vulnerability di...
incorrect order of evaluation of side effects for some builtins
Impact The order of evaluation of the arguments of the builtin functions uint256addmod, uint256mulmod, ecadd and ecmul does not follow source order. • For uint256addmoda,b,c and uint256mulmoda,b,c, the order is c,a,b. • For ecadda,b and ecmula,b, the order is b,a. Note that this behaviour is...