Conversation
Notices
-
@redenchilada even if I know, I have for policy of always asking and receiving advices. So if you can give me your thoughts, I will take them with great pleasure and recognition :)
Sunday, 28-Jul-13 01:50:08 UTC from web-
@dalecooper The method I used was editing php.ini and setting cgi.fix_pathinfo=0; it means it'll error out if the exact requested file isn't found. Otherwise they could do /uploaded_file.txt/blah.php and execute PHP code included in the text file. Just check http://wiki.nginx.org/Pitfalls#Passing_Uncontrolled_Requests_to_PHP real quick.
Sunday, 28-Jul-13 01:53:40 UTC from web
-