CVE-2023-30541
CVSS V2 None
CVSS V3 None
Description
OpenZeppelin Contracts is a library for secure smart contract development. 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. The issue has been fixed in version 4.8.3. As a 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.
Overview
- CVE ID
- CVE-2023-30541
- Assigner
- security-advisories@github.com
- Vulnerability Status
- Undergoing Analysis
- Published Version
- 2023-04-17T22:15:10
- Last Modified Date
- 2023-04-18T03:15:28
Weakness Enumerations
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2023-30541 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-30541 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2023-04-18 00:01:40 | Added to TrackCVE | |||
2023-04-18 00:01:42 | Weakness Enumeration | new | ||
2023-04-18 04:01:18 | 2023-04-18T03:15:28 | CVE Modified Date | updated | |
2023-04-18 04:01:18 | Received | Awaiting Analysis | Vulnerability Status | updated |
2023-04-25 11:01:08 | Awaiting Analysis | Undergoing Analysis | Vulnerability Status | updated |