ID:               25717
 Comment by:       scottmacvicar at ntlworld dot com
 Reported By:      net_del at freemail dot ru
 Status:           Open
 Bug Type:         Unknown/Other Function
 Operating System: Win32
 PHP Version:      4CVS-2003-10-01 (stable)
 New Comment:

Your sending PHP into an infinite loop.

simplier example is

----------------
<?
$var = 'eval($var);';
eval($var);
?>
----------------

This report is bogus.


Previous Comments:
------------------------------------------------------------------------

[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

Reply via email to