php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66867 4 reproductible crash in PHP 5.6 (5.6.0alpha3)
Submitted: 2014-03-09 17:29 UTC Modified: 2014-04-03 07:19 UTC
From: contact at dimitrifourny dot com Assigned: ab (profile)
Status: Closed Package: Reproducible crash
PHP Version: master-Git-2014-03-09 (Git) OS: Windows7 x64
Private report: No CVE-ID: None
 [2014-03-09 17:29 UTC] contact at dimitrifourny dot com
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-03-09 19:06 UTC] pajoye@php.net
hi,

Thanks for the report!

already fixing the 1st (have to commit) but it would be better to have three different reports. Could you do it pls? I can open them as well if you prefer.
 [2014-03-09 20:13 UTC] contact at dimitrifourny dot com
I will do it, no problem.
 [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
All the linked tickets are closed, so be this one.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC