php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66871 A reproductible crash in PHP 5.6 (5.6.0alpha3)
Submitted: 2014-03-09 20:19 UTC Modified: 2014-03-10 05:54 UTC
From: contact at dimitrifourny dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.6.0alpha3 OS: Windows7 x64
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
50 - 15 = ?
Subscribe to this entry?

 
 [2014-03-09 20:19 UTC] contact at dimitrifourny dot com
Description:
------------
Hello!

I have found a possible security issue.
Can you fix it to make a more stable PHP version please?

Thank you for your good job!

Test script:
---------------
<?php
    $o = (object) str_repeat(urldecode("%u0c0c%u0c0c"), 2000);
    imageaffinematrixget(2, $o);
?>

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-10 05:54 UTC] pajoye@php.net
-Status: Open +Status: Not a bug
 [2014-03-10 05:54 UTC] pajoye@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

I opened #66867 for that one (fixed already) :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 16:01:29 2024 UTC