PT-2023-22768 · Openzeppelin · Openzeppelin Contracts
Frangiop
·
Published
2023-04-17
·
Updated
2023-04-27
·
CVE-2023-30541
CVSS v3.1
5.3
Medium
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L |
Name of the Vulnerable Software and Affected Versions
OpenZeppelin Contracts versions prior to 4.8.3
Description
A function in the implementation contract may be inaccessible if its selector clashes with one of the proxy's own selectors. Specifically, if the clashing function has a different signature with incompatible ABI encoding, the proxy could revert while attempting to decode the arguments from calldata. The probability of an accidental clash is negligible, but one could be caused deliberately and could cause a reduction in availability.
Recommendations
For versions prior to 4.8.3, update to version 4.8.3 to resolve the issue.
As a temporary workaround, if a function appears to be inaccessible for this reason, it may be possible to craft the calldata such that ABI decoding does not fail at the proxy and the function is properly proxied through.
Exploit
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Openzeppelin Contracts