|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-03-09 19:06 UTC] pajoye@php.net
[2014-03-09 20:13 UTC] contact at dimitrifourny dot com
[2014-03-09 20:24 UTC] contact at dimitrifourny dot com
[2014-04-03 07:19 UTC] ab@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: ab
[2014-04-03 07:19 UTC] ab@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 17 14:00:02 2025 UTC |
Description: ------------ Hello! I have found 4 possible security issues. Can you fix it to make a more stable PHP version please? Thank you for your good job! Test script: --------------- <?php imageaffinematrixget(1, str_repeat('A', 2000)); ?> <?php $o = (object) str_repeat(urldecode("%u0c0c%u0c0c"), 2000); imageaffinematrixget(2, $o); ?> <?php gmp_testbit(str_repeat("A", 2000), 1); ?> <?php $o = new UConverter(1, 1); $o->toUCallback(1, 1, 1, $b); ?> Actual result: -------------- A nice crash on Windows 7 x64.