Lucene search
+L

253 matches found

Code423n4
Code423n4
added 2021/12/05 12:0 a.m.10 views

unstreamed not updated in withdraw()

Handle gpersoon Vulnerability details Impact The function stake increases unstreamed, however the function withdraw, that does the inverse of stake doesn't decrease unstreamed. The function withdraw does update all the other relevant variables so this seems to be an omission. Thus the value of...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/12/01 12:0 a.m.10 views

onUnbond calculations incorrect leading to lost funds

Handle harleythedog Vulnerability details Impact Consider the stake padding example given in the contest description here: . At the end of the example, User A has 100 bonded LP and has 100 stake padding. User B has 100 bonded LP and 200 stake padding. There are 300 in rewards in the system. For...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/11/11 12:0 a.m.10 views

FSDVesting.updateVestedTokens doesn't have any control modifiers and anyone can increase vested amount for a beneficiary

Handle hyh Vulnerability details Impact In current implementation all vesting beneficiaries can increase their vested amounts unlimitedly by calling updateVestedTokensmyfsdvestingaddress, anyamounttobeaddedtovesting. Beneficiary can then surpass vesting schedule by calling claimVestedTokens It wi...

6.9AI score
SaveExploits0
OSV
OSV
added 2021/10/20 8:15 p.m.6 views

CVE-2021-42766

The Proof-of-Stake PoS Ethereum consensus protocol through 2021-10-19 allows an adversary to cause a denial of service long-range consensus chain reorganizations, even when this adversary has little stake and cannot influence network message propagation. This can cause a protocol stall, or an...

9.1CVSS5.8AI score0.0093EPSS
SaveExploits0References1
OSV
OSV
added 2021/10/20 8:15 p.m.8 views

CVE-2021-42764

The Proof-of-Stake PoS Ethereum consensus protocol through 2021-10-19 allows an adversary to cause a denial of service delayed consensus decisions, and also increase the profits of individual validators, via short-range reorganizations of the underlying consensus chain...

9.1CVSS5.8AI score0.0093EPSS
SaveExploits0References1
OSV
OSV
added 2021/10/20 8:15 p.m.5 views

CVE-2021-42765

The Proof-of-Stake PoS Ethereum consensus protocol through 2021-10-19 allows an adversary to leverage network delay to cause a denial of service indefinite stalling of consensus decisions...

7.5CVSS5.8AI score0.0093EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/10/20 8:15 p.m.3 views

CVE-2021-42764

The Proof-of-Stake PoS Ethereum consensus protocol through 2021-10-19 allows an adversary to cause a denial of service delayed consensus decisions, and also increase the profits of individual validators, via short-range reorganizations of the underlying consensus chain...

9.1CVSS7.3AI score0.0093EPSS
SaveExploits0References2
Prion
Prion
added 2021/10/20 8:15 p.m.18 views

Design/Logic Flaw

The Proof-of-Stake PoS Ethereum consensus protocol through 2021-10-19 allows an adversary to leverage network delay to cause a denial of service indefinite stalling of consensus decisions...

5CVSS7.3AI score0.0093EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2021/10/20 7:28 p.m.58 views

CVE-2021-42764

Technical details (affected components, root cause, impacted versions, fixes) are not publicly available in the provided documents; monitor for updates.

9.1CVSS8.8AI score0.0093EPSS
SaveExploits0References1Affected Software1
CNNVD
CNNVD
added 2021/10/20 12:0 a.m.4 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.0093EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2021/10/20 12:0 a.m.5 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.0093EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2021/10/20 12:0 a.m.6 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...

9.1CVSS8.2AI score0.0093EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2021/10/06 12:0 a.m.9 views

Cannot claim reward

Handle cmichel Vulnerability details The ConcentratedLiquidityPoolManager.claimReward requires stake.initialized but it is never set. It also performs a strange computation as 128 - incentive.secondsClaimed which will almost always underflow and revert the transaction. Impact One cannot claim...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/09/13 12:0 a.m.16 views

Possibility to Stake Twice

Handle verifyfirst Vulnerability details Impact Potential for some users to double-stake their Yaxis. Proof of Concept // SPDX-License-Identifier: MIT pragma solidity 0.6.12; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import "@openzeppelin/contracts/token/ERC20/SafeERC20.sol"; // yAx...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/07/25 12:0 a.m.14 views

Incorrect internal balance bookkeeping

Handle walker Vulnerability details type: Incorrect Assumptions on External Systems The sherlock smart contract system uses internal bookkeeping of arbitrary ERC20 token balances. It doesn't assert that the ERC20 doesn't implement some non-standard behaviour. For example, deflationary tokens, or...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/05/19 12:0 a.m.10 views

Hypervisor.stake does not transfer tokens

Handle cmichel Vulnerability details Vulnerability Details The Hypervisor's stake action states: token transfer: transfer staking tokens from msg.sender to vault But no tokens are ever transferred. Impact Anyone with a permission can lock any amount of tokens. Recommended Mitigation Steps Transfe...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/05/19 12:0 a.m.10 views

Hypervisor.stake does not transfer tokens

Handle cmichel Vulnerability details Vulnerability Details The Hypervisor's stake action states: token transfer: transfer staking tokens from msg.sender to vault But no tokens are ever transferred. Impact Anyone with a permission can lock any amount of tokens. Recommended Mitigation Steps Transfe...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/05/11 12:0 a.m.6 views

NFTXLPStaking Is Subject To A Flash Loan Attack That Can Steal Nearly All Rewards/Fees That Have Accrued For A Particular Vault

Handle jvaqa Vulnerability details NFTXLPStaking Is Subject To A Flash Loan Attack That Can Steal Nearly All Rewards/Fees That Have Accrued For A Particular Vault Impact The LPStaking contract does not require that a stake be locked for any period of time. The LPStaking contract also does not tra...

6.8AI score
SaveExploits0
Veracode
Veracode
added 2020/08/06 9:27 p.m.17 views

Denial Of Service (DoS)

php5 is vulnerable to denial of service DoS. The vulnerability exists as ColossusCoinXT through 1.0.5 a chain-based proof-of-stake cryptocurrency allows a remote denial of service, exploitable by an attacker who acquires even a small amount of stake/coins in the system. The attacker sends invalid...

7.5CVSS4.5AI score0.02597EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2019/11/05 9:15 p.m.16 views

CVE-2018-19167

CloakCoin through 2.2.2.0 a chain-based proof-of-stake cryptocurrency allows a remote denial of service, exploitable by an attacker who acquires even a small amount of stake/coins in the system. The attacker sends invalid headers/blocks, which are stored on the victim's disk...

7.5CVSS7.5AI score0.0133EPSS
SaveExploits0References2
Rows per page
Query Builder