Check: UBTU-16-010330
Canonical Ubuntu STIG:
UBTU-16-010330
(in version v1 r2)
Title
Unattended or automatic login via the GUI must not be allowed. (Cat I impact)
Discussion
Failure to restrict system access to authenticated users negatively impacts Ubuntu operating system security.
Check Content
Verify that unattended or automatic login via the GUI is disabled. Check that unattended or automatic login is disabled with the following command: # sudo grep -i autologin-user /etc/lightdm/lightdm.conf autologin-user=<username> autologin-user-timeout=0 If the "autologin-user" parameter is blank, or is commented out, this is a finding. If the "autologin-user-timeout" parameter is not 0, or is commented out, this is a finding.
Fix Text
Configure the GUI to not allow unattended or automatic login to the system. Comment the following lines in "/etc/lightdm/lightdm.conf" file: #autologin-user=<username> #autologin-user-timeout=0
Additional Identifiers
Rule ID: SV-90175r3_rule
Vulnerability ID: V-75495
Group Title:
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-000366 |
The organization implements the security configuration settings. |
Controls
Number | Title |
---|---|
CM-6 |
Configuration Settings |