VID |
14123 |
Severity |
10 |
Port |
22 |
Protocol |
TCP |
Class |
LSC |
Detailed Description |
Files and directories for which the owner does not exist are likely to belong to those that are currently unauthorized (retirement, former, vacation, etc.), or files due to administrative neglect.
If files and directories are important, management is required. because they can cause problems.
* Affected platforms: UNIX, Linux |
Recommendation |
Take action as follows.
1. If the owner does not exist or files or directories are not needed, delete them with the 'rm' command #rm <file_name> #rm <directory_name> 2. If necessary, change owner and group with the 'chown' command #chown <user_name> <file_name> |
Related URL |
(CVE) |
Related URL |
(SecurityFocus) |
Related URL |
(ISS) |
|