Executive Summary
Informations | |||
---|---|---|---|
Name | CVE-2022-39384 | First vendor Publication | 2022-11-04 |
Vendor | Cve | Last vendor Modification | 2022-12-06 |
Security-Database Scoring CVSS v3
Cvss vector : CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L | |||
---|---|---|---|
Overall CVSS Score | 5.6 | ||
Base Score | 5.6 | Environmental Score | 5.6 |
impact SubScore | 3.4 | Temporal Score | 5.6 |
Exploitabality Sub Score | 2.2 | ||
Attack Vector | Network | Attack Complexity | High |
Privileges Required | None | User Interaction | None |
Scope | Unchanged | Confidentiality Impact | Low |
Integrity Impact | Low | Availability Impact | Low |
Calculate full CVSS 3.0 Vectors scores |
Security-Database Scoring CVSS v2
Cvss vector : | |||
---|---|---|---|
Cvss Base Score | N/A | Attack Range | N/A |
Cvss Impact Score | N/A | Attack Complexity | N/A |
Cvss Expoit Score | N/A | Authentication | N/A |
Calculate full CVSS 2.0 Vectors scores |
Detail
OpenZeppelin Contracts is a library for secure smart contract development. Before version 4.4.1 but after 3.2.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 in the scenario described above, breaking the expectation that there is a single execution. Note that upgradeable proxies are commonly initialized together with contract creation, where reentrancy is not feasible, so the impact of this issue is believed to be minor. This issue has been patched, please upgrade to version 4.4.1. As a workaround, avoid untrusted external calls during initialization. |
Original Source
Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-39384 |
CWE : Common Weakness Enumeration
% | Id | Name |
---|---|---|
100 % | CWE-665 | Improper Initialization |
CPE : Common Platform Enumeration
Type | Description | Count |
---|---|---|
Application | 3 | |
Application | 1 |
Sources (Detail)
Source | Url |
---|---|
CONFIRM | https://github.com/OpenZeppelin/openzeppelin-contracts/security/advisories/GH... |
MISC | https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3006 |
Alert History
Date | Informations |
---|---|
2023-02-14 02:15:30 |
|
2022-12-07 00:27:29 |
|
2022-11-07 21:27:10 |
|
2022-11-05 09:27:24 |
|
2022-11-05 05:27:35 |
|