php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25717 stack over flow
Submitted: 2003-10-01 12:42 UTC Modified: 2003-10-02 10:46 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: net_del at freemail dot ru Assigned:
Status: Wont fix Package: Reproducible crash
PHP Version: 4CVS-2003-10-01 (stable) OS: Win32
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: net_del at freemail dot ru
New email:
PHP Version: OS:

 

 [2003-10-01 12:42 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-01 15:40 UTC] 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 19:36 UTC] sniper@php.net
And try searching the bug database BEFORE submitting
the 100th report about this issue.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 13:01:31 2024 UTC