In OpenZeppelin <=v4.4.0, initializer functions that are invoked separate from contract creation (the most prominent example being minimal proxies) may be reentered if they make an untrusted non-view external call. Once an initializer has finished running it can never be re-executed. However, an exception put in place to support multiple inheritance made reentrancy possible, breaking the expectation that there is a single execution.
History

No history.

cve-icon MITRE Information

Status: PUBLISHED

Assigner: mitre

Published: 2022-02-04T11:35:52

Updated: 2022-02-04T11:35:51

Reserved: 2022-01-18T00:00:00


Link: CVE-2021-46320

JSON object: View

cve-icon NVD Information

Status : Analyzed

Published: 2022-02-04T12:15:07.623

Modified: 2022-02-09T15:30:40.950


Link: CVE-2021-46320

JSON object: View

cve-icon Redhat Information

No data.

CWE