PHP 7.x through 7.1.5 allows remote attackers to cause a denial of service (buffer overflow and application crash) or possibly have unspecified other impact via a long string because of an Integer overflow in mysqli_real_escape_string.
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 |
---|---|
https://security.netapp.com/advisory/ntap-20181107-0003/ | third party advisory |
https://bugs.php.net/bug.php?id=74544 | issue tracking patch vendor advisory exploit |
https://access.redhat.com/errata/RHSA-2019:2519 | third party advisory vendor advisory |