mirror of https://github.com/ConsenSys/mythril
blockchainethereumsmart-contractssoliditysecurityprogram-analysissecurity-analysissymbolic-execution
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
127 lines
3.0 KiB
127 lines
3.0 KiB
7 years ago
|
|
||
|
|
||
7 years ago
|
## Message call to external contract
|
||
7 years ago
|
|
||
7 years ago
|
- Type: Informational
|
||
7 years ago
|
- Contract: Unknown
|
||
7 years ago
|
- Function name: `_function_0x5a6814ec`
|
||
|
- PC address: 661
|
||
|
|
||
7 years ago
|
|
||
|
|
||
7 years ago
|
### Description
|
||
7 years ago
|
|
||
7 years ago
|
This contract executes a message call to to another contract. Make sure that the called contract is trusted and does not execute user-supplied code.
|
||
|
|
||
|
|
||
|
## Message call to external contract
|
||
7 years ago
|
|
||
7 years ago
|
- Type: Warning
|
||
7 years ago
|
- Contract: Unknown
|
||
7 years ago
|
- Function name: `_function_0xd24b08cc`
|
||
|
- PC address: 779
|
||
|
|
||
7 years ago
|
|
||
|
|
||
7 years ago
|
### Description
|
||
7 years ago
|
|
||
7 years ago
|
This contract executes a message call to an address found at storage slot 1. This storage slot can be written to by calling the function '_function_0x2776b163'. Generally, it is not recommended to call user-supplied adresses using Solidity's call() construct. Note that attackers might leverage reentrancy attacks to exploit race conditions or manipulate this contract's state.
|
||
|
|
||
|
|
||
|
## Message call to external contract
|
||
7 years ago
|
|
||
7 years ago
|
- Type: Informational
|
||
7 years ago
|
- Contract: Unknown
|
||
7 years ago
|
- Function name: `_function_0xe11f493e`
|
||
|
- PC address: 858
|
||
|
|
||
7 years ago
|
|
||
|
|
||
7 years ago
|
### Description
|
||
7 years ago
|
|
||
7 years ago
|
This contract executes a message call to to another contract. Make sure that the called contract is trusted and does not execute user-supplied code.
|
||
|
|
||
|
|
||
|
## State change after external call
|
||
7 years ago
|
|
||
7 years ago
|
- Type: Warning
|
||
7 years ago
|
- Contract: Unknown
|
||
7 years ago
|
- Function name: `_function_0xe11f493e`
|
||
|
- PC address: 869
|
||
|
|
||
7 years ago
|
|
||
|
|
||
7 years ago
|
### Description
|
||
7 years ago
|
|
||
7 years ago
|
The contract account state is changed after an external call. Consider that the called contract could re-enter the function before this state change takes place. This can lead to business logic vulnerabilities.
|
||
|
|
||
|
|
||
|
## Message call to external contract
|
||
7 years ago
|
|
||
7 years ago
|
- Type: Warning
|
||
7 years ago
|
- Contract: Unknown
|
||
7 years ago
|
- Function name: `_function_0xe1d10f79`
|
||
|
- PC address: 912
|
||
|
|
||
7 years ago
|
|
||
|
|
||
7 years ago
|
### Description
|
||
7 years ago
|
|
||
7 years ago
|
This contract executes a message call to an address provided as a function argument. Generally, it is not recommended to call user-supplied adresses using Solidity's call() construct. Note that attackers might leverage reentrancy attacks to exploit race conditions or manipulate this contract's state.
|
||
|
|
||
|
|
||
|
## Unchecked CALL return value
|
||
7 years ago
|
|
||
7 years ago
|
- Type: Informational
|
||
7 years ago
|
- Contract: Unknown
|
||
7 years ago
|
- Function name: `_function_0x5a6814ec`
|
||
|
- PC address: 661
|
||
|
|
||
7 years ago
|
|
||
|
|
||
7 years ago
|
### Description
|
||
7 years ago
|
|
||
7 years ago
|
The return value of an external call is not checked. Note that execution continue even if the called contract throws.
|
||
|
|
||
|
|
||
|
## Unchecked CALL return value
|
||
7 years ago
|
|
||
7 years ago
|
- Type: Informational
|
||
7 years ago
|
- Contract: Unknown
|
||
7 years ago
|
- Function name: `_function_0xd24b08cc`
|
||
|
- PC address: 779
|
||
|
|
||
7 years ago
|
|
||
|
|
||
7 years ago
|
### Description
|
||
7 years ago
|
|
||
7 years ago
|
The return value of an external call is not checked. Note that execution continue even if the called contract throws.
|
||
|
|
||
|
|
||
|
## Unchecked CALL return value
|
||
7 years ago
|
|
||
7 years ago
|
- Type: Informational
|
||
7 years ago
|
- Contract: Unknown
|
||
7 years ago
|
- Function name: `_function_0xe11f493e`
|
||
|
- PC address: 858
|
||
|
|
||
7 years ago
|
|
||
|
|
||
7 years ago
|
### Description
|
||
7 years ago
|
|
||
7 years ago
|
The return value of an external call is not checked. Note that execution continue even if the called contract throws.
|
||
|
|
||
|
|
||
|
## Unchecked CALL return value
|
||
7 years ago
|
|
||
7 years ago
|
- Type: Informational
|
||
7 years ago
|
- Contract: Unknown
|
||
7 years ago
|
- Function name: `_function_0xe1d10f79`
|
||
|
- PC address: 912
|
||
|
|
||
|
|
||
|
|
||
7 years ago
|
### Description
|
||
|
|
||
|
The return value of an external call is not checked. Note that execution continue even if the called contract throws.
|