Integer overflow in the fread function in ext/standard/file.c in PHP before 5.5.36 and 5.6.x before 5.6.22 allows remote attackers to cause a denial of service or possibly have unspecified other impact via a large integer in the second argument.
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Link | Tags |
---|---|
http://www.openwall.com/lists/oss-security/2016/05/26/3 | mailing list release notes |
http://rhn.redhat.com/errata/RHSA-2016-2750.html | vendor advisory |
http://www.debian.org/security/2016/dsa-3602 | vendor advisory |
http://php.net/ChangeLog-5.php | patch release notes |
https://h20566.www2.hpe.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c05240731 | |
http://www.securityfocus.com/bid/90861 | vdb entry |
https://bugs.php.net/bug.php?id=72114 | exploit |
https://github.com/php/php-src/commit/abd159cce48f3e34f08e4751c568e09677d5ec9c?w=1 |