Lucene search
+L

554 matches found

CVE
CVE
added 2023/03/03 9:8 p.m.80 views

CVE-2023-26488

OpenZeppelin Contracts ERC721Consecutive has a balance-update bug for batches of size 1, causing balanceOf to overflow. Root cause: balances not updated after mint/batch transfers. Impact is partial (balance overflow risk) and fixes were applied in version 4.8.2; update to 4.8.2 or later to remed...

6.5CVSS6.6AI score0.00713EPSS
SaveExploits0References3Affected Software2
Vulnrichment
Vulnrichment
added 2023/03/03 9:8 p.m.10 views

CVE-2023-26488 OpenZeppelin Contracts contains Incorrect Calculation

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 may overflow the...

6.5CVSS6.7AI score0.00713EPSS
SaveExploits0References3
OSV
OSV
added 2023/03/03 9:8 p.m.20 views

CVE-2023-26488 OpenZeppelin Contracts contains Incorrect Calculation

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 may overflow the...

6.5CVSS6.6AI score0.00713EPSS
SaveExploits0References5
vulnersOsv
vulnersOsv
added 2023/03/03 8:2 p.m.5 views

@1inch/delegating (>=0.0.8 <=0.0.21), @1inch/erc20-pods (>=0.0.8 <=0.0.17) +67 more potentially affected by CVE-2023-26488 via @openzeppelin/contracts (>=4.8.0 <=4.8.1)

@openzeppelin/contracts NPM version =4.8.0, =0.0.8, =0.0.8, =1.1.2, =0.0.1, =2.0.0, =0.7.0-alpha, =1.2.0, =0.0.1, =1.0.4, =1.0.1, =1.0.15, =2.0.2 and more Source cves: CVE-2023-26488 Source advisory: OSV:GHSA-878M-3G6Q-594Q...

6.5CVSS6.5AI score0.00713EPSS
SaveExploits0
vulnersOsv
vulnersOsv
added 2023/03/03 8:2 p.m.7 views

@aragon/core-contracts (>=0.7.0-alpha <=0.8.0-alpha), @aragon/osx (>=1.2.0 <=1.3.0-rc0.4) +42 more potentially affected by CVE-2023-26488 via @openzeppelin/contracts-upgradeable (>=4.8.0 <=4.8.1)

@openzeppelin/contracts-upgradeable NPM version =4.8.0, =0.7.0-alpha, =1.2.0, =0.0.1, =0.0.1, =0.0.1, =1.0.4, =2.0.0, =1.0.1, =1.0.15, =1.0.27, =1.0.16, =1.0.29 and more Source cves: CVE-2023-26488 Source advisory: OSV:GHSA-878M-3G6Q-594Q...

6.5CVSS6.5AI score0.00713EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2023/03/03 8:2 p.m.34 views

OpenZeppelin Contracts contains Incorrect Calculation

Impact 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 may overflow the balance as reported by balanceOf. The issue exclusively presents with...

6.5CVSS6.5AI score0.00713EPSS
SaveExploits0References5Affected Software2
Code423n4
Code423n4
added 2023/03/03 12:0 a.m.16 views

Upgraded Q -> 2 from #633 [1677880427560]

Judge has assessed an item in Issue 633 as 2 risk. The relevant finding follows: Vault contract implementation does not disable initializers The Vault.sol contract should implement disableInitializers in its constructure to prevent implementation contracts from being initialized. As this contract...

6.7AI score
SaveExploits0
CNNVD
CNNVD
added 2023/03/03 12:0 a.m.9 views

OpenZeppelin 安全漏洞

OpenZeppelin is a software application. A standard for secure blockchain applications. A security vulnerability exists in OpenZeppelin Contracts that stems from an amount overflowing during transmission...

6.5CVSS6.4AI score0.00713EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2023/03/03 12:0 a.m.15 views

PT-2023-20679 · Openzeppelin · Openzeppelin Contracts

Name of the Vulnerable Software and Affected Versions: OpenZeppelin Contracts versions prior to 4.8.2 Description: 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...

6.5CVSS6.4AI score0.00713EPSS
SaveExploits0References9
Code423n4
Code423n4
added 2023/02/07 12:0 a.m.11 views

Unsafe token transfer in MultiRewardStaking and VaultController contracts

Lines of code Vulnerability details Impact The vulnerability in the MultiRewardStaking and VaultController contracts lies in the usage of the transfer and transferFrom functions, which does not provide the safety checks for the transfer of tokens, especially since the reward token can have...

7.1AI score
SaveExploits0
NVD
NVD
added 2023/02/03 8:15 p.m.23 views

