Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ rationale: |-
able to guess the password or use a compromised password.

identifiers:
cce@rhel8: CCE-86734-1
cce@rhel9: CCE-86742-4
cce@rhel10: CCE-87591-4

severity: medium
Expand Down
7 changes: 3 additions & 4 deletions products/rhel8/controls/cis_rhel8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1955,10 +1955,9 @@ controls:
levels:
- l1_server
- l1_workstation
status: planned
notes: |-
A new rule needs to be created to check and remediate the enforce_for_root option in
/etc/security/pwhistory.conf. accounts_password_pam_enforce_root can be used as reference.
status: automated
rules:
- accounts_password_pam_pwhistory_enforce_for_root

- id: 4.4.3.3.3
title: Ensure pam_pwhistory includes use_authtok (Automated)
Expand Down
7 changes: 3 additions & 4 deletions products/rhel9/controls/cis_rhel9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2000,10 +2000,9 @@ controls:
levels:
- l1_server
- l1_workstation
status: planned
notes: |-
A new rule needs to be created to check and remediate the enforce_for_root option in
/etc/security/pwhistory.conf. accounts_password_pam_enforce_root can be used as reference.
status: automated
rules:
- accounts_password_pam_pwhistory_enforce_for_root

- id: 5.3.3.3.3
title: Ensure pam_pwhistory includes use_authtok (Automated)
Expand Down
2 changes: 0 additions & 2 deletions shared/references/cce-redhat-avail.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ CCE-86713-5
CCE-86726-7
CCE-86728-3
CCE-86730-9
CCE-86734-1
CCE-86742-4
CCE-86743-2
CCE-86745-7
CCE-86752-3
Expand Down
1 change: 1 addition & 0 deletions tests/data/profile_stability/rhel8/cis.profile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ accounts_password_pam_maxrepeat
accounts_password_pam_maxsequence
accounts_password_pam_minclass
accounts_password_pam_minlen
accounts_password_pam_pwhistory_enforce_for_root
accounts_password_pam_pwhistory_remember_password_auth
accounts_password_pam_pwhistory_remember_system_auth
accounts_password_pam_unix_no_remember
Expand Down
1 change: 1 addition & 0 deletions tests/data/profile_stability/rhel8/cis_server_l1.profile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ accounts_password_pam_maxrepeat
accounts_password_pam_maxsequence
accounts_password_pam_minclass
accounts_password_pam_minlen
accounts_password_pam_pwhistory_enforce_for_root
accounts_password_pam_pwhistory_remember_password_auth
accounts_password_pam_pwhistory_remember_system_auth
accounts_password_pam_unix_no_remember
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ accounts_password_pam_maxrepeat
accounts_password_pam_maxsequence
accounts_password_pam_minclass
accounts_password_pam_minlen
accounts_password_pam_pwhistory_enforce_for_root
accounts_password_pam_pwhistory_remember_password_auth
accounts_password_pam_pwhistory_remember_system_auth
accounts_password_pam_unix_no_remember
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ accounts_password_pam_maxrepeat
accounts_password_pam_maxsequence
accounts_password_pam_minclass
accounts_password_pam_minlen
accounts_password_pam_pwhistory_enforce_for_root
accounts_password_pam_pwhistory_remember_password_auth
accounts_password_pam_pwhistory_remember_system_auth
accounts_password_pam_unix_no_remember
Expand Down
1 change: 1 addition & 0 deletions tests/data/profile_stability/rhel9/cis.profile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ accounts_password_pam_maxrepeat
accounts_password_pam_maxsequence
accounts_password_pam_minclass
accounts_password_pam_minlen
accounts_password_pam_pwhistory_enforce_for_root
accounts_password_pam_pwhistory_remember_password_auth
accounts_password_pam_pwhistory_remember_system_auth
accounts_password_pam_unix_no_remember
Expand Down
1 change: 1 addition & 0 deletions tests/data/profile_stability/rhel9/cis_server_l1.profile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ accounts_password_pam_maxrepeat
accounts_password_pam_maxsequence
accounts_password_pam_minclass
accounts_password_pam_minlen
accounts_password_pam_pwhistory_enforce_for_root
accounts_password_pam_pwhistory_remember_password_auth
accounts_password_pam_pwhistory_remember_system_auth
accounts_password_pam_unix_no_remember
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ accounts_password_pam_maxrepeat
accounts_password_pam_maxsequence
accounts_password_pam_minclass
accounts_password_pam_minlen
accounts_password_pam_pwhistory_enforce_for_root
accounts_password_pam_pwhistory_remember_password_auth
accounts_password_pam_pwhistory_remember_system_auth
accounts_password_pam_unix_no_remember
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ accounts_password_pam_maxrepeat
accounts_password_pam_maxsequence
accounts_password_pam_minclass
accounts_password_pam_minlen
accounts_password_pam_pwhistory_enforce_for_root
accounts_password_pam_pwhistory_remember_password_auth
accounts_password_pam_pwhistory_remember_system_auth
accounts_password_pam_unix_no_remember
Expand Down
Loading