VYPR

Contracts

by Openzeppelin

CVEs (20)

  • CVE-2021-39168CriAug 27, 2021
    risk 0.58cvss 10.0epss 0.02

    OpenZepplin is a library for smart contract development. In affected versions a vulnerability in TimelockController allowed an actor with the executor role to escalate privileges. Further details about the vulnerability will be disclosed at a later date. As a workaround revoke…

  • CVE-2021-39167CriAug 27, 2021
    risk 0.58cvss 10.0epss 0.02

    OpenZepplin is a library for smart contract development. In affected versions a vulnerability in TimelockController allowed an actor with the executor role to escalate privileges. Further details about the vulnerability will be disclosed at a later date. As a workaround revoke…

  • CVE-2021-41264CriNov 12, 2021
    risk 0.57cvss 9.8epss 0.01

    OpenZeppelin Contracts is a library for smart contract development. In affected versions upgradeable contracts using `UUPSUpgradeable` may be vulnerable to an attack affecting uninitialized implementation contracts. A fix is included in version 4.3.2 of `@openzeppelin/contracts`…

  • CVE-2022-35961HigAug 15, 2022
    risk 0.44cvss 7.9epss 0.00

    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 traditional 65 byte signature…

  • CVE-2022-31198HigAug 1, 2022
    risk 0.42cvss 7.5epss 0.01

    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 token's total supply. In affected…

  • CVE-2022-31172HigJul 22, 2022
    risk 0.42cvss 7.5epss 0.00

    OpenZeppelin Contracts is a library for smart contract development. Versions 4.1.0 until 4.7.1 are vulnerable to the SignatureChecker reverting. `SignatureChecker.isValidSignatureNow` is not expected to revert. However, an incorrect assumption about Solidity 0.8's `abi.decode`…

  • CVE-2022-31170HigJul 22, 2022
    risk 0.42cvss 7.5epss 0.01

    OpenZeppelin Contracts is a library for smart contract development. Versions 4.0.0 until 4.7.1 are vulnerable to ERC165Checker reverting instead of returning `false`. `ERC165Checker.supportsInterface` is designed to always successfully return a boolean, and under no circumstance…

  • CVE-2023-30542MedApr 16, 2023
    risk 0.37cvss 6.8epss 0.01

    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…

  • CVE-2024-27094MedMar 21, 2024
    risk 0.35cvss 6.5epss 0.01

    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 the memory that are beyond the…

  • CVE-2023-26488MedMar 3, 2023
    risk 0.35cvss 6.5epss 0.01

    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 the receiver of that token…

  • CVE-2023-23940MedFeb 3, 2023
    risk 0.35cvss 6.4epss 0.00

    OpenZeppelin Contracts for Cairo is a library for secure smart contract development written in Cairo for StarkNet, a decentralized ZK Rollup. `is_valid_eth_signature` is missing a call to `finalize_keccak` after calling `verify_eth_signature`. As a result, any contract using…

  • CVE-2022-31153MedJul 15, 2022
    risk 0.35cvss 6.5epss 0.01

    OpenZeppelin Contracts for Cairo is a library for contract development written in Cairo for StarkNet, a decentralized ZK Rollup. Version 0.2.0 is vulnerable to an error that renders account contracts unusable on live networks. This issue affects all accounts (vanilla and…

  • CVE-2023-49798MedDec 9, 2023
    risk 0.31cvss 5.9epss 0.01

    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/[email protected]` and `@openzeppelin/[email protected]

  • CVE-2022-39384MedNov 4, 2022
    risk 0.29cvss 5.6epss 0.00

    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 reentered if they make an untrusted…

  • CVE-2023-30541MedApr 17, 2023
    risk 0.28cvss 5.3epss 0.01

    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 different signature with…

  • CVE-2022-35915MedAug 1, 2022
    risk 0.28cvss 5.3epss 0.01

    OpenZeppelin Contracts is a library for secure smart contract development. The target contract of an EIP-165 `supportsInterface` query can cause unbounded gas consumption by returning a lot of data, while it is generally assumed that this operation has a bounded cost. The issue…

  • CVE-2023-34459MedJun 16, 2023
    risk 0.27cvss 5.3epss 0.00

    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 in use, it is possible to…

  • CVE-2023-34234MedJun 7, 2023
    risk 0.27cvss 5.3epss 0.01

    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 from being proposed at all.…

  • CVE-2022-35916MedAug 1, 2022
    risk 0.27cvss 5.3epss 0.01

    OpenZeppelin Contracts is a library for secure smart contract development. Contracts using the cross chain utilities for Arbitrum L2, `CrossChainEnabledArbitrumL2` or `LibArbitrumL2`, will classify direct interactions of externally owned accounts (EOAs) as cross chain calls,…

  • CVE-2024-45304MedAug 31, 2024
    risk 0.00cvss 5.3epss 0.00

    Cairo-Contracts are OpenZeppelin Contracts written in Cairo for Starknet, a decentralized ZK Rollup. This vulnerability can lead to unauthorized ownership transfer, contrary to the original owner's intention of leaving the contract without an owner. It introduces a security risk…