SCA: security update for @openzeppelin/contracts (GHSA-88g8-f5mf-f5rj)

high Tenable Cloud Security Plugin ID 412544

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2021-46320)

See Also

https://github.com/advisories/GHSA-88g8-f5mf-f5rj

Plugin Details

Severity: High

ID: 412544

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.18

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:N

CVSS Score Source: CVE-2021-46320

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 2/5/2022

Vulnerability Publication Date: 2/4/2022

Reference Information

CVE: CVE-2021-46320

cwe: CWE-665