Hide Forgot
It was found that grapheme_stripos reads from arbitrary memory when negative value is passed as an offset and the first parameter is an array element. Upstream bug: https://bugs.php.net/bug.php?id=72061 Upstream patch: https://git.php.net/?p=php-src.git;a=commit;h=16d0b9c836b793f9338c5a6296fba1b272bbae06
Created php tracking bugs for this issue: Affects: fedora-all [bug 1332882]
As per CVE assignment: http://seclists.org/oss-sec/2016/q2/259 Use CVE-2016-4540 for the grapheme_stripos issue. Use CVE-2016-4541 for the grapheme_strpos issue (separately discovered).
php-5.6.21-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.
php-5.6.21-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.
This is an out-of-bound read issue. To trigger it, a negative attacker-supplied value must be passed as $offset to one of the affected functions (grapheme_strpos or grapheme_stripos). Negative offset leads to buffer under-read (memory read before the start of the buffer). How far the out-of-bounds read can reach is controlled by the length of the $haystack argument. Interpreter crash or disclosure of the memory are possible impacts. Note that neither of the affected functions is documented as allowing negative $offset. Their regular counterparts - strpos and stripos functions - are explicitly documented as not allowing negative offsets. As the use of untrusted values for $offset does not seem to be likely or commonly done, there's currently no plan to backport the fix to affected Red Hat products. This issue is in the intl (Internationalization) extension. In Red Hat products, this extension is packaged separately in php-intl sub-RPM. Systems without that package installed can not be affected by this issue.
This issue has been addressed in the following products: Red Hat Software Collections for Red Hat Enterprise Linux 6 Red Hat Software Collections for Red Hat Enterprise Linux 6.7 EUS Red Hat Software Collections for Red Hat Enterprise Linux 7 Red Hat Software Collections for Red Hat Enterprise Linux 7.2 EUS Red Hat Software Collections for Red Hat Enterprise Linux 7.3 EUS Via RHSA-2016:2750 https://rhn.redhat.com/errata/RHSA-2016-2750.html