A user has created a directory with files, but the user does not exist in /etc/passwd or /etc/group. The system is a Fedora server with an FTP server and proxy which redirects to a CentOS server with Apache where the directory was created. Where could the user have come from? Is this a security problem?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
||||
|
Other possibilities which don't involve security breach:
A lot of file transfer activities, between hosts that have not the same user list, can create this kind of unknown owner files. |
|||||||||||||
|
|
Two obvious possibilities which don't involve security breach:
|
|||
|
ls -lI can see his entries. I don't know if it has been removed. If then he has root access... But good question. Is the passwd the single place where such a user can be put in? Or can with a security hole user-rights written without ever an existing user? – testing Oct 12 '11 at 13:27