php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71636 Crash in php7.dll
Submitted: 2016-02-20 08:47 UTC Modified: 2016-02-20 08:53 UTC
From: pavtov90 at gmail dot com Assigned:
Status: Duplicate Package: PHAR related
PHP Version: 7.0.3 OS: Windows 7 64bit
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pavtov90 at gmail dot com
New email:
PHP Version: OS:

 

 [2016-02-20 08:47 UTC] pavtov90 at gmail dot com
Description:
------------
When you call this code will immediately crash the server itself .


Test script:
---------------
----------------------------
1
----------------------------
<?php
 $tarphar = new PharData('E:E:.zip');
 $tarphar[hello.txt] = '<? With love Antichat!?>';
?>
----------------------------
2
----------------------------
<?php
 $tarphar = new PharData('E:.a');
 $tarphar[hello.txt] = '<? With love Antichat!?>';
?>
----------------------------
3
----------------------------
<?php
 $tarphar = new PharData('E:.phar);
 $tarphar[hello.txt] = '<? With love Antichat!?>';
?>

Expected result:
----------------
1)Crash
2)Crash
3)Error scripts(beacouse used .phar filename)



testing live version PHP Version. : 5.3.13 , 7.0.3


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-02-20 08:53 UTC] requinix@php.net
-Status: Open +Status: Duplicate
 [2016-02-20 08:53 UTC] requinix@php.net
This is identical to your other bug report.
 [2016-02-20 09:01 UTC] pavtov90 at gmail dot com
Ok. I Think is Another Class new report. Ok from the history
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC