Lucene search
+L

3576 matches found

Prion
Prion
added 2021/08/03 10:15 p.m.18 views

Integer overflow

An integer overflow in the transfer function of a smart contract implementation for Lancer Token, an Ethereum ERC20 token, allows the owner to cause unexpected financial losses between two large accounts during a transaction...

5CVSS7.6AI score0.01196EPSS
SaveExploits1References2
Prion
Prion
added 2021/08/03 10:15 p.m.12 views

Integer overflow

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

5CVSS7.6AI score0.01072EPSS
SaveExploits1References1
Prion
Prion
added 2021/08/03 10:15 p.m.20 views

Security feature bypass

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

5CVSS7.5AI score0.01072EPSS
SaveExploits1References1
CVE
CVE
added 2021/08/03 9:24 p.m.79 views

CVE-2021-34273

The CVE-2021-34273 entry describes a vulnerability in BTC2X (B2X), a tradable Ethereum ERC20 token. The issue is in the smart contract’s owned function, tied to “unprotected ownership,” which can enable an attacker to hijack a victim’s account and arbitrarily increase the token supply. Several so...

7.5CVSS7.4AI score0.01072EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/08/03 9:24 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.7AI score0.01072EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2021/08/03 9:24 p.m.27 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.7AI score0.01072EPSS
SaveExploits1References1
CVE
CVE
added 2021/08/03 9:24 p.m.75 views

CVE-2021-34272

The CVE-2021-34272 entry concerns RobotCoin (RBTC), a tradeable Ethereum ERC20 token implemented via a smart contract. The vulnerability is in the contract’s owned function, described as enabling attackers to hijack victim accounts and arbitrarily increase the token’s digital supply. The connecte...

7.5CVSS7.4AI score0.01072EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2021/08/03 9:24 p.m.77 views

CVE-2021-34270

The CVE-2021-34270 entry concerns Doftcoin Token (an Ethereum ERC20 token) with an integer overflow in the mintToken function. The vulnerability is an arithmetic overflow in the token minting path, potentially allowing the owner to cause financial losses; exploitation details are not provided in ...

7.5CVSS7.6AI score0.01072EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2021/08/03 9:24 p.m.24 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.8AI score0.01072EPSS
SaveExploits1References1
CVE
CVE
added 2021/08/03 9:24 p.m.70 views

CVE-2021-33403

The CVE concerns LNCToken (Lancer Token), an Ethereum ERC-20 token. The vulnerability is an integer overflow in the transfer function of the smart contract, which could allow the owner to cause unexpected financial losses between two large accounts during a transaction. The connected sources (inc...

7.5CVSS7.6AI score0.01196EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/08/03 9:24 p.m.29 views

CVE-2021-33403

An integer overflow in the transfer function of a smart contract implementation for Lancer Token, an Ethereum ERC20 token, allows the owner to cause unexpected financial losses between two large accounts during a transaction...

7.8AI score0.01196EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2021/08/03 12:00 a.m.11 views

BTC2X 安全漏洞

BTC2X B2X is an application. The smart contract implements its own functionality, a tradable Ether ERC20 token with unprotected ownership, which allows anyone to become the owner of the contract, including the recipient. there is a security vulnerability in BTC2X that could be exploited by an...

7.5CVSS5.6AI score0.01072EPSS
SaveExploits1References2
Code423n4
Code423n4
added 2021/07/28 12:00 a.m.18 views

_token parameter not validated

Handle pauliax Vulnerability details Impact function depositProtocolBalance does not validate the token, nor the caller. It is possible to call this function passing any arbitrary token and amount values and thus artificially increasing protocolBalance which may lead to further failed computation...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/07/25 12:00 a.m.18 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/07/24 12:00 a.m.29 views

PoolBase enables an easy withdrawal of funds

Handle walker Vulnerability details PoolBase enables an easy withdrawal of all funds severity: critical type: memory safety Description A memory safety bug in the pool base allows participants to trick the system into believing they're interacting with a pool's token. While in reality, they're...

7.3AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/30 12:00 a.m.15 views

No support for token with decimals > 18

Handle s1m0 Vulnerability details Impact The smart contract doesn't behave correctly if deployed with token that have decimals 18. Proof of Concept The functions tokenToWad and wadToToken revert if the tokenDecimals is 18. These functions are called in critical places like deposit and withdraw...

7.1AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/30 12:00 a.m.18 views

No check transferFrom() return value

Handle s1m0 Vulnerability details Impact The smart contract doesn't check the return value of token.transfer and token.transferFrom, some erc20 token might not revert in case of error but return false. In the TracerPerpetualSwaps:deposit and Insurance:deposit this would allow a user to deposit fo...

6.9AI score
SaveExploits0
NVD
NVD
added 2021/06/24 8:15 p.m.24 views

CVE-2020-17753

An issue was discovered in function addMeByRC in the smart contract implementation for RC, an Ethereum token, allows attackers to transfer an arbitrary amount of tokens to an arbitrary address...

6.5CVSS0.01508EPSS
SaveExploits1References7
NVD
NVD
added 2021/06/24 8:15 p.m.14 views

CVE-2020-17752

Integer overflow vulnerability in payable function of a smart contract implementation for an Ethereum token, as demonstrated by the smart contract implemented at address 0xB49E984A83d7A638E7F2889fc8328952BA951AbE, an implementation for MillionCoin MON...

9.8CVSS0.01579EPSS
SaveExploits1References2
Prion
Prion
added 2021/06/24 8:15 p.m.17 views

Integer overflow

Integer overflow vulnerability in payable function of a smart contract implementation for an Ethereum token, as demonstrated by the smart contract implemented at address 0xB49E984A83d7A638E7F2889fc8328952BA951AbE, an implementation for MillionCoin MON...

7.5CVSS9.5AI score0.01579EPSS
SaveExploits1References2
Rows per page
Query Builder