Home / Vulnerability Database / Solidity : Unsafe array's length manipulation
Solidity

Solidity : Unsafe array's length manipulation

Overview

The length of the dynamic array is changed directly. In this case, the appearance of gigantic arrays is possible and it can lead to a storage overlap attack (collisions with other data in storage).

Vulnerability type by SmartDec classification: Overlap attack.

LOW

DerScanner Severity Score

Do you want to fix Solidity : Unsafe array's length manipulation 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