Answer in brief
CVE-2023-34234 records a Medium severity (CVSS 5.3) vulnerability in OpenZeppelin Contracts's governor proposal creation may be blocked by frontrunning. The current sources do not mark it as known exploited. The current feed maps @openzeppelin/contracts (npm), @openzeppelin/contracts-upgradeable (npm). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.3. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps @openzeppelin/contracts (npm), @openzeppelin/contracts-upgradeable (npm). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| @openzeppelin/contractsnpm | >=4.3.0 <4.9.1 | 4.9.1 |
| @openzeppelin/contracts-upgradeablenpm | >=4.3.0 <4.9.1 | 4.9.1 |
Published upstream
Jun 8, 2023
Evidence: source:osv:source_dates:source-dates:recordSource modified
Sep 10, 2026
Evidence: source:osv:source_dates:source-dates:recordFirst seen by HOL
Sep 10, 2026
### Impact By frontrunning the creation of a proposal, an attacker can become the proposer and gain the ability to cancel it. The attacker can do this repeatedly to try to prevent a proposal from being proposed at all. This impacts the `Governor` contract in v4.9.0 only, and the `GovernorCompatibilityBravo` contract since v4.3.0. ### Patches The problem has been patched in 4.9.1 by introducing opt-in frontrunning protection. ### Workarounds Submit the proposal creation transaction to an endpoint with frontrunning protection. ### Credit Reported by Lior Abadi and Joaquin Pereyra from Coinspect. ### References https://www.coinspect.com/openzeppelin-governor-dos/
Quoted source text, attributed separately from HOL analysis.