SCA: security update for @openzeppelin/wizard (GHSA-4x76-22x2-rx8v)

high Tenable Self-Hosted Container Security Plugin ID 443067

Description

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

- OpenZeppelin Contracts Wizardis a web application to interactively build a contract out of components from
OpenZeppelin Contracts. Versions prior to 0.10.9 generate a Hardhat test file (`test/test.ts`) by
interpolating user-supplied `opts.name` (ERC20/ERC721) and `opts.uri` (ERC1155) directly into TypeScript
string literals at `zip-hardhat.ts:48` and `:50` without any JavaScript string escaping. No authentication
is required: an attacker crafts a URL such as
`https[:]//wizard[.]openzeppelin[.]com/#/erc20?name=");require("child_process").execSync("...");("` and
shares it with a developer. When the victim downloads the resulting zip archive and runs `npx hardhat
test`, the injected Node.js code executes with the developer's local OS privileges. Version 0.10.9 fixes
the issue. (CVE-2026-48054)

Solution

Update the @openzeppelin/wizard library and its related packages to version 0.10.9 or later.

See Also

https://github.com/advisories/GHSA-4x76-22x2-rx8v

Plugin Details

Severity: High

ID: 443067

Version: Revision 1.4

Type: Local

Family: SCA Checks

Published: 6/11/2026

Updated: 8/7/2026

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

Risk Information

VPR

Risk Factor: Medium

Score: 4.9

Percentile: 57.97

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Critical

Base Score: 10

Temporal Score: 7.4

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

CVSS Score Source: CVE-2026-48054

CVSS v3

Risk Factor: High

Base Score: 8.8

Temporal Score: 7.7

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/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: 6/11/2026

Vulnerability Publication Date: 6/11/2026

Reference Information

CVE: CVE-2026-48054

cwe: CWE-94