Lucene search
+L

4516 matches found

CNNVD
CNNVD
added 2021/10/20 12:00 a.m.7 views

Proof-of-Stake (PoS) Ethereum consensus 安全漏洞

Proof-Of-Stake is a consensus mechanism used by the Ethereum Foundation's blockchain network to achieve distributed consensus. Proof-of-Stake PoS Ethereum consensus has a security vulnerability, the exploitation of which can lead to denial-of-service attacks...

7.5CVSS7.3AI score0.00961EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2021/10/20 12:00 a.m.9 views

Proof-Of-Stake 安全漏洞

Proof-Of-Stake is a consensus mechanism used by the Ethereum Foundation's blockchain network to achieve distributed consensus. Proof-of-Stake PoS Ethereum consensus has a security vulnerability, the exploitation of which can lead to denial-of-service attacks...

9.1CVSS8.2AI score0.00961EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2021/10/19 3:28 p.m.58 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
OSV
OSV
added 2021/10/19 3:28 p.m.83 views

GHSA-PVH2-PJ76-4M96 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...

8.7CVSS9.7AI score0.01028EPSS
SaveExploits0References4
NVD
NVD
added 2021/10/18 9:15 p.m.57 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
Prion
Prion
added 2021/10/18 9:15 p.m.28 views

Design/Logic Flaw

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

7.5CVSS9.5AI score0.01028EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2021/10/18 9:00 p.m.78 views

CVE-2021-41153

The evm crate (Rust Ethereum VM)

9.8CVSS9.4AI score0.01028EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2021/10/18 9:00 p.m.70 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:00 a.m.10 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
Code423n4
Code423n4
added 2021/10/18 12:00 a.m.34 views

Incorrect checking of signature length

Handle JMukesh Vulnerability details Impact signature which have SignatureMode.EthSign/SignatureMode.EIP712 have length 65 , so all signature coming through both mode will be reverted Proof of Concept Tools Used manual review Recommended Mitigation Steps update the correct signature length --- Th...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/10/16 12:00 a.m.18 views

cancel() calculates hashTx in the wrong way

Handle gpersoon Vulnerability details Impact The function cancel of contract QuickAccManager uses the wrong way to calculate the hash that has to be cancelled. It uses: "bytes32 hashTx = keccak256abi.encodeaddressthis, block.chainid, accHash, nonce, txns;" Where it should use "bytes32 hash =...

6.9AI score
SaveExploits0
OSV
OSV
added 2021/10/13 6:53 p.m.83 views

GHSA-VJ62-G63V-F8MF Validity check missing in Frontier

Impact In the newly introduced signed Frontier-specific extrinsic for pallet-ethereum, a large part of transaction validation logic was only called in transaction pool validation, but not in block execution. Malicious validators can take advantage of this to put invalid transactions into a block...

5.3CVSS5.3AI score0.01383EPSS
SaveExploits0References6
NVD
NVD
added 2021/10/13 4:15 p.m.36 views

CVE-2021-41138

Frontier is Substrate's Ethereum compatibility layer. In the newly introduced signed Frontier-specific extrinsic for pallet-ethereum, a large part of transaction validation logic was only called in transaction pool validation, but not in block execution. Malicious validators can take advantage of...

5.3CVSS0.01383EPSS
SaveExploits0References3
OSV
OSV
added 2021/10/13 4:15 p.m.20 views

CVE-2021-41138

Frontier is Substrate's Ethereum compatibility layer. In the newly introduced signed Frontier-specific extrinsic for pallet-ethereum, a large part of transaction validation logic was only called in transaction pool validation, but not in block execution. Malicious validators can take advantage of...

5.3CVSS5.3AI score
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2021/10/13 4:15 p.m.9 views

CVE-2021-41138

Frontier is Substrate's Ethereum compatibility layer. In the newly introduced signed Frontier-specific extrinsic for pallet-ethereum, a large part of transaction validation logic was only called in transaction pool validation, but not in block execution. Malicious validators can take advantage of...

5.3CVSS6.2AI score0.01383EPSS
SaveExploits0References4Affected Software1
Prion
Prion
added 2021/10/13 4:15 p.m.25 views

Input validation

Frontier is Substrate's Ethereum compatibility layer. In the newly introduced signed Frontier-specific extrinsic for pallet-ethereum, a large part of transaction validation logic was only called in transaction pool validation, but not in block execution. Malicious validators can take advantage of...

5CVSS5.2AI score0.01383EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2021/10/13 3:15 p.m.51 views

CVE-2021-41138 Validity check for signed Frontier-specific extrinsic not called in block execution

Frontier is Substrate's Ethereum compatibility layer. In the newly introduced signed Frontier-specific extrinsic for pallet-ethereum, a large part of transaction validation logic was only called in transaction pool validation, but not in block execution. Malicious validators can take advantage of...

5.3CVSS5.6AI score0.01383EPSS
SaveExploits0References3
CVE
CVE
added 2021/10/13 3:15 p.m.70 views

CVE-2021-41138

CVE-2021-41138 concerns Frontier, Substrate’s Ethereum compatibility layer. A signed Frontier-specific extrinsic for pallet-ethereum caused many validation checks to run only during transaction pool validation, not during block execution, allowing malicious validators to include invalid transacti...

5.3CVSS5.2AI score0.01383EPSS
SaveExploits0References3Affected Software1
ThreatPost
ThreatPost
added 2021/10/13 1:04 p.m.67 views

OpenSea ‘Free Gift’ NFTs Drain Cryptowallet Balances

Users of OpenSea, the world’s largest digital-collectible marketplace, have found their cryptocurrency wallets ripped off thanks to cyberattackers weaponizing security bugs that allowed them to highjack user accounts. The attacks revolved around boobytrapped art files, which circulated in the for...

6.8AI score
SaveExploits0References5
CNNVD
CNNVD
added 2021/10/13 12:00 a.m.12 views

Frontier 输入验证错误漏洞

Frontier is an EtherCompatible layer for Substrate. It is used to run unmodified ethereum dapps. Frontier suffers from an input validation error vulnerability, which stems from the fact that a large portion of the transaction validation logic in the recently introduced signed Frontier-specific...

5.3CVSS6AI score0.01383EPSS
SaveExploits0References4
Rows per page
Query Builder