From: Harold H. <ha...@ha...> - 2007-06-08 03:09:16
|
Does the new release deal with the upload problem I found (or a hacker found on my system? That is, they were able to upload and execute a php3. It'd be nice if we had a list of allowed file types instead of a list of disallowed types. THANKS! Harold -- FCC Rules Updated Daily at http://www.hallikainen.com - Advertising opportunities available! -- FCC Rules Updated Daily at http://www.hallikainen.com - Advertising opportunities available! |
From: Reini U. <ru...@x-...> - 2007-06-08 07:17:52
|
Sure. But I forgot to mentioned it in the ReleaseNotes We have new in UpLoad: ; Upload into seperate userdirs. If enabled (default since 1.3.13) the generated Upload: link ; will include the username plus "/". This will make all uploaded links longer, but we ; avoid nameclashes and you see who uploaded what file. ;UPLOAD_USERDIR = false ; By setting DISABLE_UPLOAD_ONLY_ALLOWED_EXTENSIONS to true, you get ; back the old behaviour to check only *bad* extensions of uploaded ; files. However a server may treat other files with certain handlers, ; like executable scripts, so we disable now everything and enable ; only some extension. See lib/plugin/UpLoad.php. ; Default: false ;DISABLE_UPLOAD_ONLY_ALLOWED_EXTENSIONS = false ; Override the default uploads dir. We have to define the local file path, ; and the webpath (DATA_PATH). Ensure an ending slash on both. ;UPLOAD_FILE_PATH = /var/www/htdocs/uploads/ ;UPLOAD_DATA_PATH = /uploads/ ; The maximum file upload size, in bytes. ; The default, 16777216, is 16MB. MAX_UPLOAD_SIZE = 16777216 2007/6/8, Harold Hallikainen <ha...@ha...>: > Does the new release deal with the upload problem I found (or a hacker > found on my system? That is, they were able to upload and execute a php3. > It'd be nice if we had a list of allowed file types instead of a list of > disallowed types. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://spacemovie.mur.at/ http://helsinki.at/ |
From: Harold H. <ha...@ha...> - 2007-06-08 22:56:55
|
THANKS! Harold > Sure. > But I forgot to mentioned it in the ReleaseNotes > > We have new in UpLoad: > > ; Upload into seperate userdirs. If enabled (default since 1.3.13) the > generated Upload: link > ; will include the username plus "/". This will make all uploaded > links longer, but we > ; avoid nameclashes and you see who uploaded what file. > ;UPLOAD_USERDIR = false > > ; By setting DISABLE_UPLOAD_ONLY_ALLOWED_EXTENSIONS to true, you get > ; back the old behaviour to check only *bad* extensions of uploaded > ; files. However a server may treat other files with certain handlers, > ; like executable scripts, so we disable now everything and enable > ; only some extension. See lib/plugin/UpLoad.php. > ; Default: false > ;DISABLE_UPLOAD_ONLY_ALLOWED_EXTENSIONS = false > > ; Override the default uploads dir. We have to define the local file path, > ; and the webpath (DATA_PATH). Ensure an ending slash on both. > ;UPLOAD_FILE_PATH = /var/www/htdocs/uploads/ > ;UPLOAD_DATA_PATH = /uploads/ > > ; The maximum file upload size, in bytes. > ; The default, 16777216, is 16MB. > MAX_UPLOAD_SIZE = 16777216 > > 2007/6/8, Harold Hallikainen <ha...@ha...>: >> Does the new release deal with the upload problem I found (or a hacker >> found on my system? That is, they were able to upload and execute a >> php3. >> It'd be nice if we had a list of allowed file types instead of a list of >> disallowed types. > -- > Reini Urban > http://phpwiki.org/ http://murbreak.at/ > http://spacemovie.mur.at/ http://helsinki.at/ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > -- FCC Rules Updated Daily at http://www.hallikainen.com - Advertising opportunities available! |
From: Harold H. <ha...@ha...> - 2007-08-30 04:03:16
|
I'm running phpwiki 1.3.13 (I think, by looking at the installed file names... Does the version show up somewhere on a wiki page?). Anyway, I'm trying uploads again. It now separates uploads by user. When I do an upload, it ends up in the directory uploadsharold . The link formed on the page is * [Upload:harold/HarrisAmsg1-0601.pdf] . So, did I miss something in config? THANKS! Harold -- FCC Rules Updated Daily at http://www.hallikainen.com - Advertising opportunities available! |