Improper resource allocation In openzeppelin-solidity
Description
OpenZeppelin Contracts ERC165Checker unbounded gas consumption
Impact
The target contract of an EIP-165 supportsInterface query can cause unbounded gas consumption by returning a lot of data, while it is generally assumed that this operation has a bounded cost.
Patches
The issue has been fixed in v4.7.2.
References
https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3587
For more information
If you have any questions or comments about this advisory, or need assistance deploying a fix, email us at [email protected].
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
npm | - | ||
npm | 4.7.2 | ||
npm | 4.7.2 | ||
npm | 2.0.2-standalone |
Aliases
1. 2. 3. 4. 5.
References
1. 2. 3.