CVE-2024-27094
- EPSS 0.56%
- Veröffentlicht 21.03.2024 02:52:18
- Zuletzt bearbeitet 04.12.2025 20:13:27
OpenZeppelin Contracts is a library for secure smart contract development. The `Base64.encode` function encodes a `bytes` input by iterating over it in chunks of 3 bytes. When this input is not a multiple of 3, the last iteration may read parts of th...
CVE-2023-49798
- EPSS 0.49%
- Veröffentlicht 09.12.2023 00:15:06
- Zuletzt bearbeitet 21.11.2024 08:33:51
OpenZeppelin Contracts is a library for smart contract development. A merge issue when porting the 5.0.1 patch to the 4.9 branch caused a line duplication. In the version of `Multicall.sol` released in `@openzeppelin/contracts@4.9.4` and `@openzeppel...
CVE-2023-34459
- EPSS 0.65%
- Veröffentlicht 16.06.2023 23:15:08
- Zuletzt bearbeitet 21.11.2024 08:07:17
OpenZeppelin Contracts is a library for smart contract development. Starting in version 4.7.0 and prior to version 4.9.2, when the `verifyMultiProof`, `verifyMultiProofCalldata`, `procesprocessMultiProof`, or `processMultiProofCalldat` functions are ...
CVE-2023-34234
- EPSS 0.1%
- Veröffentlicht 07.06.2023 18:15:09
- Zuletzt bearbeitet 21.11.2024 08:06:49
OpenZeppelin Contracts is a library for smart contract development. 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 f...
CVE-2023-30541
- EPSS 0.14%
- Veröffentlicht 17.04.2023 22:15:10
- Zuletzt bearbeitet 21.11.2024 08:00:23
OpenZeppelin Contracts is a library for secure smart contract development. A function in the implementation contract may be inaccessible if its selector clashes with one of the proxy's own selectors. Specifically, if the clashing function has a diffe...
CVE-2023-30542
- EPSS 0.23%
- Veröffentlicht 16.04.2023 08:15:07
- Zuletzt bearbeitet 21.11.2024 08:00:23
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. Thi...
CVE-2023-26488
- EPSS 0.4%
- Veröffentlicht 03.03.2023 22:15:09
- Zuletzt bearbeitet 21.11.2024 07:51:37
OpenZeppelin Contracts is a library for secure smart contract development. The ERC721Consecutive contract designed for minting NFTs in batches does not update balances when a batch has size 1 and consists of a single token. Subsequent transfers from ...
CVE-2022-39384
- EPSS 0.56%
- Veröffentlicht 04.11.2022 22:15:12
- Zuletzt bearbeitet 21.11.2024 07:18:11
OpenZeppelin Contracts is a library for secure smart contract development. Before version 4.4.1 but after 3.2.0, initializer functions that are invoked separate from contract creation (the most prominent example being minimal proxies) may be reentere...
CVE-2022-35961
- EPSS 0.16%
- Veröffentlicht 15.08.2022 11:21:39
- Zuletzt bearbeitet 21.11.2024 07:12:03
OpenZeppelin Contracts is a library for secure smart contract development. The functions `ECDSA.recover` and `ECDSA.tryRecover` are vulnerable to a kind of signature malleability due to accepting EIP-2098 compact signatures in addition to the traditi...
CVE-2022-31198
- EPSS 0.27%
- Veröffentlicht 01.08.2022 21:15:13
- Zuletzt bearbeitet 21.11.2024 07:04:06
OpenZeppelin Contracts is a library for secure smart contract development. This issue concerns instances of Governor that use the module `GovernorVotesQuorumFraction`, a mechanism that determines quorum requirements as a percentage of the voting toke...