Ticket #950 (closed Bug: fixed)
File permissions of created connector files insecure
| Reported by: | tallyce | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | File Browser | Version: | FCKeditor 2.4.3 |
| Keywords: | Discussion | Cc: |
Description
The uploader in PHP contains multiple instances of
chmod( $sFilePath, 0777 ) ;
for uploaded files or directory creations.
Can I suggest this be changed to 0774. I can't think of any reason why the very insecure o+w should be enabled. 0770 would be preferable, but I guess there could be webservers that have the webserver process not in the main user/group.
Change History
Note: See
TracTickets for help on using
tickets.