[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <43306D15.FBEEECF8@dessent.net>
Date: Tue Sep 20 21:11:27 2005
From: brian at dessent.net (Brian Dessent)
Subject: phpBB 2.0.17 remote avatar size bug
SmOk3 wrote:
> I don't want to criticize the phpBB coders, but why is it dificult to
> check out the size
> of a image and telling the user that that size of image it's not
> possible, or even block the
> size on the viewtopic table, something like that.
Having phpbb check the image size would add no security whatsoever. The
malicious user could place the image on a server that uses mod_rewrite
or PHP (or whatever...) to send a nice 100 x 75 image of a kitty cat
when the phpbb server requests the image, and a 4000x3000 gaping goatse
to everyone else. There is absolutely no way for phpbb to be able to
enforce the size of images hosted on remote machines. All it can do is
specify the width and height attributes of the IMG tag when it displays
the image.
Brian
Powered by blists - more mailing lists