[Forgot Password]
Login  Register Subscribe

30480

 
 

423868

 
 

253164

 
 

909

 
 

197077

 
 

282

Paid content will be excluded from the download.


Download | Alert*
CCE
view XML

CCE-96044-3

Platform: cpe:/o:suse:suse_linux_enterprise_server:15Date: (C)2022-09-27   (M)2023-07-04



Description User accounts that have been inactive for over a given period of time can be automatically disabled. It is recommended that accounts that are inactive for 30 days after password expiration be disabled. Rationale Inactive accounts pose a threat to system security since the users are not logging in to notice failed login attempts or other anomalies. Audit Run the following command and verify INACTIVE is 30 or less: # useradd -D | grep INACTIVE INACTIVE=5 Verify all users with a password have Password inactive no more than 30 days after password expires: # egrep ^[^:]+:[^!*] /etc/shadow | cut -d: -f1 # chage --list Password inactive : Remediation Run the following command to set the default password inactivity period to 30 days: # useradd -D -f 30 Modify user parameters for all users with a password set to match: # chage --inactive 30 Notes You can also check this setting in /etc/shadow directly. The 7th field should be 30 or less for all users with a password.


Parameter:

[30]


Technical Mechanism:

Run the following command to set the default password inactivity period to 30 days: # useradd -D -f 30 Modify user parameters for all users with a password set to match: # chage --inactive 30 user

CCSS Severity:CCSS Metrics:
CCSS Score : 8.1Attack Vector: NETWORK
Exploit Score: 2.2Attack Complexity: HIGH
Impact Score: 5.9Privileges Required: NONE
Severity: HIGHUser Interaction: NONE
Vector: AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:HScope: UNCHANGED
 Confidentiality: HIGH
 Integrity: HIGH
 Availability: HIGH
  

References:
Resource IdReference
SCAP Repo OVAL Definitionoval:org.secpod.oval:def:84466


OVAL    1
oval:org.secpod.oval:def:84466
XCCDF    1
xccdf_org.secpod_benchmark_general_SLES_15

© SecPod Technologies