SCA: security update for @openzeppelin/contracts, @openzeppelin/contracts-upgradeable (GHSA-93hq-5wgc-jc82)

high Tenable Self-Hosted Container Security Plugin ID 412994

Description

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

- OpenZeppelin Contracts is a library for secure smart contract development. The proposal creation
entrypoint (`propose`) in `GovernorCompatibilityBravo` allows the creation of proposals with a
`signatures` array shorter than the `calldatas` array. This causes the additional elements of the latter
to be ignored, and if the proposal succeeds the corresponding actions would eventually execute without any
calldata. The `ProposalCreated` event correctly represents what will eventually execute, but the proposal
parameters as queried through `getActions` appear to respect the original intended calldata. This issue
has been patched in 4.8.3. As a workaround, ensure that all proposals that pass through governance have
equal length `signatures` and `calldatas` parameters. (CVE-2023-30542)

See Also

https://github.com/advisories/GHSA-93hq-5wgc-jc82

Plugin Details

Severity: High

ID: 412994

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 6/1/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.58

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 9

Temporal Score: 6.7

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

CVSS Score Source: CVE-2023-30542

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.7

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 4/20/2023

Vulnerability Publication Date: 4/16/2023

Reference Information

CVE: CVE-2023-30542

cwe: CWE-20