Lucene search
K

Tracto ERC20 Integer Overflow Vulnerability

🗓️ 27 Jul 2018 00:00:00Reported by Zhihua YaoType 
zdt
 zdt
🔗 0day.today👁 42 Views

Tracto ERC20 Integer Overflow Vulnerability - IncreaseApproval Functio

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2018-14063
27 Jul 201811:12
circl
CVE
CVE-2018-14063
15 Jul 201815:00
cve
Cvelist
CVE-2018-14063
15 Jul 201815:00
cvelist
EUVD
EUVD-2018-5986
7 Oct 202500:30
euvd
NVD
CVE-2018-14063
15 Jul 201815:29
nvd
Prion
Integer overflow
15 Jul 201815:29
prion
Hello,I found an integer overflow in increaseApproval function.And it doesn't use the safe function to add value.
code addresss:
https://etherscan.io/address/0x30ceCB5461A449A90081F5a5F55db4e048397BAB
vuln code:

    function increaseApproval (address _spender, uint _addedValue) 
        returns (bool success) {
        //allowed[msg.sender][_spender] = allowed[msg.sender][_spender].add(_addedValue);
        allowed[msg.sender][_spender] += _addedValue;   //integer overflow
        Approval(msg.sender, _spender, allowed[msg.sender][_spender]);
        return true;
      }
This issue has been already applied for CVE-2018-14063


The issue link :
https://github.com/tracto2/Tracto-ERC20/issues/1

--

-----------------------------------------------------------------


aea*a(r)aea?!ae-aeae-e!a>>1/2aeea!a,
aee'aoa,e"-ccY=a1/4aee"
aeaeo:13588722924
e(r)c(r)+-:[email protected]
a!a,c1/2a:http://www.dbappsecurity.com.cn
a(r)ae1a3/4(r)a?!:DBAPP2013   a(r)C/aecco?:400-6059-110
ec3>>adega:aea*a,ae>>"ae+-aoeae*-68a*a,e'C/a$?SSa|15a+-i1/4310051i1/4
-----------------------------------------------------------------

#  0day.today [2018-07-30]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

27 Jul 2018 00:00Current
0.5Low risk
Vulners AI Score0.5
EPSS0.00411
42