php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37818 denial of service / memory exhaustion through output buffering
Submitted: 2006-06-15 16:36 UTC Modified: 2006-06-24 01:00 UTC
From: j at pureftpd dot org Assigned:
Status: No Feedback Package: Output Control
PHP Version: 5.1.4 OS: any
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: j at pureftpd dot org
New email:
PHP Version: OS:

 

 [2006-06-15 16:36 UTC] j at pureftpd dot org
Description:
------------
The following code makes PHP allocate as much memory as 
available before dumping a core.

Reproduce code:
---------------
function blouga() { ob_flush(); }
ob_start('blouga');



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-06-16 09:56 UTC] mike@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

Cannot reproduce.
 [2006-06-24 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC