Lucene search
+L

492 matches found

OSV
OSV
added 2021/10/05 11:15 p.m.32 views

PYSEC-2021-366

Vyper is a Pythonic Smart Contract Language for the EVM. In affected versions external functions did not properly validate the bounds of decimal arguments. The can lead to logic errors. This issue has been resolved in version 0.3.0...

4.3CVSS3.4AI score0.00803EPSS
SaveExploits1References2
CVE
CVE
added 2021/10/05 11:00 p.m.90 views

CVE-2021-41122

CVE-2021-41122 affects the Vyper smart contract language. The issue is that in affected versions, external functions did not properly validate the bounds of decimal arguments, enabling logic errors. The root cause is insufficient bounds checking for decimal inputs in external function definitions...

4.3CVSS4.5AI score0.00803EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/10/05 11:00 p.m.46 views

CVE-2021-41122 Bounds check missing for decimal args in Vyper

Vyper is a Pythonic Smart Contract Language for the EVM. In affected versions external functions did not properly validate the bounds of decimal arguments. The can lead to logic errors. This issue has been resolved in version 0.3.0...

4.3CVSS4.9AI score0.00803EPSS
SaveExploits1References2
CVE
CVE
added 2021/09/03 5:45 p.m.69 views

CVE-2021-39193

CVE-2021-39193 concerns Frontier’s Ethereum compatibility layer (Frontier) and specifically a bug in the Substrate pallet-ethereum. Before commit 0b962f218f0cdd796dadfe26c3f09e68f7861b26, input data size validation was faulty, which could allow invalid transactions to be included in the Ethereum ...

5.3CVSS5.2AI score0.01189EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2021/09/03 5:45 p.m.43 views

CVE-2021-39193 Transaction validity oversight in pallet-ethereum

Frontier is Substrate's Ethereum compatibility layer. Prior to commit number 0b962f218f0cdd796dadfe26c3f09e68f7861b26, a bug in pallet-ethereum can cause invalid transactions to be included in the Ethereum block state in pallet-ethereum due to not validating the input data size. Any invalid...

5.3CVSS5.5AI score0.01189EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2021/09/01 6:22 p.m.33 views

Transaction validity oversight in pallet-ethereum

Impact A bug in pallet-ethereum can cause invalid transactions to be included in the Ethereum block state in pallet-ethereum due to not validating the input data size. Any invalid transactions included this way have no possibility to alter the internal Ethereum or Substrate state. The transaction...

5.3CVSS5.4AI score0.01189EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2021/09/01 6:22 p.m.71 views

GHSA-HW4V-5X4H-C3XM Transaction validity oversight in pallet-ethereum

Impact A bug in pallet-ethereum can cause invalid transactions to be included in the Ethereum block state in pallet-ethereum due to not validating the input data size. Any invalid transactions included this way have no possibility to alter the internal Ethereum or Substrate state. The transaction...

5.3CVSS5.2AI score0.01189EPSS
SaveExploits0References7
OSV
OSV
added 2021/08/30 4:15 p.m.93 views

GHSA-9856-9GG9-QCMQ Ethereum Contains Consensus Flaw During Block Processing

Impact A vulnerability in the Geth EVM could cause a node to reject the canonical chain. Description A memory-corruption bug within the EVM can cause a consensus error, where vulnerable nodes obtain a different stateRoot when processing a maliciously crafted transaction. This, in turn, would lead...

6.5CVSS7.4AI score0.01325EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2021/08/30 4:15 p.m.54 views

Ethereum Contains Consensus Flaw During Block Processing

Impact A vulnerability in the Geth EVM could cause a node to reject the canonical chain. Description A memory-corruption bug within the EVM can cause a consensus error, where vulnerable nodes obtain a different stateRoot when processing a maliciously crafted transaction. This, in turn, would lead...

7.5CVSS7AI score0.01325EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:55 p.m.11 views

Memory over-allocation in evm-core

Prior to the patch, when executing specific EVM opcodes related to memory operations that use evmcore::Memory::copylarge, the crate can over-allocate memory when it is not needed, making it possible for an attacker to perform denial-of-service attack. The flaw was corrected in commit 19ade85...

3AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2021/08/25 8:55 p.m.9 views

GHSA-773Q-5334-5GF9 Memory over-allocation in evm-core

Prior to the patch, when executing specific EVM opcodes related to memory operations that use evmcore::Memory::copylarge, the crate can over-allocate memory when it is not needed, making it possible for an attacker to perform denial-of-service attack. The flaw was corrected in commit 19ade85...

7AI score
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2021/08/24 12:00 a.m.6 views

PT-2021-7369 · Unknown · Go-Ethereum

Name of the Vulnerable Software and Affected Versions: go-ethereum versions prior to v1.10.8 Description: A consensus-vulnerability in go-ethereum Geth could cause a chain split, where vulnerable versions refuse to accept the canonical chain. This issue is related to a memory-corruption bug withi...

7.5CVSS7.1AI score0.01325EPSS
SaveExploits0References16
Github Security Blog
Github Security Blog
added 2021/06/29 9:23 p.m.59 views

Go Ethereum Denial of Service

cmd/evm/runner.go in Go Ethereum aka geth allows attackers to cause a denial of service SEGV via crafted bytecode. Specific Go Packages Affected github.com/ethereum/go-ethereum/cmd/evm...

7.5CVSS7AI score0.0151EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2021/06/29 9:13 p.m.39 views

GHSA-69V6-XC2J-R2JF Shallow copy bug in geth

Impact This is a Consensus vulnerability, which can be used to cause a chain-split where vulnerable nodes reject the canonical chain. Geth’s pre-compiled dataCopy at 0x00...04 contract did a shallow copy on invocation. An attacker could deploy a contract that - writes X to an EVM memory region R,...

6.5CVSS6.8AI score0.01094EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2021/06/29 9:13 p.m.87 views

Shallow copy bug in geth

Impact This is a Consensus vulnerability, which can be used to cause a chain-split where vulnerable nodes reject the canonical chain. Geth’s pre-compiled dataCopy at 0x00...04 contract did a shallow copy on invocation. An attacker could deploy a contract that - writes X to an EVM memory region R,...

7.1CVSS6.8AI score0.01094EPSS
SaveExploits0References5Affected Software1
Code423n4
Code423n4
added 2021/06/23 12:00 a.m.10 views

Actual yield source check on address will succeed for non-existent contract

Handle 0xRajeev Vulnerability details Impact Low-level calls call/delegatecall/staticcall return true even if the account called is non-existent per EVM design. Solidity documentation warns: "The low-level functions call, delegatecall and staticcall return true as their first return value if the...

6.9AI score
SaveExploits0
Kitploit
Kitploit
added 2021/05/19 12:30 p.m.103 views

Ghidra-Evm - Module For Reverse Engineering Smart Contracts

In the last few years, attacks on deployed smart contracts in the Ethereum blockchain have ended up in a significant amount of stolen funds due to programming mistakes. Since smart contracts, once compiled and deployed, are complex to modify and update different practitioners have suggested the...

7.5AI score
SaveExploits0References14
OSV
OSV
added 2021/05/18 5:54 a.m.10 views

ALEA-2021:1720 ima-evm-utils bug fix and enhancement update

For detailed information on changes in this release, see the AlmaLinux Release Notes linked from the References section...

6.8AI score
SaveExploits0References1
AlmaLinux
AlmaLinux
added 2021/05/18 5:54 a.m.20 views

ima-evm-utils bug fix and enhancement update

For detailed information on changes in this release, see the AlmaLinux Release Notes linked from the References section...

1.6AI score
SaveExploits0References1
OSV
OSV
added 2021/05/12 6:15 p.m.16 views

CVE-2021-29511

evm is a pure Rust implementation of Ethereum Virtual Machine. Prior to the patch, when executing specific EVM opcodes related to memory operations that use evmcore::Memory::copylarge, the evm crate can over-allocate memory when it is not needed, making it possible for an attacker to perform...

6.5CVSS7AI score
SaveExploits0References3
Rows per page
Query Builder