[24779] in bugtraq
Re: move_uploaded_file breaks safe_mode restrictions in PHP
daemon@ATHENA.MIT.EDU (sesser@php.net)
Thu Mar 21 09:04:55 2002
Date: Thu, 21 Mar 2002 10:55:18 +0100
From: sesser@php.net
To: bugtraq@securityfocus.com
Message-ID: <20020321095518.GA30983@php.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Hi,
first of all i want to clearify, that move_uploaded_file isn't breaking
safe_mode restrictions. move_uploaded_file lacked an openbasedir check.
That feature was added on the request of tozz. move_uploaded_file was
able to move files to directories writeable for the apache user because
of some other bug (, that was fixed several days before the bugreport)
that was not within move_uploaded_file but in some other place.
Beside that: maybe you can tell me where the apache user has write
access to (beside /tmp) on a properly configured system?
This bug only allows to create new files, it is not possible to
write to already existing files. So the whole "security" impact on
a properly configured system is in my eyes that a customer is able
to fill the harddisk.
Stefan Esser