Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.04 KB

Token Overflow might result in system halt or loss of funds.md

File metadata and controls

27 lines (23 loc) · 1.04 KB

If a token overflows, some functionality such as processProposal, cancelProposal will break due to SafeMath reverts.

The overflow could happen because the supply of the token was artificially inflated to oblivion.

Recommendation:

We recommend to allow overflow for broken or malicious tokens. This is to prevent system halt or loss of funds. It should be noted that in case an overflow occurs, the balance of the token will be incorrect for all token holders in the system


Slide Screenshot

029.jpg


Slide Text

  • ConsenSys Audit The Lao Finding 5.4
  • Denial-of-Service
  • Major Severity
  • Token Overflows
  • System Halt
  • Allow Overflows
  • Broken/Malicious Tokens

References


Tags