News Feed
Jobs Feed
Sections




News Archive
PHPClasses.org:
PHP security exploit with GIF images
June 20, 2007 @ 12:57:00

On the PHPClasses site today, there's a new post that points out an issue that could happen with dyanamic GIF creation in a PHP script leading to a security exploit.

Manuel Lemos writes:

The problem that was discovered is that you can insert PHP code in the middle of a GIF image. That would not be a problem if it was not for the insecure ways some developers use to serve images upload by their users. Usually, uploaded files are moved to a given directory. If the site then serves the images directly from that directory and preserve the original file name, the site may be open for security exploits.

The problem comes when a user decides to upload an "image" file that's actually a PHP script (ending in PHP even) to the remote system. When this is outputted, it's placed inside the image tag and executed with each page load. Manuel offers a suggestion to prevent the issue - protecting the images directory and using readfile to grab the contents of the file to output rather than just a straight echo.

2 comments voice your opinion now!
security exploit image gif dynamic readfile output security exploit image gif dynamic readfile output


blog comments powered by Disqus

Similar Posts

DevShed: Working with the XDebug extension's var_dump() function

Brandon Savage's Blog: FIEO: Filtering Input with PHP's Filter Functions

DevShed: Parsing Web Document Nodes with the Tidy Library in PHP 5

RandomBugs.com: Apache Dynamic Virtual Hosting and PHP security

Tobias Schlitt's Blog: My first patch to PHP


Community Events











Don't see your event here?
Let us know!


series symfony2 rest zendframework2 framework development introduction unittest testing database community release opinion usergroup interview functional conference phpunit podcast language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework