MinigalNano icon indicating copy to clipboard operation
MinigalNano copied to clipboard

createthumb.php security / improvement

Open rhaamo opened this issue 7 years ago • 0 comments

I have in the user home a file like "watermark.png", I can generate a thumbnail by using an URL like :

/createthumb.php?filename=../watermark.png&size=320

Even something like this works:

/createthumb.php?filename=../../../usr/share/pixmaps/debian-logo.png&size=320

Even if it would not render anything other than an image type this seems to be a security issue.

rhaamo avatar Jun 09 '17 20:06 rhaamo