Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-61005 | SOL-11.1-020510 | SV-75473r1_rule | Medium |
Description |
---|
.Xauthority files ensure the user is authorized to access the specific X Windows host. Excessive permissions may permit unauthorized modification of these files, which could lead to Denial of Service to authorized access or allow unauthorized access to be obtained. |
STIG | Date |
---|---|
Solaris 11 X86 Security Technical Implementation Guide | 2015-06-26 |
Check Text ( C-61917r1_chk ) |
---|
If X Windows is not used on the system, this is not applicable. Check the file permissions for the .Xauthority files in the home directories of users of X. Procedure: # cd ~ # ls -lL .Xauthority If the file mode is more permissive than 0600, this is finding. |
Fix Text (F-66737r1_fix) |
---|
Change the mode of the .Xauthority files. Procedure: # chmod 0600 .Xauthority |