Lucene search
+L

5613 matches found

Cvelist
Cvelist
added 2018/07/19 8:00 p.m.28 views

CVE-2018-12959

The approveAndCall function of a smart contract implementation for Aditus ADI, an Ethereum ERC20 token, allows attackers to steal assets e.g., transfer all contract balances into their account...

7.5AI score0.00926EPSS
SaveExploits1References1
CVE
CVE
added 2018/07/19 8:00 p.m.56 views

CVE-2018-12959

The CVE-2018-12959 entry concerns the approveAndCall function of a smart contract implementation for Aditus (ADI), an Ethereum ERC20 token. The description states that this function allows attackers to steal assets (e.g., transfer all contract balances into their account). The connected documents...

7.5CVSS7.5AI score0.00926EPSS
SaveExploits1References1Affected Software1
Prion
Prion
added 2018/07/16 2:29 a.m.14 views

Integer overflow

An issue was discovered in a smart contract implementation for EUC EUC, an Ethereum token. The contract has an integer overflow. If the owner sets the value of buyPrice to a large number in setPrices then the "msg.value buyPrice" will cause an integer overflow in the fallback function...

7.5CVSS9.4AI score0.01249EPSS
SaveExploits1References1
Prion
Prion
added 2018/07/16 2:29 a.m.13 views

Integer overflow

An issue was discovered in a smart contract implementation for MKCB, an Ethereum token. If the owner sets the value of sellPrice to a large number in setPrices then the "amount sellPrice" will cause an integer overflow in sell...

7.5CVSS9.4AI score0.01249EPSS
SaveExploits1References1
NVD
NVD
added 2018/07/16 2:29 a.m.19 views

CVE-2018-14085

An issue was discovered in a smart contract implementation for UserWallet 0x0a7bca9FB7AfF26c6ED8029BB6f0F5D291587c42, an Ethereum token. First, suppose that the owner adds the evil contract address to his sweepers. The evil contract looks like this: contract Exploit uint public start; function...

7.5CVSS7.5AI score0.00926EPSS
SaveExploits1References1
Prion
Prion
added 2018/07/16 2:29 a.m.20 views

Code injection

An issue was discovered in a smart contract implementation for UserWallet 0x0a7bca9FB7AfF26c6ED8029BB6f0F5D291587c42, an Ethereum token. First, suppose that the owner adds the evil contract address to his sweepers. The evil contract looks like this: contract Exploit uint public start; function...

5CVSS7.5AI score0.00926EPSS
SaveExploits1References1
Prion
Prion
added 2018/07/16 2:29 a.m.18 views

Integer overflow

An issue was discovered in a smart contract implementation for SingaporeCoinOrigin SCO, an Ethereum token. The contract has an integer overflow. If the owner sets the value of sellPrice to a large number in setPrices then the "amount sellPrice" will cause an integer overflow in sell...

7.5CVSS9.4AI score0.01249EPSS
SaveExploits1References1
NVD
NVD
added 2018/07/16 2:29 a.m.24 views

CVE-2018-14089

An issue was discovered in a smart contract implementation for VirgoZodiacToken, an Ethereum token. In this contract, 'bool sufficientAllowance = allowance =' which was intended. An attacker can transfer from any address to his address, and does not need to meet the 'allowance value' condition...

7.5CVSS7.5AI score0.00926EPSS
SaveExploits1References1
Prion
Prion
added 2018/07/16 2:29 a.m.16 views

Integer overflow

An issue was discovered in a smart contract implementation for STeX White List STEWL, an Ethereum token. The contract has an integer overflow. If the owner sets the value of amount to a large number then the "amount 1000000000000000" will cause an integer overflow in withdrawToFounders...

7.5CVSS9.4AI score0.01295EPSS
SaveExploits1References1
Prion
Prion
added 2018/07/16 2:29 a.m.18 views

Design/Logic Flaw

An issue was discovered in a smart contract implementation for VirgoZodiacToken, an Ethereum token. In this contract, 'bool sufficientAllowance = allowance =' which was intended. An attacker can transfer from any address to his address, and does not need to meet the 'allowance value' condition...

