Lucene search
+L

5613 matches found

Prion
Prion
added 2021/08/27 12:15 a.m.22 views

Code injection

OpenZepplin is a library for smart contract development. In affected versions a vulnerability in TimelockController allowed an actor with the executor role to escalate privileges. Further details about the vulnerability will be disclosed at a later date. As a workaround revoke the executor role...

7.5CVSS9.5AI score0.0159EPSS
SaveExploits0References3Affected Software1
Prion
Prion
added 2021/08/27 12:15 a.m.22 views

Code injection

OpenZepplin is a library for smart contract development. In affected versions a vulnerability in TimelockController allowed an actor with the executor role to escalate privileges. Further details about the vulnerability will be disclosed at a later date. As a workaround revoke the executor role...

7.5CVSS9.5AI score0.0159EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2021/08/26 11:35 p.m.80 views

CVE-2021-39167

OpenZeppelin Contracts TimelockController vulnerability (CVE-2021-39167) affects the TimelockController in OpenZeppelin’s smart contract library. The issue allows an actor with the executor role to escalate privileges, potentially gaining control over assets. Mitigation in public advisories recom...

10CVSS9.6AI score0.0159EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2021/08/26 11:35 p.m.71 views

CVE-2021-39168

OpenZeppelin's TimelockController vulnerability (OpenZeppelin Contracts) allows an actor with the executor role to escalate privileges. Affected: TimelockController in OpenZeppelin Contracts (readable as part of the OpenZeppelin Contracts library). Root cause: insufficient sanitization/controls a...

10CVSS9.5AI score0.0159EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2021/08/26 11:35 p.m.23 views

CVE-2021-39168 TimelockController vulnerability in OpenZeppelin Contracts

OpenZepplin is a library for smart contract development. In affected versions a vulnerability in TimelockController allowed an actor with the executor role to escalate privileges. Further details about the vulnerability will be disclosed at a later date. As a workaround revoke the executor role...

10CVSS9.7AI score0.0159EPSS
SaveExploits0References3
Code423n4
Code423n4
added 2021/08/26 12:00 a.m.28 views

Arbitrary Logic Enables ERC20 Theft

Handle ElliotFriedman Vulnerability details Severe Issue: ERC20 Token Theft Using Arbitrary Logic There are 2 ways that this bug can be used to drain funds from the bridge. Both are catastrophic and result in total loss of funds. The 1st method is horrible, the second method is diabolical as it c...

7.1AI score
SaveExploits0
CNNVD
CNNVD
added 2021/08/26 12:00 a.m.8 views

OpenZepplin 安全漏洞

OpenZepplin is a library for smart contract development. A security vulnerability exists in OpenZepplin that allows a participant with the role of executor to elevate privileges...

10CVSS8.3AI score0.0159EPSS
SaveExploits0References4
Code423n4
Code423n4
added 2021/08/24 12:00 a.m.9 views

Insufficient checks at the smart contract level to ensure that previous user address is the lowest bid that is higher than the bid to be added.

Handle 0xImpostor Vulnerability details Impact I understand that it is Thus, it is up to the frontend to keep track of the orderbook and sort it appropriately. however should there be a custom UI made for these contracts and it is not sorted correctly, some of the logic in the code will break...

6.9AI score
SaveExploits0
HackRead
HackRead
added 2021/08/11 8:07 p.m.39 views

Hackers steal $600 million in largest ever cryptocurrency heist

By Waqas As per Poly Network hackers exploited a vulnerability in contract calls where a contract can modify the keeper of a contract, execute transactions. This is a post from HackRead.com Read the original post: Hackers steal $600 million in largest ever cryptocurrency heist...

3.5AI score
SaveExploits0
Code423n4
Code423n4
added 2021/08/11 12:00 a.m.13 views

initialMarket always initialize the latest market

Handle jonah1005 Vulnerability details Impact In longshort contract's initializeMarket, while it should initialize according to the parameter marketIndex, it initialize latestMarket. This would break two market, the market of marketIndex' and the latest market. User's fund would get stuck at the...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/08/11 12:00 a.m.13 views

Incorrect parameters passed while adding new staking fund

Handle hack3r-0m Vulnerability details initializeMarket can be called with different marketIndex each time while calling IStakerstaker.addNewStakingFund with the same parameters resulting in overriding of mapping in the staker contract and hence removing past staking funds. latestMarket should be...

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

initializeMarket always initialize the latest market

Handle jonah1005 Vulnerability details Impact In longshore contract's initializeMarket, while it should initialize according to the parameter marketIndex, it initialize latestMarket. This would break two market, the market of marketIndex' and market of latestMarket. User's fund would get stuck at...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/08/10 12:00 a.m.12 views

Potential div by 0

Handle 0xImpostor Vulnerability details Impact The staking contract will fail because you are unable to calculate float per second as it is trying to divide by 0. Potential div by 0 is found here i.e. totalLocked safeExponentBitShifting You are trying to right shift totalLocked by 52 bits so if...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/08/10 12:00 a.m.13 views

Potential underflow on userAmountStaked[token][msg.sender] in _withdraw

Handle 0xImpostor Vulnerability details Impact Underflowing userAmountStakedtokenmsg.sender once will let me exploit the entire token balance in the Staker contract. This can only be exploited if marketUnstakeFeee18 is ≥ 50%. Proof of Concept 1. Admin sets marketUnstakeFeee18 for this marketIndex...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/08/06 12:00 a.m.13 views

2 variables not indexed by marketIndex

Handle gpersoon Vulnerability details Impact In the token contract: batchedstakerNextTokenShiftIndex is indexed by marketIndex, so it can have separate or the same values for each different marketIndex. stakerTokenShiftIndextolongShortMarketPriceSnapshotIndexmapping and...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/08/05 12:00 a.m.13 views

Admin and treasury change should be confirmed.

Handle tensors Vulnerability details Impact Inputting the wrong address here could lock out a lot of the funds and smart contract methods. Proof of Concept Recommended Mitigation Steps Require the changed address to confirm the switch with a pendingAdmin, pendingTreasury variable. --- The text wa...

6.8AI score
SaveExploits0
NVD
NVD
added 2021/08/03 10:15 p.m.17 views

CVE-2021-34270

An integer overflow in the mintToken function of a smart contract implementation for Doftcoin Token, an Ethereum ERC20 token, allows the owner to cause unexpected financial losses...

7.5CVSS0.01072EPSS
SaveExploits1References1
NVD
NVD
added 2021/08/03 10:15 p.m.17 views

CVE-2021-34272

A security flaw in the 'owned' function of a smart contract implementation for RobotCoin RBTC, a tradeable Ethereum ERC20 token, allows attackers to hijack victim accounts and arbitrarily increase the digital supply of assets...

7.5CVSS0.01072EPSS
SaveExploits1References1
NVD
NVD
added 2021/08/03 10:15 p.m.31 views

CVE-2021-34273

A security flaw in the 'owned' function of a smart contract implementation for BTC2X B2X, a tradeable Ethereum ERC20 token, allows attackers to hijack victim accounts and arbitrarily increase the digital supply of assets...

7.5CVSS0.01072EPSS
SaveExploits1References1
Prion
Prion
added 2021/08/03 10:15 p.m.21 views

Security feature bypass

A security flaw in the 'owned' function of a smart contract implementation for BTC2X B2X, a tradeable Ethereum ERC20 token, allows attackers to hijack victim accounts and arbitrarily increase the digital supply of assets...

5CVSS7.5AI score0.01072EPSS
SaveExploits1References1
Rows per page
Query Builder