Red Hat Bugzilla – Bug 1451700
CVE-2017-8923 php: Overflowing the length of string causes crash
Last modified: 2017-07-05 01:34:05 EDT
The zend_string_extend function in Zend/zend_string.h in PHP through 7.1.5 does not prevent changes to string objects that result in a negative length, which allows remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact by leveraging a script's use of .= with a long string. Upstream bug: https://bugs.php.net/bug.php?id=74577
Created php tracking bugs for this issue: Affects: fedora-all [bug 1451701]
This seems to be a flaw in handling very large strings. It is unlikely that this flaw will be triggered by malicious user input, therefore this has very limited security impact.