Home / Vulnerability Database / Solidity : Output overwrites input of assembly CALLs
Solidity

Solidity : Output overwrites input of assembly CALLs

Overview

Dangerous use of inline assembly instruction of CALL family, which overwrites the input with the output.

In case the arbitrary address is called return value may differ from expected one.

MEDIUM

DerScanner Severity Score

Do you want to fix Solidity : Output overwrites input of assembly CALLs in your application?

See also

Solidity

Solidity : Return value of transfer, transferFrom, or approve function of ERC-20 standard is always false.

Solidity

Solidity : Using approve function of the ERC-20 token standard

Solidity

Solidity : ERC-20 transfer should throw