Lucene search
+L

490 matches found

vulnersOsv
vulnersOsv
added 2021/10/19 3:28 p.m.7 views

evm-network (>=0.11.0 <=0.11.0-beta.3), evm-network-classic (>=0.11.0 <=0.11.0-beta.3) +21 more potentially affected by CVE-2021-41153 via evm (>=0.11.1 <=0.27.0)

evm CARGO version =0.11.1, =0.11.0, =0.11.0, =0.11.0, =0.11.0, =0.11.0, =0.11.0, =0.11.0, =0.11.0, =0.11.0, =0.11.0, =1.0.0, =1.0.0, =2.0.0, =1.0.0, =3.0.0 and more Source cves: CVE-2021-41153 Source advisory: OSV:GHSA-PVH2-PJ76-4M96...

9.8CVSS7.2AI score0.01028EPSS
SaveExploits0
Snyk
Snyk
added 2021/10/19 3:28 p.m.5 views

Always-Incorrect Control Flow Implementation

Overview evm is a SputnikVM: Rust Ethereum Virtual Machine Implementation. Affected versions of this package are vulnerable to Always-Incorrect Control Flow Implementation as the opcode's condition is checked after the destination validity check, while according to Geth and OpenEthereum, the...

9.8CVSS6.8AI score0.01028EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2021/10/19 3:28 p.m.55 views

Specification non-compliance in JUMPI

Impact In evm crate 0.31.0, JUMPI opcode's condition is checked after the destination validity check. However, according to Geth and OpenEthereum, the condition check should happen before the destination validity check. Patches This is a high severity security advisory if you use evm crate for...

9.8CVSS9.4AI score0.01028EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2021/10/18 9:15 p.m.53 views

CVE-2021-41153

The evm crate is a pure Rust implementation of Ethereum Virtual Machine. In evm crate 0.31.0, JUMPI opcode's condition is checked after the destination validity check. However, according to Geth and OpenEthereum, the condition check should happen before the destination validity check. This is a...

9.8CVSS0.01028EPSS
SaveExploits0References2
OSV
OSV
added 2021/10/18 9:15 p.m.10 views

CVE-2021-41153

The evm crate is a pure Rust implementation of Ethereum Virtual Machine. In evm crate 0.31.0, JUMPI opcode's condition is checked after the destination validity check. However, according to Geth and OpenEthereum, the condition check should happen before the destination validity check. This is a...

9.8CVSS7.3AI score0.01028EPSS
SaveExploits0References2
CVE
CVE
added 2021/10/18 9:0 p.m.69 views

CVE-2021-41153

The evm crate (Rust Ethereum VM)

9.8CVSS9.4AI score0.01028EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/10/18 9:0 p.m.65 views

CVE-2021-41153 Specification non-compliance in JUMPI

The evm crate is a pure Rust implementation of Ethereum Virtual Machine. In evm crate 0.31.0, JUMPI opcode's condition is checked after the destination validity check. However, according to Geth and OpenEthereum, the condition check should happen before the destination validity check. This is a...

8.7CVSS9.8AI score0.01028EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2021/10/18 12:0 a.m.8 views

evm crate 安全漏洞

evm crate is a Rust Ethereum virtual machine implementation. A security vulnerability exists in evm crate that stems from a condition in evm crate where the JUMPI opcode is checked after a destination validity check...

9.8CVSS8.3AI score0.01028EPSS
SaveExploits0References2
OSV
OSV
added 2021/10/06 6:15 p.m.26 views

CVE-2021-41121

Vyper is a Pythonic Smart Contract Language for the EVM. In affected versions when performing a function call inside a literal struct, there is a memory corruption issue that occurs because of an incorrect pointer to the the top of the stack. This issue has been resolved in version 0.3.0...

8.8CVSS8.9AI score
SaveExploits0References2
Prion
Prion
added 2021/10/06 6:15 p.m.30 views

Memory corruption

Vyper is a Pythonic Smart Contract Language for the EVM. In affected versions when performing a function call inside a literal struct, there is a memory corruption issue that occurs because of an incorrect pointer to the the top of the stack. This issue has been resolved in version 0.3.0...

6.5CVSS8.8AI score0.01074EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/10/06 6:15 p.m.40 views

PYSEC-2021-365

Vyper is a Pythonic Smart Contract Language for the EVM. In affected versions when performing a function call inside a literal struct, there is a memory corruption issue that occurs because of an incorrect pointer to the the top of the stack. This issue has been resolved in version 0.3.0...

8.8CVSS3.5AI score0.01074EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2021/10/06 5:10 p.m.41 views

CVE-2021-41121 Memory corruption in Vyper

Vyper is a Pythonic Smart Contract Language for the EVM. In affected versions when performing a function call inside a literal struct, there is a memory corruption issue that occurs because of an incorrect pointer to the the top of the stack. This issue has been resolved in version 0.3.0...

7.5CVSS9.1AI score0.01074EPSS
SaveExploits0References2
CVE
CVE
added 2021/10/06 5:10 p.m.93 views

CVE-2021-41121

CVE-2021-41121 (Vyper) affects the Vyper compiler/language used for EVM smart contracts. The issue occurs in affected versions when performing a function call inside a literal struct, caused by an incorrect pointer to the top of the stack, leading to memory corruption. The vulnerability has been ...

8.8CVSS8.3AI score0.01074EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/10/05 11:15 p.m.17 views

CVE-2021-41122

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.6AI score
SaveExploits0References2
Prion
Prion
added 2021/10/05 11:15 p.m.33 views

Out-of-bounds

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...

4CVSS4.5AI score0.00803EPSS
SaveExploits1References2Affected Software1
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
Cvelist
Cvelist
added 2021/10/05 11:0 p.m.45 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/10/05 11:0 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/09/03 5:45 p.m.41 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
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
Rows per page
Query Builder