[Full-disclosure] PHP Denial of Service - Memory leak in getimagesize().
Manu
sourvivor at gmail.com
Sun Apr 29 18:58:30 BST 2012
Summary:
PHP Denial of Service - Memory leak in getimagesize().
Credits:
Manuel Fernández, Security consultant at Informatica64 [ sourvivor at gmail.com]
Francisco Oca, Security consultant at Informatica64 [ xyzthor at gmail.com ]
Greetings to the friends group of every thursday in this 2x1 bar. We love
you guys.
Details:
Getimagesize function is used to determine the size of an image. It recives
one parameter as URI. Getimagesize() doesn't implement any function to
verify if the remote file that is been downloaded is an image nor if the
size is higher than desired, so it could be possible to force the PHP
engine to download (through Getimagesize()) a huge file, causing a DoS (in
RAM and CPU) in the webserver.
This exploit has been tested successfully in few enviorments as forums
PHPBB, which uses this function when you're going to set an avatar, due
that PHPBB tries to calculate the file size before changing the avatar.
Vulnerable Versions:
PHP 5.4.1 and previous.
Patches/Workarounds:
The vendor was not notified of the issue.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.grok.org.uk/pipermail/full-disclosure/attachments/20120429/474b7646/attachment.html
Full-Disclosure is hosted and sponsored by Secunia.