5CVSS7.5AI score0.00926EPSS
SaveExploits1References1
NVD
NVD
added 2018/07/16 2:29 a.m.23 views

CVE-2018-14084

An issue was discovered in a smart contract implementation for MKCB, an Ethereum token. If the owner sets the value of sellPrice to a large number in setPrices then the "amount sellPrice" will cause an integer overflow in sell...

9.8CVSS9.6AI score0.01249EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2018/07/16 2:00 a.m.26 views

CVE-2018-14088

An issue was discovered in a smart contract implementation for STeX White List STEWL, an Ethereum token. The contract has an integer overflow. If the owner sets the value of amount to a large number then the "amount 1000000000000000" will cause an integer overflow in withdrawToFounders...

9.6AI score0.01295EPSS
SaveExploits1References1
CVE
CVE
added 2018/07/16 2:00 a.m.44 views

CVE-2018-14088

The CVE-2018-14088 issue affects the STeX White List (STE(WL)) Ethereum token smart contract. A vulnerability in withdrawToFounders() arises from an integer overflow when the owner sets amount to a large value, causing amount * 1000000000000000 to overflow. The available sources confirm the overf...

9.8CVSS9.4AI score0.01295EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2018/07/16 2:00 a.m.58 views

CVE-2018-14089

CVE-2018-14089 affects Virgo_ZodiacToken smart contract: the comparison bool sufficientAllowance = allowance <= _value uses =, allowing an arbitrary transfer in transferFrom without meeting the intended allowance condition. This enables an attacker to transfer from any address to their own add...

7.5CVSS7.5AI score0.00926EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2018/07/16 2:00 a.m.52 views

CVE-2018-14084

CVE-2018-14084 affects the MKCB Ethereum token smart contract. The vulnerability arises in setPrices(): if the owner sets sellPrice to a large value, the calculation amount * sellPrice in sell() can overflow. The issue is described consistently across NVD/Red Hat/PRION/CVE listings as an integer ...

9.8CVSS9.4AI score0.01249EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2018/07/16 2:00 a.m.25 views

CVE-2018-14084

An issue was discovered in a smart contract implementation for MKCB, an Ethereum token. If the owner sets the value of sellPrice to a large number in setPrices then the "amount sellPrice" will cause an integer overflow in sell...

9.6AI score0.01249EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2018/07/16 2:00 a.m.24 views

CVE-2018-14086

An issue was discovered in a smart contract implementation for SingaporeCoinOrigin SCO, an Ethereum token. The contract has an integer overflow. If the owner sets the value of sellPrice to a large number in setPrices then the "amount sellPrice" will cause an integer overflow in sell...

9.6AI score0.01249EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2018/07/16 2:00 a.m.32 views

CVE-2018-14089

An issue was discovered in a smart contract implementation for VirgoZodiacToken, an Ethereum token. In this contract, 'bool sufficientAllowance = allowance =' which was intended. An attacker can transfer from any address to his address, and does not need to meet the 'allowance value' condition...

7.5AI score0.00926EPSS
SaveExploits1References1
CVE
CVE
added 2018/07/16 2:00 a.m.45 views

CVE-2018-14085

Summary: CVE-2018-14085 describes a vulnerability in a UserWallet smart contract where an attacker-supplied contract address, when added to the owner’s sweepers, can cause the sweep function to set the sweeperList to a fixed value (0x123456789). This indicates an unauthorized modification of the ...

7.5CVSS7.4AI score0.00926EPSS
SaveExploits1References1Affected Software1
CVE
CVE
added 2018/07/16 2:00 a.m.48 views

CVE-2018-14087

CVE-2018-14087 concerns the EUC Ethereum token smart contract. A root cause is an integer overflow in the fallback function when the owner sets a large buyPrice via setPrices, causing the expression msg.value * buyPrice to overflow. Documents consistently describe this vulnerability in EUC’s cont...

9.8CVSS9.4AI score0.01249EPSS
SaveExploits1References1Affected Software1
Rows per page
Query Builder