Project

General

Profile

Actions

Bug #14423

closed

Security hole: some files are world-writeable

Added by Christian Boltz over 19 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
Start date:
2004-11-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0rc1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

After installing Typo3 3.7, I found the following files and directories world-writeable:

drwxrwxrwx typo3/fileadmin
drwxrwxrwx typo3/fileadmin/_temp_
drwxrwxrwx typo3/fileadmin/user_upload
drwxrwxrwx typo3/fileadmin/user_upload/_temp_
drwxrwxrwx typo3/typo3conf
rw-rw-rw typo3/typo3conf/database.sql
drwxrwxrwx typo3/typo3conf/ext
rw-rw-rw typo3/typo3conf/index.html
drwxrwxrwx typo3/typo3temp
drwxrwxrwx typo3/uploads
drwxrwxrwx typo3/uploads/dmail_att
rw-rw-rw typo3/uploads/dmail_att/index.html
rw-rw-rw typo3/uploads/index.html
drwxrwxrwx typo3/uploads/media
drwxrwxrwx typo3/uploads/pics
drwxrwxrwx typo3/uploads/tf

This means a security hole since everybody on the server can overwrite these files or can write, remove or overwrite files in the directories!

Temporary fix:
chmod -R go-w *
(issue imported from #M564)

Actions

Also available in: Atom PDF