ID: 25717
Updated by: [EMAIL PROTECTED]
Reported By: net_del at freemail dot ru
-Status: Open
+Status: Wont fix
-Bug Type: Unknown/Other Function
+Bug Type: Reproducible crash
Operating System: Win32
PHP Version: 4CVS-2003-10-01 (stable)
New Comment:
And try searching the bug database BEFORE submitting
the 100th report about this issue.
Previous Comments:
------------------------------------------------------------------------
[2003-10-01 15:40:57] scottmacvicar at ntlworld dot com
Your sending PHP into an infinite loop.
simplier example is
----------------
<?
$var = 'eval($var);';
eval($var);
?>
----------------
This report is bogus.
------------------------------------------------------------------------
[2003-10-01 12:42:47] net_del at freemail dot ru
Description:
------------
This code over flow the apache!
Reproduce code:
---------------
eval($apache_fuck);
echo("
<form method='post'>
<input type='hidden' name='apache_fuck'
value='eval(".chr(36)."apache_fuck);'>
<input type='submit' value='Save the planet kill the
apache'></form></font></td>");
Expected result:
----------------
;)while (true) but no error ;P
Actual result:
--------------
Apache.exe errored
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=25717&edit=1