Closed (won't fix)
Project:
Drupal core
Version:
4.6.5
Component:
file system
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
18 Oct 2005 at 20:35 UTC
Updated:
8 Mar 2006 at 14:08 UTC
Jump to comment: Most recent file
Comments
Comment #1
walkah commentedthis is a general file_check_directory issue...
Comment #2
dopry commented--changed version to 4.6.5 since it still applies.
As of 4.6.5 directorys are created with permissions 0760...
Here is a patch that updates them to 0761 so directory traversal will be allowed by every user.
Comment #3
moshe weitzman commentedi'm pretty sure this was fixed in HEAD by Morbus
Comment #4
dopry commentedThis issue is not filed against head. If that were the case, having the bug fixed in head would be sufficient. However, I feel the change should be included in 4.6.6.
attached is an update patch against 4.6.5 that matches the permissions to head.
Comment #5
morbus iffThis is a non-critical bugfix, nor is it a security hole. I'm sure with enough effort, I could think of a few more bugs fixed in 4.7 that have more chances of being backported then this thing, especially when this particular bug is caused by a contrib module.