CVE-2023-23940

OpenZeppelin Contracts for Cairo is a library for secure smart contract development written in Cairo for StarkNet, a decentralized ZK Rollup. isvalidethsignature is missing a call to finalizekeccak after calling verifyethsignature. As a result, any contract using isvalidethsignature from the...

6.4CVSS6.3AI score0.0022EPSS
SaveExploits0References2
Prion
Prion
added 2023/02/03 8:15 p.m.15 views

Input validation

OpenZeppelin Contracts for Cairo is a library for secure smart contract development written in Cairo for StarkNet, a decentralized ZK Rollup. isvalidethsignature is missing a call to finalizekeccak after calling verifyethsignature. As a result, any contract using isvalidethsignature from the...

2.1CVSS5.2AI score0.0022EPSS
SaveExploits0References2Affected Software1
PyPA
PyPA
added 2023/02/03 8:15 p.m.7 views

PYSEC-2023-39

OpenZeppelin Contracts for Cairo is a library for secure smart contract development written in Cairo for StarkNet, a decentralized ZK Rollup. isvalidethsignature is missing a call to finalizekeccak after calling verifyethsignature. As a result, any contract using isvalidethsignature from the...

6.4CVSS6.9AI score0.0022EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2023/02/03 7:43 p.m.7 views

CVE-2023-23940 OpenZeppelin Contracts for Cairo is vulnerable to signature validation bypass

OpenZeppelin Contracts for Cairo is a library for secure smart contract development written in Cairo for StarkNet, a decentralized ZK Rollup. isvalidethsignature is missing a call to finalizekeccak after calling verifyethsignature. As a result, any contract using isvalidethsignature from the...

6.4CVSS6.6AI score0.0022EPSS
SaveExploits0References2
CVE
CVE
added 2023/02/03 7:43 p.m.81 views

CVE-2023-23940

OpenZeppelin Contracts for Cairo contains a vulnerability in the account library: is_valid_eth_signature does not call finalize_keccak after verify_eth_signature, allowing a malicious sequencer to bypass signature validation and impersonate accounts (e.g., EthAccount). The issue affects StarkNet/...

6.4CVSS5.4AI score0.0022EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2023/02/03 7:43 p.m.25 views

CVE-2023-23940 OpenZeppelin Contracts for Cairo is vulnerable to signature validation bypass

OpenZeppelin Contracts for Cairo is a library for secure smart contract development written in Cairo for StarkNet, a decentralized ZK Rollup. isvalidethsignature is missing a call to finalizekeccak after calling verifyethsignature. As a result, any contract using isvalidethsignature from the...

6.4CVSS6.6AI score0.0022EPSS
SaveExploits0References2
OSV
OSV
added 2023/02/03 7:43 p.m.18 views

CVE-2023-23940 OpenZeppelin Contracts for Cairo is vulnerable to signature validation bypass

OpenZeppelin Contracts for Cairo is a library for secure smart contract development written in Cairo for StarkNet, a decentralized ZK Rollup. isvalidethsignature is missing a call to finalizekeccak after calling verifyethsignature. As a result, any contract using isvalidethsignature from the...

6.4CVSS5.5AI score0.0022EPSS
SaveExploits0References4
OSV
OSV
added 2023/02/02 4:59 p.m.57 views

GHSA-626Q-V9J4-MCP4 OpenZeppelin Contracts contains Improper Verification of Cryptographic Signature

Cause isvalidethsignature is missing a call to finalizekeccak after calling verifyethsignature. Impact As a result, any contract using isvalidethsignature from the account library such as the EthAccount preset is vulnerable to a malicious sequencer. Specifically, the malicious sequencer would be...

6CVSS5.7AI score0.0022EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2023/02/02 4:59 p.m.40 views

OpenZeppelin Contracts contains Improper Verification of Cryptographic Signature

Cause isvalidethsignature is missing a call to finalizekeccak after calling verifyethsignature. Impact As a result, any contract using isvalidethsignature from the account library such as the EthAccount preset is vulnerable to a malicious sequencer. Specifically, the malicious sequencer would be...

6.4CVSS5.5AI score0.0022EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2023/02/02 12:0 a.m.8 views

PT-2023-19311 · Openzeppelin · Openzeppelin Contracts For Cairo

Name of the Vulnerable Software and Affected Versions: OpenZeppelin Contracts for Cairo versions prior to 0.6.1 Description: The issue is related to the is valid eth signature function missing a call to finalize keccak after calling verify eth signature. This allows a malicious sequencer to bypas...

6.4CVSS5.4AI score0.0022EPSS
SaveExploits0References8
Rows per page
Query Builder