SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-57583

LOW · CVSS 3.3 EPSS 0.13% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The OpenZeppelin Contracts Wizard prior to specified versions is vulnerable due to the exposure of sensitive information in generated source code comments, which can lead to integrity issues if untrusted input is used to populate fields like info.securityContact and info.license. While exploitation requires specific conditions, such as integrating untrusted input and user interaction with the generated code, it is crucial for developers using these versions to prioritize upgrading to the patched releases to mitigate potential risks. Organizations relying on OpenZeppelin for contract generation should assess their usage and update accordingly to maintain source integrity.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-57583
Severity
LOW
CVSS
3.3
EPSS
0.13%

Original NVD Description

OpenZeppelin Contracts Wizard is a web application to interactively build a contract out of components from OpenZeppelin Contracts. Prior to @openzeppelin/wizard 0.10.11, @openzeppelin/wizard-cairo 3.0.1, @openzeppelin/wizard-stellar 0.6.2, and @openzeppelin/wizard-stylus 0.3.1, the setInfo code path prints info.securityContact and info.license verbatim into single-line comments in generated Solidity, Cairo, Stellar/Soroban, and Stylus source. A line terminator ends the comment and causes following input to be emitted as source declarations. Exploitation requires an integration to populate these fields from untrusted input and a user to consume the generated source; normal self-service web, AI assistant, CLI, and self-hosted API use does not cross that trust boundary, shared links cannot set the fields, and no code executes on a Wizard service. This issue affects generated-source integrity only and is fixed in versions 0.10.11, 3.0.1, 0.6.2, and 0.3.1 of the respective packages.