Skip to content

Commit 98c01c2

Browse files
authored
Merge pull request #14427 from mpurg/ubuntu_stig_654224_254030_211000
Add rules to Ubuntu 22.04 STIG to align with V2R7
2 parents 11f54d1 + f54fe33 commit 98c01c2

2 files changed

Lines changed: 53 additions & 0 deletions

File tree

controls/stig_ubuntu2204.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ reference_type: stigid
1414
product: ubuntu2204
1515

1616
controls:
17+
- id: UBTU-22-211000
18+
title: Ubuntu 22.04 LTS must be a vendor-supported release.
19+
levels:
20+
- high
21+
rules:
22+
- installed_OS_is_vendor_supported
23+
status: automated
24+
1725
- id: UBTU-22-211015
1826
title: Ubuntu 22.04 LTS must disable the x86 Ctrl-Alt-Delete key sequence.
1927
levels:
@@ -483,6 +491,42 @@ controls:
483491
- sysctl_net_ipv4_tcp_syncookies
484492
status: automated
485493

494+
- id: UBTU-22-254010
495+
title: Ubuntu 22.04 LTS must have the "SSSD" package installed.
496+
levels:
497+
- medium
498+
rules:
499+
- package_nss_sss_installed
500+
- package_pam_sss_installed
501+
- package_sssd_installed
502+
status: automated
503+
504+
- id: UBTU-22-254015
505+
title: Ubuntu 22.04 LTS must use the "SSSD" package for multifactor authentication services.
506+
levels:
507+
- medium
508+
rules:
509+
- service_sssd_enabled
510+
status: automated
511+
512+
- id: UBTU-22-254020
513+
title: Ubuntu 22.04 LTS must ensure SSSD performs certificate path validation, including revocation checking, against a trusted anchor for PKI-based authentication.
514+
levels:
515+
- medium
516+
rules:
517+
- sssd_enable_pam_services
518+
- sssd_enable_smartcards
519+
- sssd_certification_path_trust_anchor
520+
status: automated
521+
522+
- id: UBTU-22-254030
523+
title: Ubuntu 22.04 LTS must map the authenticated identity to the user or group account for PKI-based authentication.
524+
levels:
525+
- medium
526+
rules:
527+
- sssd_enable_user_cert
528+
status: automated
529+
486530
- id: UBTU-22-255010
487531
title: Ubuntu 22.04 LTS must have SSH installed.
488532
levels:
@@ -1620,6 +1664,14 @@ controls:
16201664
- audit_rules_sudoers
16211665
status: automated
16221666

1667+
- id: UBTU-22-654224
1668+
title: The operating system must restrict privilege elevation to authorized personnel.
1669+
levels:
1670+
- medium
1671+
rules:
1672+
- sudo_restrict_privilege_elevation_to_authorized
1673+
status: automated
1674+
16231675
- id: UBTU-22-654225
16241676
title: Ubuntu 22.04 LTS must generate audit records when successful/unsuccessful attempts to modify
16251677
the /etc/sudoers.d directory occur.

linux_os/guide/system/software/integrity/certified-vendor/installed_OS_is_vendor_supported/oval/shared.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<extend_definition comment="Installed OS is SLE16" definition_ref="installed_OS_is_sle16" />
1717
<extend_definition comment="Installed OS is SLE Micro 5" definition_ref="installed_OS_is_slmicro5" />
1818
<extend_definition comment="Installed OS is SLE Micro 6" definition_ref="installed_OS_is_slmicro6" />
19+
<extend_definition comment="Installed OS is Ubuntu 22.04" definition_ref="installed_OS_is_ubuntu2204" />
1920
<extend_definition comment="Installed OS is Ubuntu 24.04" definition_ref="installed_OS_is_ubuntu2404" />
2021
</criteria>
2122
</definition>

0 commit comments

Comments
 (0)