Red Hat Enterprise Linux 10 Security Technical Implementation Guide
Pick two releases to diff their requirements.
Open a previous version of this STIG.
Supporting documents 4 PDFs
Bundled by DISA alongside this STIG release: overview, revision history, and readme files. Download the full archive or open an individual PDF.
Digest of Updates ✎ 10
Comparison against the immediately-prior release (V1R1). Rule matching uses the Group Vuln ID. Content-change detection compares the rule’s description, check, and fix text after stripping inline markup — cosmetic-only edits aren’t flagged.
Content changes 10
- V-280955 Medium check RHEL 10 must have the "firewalld" package installed.
- V-280973 Medium description RHEL 10 must have the "pcscd" socket set to active.
- V-280998 Medium check RHEL 10 must have mail aliases to notify the information system security officer (ISSO) and system administrator (SA) (at a minimum) of an audit processing failure.
- V-281104 Medium check RHEL 10 must take action when allocated audit record storage volume reaches 75 percent of the audit record storage capacity.
- V-281127 Medium check RHEL 10 must generate audit records for successful and unsuccessful uses of the "init_module" and "finit_module" system calls.
- V-281221 High check RHEL 10 must employ FIPS 140-3-approved cryptographic hashing algorithms for all stored passwords.
- V-281223 High check RHEL 10 must be configured so that user and group account administration utilities are configured to store only encrypted representations of passwords.
- V-281278 Medium checkfix RHEL 10 must automatically lock graphical user sessions after 10 minutes of inactivity.
- V-281295 Medium fix RHEL 10 must automatically exit interactive command shell user sessions after 15 minutes of inactivity.
- V-281315 Medium checkfix RHEL 10 must implement address space layout randomization (ASLR) to protect its memory from unauthorized code execution.
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- RHEL-10-700970
- Vuln IDs
-
- V-280094
- Rule IDs
-
- SV-280094r1184607_rule
Checks: C-84655r1158919_chk
Verify RHEL 10 is configured to mask the debug-shell systemd service with the following command: $ sudo systemctl status debug-shell.service o debug-shell.service Loaded: masked (Reason: Unit debug-shell.service is masked.) Active: inactive (dead) If the "debug-shell.service" is loaded and not masked, this is a finding.
Fix: F-84560r1158920_fix
Configure RHEL 10 to mask the debug-shell systemd service with the following command: $ sudo systemctl disable --now debug-shell.service $ sudo systemctl mask --now debug-shell.service
- RMF Control
- Severity
- M
- CCI
- CCI-003992
- Version
- RHEL-10-001020
- Vuln IDs
-
- V-280931
- Rule IDs
-
- SV-280931r1197213_rule
Checks: C-85492r1197212_chk
Verify RHEL 10 ensures cryptographic verification of vendor software packages. Confirm Red Hat package-signing keys are installed on the system and verify their fingerprints match vendor values. Note: For RHEL 10 software packages, Red Hat uses GPG keys labeled "release key 2", "auxiliary key 3", and "release key 4". The keys are defined in key file "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release" by default. List Red Hat GPG keys installed on the system: $ sudo rpm -q --queryformat "%{SUMMARY}\n" gpg-pubkey | grep -i "red hat" Red Hat, Inc. (release key 2) <security@redhat.com> public key Red Hat, Inc. (auxiliary key 3) <security@redhat.com> public key Red Hat, Inc. (release key 4) <security@redhat.com> public key If Red Hat GPG keys "release key 2", "auxiliary key 3", and "release key 4" are not installed, or if the key file "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release" is missing, this is a finding. List key fingerprints of installed Red Hat GPG keys: $ sq inspect /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release: OpenPGP Certificate. Fingerprint: 567E347AD0044ADE55BA8A5F199E2F91FD431D51 Public-key algo: RSA Public-key size: 4096 bits Creation time: 2009-10-22 11:59:55 UTC Key flags: certification, signing UserID: Red Hat, Inc. (release key 2) <security@redhat.com> Note: There is another block of armored OpenPGP data. Note: This is a non-standard extension to OpenPGP. /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release: OpenPGP Certificate. Fingerprint: 7E4624258C406535D56D6F135054E4A45A6340B3 Public-key algo: RSA Public-key size: 4096 bits Creation time: 2022-03-09 21:56:46 UTC Key flags: certification, signing UserID: Red Hat, Inc. (auxiliary key 3) <security@redhat.com> Note: There is another block of armored OpenPGP data. Note: This is a non-standard extension to OpenPGP. /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release: OpenPGP Certificate. Fingerprint: FCD355B305707A62DA143AB6E422397E50FE8467A2A95343D246D6276AFEDF8F Public-key algo: ML-DSA-87+Ed448 Creation time: 2025-10-08 17:40:03 UTC Key flags: certification, signing UserID: Red Hat, Inc. (release key 4) <security@redhat.com> Compare key fingerprints of installed Red Hat GPG keys with fingerprints listed for RHEL 10 on the Red Hat "Product Signing Keys" webpage at https://access.redhat.com/security/team/key. If key fingerprints do not match, this is a finding.
Fix: F-85397r1165147_fix
Configure RHEL 10 to ensure cryptographic verification of vendor software packages. Install Red Hat package-signing keys on the system and verify their fingerprints match vendor values. Insert the RHEL 10 installation disc or attach the RHEL 10 installation image to the system. Mount the disc or image to make the contents accessible inside the system. Assuming the mounted location is "/media/cdrom", use the following command to copy the Red Hat GPG key file onto the system: $ sudo cp /media/cdrom/RPM-GPG-KEY-redhat-release /etc/pki/rpm-gpg/ Import Red Hat GPG keys from the key file into the system keyring: $ sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release Using the steps listed in the Check Text, confirm the newly imported keys show as installed on the system and verify their fingerprints match vendor values.
- RMF Control
- Severity
- H
- CCI
- CCI-003992
- Version
- RHEL-10-001030
- Vuln IDs
-
- V-280932
- Rule IDs
-
- SV-280932r1197215_rule
Checks: C-85493r1197214_chk
Verify RHEL 10 dnf always checks the GPG signature of software packages originating from external software repositories before installation with the following command: $ sudo grep -w gpgcheck /etc/dnf/dnf.conf gpgcheck=1 If "gpgcheck" is not set to "1", or if the option is missing or commented out, ask the system administrator how the GPG signatures of software packages are being verified. If no process to verify GPG signatures has been approved by the organization, this is a finding.
Fix: F-85398r1165150_fix
Configure RHEL 10 dnf to always check the GPG signature of software packages originating from external software repositories before installation. Add or update the following line in the [main] section of the "/etc/dnf/dnf.conf" file: gpgcheck=1
- RMF Control
- Severity
- H
- CCI
- CCI-003992
- Version
- RHEL-10-001040
- Vuln IDs
-
- V-280933
- Rule IDs
-
- SV-280933r1197217_rule
Checks: C-85494r1197216_chk
Verify RHEL 10 dnf always checks the GPG signature of locally installed software packages before installation with the following command: $ sudo grep localpkg_gpgcheck /etc/dnf/dnf.conf localpkg_gpgcheck=1 If "localpkg_gpgcheck" is not set to "1", or if the option is missing or commented out, ask the system administrator how the GPG signatures of local software packages are being verified. If no process to verify GPG signatures has been approved by the organization, this is a finding.
Fix: F-85399r1165153_fix
Configure RHEL 10 dnf to always check the GPG signature of local software packages before installation. Add or update the following line in the [main] section of the "/etc/dnf/dnf.conf" file: localpkg_gpgcheck=1
- RMF Control
- Severity
- H
- CCI
- CCI-003992
- Version
- RHEL-10-001050
- Vuln IDs
-
- V-280934
- Rule IDs
-
- SV-280934r1165157_rule
Checks: C-85495r1165155_chk
Verify RHEL 10 software repositories defined in "/etc/yum.repos.d/" have been configured with "gpgcheck" enabled with the following command: $ sudo grep -w gpgcheck /etc/yum.repos.d/*.repo | more gpgcheck = 1 If "localpkg_gpgcheck" is not set to "1", or if the option is missing or commented out, ask the system administrator how the GPG signatures of local software packages are being verified. If no process to verify GPG signatures has been approved by the organization, this is a finding.
Fix: F-85400r1165156_fix
Configure RHEL 10 software repositories defined in "/etc/yum.repos.d/" to have "gpgcheck" enabled with the following command: $ sudo sed -i 's/gpgcheck\s*=.*/gpgcheck=1/g' /etc/yum.repos.d/*
- RMF Control
- SC-28
- Severity
- H
- CCI
- CCI-002476
- Version
- RHEL-10-000510
- Vuln IDs
-
- V-280935
- Rule IDs
-
- SV-280935r1184775_rule
Checks: C-85496r1165158_chk
Note: If there is a documented and approved reason for not having data-at-rest encryption at the operating system level, such as encryption provided by a hypervisor or a disk storage array in a virtualized environment, this requirement is not applicable. Verify RHEL 10 prevents unauthorized disclosure or modification of all information requiring at-rest protection by using disk encryption. List all block devices in tree-like format: $ sudo lsblk --tree NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 64G 0 disk +-sda1 8:1 0 600M 0 part /boot/efi +-sda2 8:2 0 1G 0 part /boot +-sda3 8:3 0 62.4G 0 part +-rhel-root 253:0 0 23G 0 lvm ¦ +-luks-9f886368-bf3e-4d17-86ed-a71dd6571bb4 253:2 0 23G 0 crypt / +-rhel-swap 253:1 0 6.4G 0 lvm [SWAP] +-rhel-var_tmp 253:3 0 3G 0 lvm ¦ +-luks-c98555c8-0462-4b97-9afa-6db8c4bfee3b 253:14 0 3G 0 crypt /var/tmp +-rhel-var_log_audit 253:4 0 10G 0 lvm ¦ +-luks-4e45e1ad-5337-42c4-a19f-ee12ccc1d502 253:9 0 10G 0 crypt /var/log/audit +-rhel-tmp 253:5 0 2G 0 lvm ¦ +-luks-2d7e1b45-73c4-4282-8838-15a897e0d04e 253:11 0 2G 0 crypt /tmp +-rhel-home 253:6 0 10G 0 lvm ¦ +-luks-ca2261ed-7b00-4b7b-84cd-8cd6d8fa4b28 253:12 0 10G 0 crypt /home +-rhel-var 253:7 0 5G 0 lvm ¦ +-luks-51150299-f295-4145-b8f0-ebe9c6dfd5a0 253:13 0 5G 0 crypt /var +-rhel-var_log 253:8 0 3G 0 lvm +-luks-c651f493-9fdc-4c6e-a711-0a4f03149661 253:10 0 3G 0 crypt /var/log Verify that the block device tree for each persistent filesystem, excluding the /boot and /boot/efi filesystems, has at least one parent block device of type "crypt" and that the encryption type is LUKS: $ sudo cryptsetup status luks-9f886368-bf3e-4d17-86ed-a71dd6571bb4 /dev/mapper/luks-9f886368-bf3e-4d17-86ed-a71dd6571bb4 is active and is in use. type: LUKS2 cipher: aes-xts-plain64 keysize: 512 bits key location: keyring device: /dev/mapper/rhel-root sector size: 512 offset: 32768 sectors size: 48201728 sectors mode: read/write flags: discards If there are persistent filesystems (other than /boot or /boot/efi) whose block device trees do not have a crypt block device of type LUKS, ask the administrator to indicate how persistent filesystems are encrypted. If there is no evidence that persistent filesystems are encrypted, this is a finding.
Fix: F-85401r1165159_fix
Configure RHEL 10 to prevent unauthorized modification of all information at rest by using disk encryption. Encrypting a partition in an already installed system is more difficult, because existing partitions will have to be resized and changed. To encrypt an entire partition, dedicate a partition for encryption in the partition layout.
- RMF Control
- AU-4
- Severity
- L
- CCI
- CCI-001849
- Version
- RHEL-10-000520
- Vuln IDs
-
- V-280936
- Rule IDs
-
- SV-280936r1184726_rule
Checks: C-85497r1165161_chk
Verify RHEL 10 uses a separate file system/partition for the system audit data path with the following command: Note: /var/log/audit is used as the example as it is a common location. $ mount | grep /var/log/audit /dev/mapper/rootvg-varlogaudit on /var/log/audit type xfs (rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota) Note: Options displayed for mount may differ. If no line is returned, this is a finding.
Fix: F-85402r1165162_fix
Configure RHEL 10 to use a separate file system for the system audit data path by migrating "/var/log/audit" onto a separate file system.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-000530
- Vuln IDs
-
- V-280937
- Rule IDs
-
- SV-280937r1184727_rule
Checks: C-85498r1165164_chk
Verify RHEL 10 uses a separate file system/partition for "/home" with the following command: $ mount | grep /home /dev/mapper/luks-ca2261ed-7b00-4b7b-84cd-8cd6d8fa4b28 on /home type xfs (rw,nodev,nosuid,noexec,seclabel) Note: Options displayed for mount may differ. If a separate entry for "/home" is not in use, this is a finding.
Fix: F-85403r1165165_fix
Configure RHEL 10 to use a separate file system for user home directories by migrating the "/home" directory onto a separate file system/partition.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-000540
- Vuln IDs
-
- V-280938
- Rule IDs
-
- SV-280938r1184728_rule
Checks: C-85499r1165167_chk
Verify RHEL 10 uses a separate file system/partition for "/tmp" with the following command: $ mount | grep /tmp /dev/mapper/luks-2d7e1b45-73c4-4282-8838-15a897e0d04e on /tmp type xfs(rw,nodev,nosuid,noexec,seclabel) Note: Options displayed for mount may differ. If a separate entry for "/tmp" is not in use, this is a finding.
Fix: F-85404r1165168_fix
Configure RHEL 10 to use a separate file system for temporary storage directories by migrating the "/tmp" path onto a separate file system.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-000550
- Vuln IDs
-
- V-280939
- Rule IDs
-
- SV-280939r1184729_rule
Checks: C-85500r1165170_chk
Verify RHEL 10 uses a separate file system/partition for "/var" with the following command: $ mount | grep /var /dev/mapper/luks-51150299-f295-4145-b8f0-ebe9c6dfd5a0 on /var type xfs (rw,nodev,relatime,seclabel,attr2) Note: Options displayed for mount may differ. If a separate entry for "/var" is not in use, this is a finding.
Fix: F-85405r1165171_fix
Configure RHEL 10 to use a separate file system for the "/var" directory by migrating the "/var" path onto a separate file system.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-000560
- Vuln IDs
-
- V-280940
- Rule IDs
-
- SV-280940r1184730_rule
Checks: C-85501r1165173_chk
Verify RHEL 10 uses a separate file system/partition for "/var/log" with the following command: $ mount | grep /var/log /dev/mapper/luks-c651f493-9fdc-4c6e-a711-0a4f03149661 on /var/log type xfs (rw,nosuid,nodev,noexec,relatime,seclabel,attr2) Note: Options displayed for mount may differ. If a separate entry for "/var/log" is not in use, this is a finding.
Fix: F-85406r1165174_fix
Configure RHEL 10 to use a separate file system for log file directories by migrating the "/var/log" path onto a separate file system.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-000570
- Vuln IDs
-
- V-280941
- Rule IDs
-
- SV-280941r1184731_rule
Checks: C-85502r1165176_chk
Verify RHEL 10 uses a separate file system/partition for "/var/tmp" with the following command: $ mount | grep /var/tmp /dev/mapper/luks-c98555c8-0462-4b97-9afa-6db8c4bfee3b on /var/tmp type xfs (rw,nosuid,nodev,noexec,relatime,seclabel,attr2) Note: Options displayed for mount may differ. If a separate entry for "/var/tmp" is not in use, this is a finding.
Fix: F-85407r1165177_fix
Configure RHEL 10 to use a separate file system for the "/var/tmp" path by migrating "/var/tmp" onto a separate file system.
- RMF Control
- SI-2
- Severity
- M
- CCI
- CCI-002617
- Version
- RHEL-10-200000
- Vuln IDs
-
- V-280942
- Rule IDs
-
- SV-280942r1165181_rule
Checks: C-85503r1165179_chk
Verify RHEL 10 removes all software components after updated versions have been installed with the following command: $ sudo grep -i clean_requirements_on_remove /etc/dnf/dnf.conf clean_requirements_on_remove=True If "clean_requirements_on_remove" is not set to "True", this is a finding.
Fix: F-85408r1165180_fix
Configure RHEL 10 to remove all software components after updated versions have been installed. Edit the file "/etc/dnf/dnf.conf" by adding or editing the following line: clean_requirements_on_remove=True
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-200010
- Vuln IDs
-
- V-280943
- Rule IDs
-
- SV-280943r1165184_rule
Checks: C-85504r1165182_chk
Verify RHEL 10 does not have the "nfs-utils" package installed with the following command: $ sudo dnf list --installed nfs-utils Error: No matching Packages to list If the "nfs-utils" package is installed, this is a finding.
Fix: F-85409r1165183_fix
Configure RHEL 10 to not have the "nfs-utils" package installed with the following command: $ sudo dnf -y remove nfs-utils
- RMF Control
- CM-7
- Severity
- H
- CCI
- CCI-000381
- Version
- RHEL-10-200020
- Vuln IDs
-
- V-280944
- Rule IDs
-
- SV-280944r1184749_rule
Checks: C-85505r1165185_chk
Verify RHEL 10 does not have the "telnet-server" package installed with the following command: $ sudo dnf list --installed telnet-server Error: No matching Packages to list If the "telnet-server" package is installed, this is a finding.
Fix: F-85410r1165186_fix
Configure RHEL 10 to not have the "telnet-server" package installed with the following command: $ sudo dnf -y remove telnet-server
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-200030
- Vuln IDs
-
- V-280945
- Rule IDs
-
- SV-280945r1184750_rule
Checks: C-85506r1165188_chk
Note: If Network File System (NFS) mounts are authorized and in use on the system, this control is not applicable. Verify RHEL 10 does not have the "gssproxy" package installed with the following command: $ sudo dnf list --installed gssproxy Error: No matching Packages to list If the "gssproxy" package is installed and is not documented with the information system security officer as an operational requirement, this is a finding.
Fix: F-85411r1165189_fix
Configure RHEL 10 to not have the "gssproxy" package installed with the following command: $ sudo dnf -y remove gssproxy
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-200040
- Vuln IDs
-
- V-280946
- Rule IDs
-
- SV-280946r1184751_rule
Checks: C-85507r1165191_chk
Verify RHEL 10 does not have the tuned package installed with the following command: $ sudo dnf list --installed tuned Error: No matching Packages to list If the "tuned" package is installed and is not documented with the information system security officer as an operational requirement, this is a finding.
Fix: F-85412r1165192_fix
Configure RHEL 10 to not have the tuned package installed with the following command: $ sudo dnf -y remove tuned
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-200050
- Vuln IDs
-
- V-280947
- Rule IDs
-
- SV-280947r1165196_rule
Checks: C-85508r1165194_chk
Note: If TFTP is not required, it must not be installed. If TFTP is not installed, this rule is not applicable. Verify RHEL 10 is configured so that TFTP operates in secure mode if installed. Determine if TFTP server is installed with the following command: $ sudo dnf list --installed | grep tftp-server tftp-server.x86_64 5.2-48.el10 @rhel-10-for-x86_64-appstream-rpms If the TFTP server package is installed and is not required, or if it is not documented with the ISSM, this is a finding. Verify the TFTP daemon, if tftp.server is installed, is configured to operate in secure mode with the following command: $ grep -i execstart /usr/lib/systemd/system/tftp.service ExecStart=/usr/sbin/in.tftpd -s /var/lib/tftpboot Note: The "-s" option ensures the TFTP server only serves files from the specified directory, which is a security measure to prevent unauthorized access to other parts of the file system. If the "-s" option is not present in the "ExecStart" line, or if the line is missing, this is a finding.
Fix: F-85413r1165195_fix
Configure RHEL 10 so that TFTP operates in secure mode if installed. If TFTP server is not required, remove it with the following command: $ sudo dnf -y remove tftp-server Configure the TFTP daemon to operate in secure mode with the following command: $ sudo systemctl edit tftp.service In the editor, enter: [Service] ExecStart=/usr/sbin/in.tftpd -s /var/lib/tftpboot After making changes, reload the systemd daemon and restart the TFTP service as follows: $ sudo systemctl daemon-reload $ sudo systemctl restart tftp.service
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-200060
- Vuln IDs
-
- V-280948
- Rule IDs
-
- SV-280948r1197218_rule
Checks: C-85509r1165197_chk
Verify RHEL 10 does not have a DNS package installed with the following command: $ sudo dnf list --installed unbound Error: No matching Packages to list If the "unbound" package is installed, and the information system security officer lacks a documented requirement for a DNS, this is a finding.
Fix: F-85414r1165198_fix
Configure RHEL 10 to not have the unbound package installed with the following command: $ sudo dnf -y remove unbound
- RMF Control
- IA-5
- Severity
- H
- CCI
- CCI-000197
- Version
- RHEL-10-200070
- Vuln IDs
-
- V-280949
- Rule IDs
-
- SV-280949r1195338_rule
Checks: C-85510r1165200_chk
Verify RHEL 10 does not have the "tftp" package installed with the following command: $ sudo dnf list --installed tftp Error: No matching Packages to list If the "tftp" package is installed, this is a finding.
Fix: F-85415r1165201_fix
Configure RHEL 10 to not have the "tftp" package installed with the following command: $ sudo dnf -y remove tftp
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-200080
- Vuln IDs
-
- V-280950
- Rule IDs
-
- SV-280950r1165205_rule
Checks: C-85511r1165203_chk
Verify RHEL 10 does not have the "gdm" package installed with the following command: $ sudo dnf list --installed gdm Error: No matching Packages to list If the "gdm" package is installed and the need for a GUI interface has not been documented with the information system security officer, this is a finding.
Fix: F-85416r1165204_fix
Configure RHEL 10 to not have the "gdm" package installed with the following command: $ sudo dnf -y remove gdm
- RMF Control
- IA-5
- Severity
- H
- CCI
- CCI-000197
- Version
- RHEL-10-200090
- Vuln IDs
-
- V-280951
- Rule IDs
-
- SV-280951r1184744_rule
Checks: C-85512r1184743_chk
Verify RHEL 10 does not have an FTP server package installed with the following command: $ sudo dnf list --installed vsftp Error: No matching Packages to list If the "vsftp" package is installed, this is a finding.
Fix: F-85417r1165207_fix
Configure RHEL 10 to not have the FTP package installed with the following command (using "vsftpd" as an example): $ sudo dnf -y remove vsftpd
- RMF Control
- Severity
- M
- CCI
- CCI-003992
- Version
- RHEL-10-200500
- Vuln IDs
-
- V-280952
- Rule IDs
-
- SV-280952r1195340_rule
Checks: C-85513r1195339_chk
Note: If the system is not an internet connected system, this requirement is not applicable. Verify RHEL 10 has the "subscription-manager" package installed with the following command: $ sudo dnf list --installed subscription-manager Installed Packages subscription-manager.x86_64 1.30.6.1-1.el10_0 @rhel-10-for-x86_64-baseos-rpms If the "subscription-manager" package is not installed, this is a finding.
Fix: F-85418r1165210_fix
Configure RHEL 10 to have the "subscription-manager" package installed with the following command: $ sudo dnf -y install subscription-manager
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-200510
- Vuln IDs
-
- V-280953
- Rule IDs
-
- SV-280953r1195342_rule
Checks: C-85514r1195341_chk
Verify RHEL 10 has the "nss-tools" package installed with the following command: $ sudo dnf list --installed nss-tools Installed Packages nss-tools.x86_64 3.112.0-4.el10_0 @rhel-10-for-x86_64-appstream-rpms If the "nss-tools" package is not installed, this is a finding.
Fix: F-85419r1165213_fix
Configure RHEL 10 to have the "nss-tools" package installed with the following command: $ sudo dnf -y install nss-tools
- RMF Control
- CM-3
- Severity
- M
- CCI
- CCI-001744
- Version
- RHEL-10-200520
- Vuln IDs
-
- V-280954
- Rule IDs
-
- SV-280954r1195344_rule
Checks: C-85515r1195343_chk
Verify RHEL 10 is configured to allow sending email notifications. Verify the "s-nail" package is installed on the system with the following command: $ sudo dnf list --installed s-nail Installed Packages s-nail.x86_64 14.9.24-12.el10 @rhel-10-for-x86_64-appstream-rpms If the "s-nail" package is not installed, this is a finding.
Fix: F-85420r1165216_fix
Configure RHEL 10 to have the "s-nail" package installed with the following command: $ sudo dnf -y install s-nail
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000382
- Version
- RHEL-10-200530
- Vuln IDs
-
- V-280955
- Rule IDs
-
- SV-280955r1208792_rule
Checks: C-85516r1208791_chk
Verify RHEL 10 has the "firewalld" package installed. Run the following command to determine if the "firewalld" package is installed: $ dnf list --installed firewalld Installed Packages firewalld.noarch 2.3.1-1.el10_0 @rhel-10-for-x86_64-baseos-rpms If the "firewall" package is not installed, this is a finding.
Fix: F-85421r1165219_fix
Configure RHEL 10 to have the "firewalld" package installed with the following command: $ sudo dnf -y install firewalld
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000382
- Version
- RHEL-10-200531
- Vuln IDs
-
- V-280956
- Rule IDs
-
- SV-280956r1165223_rule
Checks: C-85517r1165221_chk
Verify RHEL 10 is configured so that "firewalld" is active with the following command: $ systemctl is-active firewalld active If the "firewalld" service is not active, this is a finding.
Fix: F-85422r1165222_fix
Configure RHEL 10 to have the "firewalld" service set to active. To enable the "firewalld" service, run the following command: $ sudo systemctl enable --now firewalld
- RMF Control
- AC-17
- Severity
- M
- CCI
- CCI-002314
- Version
- RHEL-10-200532
- Vuln IDs
-
- V-280957
- Rule IDs
-
- SV-280957r1165226_rule
Checks: C-85518r1165224_chk
Verify RHEL 10 is configured so that "firewalld" employs a deny-all, allow-by-exception policy for allowing connections to other systems with the following commands (using ens133 as an example interface): $ sudo firewall-cmd --state running $ sudo firewall-cmd --get-active-zones drop (default) interfaces: ens33 $ sudo firewall-cmd --info-zone=drop | grep target target: DROP $ sudo firewall-cmd --permanent --info-zone=drop | grep target target: DROP If no zones are active on the RHEL 10 interfaces or if runtime and permanent targets are set to an option other than "DROP", this is a finding. Verify the permanent configuration is valid and there are no misconfigured zones or rules with the following command: $ sudo firewall-cmd --check-config success If this command does not return "success", this is a finding.
Fix: F-85423r1165225_fix
Configure RHEL 10 so that the "firewalld" daemon employs a deny-all, allow-by-exception policy with the following commands (using ens133 as an example interface): Start by adding the exceptions that are required for mission functionality to the "drop" zone. If SSH access on port 22 is needed, for example, run the following: $ sudo firewall-cmd --permanent --add-service=ssh --zone=drop Reload the firewall rules to update the runtime configuration from the "--permanent" changes made above: $ sudo firewall-cmd --reload Set the default zone to the drop zone: $ sudo firewall-cmd --set-default-zone=drop Note: This is a runtime and permanent change. Add any interfaces to the newly modified "drop" zone: $ sudo firewall-cmd --permanent --zone=drop --change-interface=ens33 Reload the firewall rules for changes to take effect: $ sudo firewall-cmd --reload
- RMF Control
- Severity
- M
- CCI
- CCI-004923
- Version
- RHEL-10-200540
- Vuln IDs
-
- V-280958
- Rule IDs
-
- SV-280958r1195348_rule
Checks: C-85519r1195347_chk
Verify RHEL 10 has the "chrony" package installed with the following command: $ sudo dnf list --installed chrony Installed Packages chrony.x86_64 4.6.1-1.el10 @anaconda If the "chrony" package is not installed, this is a finding.
Fix: F-85424r1165228_fix
Configure RHEL 10 to have the "chrony" package installed with the following command: $ sudo dnf -y install chrony
- RMF Control
- Severity
- M
- CCI
- CCI-004923
- Version
- RHEL-10-200541
- Vuln IDs
-
- V-280959
- Rule IDs
-
- SV-280959r1165232_rule
Checks: C-85520r1165230_chk
Verify RHEL 10 sets the chronyd service to active with the following command: $ systemctl is-active chronyd active If the chronyd service is not active, this is a finding.
Fix: F-85425r1165231_fix
Configure RHEL 10 to enable the chronyd service with the following command: $ sudo systemctl enable --now chronyd
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000382
- Version
- RHEL-10-200542
- Vuln IDs
-
- V-280960
- Rule IDs
-
- SV-280960r1165235_rule
Checks: C-85521r1165233_chk
Verify RHEL 10 disables the chrony daemon from acting as a server with the following command: $ sudo grep -w port /etc/chrony.conf port 0 If the "port" option is not set to "0", is commented out, or is missing, this is a finding.
Fix: F-85426r1165234_fix
Configure RHEL 10 to disable the chrony daemon from acting as a server by adding/modifying the following line in the "/etc/chrony.conf" file: port 0 Restart the chronyd service with the following command for the changes to take effect: $ sudo systemctl restart chronyd
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000382
- Version
- RHEL-10-200543
- Vuln IDs
-
- V-280961
- Rule IDs
-
- SV-280961r1165238_rule
Checks: C-85522r1165236_chk
Verify RHEL 10 disables network management of the chrony daemon with the following command: $ sudo grep -w cmdport /etc/chrony.conf cmdport 0 If the "cmdport" option is not set to "0", is commented out, or is missing, this is a finding.
Fix: F-85427r1165237_fix
Configure RHEL 10 to disable network management of the chrony daemon by adding/modifying the following line in the "/etc/chrony.conf" file: cmdport 0 Restart the chronyd service with the following command for the changes to take effect: $ sudo systemctl restart chronyd
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-001958
- Version
- RHEL-10-200560
- Vuln IDs
-
- V-280962
- Rule IDs
-
- SV-280962r1195350_rule
Checks: C-85523r1195349_chk
Verify RHEL 10 has USBGuard installed on the operating system with the following command: $ sudo dnf list --installed usbguard Installed Packages usbguard.x86_64 1.1.3-6.el10 @rhel-10-for-x86_64-appstream-rpms If the USBGuard package is not installed, ask the SA to indicate how unauthorized peripherals are being blocked. If there is no evidence that unauthorized peripherals are being blocked before establishing a connection, this is a finding. If the system is a virtual machine with no virtual or physical USB peripherals attached, this is not a finding.
Fix: F-85428r1165240_fix
Configure RHEL 10 to have the USBGuard package installed with the following command: $ sudo dnf -y install usbguard Enable the service to start on boot and then start it with the following commands: $ sudo systemctl enable usbguard $ sudo systemctl start usbguard Verify the status of the service with the following command: $ sudo systemctl status usbguard Note: USBGuard must be configured to allow authorized devices once it is enabled on RHEL 10.
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-001958
- Version
- RHEL-10-200561
- Vuln IDs
-
- V-280963
- Rule IDs
-
- SV-280963r1165244_rule
Checks: C-85524r1165242_chk
Note: If the system is virtual machine with no virtual or physical USB peripherals attached, this is not applicable. Verify RHEL 10 has USBGuard enabled with the following command: $ systemctl is-active usbguard active If USBGuard is not active, ask the SA to indicate how unauthorized peripherals are being blocked. If there is no evidence that unauthorized peripherals are being blocked before establishing a connection, this is a finding.
Fix: F-85429r1165243_fix
Configure RHEL 10 to have the USBGuard service enabled by running the following command: $ sudo systemctl enable --now usbguard
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-001958
- Version
- RHEL-10-200562
- Vuln IDs
-
- V-280964
- Rule IDs
-
- SV-280964r1165247_rule
Checks: C-85525r1165245_chk
Note: If the system is virtual machine with no virtual or physical USB peripherals attached, this is not applicable. Verify RHEL 10 USBGuard has a policy configured. Confirm the setting with the following command: $ sudo usbguard list-rules allow id 1d6b:0001 serial If the command does not return results, or an error is returned, ask the SA to indicate how unauthorized peripherals are being blocked. If there is no evidence that unauthorized peripherals are being blocked before establishing a connection, this is a finding.
Fix: F-85430r1165246_fix
Configure RHEL 10 to enable the blocking of unauthorized peripherals with the following command: Note: This command must be run from a root shell and will create an allowlist for any USB devices currently connected to the system. # usbguard generate-policy --no-hash > /etc/usbguard/rules.conf Note: Enabling and starting usbguard without properly configuring it for an individual system will immediately prevent any access over a USB device such as a keyboard or mouse.
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000169
- Version
- RHEL-10-200563
- Vuln IDs
-
- V-280965
- Rule IDs
-
- SV-280965r1165250_rule
Checks: C-85526r1165248_chk
Note: If the system is a virtual machine with no virtual or physical USB peripherals attached, this is not applicable. Verify RHEL 10 audit logging is enabled for the USBGuard daemon. Confirm the setting with the following command: $ sudo grep AuditBackend /etc/usbguard/usbguard-daemon.conf AuditBackend=LinuxAudit If "AuditBackend" is not set to "LinuxAudit", this is a finding.
Fix: F-85431r1165249_fix
Configure RHEL 10 USBGuard AuditBackend to use the audit system. Add or edit the following line in "/etc/usbguard/usbguard-daemon.conf": AuditBackend=LinuxAudit
- RMF Control
- SC-3
- Severity
- M
- CCI
- CCI-001084
- Version
- RHEL-10-200570
- Vuln IDs
-
- V-280966
- Rule IDs
-
- SV-280966r1195352_rule
Checks: C-85527r1195351_chk
Verify RHEL 10 has the "policycoreutils" package installed with the following command: $ sudo dnf list --installed policycoreutils Installed Packages policycoreutils.x86_64 3.8-1.el10 @anaconda If the "policycoreutils" package is not installed, this is a finding.
Fix: F-85432r1165252_fix
Configure RHEL 10 to have the "policycoreutils" package installed with the following command: $ sudo dnf -y install policycoreutils
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-200580
- Vuln IDs
-
- V-280967
- Rule IDs
-
- SV-280967r1195354_rule
Checks: C-85528r1195353_chk
Verify RHEL 10 has the "policycoreutils-python-utils" service package installed with the following command: $ sudo dnf list --installed policycoreutils-python-utils Installed Packages policycoreutils-python-utils.noarch 3.8-1.el10 @AppStream If the "policycoreutils-python-utils" package is not installed, this is a finding.
Fix: F-85433r1165255_fix
Configure RHEL 10 to have the "policycoreutils-python-utils" service package installed with the following command: $ sudo dnf -y install policycoreutils-python-utils
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- RHEL-10-200590
- Vuln IDs
-
- V-280968
- Rule IDs
-
- SV-280968r1195356_rule
Checks: C-85529r1195355_chk
Verify RHEL 10 has the "sudo" package installed with the following command: $ sudo dnf list --installed sudo Installed Packages sudo.x86_64 1.9.15-8.p5.el10_0.2 @rhel-10-for-x86_64-baseos-rpms If the "sudo" package is not installed, this is a finding.
Fix: F-85434r1165258_fix
Configure RHEL 10 to have the "sudo" package installed with the following command: $ sudo dnf -y install sudo
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001774
- Version
- RHEL-10-200600
- Vuln IDs
-
- V-280969
- Rule IDs
-
- SV-280969r1195358_rule
Checks: C-85530r1195357_chk
Verify RHEL 10 has the "fapolicyd" package installed with the following command: $ sudo dnf list --installed fapolicyd Installed Packages fapolicyd.x86_64 1.3.3-102.el10 @rhel-10-for-x86_64-appstream-rpms If the "fapolicyd" package is not installed, this is a finding.
Fix: F-85435r1165261_fix
Configure RHEL 10 to have the "fapolicyd" package installed with the following command: $ sudo dnf -y install fapolicyd
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001774
- Version
- RHEL-10-200601
- Vuln IDs
-
- V-280970
- Rule IDs
-
- SV-280970r1165265_rule
Checks: C-85531r1165263_chk
Verify RHEL 10 "fapolicyd" is active with the following command: $ systemctl is-active fapolicyd active If the "fapolicyd" module is not active, this is a finding.
Fix: F-85436r1165264_fix
Configure RHEL 10 to enable "fapolicyd" with the following command: $ systemctl enable --now fapolicyd
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-200602
- Vuln IDs
-
- V-280971
- Rule IDs
-
- SV-280971r1184780_rule
Checks: C-85532r1184778_chk
Verify the RHEL 10 "fapolicyd" employs a deny-all, permit-by-exception policy. Check that "fapolicyd" is in enforcement mode with the following command: $ sudo grep permissive /etc/fapolicyd/fapolicyd.conf permissive = 0 If "fapolicyd" is not running in enforcement mode, this is a finding. Check that "fapolicyd" employs a deny-all policy on system mounts with the following commands: $ sudo tail /etc/fapolicyd/compiled.rules allow exe=/usr/bin/python3.7 : ftype=text/x-python deny_audit perm=any pattern=ld_so : all deny perm=any all : all If "fapolicyd" is not running with a deny-all, permit-by-exception policy, this is a finding. Note: "deny_log" or "deny_audit" options meet the security requirements. These options will generate higher volumes of logs.
Fix: F-85437r1184779_fix
Configure RHEL 10 to employ a deny-all, permit-by-exception application allow listing policy with "fapolicyd". With the "fapolicyd" installed and enabled, configure the daemon to function in permissive mode until the allow list is built correctly to avoid system lockout. Do this by editing the "/etc/fapolicyd/fapolicyd.conf" file with the following line: permissive = 1 Build the allow list in a file within the "/etc/fapolicyd/rules.d" directory, ensuring the last rule implements a deny-all policy, such as "deny perm=any all : all". Once it is determined the allow list is built correctly, set the "fapolicyd" to enforcing mode by editing the "permissive" line in the /etc/fapolicyd/fapolicyd.conf file. permissive = 0
- RMF Control
- Severity
- M
- CCI
- CCI-004046
- Version
- RHEL-10-200610
- Vuln IDs
-
- V-280972
- Rule IDs
-
- SV-280972r1195360_rule
Checks: C-85533r1195359_chk
Note: If the system administrator demonstrates the use of an approved alternate multifactor authentication method, this requirement is not applicable. Verify RHEL 10 has the "pcsc-lite" package installed with the following command: $ sudo dnf list --installed pcsc-lite Installed Packages pcsc-lite.x86_64 2.2.3-2.el10 @anaconda If the "pcsc-lite" package is not installed, this is a finding.
Fix: F-85438r1165270_fix
Configure RHEL 10 to have the "pcsc-lite" package installed with the following command: $ sudo dnf -y install pcsc-lite
- RMF Control
- Severity
- M
- CCI
- CCI-004046
- Version
- RHEL-10-200611
- Vuln IDs
-
- V-280973
- Rule IDs
-
- SV-280973r1208793_rule
Checks: C-85534r1165272_chk
Verify RHEL 10 has the "pcscd" socket set to active with the following command: $ systemctl is-active pcscd.socket active If the "pcscd" socket is not active, this is a finding.
Fix: F-85439r1165273_fix
Configure RHEL 10 to have the "pcscd" socket set to active with the following command: $ sudo systemctl enable --now pcscd.socket
- RMF Control
- Severity
- M
- CCI
- CCI-004046
- Version
- RHEL-10-200612
- Vuln IDs
-
- V-280974
- Rule IDs
-
- SV-280974r1195362_rule
Checks: C-85535r1195361_chk
Verify RHEL 10 has the "pcsc-lite-ccid" package installed with the following command: $ sudo dnf list --installed pcsc-lite-ccid Installed Packages pcsc-lite-ccid.x86_64 1.6.0-2.el10 @anaconda If the "pcsc-lite-ccid" package is not installed, this is a finding.
Fix: F-85440r1165276_fix
Configure RHEL 10 to have the "pcsc-lite-ccid" package installed with the following command: $ sudo dnf -y install pcsc-lite-ccid
- RMF Control
- Severity
- M
- CCI
- CCI-004046
- Version
- RHEL-10-200620
- Vuln IDs
-
- V-280975
- Rule IDs
-
- SV-280975r1195364_rule
Checks: C-85536r1195363_chk
Verify RHEL 10 has the "opensc" package installed with the following command: $ sudo dnf list --installed opensc Installed Packages opensc.x86_64 0.26.1-1.el10 @rhel-10-for-x86_64-baseos-rpm If the "opensc" package is not installed, this is a finding.
Fix: F-85441r1165279_fix
Configure RHEL 10 to have the "opensc" package installed with the following command: $ sudo dnf -y install opensc
- RMF Control
- IA-2
- Severity
- M
- CCI
- CCI-000764
- Version
- RHEL-10-200621
- Vuln IDs
-
- V-280976
- Rule IDs
-
- SV-280976r1165283_rule
Checks: C-85537r1165281_chk
Verify RHEL 10 loads the CAC driver with the following command: $ sudo opensc-tool --get-conf-entry app:default:card_drivers cac If "cac" is not listed as a card driver, or no line is returned for "card_drivers", this is a finding.
Fix: F-85442r1165282_fix
Configure RHEL 10 to load the CAC driver: $ sudo opensc-tool --set-conf-entry app:default:card_drivers:cac Restart the pcscd service with the following command for the changes to take effect: $ sudo systemctl restart pcscd
- RMF Control
- SI-6
- Severity
- M
- CCI
- CCI-002696
- Version
- RHEL-10-200630
- Vuln IDs
-
- V-280977
- Rule IDs
-
- SV-280977r1195366_rule
Checks: C-85538r1195365_chk
Verify RHEL 10 has the AIDE package installed with the following command: $ sudo dnf list --installed aide Installed Packages aide.x86_64 0.18.6-8.el10_0.2 @rhel-10-for-x86_64-appstream-rpms If AIDE is not installed, ask the system administrator how file integrity checks are performed on the system. If no application is installed to perform integrity checks, this is a finding. If AIDE is installed, determine if it has been initialized with the following command: $ sudo /usr/sbin/aide --check If the output is "Couldn't open file /var/lib/aide/aide.db.gz for reading", this is a finding.
Fix: F-85443r1184613_fix
Configure RHEL 10 so that "AIDE" is installed and initialized, and then perform a manual check. Install AIDE: $ sudo dnf -y install aide Initialize AIDE: $ sudo /usr/sbin/aide --init Example output: Start timestamp: 2025-04-03 10:09:04 -0600 (AIDE 0.16) AIDE initialized database at /var/lib/aide/aide.db.new.gz Number of entries: 86833 --------------------------------------------------- The attributes of the (uncompressed) database(s): --------------------------------------------------- /var/lib/aide/aide.db.new.gz MD5 : coZUtPHhoFoeD7+k54fUvQ== SHA1 : DVpOEMWJwo0uPgrKZAygIUgSxeM= SHA256 : EQiZH0XNEk001tcDmJa+5STFEjDb4MPE TGdBJ/uvZKc= SHA512 : 86KUqw++PZhoPK0SZvT3zuFq9yu9nnPP toei0nENVELJ1LPurjoMlRig6q69VR8l +44EwO9eYyy9nnbzQsfG1g== End timestamp: 2025-04-03 10:09:57 -0600 (run time: 0m 53s) The new database must be renamed to be read by AIDE: $ sudo mv /var/lib/aide/aide.db.new.gz /var/lib/aide/aide.db.gz Perform a manual check: $ sudo /usr/sbin/aide --check Example output: 2025-04-03 10:16:08 -0600 (AIDE 0.16) AIDE found NO differences between database and filesystem. Looks okay!! ...
- RMF Control
- AU-9
- Severity
- H
- CCI
- CCI-001496
- Version
- RHEL-10-200631
- Vuln IDs
-
- V-280978
- Rule IDs
-
- SV-280978r1165289_rule
Checks: C-85539r1165287_chk
Verify RHEL 10 Advanced Intrusion Detection Environment (AIDE) is properly configured to protect the integrity of the audit tools. Verify the explicit rules for the audit tools with the following command: $ sudo grep /usr/sbin/au /etc/aide.conf /usr/sbin/auditctl p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/auditd p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/ausearch p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/aureport p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/augenrules p+i+n+u+g+s+b+acl+xattrs+sha512 If AIDE is not installed, ask the system administrator (SA) how file integrity checks are performed on the system. If any of the audit tools listed above do not have a corresponding line, ask the SA to indicate what cryptographic mechanisms are being used to protect the integrity of the audit tools. If there is no evidence of integrity protection, this is a finding.
Fix: F-85444r1165288_fix
Configure RHEL 10 to use cryptographic mechanisms to protect the integrity of audit tools. Add or update the following lines to "/etc/aide.conf" to protect the integrity of the audit tools. /usr/sbin/auditctl p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/auditd p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/ausearch p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/aureport p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/augenrules p+i+n+u+g+s+b+acl+xattrs+sha512
- RMF Control
- SC-28
- Severity
- M
- CCI
- CCI-002475
- Version
- RHEL-10-200632
- Vuln IDs
-
- V-280979
- Rule IDs
-
- SV-280979r1165292_rule
Checks: C-85540r1165290_chk
Verify RHEL 10 AIDE is configured to use FIPS 140-3 file hashing. Verify global default hash settings with the following command: $ sudo grep -iE 'sha|md5|rmd' /etc/aide.conf | grep -v ^# FIPSR = p+i+n+u+g+s+m+ftype+growing+acl+selinux+xattrs+sha512 ALLXTRAHASHES = sha512 /usr/sbin/auditctl p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/auditd p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/ausearch p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/aureport p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/augenrules p+i+n+u+g+s+b+acl+xattrs+sha512 NORMAL = FIPSR+sha512 LSPP = FIPSR+sha512 DATAONLY = R+sha512 /etc/gshadow NORMAL /etc/shadow NORMAL If any hashes other than "sha512" are present, this is a finding. Confirm no legacy hashes exist with the following command: $ sudo grep -iE 'md5|sha1|whirlpool|tiger' /etc/aide.conf | grep -v ^# If any uncommented lines are returned, this is a finding.
Fix: F-85445r1165291_fix
Configure RHEL 10 so that the file integrity tool uses FIPS 140-3 cryptographic hashes for validating file and directory contents. If AIDE is installed, ensure the "sha512" rule is present on all uncommented file and directory selection lists, and that no legacy hashes exist. By default, AIDE excludes log files such as "/var/log" and other volatile files to reduce unnecessary notifications.
- RMF Control
- CM-3
- Severity
- M
- CCI
- CCI-001744
- Version
- RHEL-10-200633
- Vuln IDs
-
- V-280980
- Rule IDs
-
- SV-280980r1165295_rule
Checks: C-85541r1165293_chk
Verify RHEL 10 routinely executes a file integrity scan for changes to the system baseline. The command used in the example will use a daily occurrence. Check the cron directories for scripts controlling the execution and notification of results of the file integrity application. For example, if AIDE is installed on the system, use the following commands: $ sudo ls -al /etc/cron.* | grep aide -rwxr-xr-x 1 root root 29 Nov 22 2015 aide $ sudo grep aide /etc/crontab /var/spool/cron/root /etc/crontab: 30 04 * * * root usr/sbin/aide /var/spool/cron/root: 30 04 * * * root usr/sbin/aide $ sudo more /etc/cron.daily/aide #!/bin/bash /usr/sbin/aide --check | /bin/mail -s "$HOSTNAME - Daily aide integrity check run" root@sysname.mil If the file integrity application does not exist, a script file controlling the execution of the file integrity application does not exist, or the file integrity application does not notify designated personnel of changes, this is a finding.
Fix: F-85446r1165294_fix
Configure RHEL 10 to automatically run the file integrity tool on the system at least weekly and notify designated personnel if baseline configurations are changed in an unauthorized manner. The AIDE tool can be configured to email designated personnel with the use of the cron system. The following example output is generic. It will set cron to run AIDE daily and to send email at the completion of the analysis: $ sudo more /etc/cron.daily/aide #!/bin/bash /usr/sbin/aide --check | /bin/mail -s "$HOSTNAME - Daily aide integrity check run" root@sysname.mil
- RMF Control
- SC-28
- Severity
- M
- CCI
- CCI-002475
- Version
- RHEL-10-200634
- Vuln IDs
-
- V-280981
- Rule IDs
-
- SV-280981r1165298_rule
Checks: C-85542r1165296_chk
Verify RHEL 10 AIDE is verifying ACLs. Verify ACL settings for all uncommented file and directory selection lists with the following command: $ sudo grep -E '^[^#]*acl' /etc/aide.conf FIPSR = p+i+n+u+g+s+m+growing+acl+selinux+xattrs+sha512 /usr/sbin/auditctl p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/auditd p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/ausearch p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/aureport p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/augenrules p+i+n+u+g+s+b+acl+xattrs+sha512 DIR = p+i+n+u+g+acl+selinux+xattrs PERMS = p+i+u+g+acl+selinux Open the file and verify no additional uncommented file and directory selection lines are missing the "acl" rule. If the "acl" rule is not being used on all uncommented selection lines in the "/etc/aide.conf" file, or ACLs are not being checked by another file integrity tool, this is a finding.
Fix: F-85447r1165297_fix
Configure RHEL 10 so that the file integrity tool checks file and directory ACLs. If AIDE is installed, ensure the "acl" rule is present on all uncommented file and directory selection lists.
- RMF Control
- SC-28
- Severity
- M
- CCI
- CCI-002475
- Version
- RHEL-10-200635
- Vuln IDs
-
- V-280982
- Rule IDs
-
- SV-280982r1165301_rule
Checks: C-85543r1165299_chk
Verify RHEL 10 AIDE is configured to verify extended attributes with the following command: $ sudo grep -E '^[^#]*xattrs' /etc/aide.conf FIPSR = p+i+n+u+g+s+m+growing+acl+selinux+xattrs+sha512 /usr/sbin/auditctl p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/auditd p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/ausearch p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/aureport p+i+n+u+g+s+b+acl+xattrs+sha512 /usr/sbin/augenrules p+i+n+u+g+s+b+acl+xattrs+sha512 DIR = p+i+n+u+g+acl+selinux+xattrs Open the file and verify that no additional uncommented file and directory selection lines are missing the "xattrs" rule. If the "xattrs" rule is not being used on all uncommented selection lines in the "/etc/aide.conf" file, or extended attributes are not being checked by another file integrity tool, this is a finding.
Fix: F-85448r1165300_fix
Configure RHEL 10 so that the file integrity tool checks file and directory extended attributes. If AIDE is installed, ensure the "xattrs" rule is present on all uncommented file and directory selection lists.
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001851
- Version
- RHEL-10-200640
- Vuln IDs
-
- V-280983
- Rule IDs
-
- SV-280983r1195368_rule
Checks: C-85544r1195367_chk
Verify RHEL 10 has the "rsyslogd" package installed with the following command: $ sudo dnf list --installed rsyslog Installed Packages rsyslog.x86_64 8.2412.0-1.el10 @AppStream If the "rsyslogd" package is not installed, this is a finding.
Fix: F-85449r1165303_fix
Configure RHEL 10 to have the "rsyslogd" package installed with the following command: $ sudo dnf -y install rsyslogd
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000133
- Version
- RHEL-10-200641
- Vuln IDs
-
- V-280984
- Rule IDs
-
- SV-280984r1165307_rule
Checks: C-85545r1165305_chk
Verify RHEL 10 rsyslog is active with the following command: $ systemctl is-active rsyslog active If the rsyslog service is not active, this is a finding.
Fix: F-85450r1165306_fix
Configure RHEL 10 to enable the rsyslog service with the following command: $ sudo systemctl enable --now rsyslog
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001851
- Version
- RHEL-10-200642
- Vuln IDs
-
- V-280985
- Rule IDs
-
- SV-280985r1197221_rule
Checks: C-85546r1165308_chk
Verify RHEL 10 audit system off-loads audit records onto a different system or media from the system being audited via rsyslog using TCP with the following commands: To check for legacy configuration syntax, perform the following: $ sudo grep -ir '@@' /etc/rsyslog.conf /etc/rsyslog.d/ To check for Rainer script syntax, perform the following: $ sudo grep -rq 'type="omfwd"' /etc/rsyslog.conf /etc/rsyslog.d/ If a remote server is not configured, or the line is commented out, ask the system administrator to indicate how the audit logs are off-loaded to a different system or media. If there is no evidence that the audit logs are being off-loaded to another system or media, this is a finding.
Fix: F-85451r1184701_fix
Configure RHEL 10 to off-load audit records onto a different system or media from the system being audited via TCP using rsyslog by specifying the remote logging server in "/etc/rsyslog.conf" or "/etc/rsyslog.d/[customfile].conf" with the name or IP address of the log aggregation server. Using legacy "@host:port" syntax example: *.* @@[remoteloggingserver]:[port] Using Rainer script example: action( type="omfwd" target="logserver.example.com" port="514" protocol="tcp" action.resumeRetryCount="-1" queue.type="linkedList" que.size="10000" ) Note: The Rainer script above does not contain the required encryption settings.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-200643
- Vuln IDs
-
- V-280986
- Rule IDs
-
- SV-280986r1184782_rule
Checks: C-85547r1184781_chk
Note: If the SA can demonstrate that another tool (e.g., SPLUNK) is being used to manage log off-load and aggregation in lieu of rsyslog, this check is not applicable. Verify RHEL 10 is not configured to receive remote logs using rsyslog. Verify the setting with the following commands: $ ss -tulnp | grep rsyslog If no output is returned, rsyslog is not listening for remote logs. If output appears, check for configured ports (514 is the default for syslog). Check for remote logging configuration in rsyslog by examining the rsyslog configuration files: $ sudo grep -E 'InputTCPServerRun|UDPServerRun|RELPServerRun|imtcp|imudp|imrelp' /etc/rsyslog.conf /etc/rsyslog.d/* If this command returns uncommented lines enabling network listeners, the system is accepting remote logs. If this system is not documented and authorized as a log aggregation server, this is a finding. Note: An error about no files or directories from the above commands may be returned. This is not a finding. Additionally, if a port option used together with a target and protocol is returned from inside an action block, this is not a finding.
Fix: F-85452r1165312_fix
Configure RHEL 10 to not receive remote logs using rsyslog. Remove the lines in "/etc/rsyslog.conf" and any files in the "/etc/rsyslog.d" directory that match any of the following: InputTCPServerRun UDPServerRun RELPServerRun module(load="imtcp") module(load="imudp") module(load="imrelp") input(type="imudp" port="514") input(type="imtcp" port="514") input(type="imrelp" port="514") Restart the rsyslog daemon with the following command for the changes to take effect: $ sudo systemctl restart rsyslog.service
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001851
- Version
- RHEL-10-200644
- Vuln IDs
-
- V-280987
- Rule IDs
-
- SV-280987r1195371_rule
Checks: C-85548r1195369_chk
Verify RHEL 10 authenticates the remote logging server for off-loading audit logs with the following command: $ sudo grep -r -E 'streamdriver.authmode|streamdriver.permittedpeer|tls.authmode|tls.permittedpeer' /etc/rsyslog.conf /etc/rsyslog.d/ /etc/rsyslog.d/99-forwarding.conf: streamdriver.authmode="x509/name" If the variable name "streamdriver.authmode" is present in an omfwd statement block, this is not a finding. However, if the "streamdriver.authmode" variable is in a module block, this is a finding. If the value of the "$ActionSendStreamDriverAuthMode" or "streamdriver.authmode" or "tls.authmode" option is not set to "x509/name", or the line is commented out, ask the system administrator to indicate how the audit logs are off-loaded to a different system or media. Additionally, if the permittedpeer is not specified in either of the following formats, this is a finding: streamdriver.permittedpeer="rsyslog.server.example.com" tls.permittedpeer="rsyslog.server.example.com" If there is no evidence that the transfer of the audit logs being off-loaded to another system or media is encrypted, this is a finding.
Fix: F-85453r1195370_fix
Configure RHEL 10 to authenticate the remote logging server for off-loading audit logs by setting the following options in "/etc/rsyslog.d/99-forwarding.conf": streamdriver.authmode="x509/name" Specify the logserver to prevent man-in-the-middle attacks in the following format: streamdriver.permittedpeer="rsyslog.server.example.com"
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001851
- Version
- RHEL-10-200645
- Vuln IDs
-
- V-280988
- Rule IDs
-
- SV-280988r1195374_rule
Checks: C-85549r1195372_chk
Verify RHEL 10 encrypts audit records offloaded onto a different system via rsyslog using the modern "omfwd" action. Search for active TLS-enabling configurations within "omfwd" action blocks with the following command: $ sudo grep -rE 'tls="on"|StreamDriver.Mode\s*=\s*"1"' /etc/rsyslog.conf /etc/rsyslog.d/ If an active TCP-based "omfwd" forwarding rule exists on the system but the command above returns no active configuration lines, or if all results are commented out, this is a finding.
Fix: F-85454r1195373_fix
Configure RHEL 10 to encrypt off-loaded audit records via rsyslog by enabling TLS within the "omfwd" action rule. Edit the configuration file containing the "omfwd" rule (e.g., /etc/rsyslog.d/99-forwarding.conf) and add the tls="on" parameter. Example: action( type="omfwd" target="logserver.example.com" protocol="tcp" port="6514" tls="on" ) After applying the configuration, restart the rsyslog service: $ sudo systemctl restart rsyslog
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001851
- Version
- RHEL-10-200646
- Vuln IDs
-
- V-280989
- Rule IDs
-
- SV-280989r1197222_rule
Checks: C-85550r1195375_chk
Verify RHEL 10 explicitly defines a TLS driver (gtls or ossl) for encrypted rsyslog off-loading. Search for an explicitly defined stream driver within "omfwd" action blocks with the following command: $ sudo grep -rE 'StreamDriver\s*=\s*"(gtls|ossl)"' /etc/rsyslog.conf /etc/rsyslog.d/ If TLS-based "omfwd" forwarding is configured, but the command above returns no active configuration lines specifying either "gtls" or "ossl" within the action block, this is a finding.
Fix: F-85455r1195376_fix
Configure RHEL 10 to explicitly define a TLS driver for rsyslog to use for encrypting off-loaded audit records. The "ossl" driver is required for environments operating in FIPS mode. Add the "streamdriver" parameter to the "omfwd" action rule in its configuration file (e.g., /etc/rsyslog.d/99-forwarding.conf). Example: action( type="omfwd" streamdriver="ossl" target="logserver.example.com" protocol="tcp" port="6514" tls="on" ) After applying the configuration, restart the rsyslog service: $ sudo systemctl restart rsyslog
- RMF Control
- AC-17
- Severity
- M
- CCI
- CCI-000067
- Version
- RHEL-10-200647
- Vuln IDs
-
- V-280990
- Rule IDs
-
- SV-280990r1165325_rule
Checks: C-85551r1165323_chk
Verify RHEL 10 monitors all remote access methods with the following command: $ sudo grep -rE '(auth.\*|authpriv.\*|daemon.\*)' /etc/rsyslog.conf /etc/rsyslog.d/ /etc/rsyslog.conf:authpriv.* /var/log/secure If "auth.*", "authpriv.*", or "daemon.*" are not configured to be logged, this is a finding.
Fix: F-85456r1165324_fix
Configure RHEL 10 to monitor all remote access methods. Add or update the following lines to the "/etc/rsyslog.conf" file or a file in "/etc/rsyslog.d": auth.*;authpriv.*;daemon.* /var/log/secure Restart the "rsyslog" service with the following command for the changes to take effect: $ sudo systemctl restart rsyslog.service
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000133
- Version
- RHEL-10-200648
- Vuln IDs
-
- V-280991
- Rule IDs
-
- SV-280991r1165328_rule
Checks: C-85552r1165326_chk
Verify RHEL 10 rsyslog is configured to log cron events with the following command: Note: If another logging package is used, substitute the utility configuration file for "/etc/rsyslog.conf" or "/etc/rsyslog.d/*.conf" files. $ sudo grep -s cron /etc/rsyslog.conf /etc/rsyslog.d/*.conf /etc/rsyslog.conf:*.info;mail.none;authpriv.none;cron.none /var/log/messages /etc/rsyslog.conf:cron.* /var/log/cron If the command does not return a response, check for cron logging all facilities with the following command: $ logger -p local0.info "Test message for all facilities." Check the logs for the test message with the following: $ sudo tail /var/log/messages If "rsyslog" is not logging messages for the cron facility or all facilities, this is a finding.
Fix: F-85457r1165327_fix
Configure RHEL 10 rsyslog to log all cron messages by adding or updating the following line to "/etc/rsyslog.conf" or a configuration file in the "/etc/rsyslog.d/" directory: cron.* /var/log/cron Restart the rsyslog daemon with the following command for the changes to take effect: $ sudo systemctl restart rsyslog.service
- RMF Control
- IA-7
- Severity
- M
- CCI
- CCI-000803
- Version
- RHEL-10-200650
- Vuln IDs
-
- V-280992
- Rule IDs
-
- SV-280992r1195379_rule
Checks: C-85553r1195378_chk
Verify RHEL 10 has the "rsyslog-gnutls" package installed with the following command: $ sudo dnf list --installed rsyslog-gnutls Installed Packages rsyslog-gnutls.x86_64 8.2412.0-1.el10 @AppStream If the "rsyslog-gnutls" package is not installed, this is a finding.
Fix: F-85458r1165330_fix
Configure RHEL 10 to have the "rsyslog-gnutls" package installed with the following command: $ sudo dnf -y install rsyslog-gnutls
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000169
- Version
- RHEL-10-200660
- Vuln IDs
-
- V-280993
- Rule IDs
-
- SV-280993r1195381_rule
Checks: C-85554r1195380_chk
Verify RHEL 10 has the "audit" service package installed with the following command: $ sudo dnf list --installed audit Installed Packages audit.x86_64 4.0.3-1.el10 @anaconda If the "audit" package is not installed, this is a finding.
Fix: F-85459r1165333_fix
Configure RHEL 10 to have the "audit" service package installed with the following command: $ sudo dnf -y install audit
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000169
- Version
- RHEL-10-200661
- Vuln IDs
-
- V-280994
- Rule IDs
-
- SV-280994r1165337_rule
Checks: C-85555r1165335_chk
Verify RHEL 10 enables the audit service to produce audit records with the following command: $ systemctl status auditd.service o auditd.service - Security Audit Logging Service Loaded: loaded (/usr/lib/systemd/system/auditd.service; enabled; preset: enabled) Active: active (running) since Wed 2025-10-01 14:00:21 EDT; 1 week 6 days ago If the audit service is not "active" and "running", this is a finding.
Fix: F-85460r1165336_fix
Configure RHEL 10 to enable the auditd service with the following command: $ sudo systemctl enable --now auditd
- RMF Control
- AU-4
- Severity
- L
- CCI
- CCI-001851
- Version
- RHEL-10-200662
- Vuln IDs
-
- V-280995
- Rule IDs
-
- SV-280995r1195383_rule
Checks: C-85556r1195382_chk
Verify RHEL 10 has the "audispd-plugins" package installed with the following command: $ sudo dnf list --installed audispd-plugins Installed Packages audispd-plugins.x86_64 4.0.3-1.el10 @rhel-10-for-x86_64-baseos-rpms If the "audispd-plugins" package is not installed, this is a finding.
Fix: F-85461r1165339_fix
Configure RHEL 10 to have the "audispd-plugins" package installed with the following command: $ sudo dnf -y install audispd-plugins
- RMF Control
- IA-7
- Severity
- M
- CCI
- CCI-000803
- Version
- RHEL-10-200680
- Vuln IDs
-
- V-280996
- Rule IDs
-
- SV-280996r1195385_rule
Checks: C-85557r1195384_chk
Note: If there is no operational need for Libreswan to be installed, this rule is not applicable. Verify RHEL 10 has the "libreswan" service package installed with the following command: $ sudo dnf list --installed libreswan Installed Packages libreswan.x86_64 5.2-1.el10_0 @AppStream If the "libreswan" package is not installed, this is a finding.
Fix: F-85462r1165342_fix
Configure RHEL 10 to have the "libreswan" service package installed with the following command: $ sudo dnf -y install libreswan
- RMF Control
- AU-5
- Severity
- M
- CCI
- CCI-000139
- Version
- RHEL-10-200690
- Vuln IDs
-
- V-280997
- Rule IDs
-
- SV-280997r1195387_rule
Checks: C-85558r1195386_chk
Verify RHEL 10 is configured to allow sending email notifications. Note: The "postfix" package provides the "mail" command that is used to send email messages. Verify that the "postfix" package is installed on the system: $ sudo dnf list --installed postfix Installed Packages postfix.x86_64 2:3.8.5-8.el10 @AppStream If the "postfix" package is not installed, this is a finding.
Fix: F-85463r1165345_fix
Configure RHEL 10 to notify designated personnel if baseline configurations are changed in an unauthorized manner. Install the postfix package with the following command: $ sudo dnf -y install postfix
- RMF Control
- AU-5
- Severity
- M
- CCI
- CCI-000139
- Version
- RHEL-10-200691
- Vuln IDs
-
- V-280998
- Rule IDs
-
- SV-280998r1208794_rule
Checks: C-85559r1208387_chk
Verify RHEL 10 is configured to notify the appropriate interactive users of an audit processing failure. Find the alias maps that are being used with the following command: $ postconf alias_maps alias_maps = lmdb:/etc/aliases Query the Postfix alias maps for an alias for the root user with the following command: $ postmap -q root lmdb:/etc/aliases ISSO If an alias is not set, this is a finding.
Fix: F-85464r1165348_fix
Configure RHEL 10 to have mail aliases notify the ISSO and SA (at a minimum) of an audit processing failure. Edit the aliases map file (by default /etc/aliases) used by Postfix and configure a root alias (using the user ISSO as an example): root: ISSO Update the aliases database with the following command: $ sudo newaliases
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-200692
- Vuln IDs
-
- V-280999
- Rule IDs
-
- SV-280999r1165352_rule
Checks: C-85560r1165350_chk
Note: If postfix is not installed, this is not applicable. Verify RHEL 10 is configured to prevent unrestricted mail relaying with the following command: $ postconf -n smtpd_client_restrictions smtpd_client_restrictions = permit_mynetworks,reject If the "smtpd_client_restrictions" parameter contains any entries other than "permit_mynetworks" and "reject", and the additional entries have not been documented with the information system security officer, this is a finding.
Fix: F-85465r1165351_fix
Configure RHEL 10 so that the postfix configuration file restricts client connections to the local network with the following command: $ sudo postconf -e 'smtpd_client_restrictions = permit_mynetworks,reject'
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-200700
- Vuln IDs
-
- V-281000
- Rule IDs
-
- SV-281000r1195389_rule
Checks: C-85561r1195388_chk
Verify RHEL 10 has the "cronie" package installed with the following command: $ sudo dnf list --installed cronie Installed Packages cronie.x86_64 1.7.0-9.el10 @anaconda If the "cronie" package is not installed, this is a finding.
Fix: F-85466r1165354_fix
Configure RHEL 10 to have the "cronie" package installed with the following command: $ sudo dnf -y install cronie
- RMF Control
- SC-8
- Severity
- M
- CCI
- CCI-002418
- Version
- RHEL-10-200720
- Vuln IDs
-
- V-281001
- Rule IDs
-
- SV-281001r1195391_rule
Checks: C-85562r1195390_chk
Verify RHEL 10 has the "openssh-server" package installed with the following command: $ sudo dnf list --installed openssh-server Installed Packages openssh-server.x86_64 9.9p1-7.el10_0 @anaconda If the "openssh-server" package is not installed, this is a finding.
Fix: F-85467r1165357_fix
Configure RHEL 10 to have the "openssh-server" package installed with the following command: $ sudo dnf -y install openssh-server
- RMF Control
- SC-8
- Severity
- M
- CCI
- CCI-002418
- Version
- RHEL-10-200721
- Vuln IDs
-
- V-281002
- Rule IDs
-
- SV-281002r1184641_rule
Checks: C-85563r1165359_chk
Verify RHEL 10 "sshd" is active with the following command: $ systemctl is-active sshd active If the "sshd" service is not active, this is a finding.
Fix: F-85468r1165360_fix
Configure RHEL 10 to enable the sshd service by running the following command: $ systemctl enable --now sshd
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-200722
- Vuln IDs
-
- V-281003
- Rule IDs
-
- SV-281003r1195393_rule
Checks: C-85564r1195392_chk
Verify RHEL 10 has the "openssh-clients" package installed with the following command: $ sudo dnf list --installed openssh-clients Installed Packages openssh-clients.x86_64 9.9p1-7.el10_0 @anaconda If the "openssh-clients" package is not installed, this is a finding.
Fix: F-85469r1165363_fix
Configure RHEL 10 to have the "openssh-clients" package installed with the following command: $ sudo dnf -y install openssh-clients
- RMF Control
- IA-2
- Severity
- M
- CCI
- CCI-000765
- Version
- RHEL-10-200730
- Vuln IDs
-
- V-281005
- Rule IDs
-
- SV-281005r1195395_rule
Checks: C-85566r1195394_chk
Note: If the system administrator demonstrates the use of an approved alternate multifactor authentication method, this requirement is not applicable. Verify RHEL 10 has the "openssl-pkcs11" package installed with the following command: $ sudo dnf list --installed pkcs11-provider Installed Packages pkcs11-provider.x86_64 1.0-3.el10_0 @rhel-10-for-x86_64-baseos-rpms If the "openssl-pkcs11" package is not installed, this is a finding.
Fix: F-85471r1165369_fix
Configure RHEL 10 to have the "openssl-pkcs11" package installed with the following command: $ sudo dnf -y install pkcs11-provider
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-200740
- Vuln IDs
-
- V-281006
- Rule IDs
-
- SV-281006r1195397_rule
Checks: C-85567r1195396_chk
Verify RHEL 10 has the "gnutls-utils" package installed with the following command: $ sudo dnf list --installed gnutls-utils Installed Packages gnutls-utils.x86_64 3.8.9-9.el10_0.14 @rhel-10-for-x86_64-appstream-rpms If the "gnutls-utils" package is not installed, this is a finding.
Fix: F-85472r1165372_fix
Configure RHEL 10 to have the "gnutls-utils" package installed with the following command: $ sudo dnf -y install gnutls-utils
- RMF Control
- SC-13
- Severity
- H
- CCI
- CCI-002450
- Version
- RHEL-10-300000
- Vuln IDs
-
- V-281007
- Rule IDs
-
- SV-281007r1195399_rule
Checks: C-85568r1195398_chk
Verify RHEL 10 has the "crypto-policies" package installed with the following command: $ sudo dnf list --installed crypto-policies Installed Packages crypto-policies.noarch 20250214-1.gitfd9b9b9.el10_0.1 @rhel-10-for-x86_64-baseos-rpms If the "crypto-policies" package is not installed, this is a finding.
Fix: F-85473r1165375_fix
Configure RHEL 10 to have the "crypto-policies" package installed with the following command: $ sudo dnf -y install crypto-policies
- RMF Control
- AC-17
- Severity
- H
- CCI
- CCI-000068
- Version
- RHEL-10-300010
- Vuln IDs
-
- V-281008
- Rule IDs
-
- SV-281008r1195401_rule
Checks: C-85569r1195400_chk
Verify RHEL 10 is set to use a FIPS 140-3-compliant systemwide cryptographic policy. Verify the current systemwide crypto-policy with the following command: $ update-crypto-policies --show FIPS If the systemwide crypto-policy is not set to "FIPS", this is a finding. Verify the current minimum crypto-policy configuration with the following commands: $ sudo grep -E 'rsa_size|hash' /etc/crypto-policies/state/CURRENT.pol hash = SHA2-256 SHA2-384 SHA2-512 SHA2-224 SHA3-256 SHA3-384 SHA3-512 SHAKE-256 min_rsa_size = 2048 If the "hash" values do not include at least the following FIPS 140-3-compliant algorithms, this is a finding: "SHA2-256 SHA2-384 SHA2-512 SHA2-224 SHA3-256 SHA3-384 SHA3-512 SHAKE-256" If any algorithms include "SHA1" or a hash value less than "224", this is a finding. If the "min_rsa_size" is not set to a value of at least "2048", this is a finding. If these commands do not return any output, this is a finding.
Fix: F-85474r1165378_fix
Configure RHEL 10 to use a FIPS 140-3-compliant systemwide cryptographic policy. Set the systemwide crypto-policy to FIPS with the following command: $ sudo update-crypto-policies --set FIPS Setting system policy to FIPS Note: Systemwide crypto-policies are applied on application startup. It is recommended to restart the system for the change of policies to fully take place.
- RMF Control
- AC-17
- Severity
- H
- CCI
- CCI-000068
- Version
- RHEL-10-000500
- Vuln IDs
-
- V-281009
- Rule IDs
-
- SV-281009r1184724_rule
Checks: C-85570r1165380_chk
Verify RHEL 10 is in FIPS mode with the following command: $ cat /proc/sys/crypto/fips_enabled 1 If the command does not return "1", this is a finding.
Fix: F-85475r1184723_fix
Configure RHEL 10 to implement FIPS mode. If this check fails on an installed system, it is a permanent finding until the system is reinstalled with "fips=1" during installation. Red Hat 10 does not support switching to strict FIPS mode after installation.
- RMF Control
- AC-17
- Severity
- H
- CCI
- CCI-000068
- Version
- RHEL-10-300030
- Vuln IDs
-
- V-281010
- Rule IDs
-
- SV-281010r1184643_rule
Checks: C-85571r1165383_chk
Verify RHEL 10 SSH clients are configured to use only ciphers employing FIPS 140-3-approved algorithms. To verify the ciphers in the systemwide SSH configuration file, use the following command: $ sudo grep -i Ciphers /etc/crypto-policies/back-ends/openssh.config Ciphers aes256-gcm@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr If the cipher entries in the "openssh.config" file have any ciphers other than "aes256-gcm@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr", or they are missing or commented out, this is a finding.
Fix: F-85476r1165384_fix
Configure RHEL 10 SSH clients to use only ciphers employing FIPS 140-3-approved algorithms. Reinstall crypto-policies with the following command: $ sudo dnf -y reinstall crypto-policies Set the crypto-policy to FIPS with the following command: $ sudo update-crypto-policies --set FIPS Setting system policy to FIPS Note: Systemwide crypto policies are applied on application startup. It is recommended to restart the system for the change of policies to fully take place.
- RMF Control
- MA-4
- Severity
- H
- CCI
- CCI-000877
- Version
- RHEL-10-300040
- Vuln IDs
-
- V-281011
- Rule IDs
-
- SV-281011r1184644_rule
Checks: C-85572r1165386_chk
Verify RHEL 10 SSH servers are configured to use only ciphers employing FIPS 140-3-approved algorithms. To verify the ciphers in the systemwide SSH configuration file, use the following command: $ sudo grep -i Ciphers /etc/crypto-policies/back-ends/opensshserver.config Ciphers aes256-gcm@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr If the cipher entries in the "opensshserver.config" file have any ciphers other than "aes256-gcm@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr", or they are missing or commented out, this is a finding.
Fix: F-85477r1165387_fix
Configure RHEL 10 SSH servers to use only ciphers employing FIPS 140-3-approved algorithms. Reinstall crypto-policies with the following command: $ sudo dnf -y reinstall crypto-policies Set the crypto-policy to FIPS with the following command: $ sudo update-crypto-policies --set FIPS Setting system policy to FIPS Note: Systemwide crypto policies are applied on application startup. It is recommended to restart the system for the change of policies to fully take place.
- RMF Control
- MA-4
- Severity
- H
- CCI
- CCI-000877
- Version
- RHEL-10-300050
- Vuln IDs
-
- V-281012
- Rule IDs
-
- SV-281012r1184645_rule
Checks: C-85573r1165389_chk
Verify RHEL 10 SSH clients are configured to use only MACs employing FIPS 140-3-approved algorithms. To verify the MACs in the systemwide SSH configuration file, use the following command: $ sudo grep -i MACs /etc/crypto-policies/back-ends/openssh.config MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512 If the MACs entries in the "openssh.config" file have any hashes other than "hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512", or they are missing or commented out, this is a finding.
Fix: F-85478r1165390_fix
Configure RHEL 10 SSH clients to use only MACs employing FIPS 140-3-approved algorithms. Reinstall crypto-policies with the following command: $ sudo dnf -y reinstall crypto-policies Set the crypto-policy to FIPS with the following command: $ sudo update-crypto-policies --set FIPS Setting system policy to FIPS Note: Systemwide crypto policies are applied on application startup. It is recommended to restart the system for the change of policies to fully take place.
- RMF Control
- MA-4
- Severity
- H
- CCI
- CCI-000877
- Version
- RHEL-10-300060
- Vuln IDs
-
- V-281013
- Rule IDs
-
- SV-281013r1184646_rule
Checks: C-85574r1165392_chk
Verify RHEL 10 SSH servers are configured to use only MACs employing FIPS 140-3-approved algorithms with the following command: $ sudo grep -i MACs /etc/crypto-policies/back-ends/opensshserver.config MACs hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha2-512 If the MACs entries in the "opensshserver.config" file have any hashes other than "hmac-sha2-512" and "hmac-sha2-256", the order differs from the example above, or they are missing or commented out, this is a finding.
Fix: F-85479r1165393_fix
Configure RHEL 10 SSH servers to use only MACs employing FIPS 140-3-approved algorithms. Reinstall crypto-policies with the following command: $ sudo dnf -y reinstall crypto-policies Set the crypto-policy to FIPS with the following command: $ sudo update-crypto-policies --set FIPS Setting system policy to FIPS Note: Systemwide crypto policies are applied on application startup. It is recommended to restart the system for the change of policies to fully take place.
- RMF Control
- AC-17
- Severity
- H
- CCI
- CCI-000068
- Version
- RHEL-10-300070
- Vuln IDs
-
- V-281014
- Rule IDs
-
- SV-281014r1165397_rule
Checks: C-85575r1165395_chk
Note: If the IPsec service is not installed, this requirement is not applicable. Verify RHEL 10 sets the IPsec service to use the systemwide cryptographic policy with the following command: $ sudo grep include /etc/ipsec.conf /etc/ipsec.d/*.conf /etc/ipsec.conf:include /etc/crypto-policies/back-ends/libreswan.config If the ipsec configuration file does not contain "include /etc/crypto-policies/back-ends/libreswan.config", this is a finding.
Fix: F-85480r1165396_fix
Configure RHEL 10 so that Libreswan uses the systemwide cryptographic policy. Add the following line to "/etc/ipsec.conf": include /etc/crypto-policies/back-ends/libreswan.config
- RMF Control
- SC-8
- Severity
- H
- CCI
- CCI-002418
- Version
- RHEL-10-300080
- Vuln IDs
-
- V-281015
- Rule IDs
-
- SV-281015r1184783_rule
Checks: C-85576r1165398_chk
Note: If the "bind" package is not installed, this requirement is not applicable. Verify RHEL 10 BIND uses the systemwide cryptographic policy with the following command: $ sudo grep include /etc/named.conf include "/etc/crypto-policies/back-ends/bind.config";' If BIND is installed and the BIND config file does not contain the include "/etc/crypto-policies/back-ends/bind.config" directive, or the line is commented out, this is a finding.
Fix: F-85481r1165399_fix
Configure RHEL 10 BIND to use the systemwide cryptographic policy. Add the following line to the "options" section in "/etc/named.conf": include "/etc/crypto-policies/back-ends/bind.config";
- RMF Control
- SC-13
- Severity
- H
- CCI
- CCI-002450
- Version
- RHEL-10-300090
- Vuln IDs
-
- V-281016
- Rule IDs
-
- SV-281016r1165403_rule
Checks: C-85577r1165401_chk
Verify RHEL 10 cryptographic policies are not overridden. Verify the configured policy matches the generated policy with the following command: $ sudo update-crypto-policies --check The configured policy matches the generated policy If the returned message does not match the above, but instead matches the following, this is a finding: The configured policy does NOT match the generated policy List all of the crypto backends configured on the system with the following command: $ ls -l /etc/crypto-policies/back-ends/ lrwxrwxrwx. 1 root root 40 Nov 13 16:29 bind.config -> /usr/share/crypto-policies/FIPS/bind.txt lrwxrwxrwx. 1 root root 42 Nov 13 16:29 gnutls.config -> /usr/share/crypto-policies/FIPS/gnutls.txt lrwxrwxrwx. 1 root root 40 Nov 13 16:29 java.config -> /usr/share/crypto-policies/FIPS/java.txt lrwxrwxrwx. 1 root root 46 Nov 13 16:29 javasystem.config -> /usr/share/crypto-policies/FIPS/javasystem.txt lrwxrwxrwx. 1 root root 40 Nov 13 16:29 krb5.config -> /usr/share/crypto-policies/FIPS/krb5.txt lrwxrwxrwx. 1 root root 45 Nov 13 16:29 libreswan.config -> /usr/share/crypto-policies/FIPS/libreswan.txt lrwxrwxrwx. 1 root root 42 Nov 13 16:29 libssh.config -> /usr/share/crypto-policies/FIPS/libssh.txt -rw-r--r--. 1 root root 398 Nov 13 16:29 nss.config lrwxrwxrwx. 1 root root 43 Nov 13 16:29 openssh.config -> /usr/share/crypto-policies/FIPS/openssh.txt lrwxrwxrwx. 1 root root 49 Nov 13 16:29 opensshserver.config -> /usr/share/crypto-policies/FIPS/opensshserver.txt lrwxrwxrwx. 1 root root 46 Nov 13 16:29 opensslcnf.config -> /usr/share/crypto-policies/FIPS/opensslcnf.txt lrwxrwxrwx. 1 root root 43 Nov 13 16:29 openssl.config -> /usr/share/crypto-policies/FIPS/openssl.txt lrwxrwxrwx. 1 root root 48 Nov 13 16:29 openssl_fips.config -> /usr/share/crypto-policies/FIPS/openssl_fips.txt If the paths do not point to the respective files under "/usr/share/crypto-policies/FIPS" path, this is a finding. Note: nss.config should not be symlinked. Note: If there is an operational need to use a subpolicy that causes the links to the crypto backends to break, this is a finding, and exceptions must be made by the authorizing official and documented with the information system security officer.
Fix: F-85482r1165402_fix
Configure RHEL 10 to correctly implement the systemwide cryptographic policies by reinstalling the crypto-policies package contents. Reinstall crypto-policies with the following command: $ sudo dnf -y reinstall crypto-policies Set the crypto-policy to FIPS with the following command: $ sudo update-crypto-policies --set FIPS Setting system policy to FIPS Note: Systemwide crypto policies are applied on application startup. It is recommended to restart the system for the change of policies to fully take place.
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400000
- Vuln IDs
-
- V-281017
- Rule IDs
-
- SV-281017r1165406_rule
Checks: C-85578r1165404_chk
Verify RHEL 10 is configured so that "/etc/group" file is owned by "root" with the following command: $ sudo stat -c "%U %n" /etc/group root /etc/group If the "/etc/group" file does not have an owner of "root", this is a finding.
Fix: F-85483r1165405_fix
Configure RHEL 10 so that the owner of the file "/etc/group" is set to "root" by running the following command: $ sudo chown root /etc/group
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400005
- Vuln IDs
-
- V-281018
- Rule IDs
-
- SV-281018r1165409_rule
Checks: C-85579r1165407_chk
Verify RHEL 10 is configured so that the "/etc/group" file is group-owned by "root" with the following command: $ sudo stat -c "%G %n" /etc/group root /etc/group If the "/etc/group" file does not have a group owner of "root", this is a finding.
Fix: F-85484r1165408_fix
Configure RHEL 10 so that the group of the file "/etc/group" is set to "root" by running the following command: $ sudo chgrp root /etc/group
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400010
- Vuln IDs
-
- V-281019
- Rule IDs
-
- SV-281019r1165412_rule
Checks: C-85580r1165410_chk
Verify RHEL 10 is configured so that the "/etc/group-" file is owned by "root" with the following command: $ sudo stat -c "%U %n" /etc/group- root /etc/group- If the "/etc/group-" file does not have an owner of "root", this is a finding.
Fix: F-85485r1165411_fix
Configure RHEL 10 so that the owner of the "/etc/group-" file is set to "root" by running the following command: $ sudo chown root /etc/group-
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400015
- Vuln IDs
-
- V-281020
- Rule IDs
-
- SV-281020r1165415_rule
Checks: C-85581r1165413_chk
Verify RHEL 10 is configured so that the "/etc/group-" file is group-owned by "root" with the following command: $ sudo stat -c "%G %n" /etc/group- root /etc/group- If the "/etc/group-" file does not have a group owner of "root", this is a finding.
Fix: F-85486r1165414_fix
Configure RHEL 10 so that the group of the "/etc/group-" file is set to "root" by running the following command: $ sudo chgrp root /etc/group-
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400020
- Vuln IDs
-
- V-281021
- Rule IDs
-
- SV-281021r1165418_rule
Checks: C-85582r1165416_chk
Verify RHEL 10 is configured so that the "/etc/gshadow" file is owned by "root" with the following command: $ sudo stat -c "%U %n" /etc/gshadow root /etc/gshadow If the "/etc/gshadow" file does not have an owner of "root", this is a finding.
Fix: F-85487r1165417_fix
Configure RHEL 10 so that the owner of the file "/etc/gshadow" is set to "root" by running the following command: $ sudo chown root /etc/gshadow
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400025
- Vuln IDs
-
- V-281022
- Rule IDs
-
- SV-281022r1165421_rule
Checks: C-85583r1165419_chk
Verify RHEL 10 is configured so that the "/etc/gshadow" file is group-owned by "root" with the following command: $ sudo stat -c "%G %n" /etc/gshadow root /etc/gshadow If the "/etc/gshadow" file does not have a group owner of "root", this is a finding.
Fix: F-85488r1165420_fix
Configure RHEL 10 so that the group of the "/etc/gshadow" file is set to "root" by running the following command: $ sudo chgrp root /etc/gshadow
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400030
- Vuln IDs
-
- V-281023
- Rule IDs
-
- SV-281023r1165424_rule
Checks: C-85584r1165422_chk
Verify RHEL 10 is configured so that the "/etc/gshadow-" file is owned by "root" with the following command: $ sudo stat -c "%U %n" /etc/gshadow- root /etc/gshadow- If the "/etc/gshadow-" file does not have an owner of "root", this is a finding.
Fix: F-85489r1165423_fix
Configure RHEL 10 so that the owner of the "/etc/gshadow-" file is set to "root" by running the following command: $ sudo chown root /etc/gshadow-
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400035
- Vuln IDs
-
- V-281024
- Rule IDs
-
- SV-281024r1165427_rule
Checks: C-85585r1165425_chk
Verify RHEL 10 is configured so that the "/etc/gshadow-" file is group-owned by "root" with the following command: $ sudo stat -c "%G %n" /etc/gshadow- root /etc/gshadow- If the "/etc/gshadow-" file does not have a group owner of "root", this is a finding.
Fix: F-85490r1165426_fix
Configure RHEL 10 so that the group of the "/etc/gshadow-" file is set to "root" by running the following command: $ sudo chgrp root /etc/gshadow-
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400040
- Vuln IDs
-
- V-281025
- Rule IDs
-
- SV-281025r1165430_rule
Checks: C-85586r1165428_chk
Verify RHEL 10 is configured so that the "/etc/passwd" file is owned by "root" with the following command: $ sudo stat -c "%U %n" /etc/passwd root /etc/passwd If the "/etc/passwd" file does not have an owner of "root", this is a finding.
Fix: F-85491r1165429_fix
Configure RHEL 10 so that the owner of the "/etc/passwd" file is set to "root" by running the following command: $ sudo chown root /etc/passwd
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400045
- Vuln IDs
-
- V-281026
- Rule IDs
-
- SV-281026r1165433_rule
Checks: C-85587r1165431_chk
Verify RHEL 10 is configured so that the "/etc/passwd" file is group-owned by "root" with the following command: $ sudo stat -c "%G %n" /etc/passwd root /etc/passwd If the "/etc/passwd" file does not have a group owner of "root", this is a finding.
Fix: F-85492r1165432_fix
Configure RHEL 10 so that the group of the "/etc/passwd" file is set to "root" by running the following command: $ sudo chgrp root /etc/passwd
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400050
- Vuln IDs
-
- V-281027
- Rule IDs
-
- SV-281027r1165436_rule
Checks: C-85588r1165434_chk
Verify RHEL 10 is configured so that the "/etc/passwd-" file is owned by "root" with the following command: $ sudo stat -c "%U %n" /etc/passwd- root /etc/passwd- If the "/etc/passwd-" file does not have an owner of "root", this is a finding.
Fix: F-85493r1165435_fix
Configure RHEL 10 so that the owner of the "/etc/passwd-" file is set to "root" by running the following command: $ sudo chown root /etc/passwd-
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400055
- Vuln IDs
-
- V-281028
- Rule IDs
-
- SV-281028r1165439_rule
Checks: C-85589r1165437_chk
Verify RHEL 10 is configured so that the "/etc/passwd-" file is group-owned by "root" with the following command: $ sudo stat -c "%G %n" /etc/passwd- root /etc/passwd- If the "/etc/passwd-" file does not have a group owner of "root", this is a finding.
Fix: F-85494r1165438_fix
Configure RHEL 10 so that the group of the "/etc/passwd-" file is set to "root" by running the following command: $ sudo chgrp root /etc/passwd-
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400060
- Vuln IDs
-
- V-281029
- Rule IDs
-
- SV-281029r1165442_rule
Checks: C-85590r1165440_chk
Verify RHEL 10 is configured so that the "/etc/shadow" file is owned by "root" with the following command: $ sudo stat -c "%U %n" /etc/shadow root /etc/shadow If the "/etc/shadow" file does not have an owner of "root", this is a finding.
Fix: F-85495r1165441_fix
Configure RHEL 10 so that the owner of the "/etc/shadow" file is set to "root" by running the following command: $ sudo chown root /etc/shadow
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400065
- Vuln IDs
-
- V-281030
- Rule IDs
-
- SV-281030r1165445_rule
Checks: C-85591r1165443_chk
Verify RHEL 10 is configured so that the "/etc/shadow" file is group-owned by "root" with the following command: $ sudo stat -c "%G %n" /etc/shadow root /etc/shadow If the "/etc/shadow" file does not have a group owner of "root", this is a finding.
Fix: F-85496r1165444_fix
Configure RHEL 10 so that the group of the "/etc/shadow" file is set to "root" by running the following command: $ sudo chgrp root /etc/shadow
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400070
- Vuln IDs
-
- V-281031
- Rule IDs
-
- SV-281031r1165448_rule
Checks: C-85592r1165446_chk
Verify RHEL 10 is configured so that the "/etc/shadow-" file is owned by "root" with the following command: $ sudo stat -c "%U %n" /etc/shadow- root /etc/shadow- If the "/etc/shadow-" file does not have an owner of "root", this is a finding.
Fix: F-85497r1165447_fix
Configure RHEL 10 so that the owner of the "/etc/shadow-" file is set to "root" by running the following command: $ sudo chown root /etc/shadow-
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400075
- Vuln IDs
-
- V-281032
- Rule IDs
-
- SV-281032r1165451_rule
Checks: C-85593r1165449_chk
Verify RHEL 10 is configured so that the "/etc/shadow-" file is group-owned by "root" with the following command: $ sudo stat -c "%G %n" /etc/shadow- root /etc/shadow- If the "/etc/shadow-" file does not have a group owner of "root", this is a finding.
Fix: F-85498r1165450_fix
Configure RHEL 10 so that the group of the "/etc/shadow-" file is set to "root" by running the following command: $ sudo chgrp root /etc/shadow-
- RMF Control
- SI-11
- Severity
- M
- CCI
- CCI-001314
- Version
- RHEL-10-400080
- Vuln IDs
-
- V-281033
- Rule IDs
-
- SV-281033r1165454_rule
Checks: C-85594r1165452_chk
Verify RHEL 10 is configured so that the "/var/log" directory is owned by "root" with the following command: $ stat -c "%U %n" /var/log root /var/log If "/var/log" does not have an owner of "root", this is a finding.
Fix: F-85499r1165453_fix
Configure RHEL 10 so that the owner of the directory "/var/log" is set to "root" by running the following command: $ sudo chown root /var/log
- RMF Control
- SI-11
- Severity
- M
- CCI
- CCI-001314
- Version
- RHEL-10-400085
- Vuln IDs
-
- V-281034
- Rule IDs
-
- SV-281034r1165457_rule
Checks: C-85595r1165455_chk
Verify RHEL 10 is configured so that the "/var/log" directory is group-owned by "root" with the following command: $ stat -c "%G %n" /var/log root /var/log If "/var/log" does not have a group owner of "root", this is a finding.
Fix: F-85500r1165456_fix
Configure RHEL 10 so that the group owner of the directory "/var/log" is set to "root" by running the following command: $ sudo chgrp root /var/log
- RMF Control
- SI-11
- Severity
- M
- CCI
- CCI-001314
- Version
- RHEL-10-400090
- Vuln IDs
-
- V-281035
- Rule IDs
-
- SV-281035r1165460_rule
Checks: C-85596r1165458_chk
Verify RHEL 10 is configured so that the "/var/log/messages" file is owned by root with the following command: $ stat -c "%U %n" /var/log/messages root /var/log/messages If "/var/log/messages" does not have an owner of "root", this is a finding.
Fix: F-85501r1165459_fix
Configure RHEL 10 so that the owner of the "/var/log/messages" file is set to "root" by running the following command: $ sudo chown root /var/log/messages
- RMF Control
- SI-11
- Severity
- M
- CCI
- CCI-001314
- Version
- RHEL-10-400095
- Vuln IDs
-
- V-281036
- Rule IDs
-
- SV-281036r1165463_rule
Checks: C-85597r1165461_chk
Verify RHEL 10 is configured so that the "/var/log/messages" file is group-owned by "root" with the following command: $ stat -c "%G %n" /var/log/messages root /var/log/messages If "/var/log/messages" does not have a group owner of "root", this is a finding.
Fix: F-85502r1165462_fix
Configure RHEL 10 so that the group owner of the "/var/log/messages" file is set to "root" by running the following command: $ sudo chgrp root /var/log/messages
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001499
- Version
- RHEL-10-400100
- Vuln IDs
-
- V-281037
- Rule IDs
-
- SV-281037r1165466_rule
Checks: C-85598r1165464_chk
Verify RHEL 10 is configured so that the system commands contained in the following directories are owned by "root" with the following command: $ sudo find -L /bin /sbin /usr/bin /usr/sbin /usr/libexec /usr/local/bin /usr/local/sbin ! -user root -exec stat -L -c "%U %n" {} \; If any system commands are found to not be owned by root, this is a finding.
Fix: F-85503r1165465_fix
Configure RHEL 10 so that the system commands are protected from unauthorized access. Run the following command, replacing "[FILE]" with any system command file not owned by "root". $ sudo chown root [FILE]
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001499
- Version
- RHEL-10-400105
- Vuln IDs
-
- V-281038
- Rule IDs
-
- SV-281038r1184683_rule
Checks: C-85599r1184671_chk
Verify RHEL 10 is configured so that the system commands contained in the following directories are group-owned by "root", or a required system account, with the following command: $ sudo find -L /bin /sbin /usr/bin /usr/sbin /usr/libexec /usr/local/bin /usr/local/sbin ! -group root -exec stat -L -c "%G %n" {} \; If any system commands are returned and are not group-owned by "root" or a required system account, this is a finding.
Fix: F-85504r1165468_fix
Configure RHEL 10 so that the system commands are protected from unauthorized access. Run the following command, replacing "[FILE]" with any system command file not group-owned by "root" or a required system account. $ sudo chgrp root [FILE]
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001499
- Version
- RHEL-10-400110
- Vuln IDs
-
- V-281039
- Rule IDs
-
- SV-281039r1165472_rule
Checks: C-85600r1165470_chk
Verify RHEL 10 is configured so that the systemwide shared library files are owned by "root" with the following command: $ sudo find -L /lib /lib64 /usr/lib /usr/lib64 ! -user root ! -type d -exec stat -L -c "%U %n" {} \; If any systemwide shared library file is not owned by root, this is a finding.
Fix: F-85505r1165471_fix
Configure RHEL 10 so that the systemwide shared library files (/lib, /lib64, /usr/lib, and /usr/lib64) are protected from unauthorized access. Run the following command, replacing "[FILE]" with any library file not owned by "root". $ sudo chown root [FILE]
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001499
- Version
- RHEL-10-400115
- Vuln IDs
-
- V-281040
- Rule IDs
-
- SV-281040r1184734_rule
Checks: C-85601r1184734_chk
Verify RHEL 10 is configured so that the systemwide shared library files are group-owned by "root" or a system account with the following command: $ sudo find -L /lib /lib64 /usr/lib /usr/lib64 ! -group root ! -type d -exec stat -L -c "%G %n" {} \; If any systemwide shared library file is returned and is not group-owned by "root" or a required system account, this is a finding.
Fix: F-85506r1165474_fix
Configure RHEL 10 so that the systemwide shared library files (/lib, /lib64, /usr/lib, and /usr/lib64) are protected from unauthorized access. Run the following command, replacing "[FILE]" with any library file not group-owned by "root". $ sudo chgrp root [FILE]
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001499
- Version
- RHEL-10-400120
- Vuln IDs
-
- V-281041
- Rule IDs
-
- SV-281041r1165478_rule
Checks: C-85602r1165476_chk
Verify RHEL 10 is configured so that the systemwide shared library directories are owned by "root" with the following command: $ sudo find /lib /lib64 /usr/lib /usr/lib64 ! -user root -type d -exec stat -c "%U %n" {} \; If any systemwide shared library directory is not owned by "root", this is a finding.
Fix: F-85507r1165477_fix
Configure RHEL 10 so that the systemwide shared library directories (/lib, /lib64, /usr/lib, and /usr/lib64) are protected from unauthorized access. Run the following command, replacing "[DIRECTORY]" with any library directory not owned by "root". $ sudo chown root [DIRECTORY]
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001499
- Version
- RHEL-10-400125
- Vuln IDs
-
- V-281042
- Rule IDs
-
- SV-281042r1184676_rule
Checks: C-85603r1184675_chk
Verify RHEL 10 is configured so that the systemwide shared library directories are group-owned by "root" or a system account with the following command: $ sudo find /lib /lib64 /usr/lib /usr/lib64 ! -group root -type d -exec stat -c "%G %n" {} \; If any systemwide shared library directory is returned and is not group-owned by "root" or a required system account, this is a finding.
Fix: F-85508r1165480_fix
Configure RHEL 10 so that the systemwide shared library directories (/lib, /lib64, /usr/lib and /usr/lib64) are protected from unauthorized access. Run the following command, replacing "[DIRECTORY]" with any library directory not group-owned by "root". $ sudo chgrp root [DIRECTORY]
- RMF Control
- SI-6
- Severity
- M
- CCI
- CCI-002696
- Version
- RHEL-10-400130
- Vuln IDs
-
- V-281043
- Rule IDs
-
- SV-281043r1184617_rule
Checks: C-85604r1165482_chk
Verify RHEL 10 ownership of all cron configuration files with the following command: $ stat -c "%U %n" /etc/cron* root /etc/cron.d root /etc/cron.daily root /etc/cron.deny root /etc/cron.hourly root /etc/cron.monthly root /etc/crontab root /etc/cron.weekly If any crontab is not owned by root, this is a finding.
Fix: F-85509r1165483_fix
Configure RHEL 10 so that cron configuration file directories are owned by root with the following command: $ sudo chown root [cron config file]
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400135
- Vuln IDs
-
- V-281044
- Rule IDs
-
- SV-281044r1184618_rule
Checks: C-85605r1165485_chk
Verify RHEL 10 group ownership of all cron configuration files with the following command: $ stat -c "%G %n" /etc/cron* root /etc/cron.d root /etc/cron.daily root /etc/cron.deny root /etc/cron.hourly root /etc/cron.monthly root /etc/crontab root /etc/cron.weekly If any crontab is not group-owned by "root", this is a finding.
Fix: F-85510r1165486_fix
Configure RHEL 10 so that any cron configuration file directories are group-owned by "root" with the following command: $ sudo chgrp root [cron config file]
- RMF Control
- SC-4
- Severity
- M
- CCI
- CCI-001090
- Version
- RHEL-10-400140
- Vuln IDs
-
- V-281045
- Rule IDs
-
- SV-281045r1165490_rule
Checks: C-85606r1165488_chk
Verify RHEL 10 world-writable directories are owned by root, a system account, or an application account with the following command: $ sudo find / -xdev -type d -perm -0002 -uid +999 -exec stat -c "%U, %u, %A, %n" {} \; 2>/dev/null If output indicates that world-writable directories are owned by any account other than root or an approved system account, this is a finding.
Fix: F-85511r1165489_fix
Configure RHEL 10 public directories to be owned by root or a system account to prevent unauthorized and unintended information transferred via shared system resources. Use the following command template to set ownership of public directories to root or a system account: $ sudo chown [root or system account] [Public Directory]
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400145
- Vuln IDs
-
- V-281046
- Rule IDs
-
- SV-281046r1165493_rule
Checks: C-85607r1165491_chk
Verify RHEL 10 is configured so that all system device files are correctly labeled to prevent unauthorized modification. List all device files on the system that are incorrectly labeled with the following commands: Note: Device files are normally found under "/dev", but applications may place device files in other directories and may necessitate a search of the entire system. $ sudo find /dev -context *:device_t:* \( -type c -o -type b \) -printf "%p %Z\n" $ sudo find /dev -context *:unlabeled_t:* \( -type c -o -type b \) -printf "%p %Z\n" Note: There are device files, such as "/dev/vmci", that are used when the operating system is a host virtual machine. They will not be owned by a user on the system and require the "device_t" label to operate. These device files are not a finding. If there is output from either of these commands, other than already noted, this is a finding.
Fix: F-85512r1165492_fix
Configure RHEL 10 so that all system device files are correctly labeled to prevent unauthorized modification. Restore the SELinux policy for the affected device file from the system policy database using the following command: $ sudo restorecon -v <device_path> Substitute "<device_path>" with the path to the affected device file (from the output of the previous commands). An example device file path would be "/dev/ttyUSB0". If the output of the above command does not indicate that the device was relabeled to a more specific SELinux type label, the SELinux policy of the system must be updated with more specific policy for the device class specified. If a package was used to install support for a device class, that package could be reinstalled using the following command: $ sudo dnf reinstall <package_name> If a package was not used to install the SELinux policy for a given device class, it must be generated manually and provide specific type labels.
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400150
- Vuln IDs
-
- V-281047
- Rule IDs
-
- SV-281047r1184647_rule
Checks: C-85608r1165494_chk
Verify RHEL 10 is configured so that the "/etc/ssh/sshd_config" file and the contents of "/etc/ssh/sshd_config.d" are group-owned by "root" with the following command: $ sudo find /etc/ssh/sshd_config /etc/ssh/sshd_config.d -exec stat -c "%G %n" {} \; root /etc/ssh/sshd_config root /etc/ssh/sshd_config.d root /etc/ssh/sshd_config.d/50-cloud-init.conf root /etc/ssh/sshd_config.d/50-redhat.conf If the "/etc/ssh/sshd_config" file or "/etc/ssh/sshd_config.d" or any files in the "sshd_config.d" directory do not have a group owner of "root", this is a finding.
Fix: F-85513r1165495_fix
Configure RHEL 10 so that the "/etc/ssh/sshd_config" file and the contents of "/etc/ssh/sshd_config.d" are group-owned by "root" with the following command: $ sudo chgrp root /etc/ssh/sshd_config /etc/ssh/sshd_config.d
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400155
- Vuln IDs
-
- V-281048
- Rule IDs
-
- SV-281048r1184648_rule
Checks: C-85609r1165497_chk
Verify RHEL 10 is configured so that the "/etc/ssh/sshd_config" file and the contents of "/etc/ssh/sshd_config.d" are owned by root with the following command: $ sudo find /etc/ssh/sshd_config /etc/ssh/sshd_config.d -exec stat -c "%U %n" {} \; root /etc/ssh/sshd_config root /etc/ssh/sshd_config.d root /etc/ssh/sshd_config.d/50-cloud-init.conf root /etc/ssh/sshd_config.d/50-redhat.conf If the "/etc/ssh/sshd_config" file or "/etc/ssh/sshd_config.d" or any files in the "sshd_config.d" directory do not have an owner of "root", this is a finding.
Fix: F-85514r1165498_fix
Configure RHEL 10 so that the "/etc/ssh/sshd_config" file and the contents of "/etc/ssh/sshd_config.d" are owned by "root" with the following command: $ sudo chown -R root /etc/ssh/sshd_config /etc/ssh/sshd_config.d
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400160
- Vuln IDs
-
- V-281049
- Rule IDs
-
- SV-281049r1197223_rule
Checks: C-85610r1184784_chk
Verify RHEL 10 interactive users' home directories are group-owned by the user's primary GID with the following command: Note: This may miss local interactive users that have been assigned a privileged user identifier (UID). Evidence of interactive use may be obtained from several log files containing system login information. The returned directory "/home/disauser" is used as an example. $ sudo ls -ld $(awk -F: '($3>=1000)&&($7 !~ /nologin/){print $6}' /etc/passwd) drwxr-x--- 2 disauser admin 4096 Jun 5 12:41 disauser Check the user's primary group with the following command: $ sudo grep $(grep disauser /etc/passwd | awk -F: '{print $4}') /etc/group admin:x:250:disauser,doduser,nsauser If the user home directory referenced in "/etc/passwd" is not group-owned by that user's primary GID, this is a finding.
Fix: F-85515r1165501_fix
Configure RHEL 10 interactive users' home directories to be group-owned by the user's primary GID. Change the group owner of a local interactive user's home directory to the group found in "/etc/passwd". To change the group owner of a local interactive user's home directory, use the following command: Note: The example will be for the user "disauser", who has a home directory of "/home/disauser" and has a primary group of users. $ sudo chgrp users /home/disauser
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000162
- Version
- RHEL-10-400165
- Vuln IDs
-
- V-281050
- Rule IDs
-
- SV-281050r1184685_rule
Checks: C-85611r1184684_chk
Verify RHEL 10 audit logs are group-owned by "root" or a restricted logging group. Determine where the audit logs are stored with the following command: $ sudo grep -iw log_file /etc/audit/auditd.conf log_file = /var/log/audit/audit.log Using the location of the audit log file, determine if the audit log is group-owned by "root" using the following command: $ sudo stat -c "%G %n" /var/log/audit/audit.log root /var/log/audit/audit.log If the audit log is not group-owned by "root" or the configured alternative logging group, this is a finding.
Fix: F-85516r1165504_fix
Configure RHEL 10 to prevent unauthorized read access by ensuring that audit logs are group-owned by root or by a restricted logging group. Change the group of the directory of "/var/log/audit" to be owned by a correct group. Identify the group that is configured to own audit logs: $ sudo grep -P '^[ ]*log_group[ ]+=.*$' /etc/audit/auditd.conf Change the ownership to that group: $ sudo chgrp ${GROUP} /var/log/audit
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000162
- Version
- RHEL-10-400170
- Vuln IDs
-
- V-281051
- Rule IDs
-
- SV-281051r1165508_rule
Checks: C-85612r1165506_chk
Verify RHEL 10 audit logs directory is owned by "root". Determine where the audit logs are stored with the following command: $ sudo grep -iw log_file /etc/audit/auditd.conf log_file = /var/log/audit/audit.log Using the location of the audit log file, determine if the audit log directory is owned by "root" using the following command: $ sudo stat -c '%U %n' /var/log/audit root /var/log/audit If the audit log directory is not owned by "root", this is a finding.
Fix: F-85517r1165507_fix
Configure RHEL 10 to prevent unauthorized read access by ensuring the audit log directory is "root" owned with the following command: $ sudo chown root /var/log/audit
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000162
- Version
- RHEL-10-400175
- Vuln IDs
-
- V-281052
- Rule IDs
-
- SV-281052r1165511_rule
Checks: C-85613r1165509_chk
Verify RHEL 10 enforces "root" ownership of audit logs to prevent unauthorized access. Determine where the audit logs are stored with the following command: $ sudo grep "^log_file" /etc/audit/auditd.conf log_file = /var/log/audit/audit.log Using the location of the audit log file, determine if the audit log files are owned by "root" using the following command: $ sudo ls -la /var/log/audit/audit.log rw-------. 2 root root 237923 Jun 11 11:56 /var/log/audit/audit.log If the audit logs are not owned by "root", this is a finding.
Fix: F-85518r1165510_fix
Configure RHEL 10 to enforce "root" ownership of audit logs to prevent unauthorized access with the following command: $ sudo chown root [audit_log_file] Replace "[audit_log_file]" with the correct audit log path. By default this location is "/var/log/audit/audit.log".
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000162
- Version
- RHEL-10-400180
- Vuln IDs
-
- V-281053
- Rule IDs
-
- SV-281053r1165514_rule
Checks: C-85614r1165512_chk
Verify RHEL 10 enforces group ownership by "root" or a restricted logging group for audit log files to prevent unauthorized access. Determine where the audit logs are stored with the following command: $ sudo grep "^log_file" /etc/audit/auditd.conf log_file = /var/log/audit/audit.log Determine the audit log group by running the following command: $ sudo grep -P '^[ ]*log_group[ ]+=.*$' /etc/audit/auditd.conf log_group = root Check that the audit log file is owned by the correct group. Run the following command to display the owner of the audit log file: $ sudo stat -c "%n %G" /var/log/audit/audit.log /var/log/audit/audit.log root The audit log file must be owned by the "log_group" or by "root" if the "log_group" is not specified. If audit log files are owned by the incorrect group, this is a finding.
Fix: F-85519r1165513_fix
Configure RHEL 10 to enforce group ownership by "root" or a restricted logging group for audit log files to prevent unauthorized access. Identify the group that is configured to own the audit log: $ sudo grep -P '^[ ]*log_group[ ]+=.*$' /etc/audit/auditd.conf Change the ownership to that group using the following command: $ sudo chgrp ${log_group} ${log_file}
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000162
- Version
- RHEL-10-400185
- Vuln IDs
-
- V-281054
- Rule IDs
-
- SV-281054r1197224_rule
Checks: C-85615r1165515_chk
Verify RHEL 10 audit logs have a mode of "0600". Determine where the audit logs are stored with the following command: $ sudo grep "^log_file" /etc/audit/auditd.conf log_file = /var/log/audit/audit.log Using the location of the audit log file, determine the mode of each audit log with the following command: $ sudo find /var/log/audit/ -type f -exec stat -c '%a %n' {} \; 600 /var/log/audit/audit.log If the audit logs have a mode more permissive than "0600", this is a finding.
Fix: F-85520r1165516_fix
Configure RHEL 10 audit logs to have a mode of "0600" with the following command: Replace "[audit_log_file]" with the path to each audit log file. By default, these logs are located in "/var/log/audit/": $ sudo chmod 0600 /var/log/audit/[audit_log_file] Check the group that owns the system audit logs: $ sudo grep -iw log_group /etc/audit/auditd.conf If "log_group" is set to a user other than "root", configure the permissions the following way: $ sudo chmod 0640 $log_file $ sudo chmod 0440 $log_file.* Otherwise, configure the permissions the following way: $ sudo chmod 0600 $log_file $ sudo chmod 0400 $log_file.*
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000162
- Version
- RHEL-10-400190
- Vuln IDs
-
- V-281055
- Rule IDs
-
- SV-281055r1165520_rule
Checks: C-85616r1165518_chk
Verify RHEL 10 enforces the audit log directory to have a mode of "0750" or less permissive to prevent unauthorized read access. Determine where the audit logs are stored with the following command: $ sudo grep "^log_file" /etc/audit/auditd.conf log_file = /var/log/audit/audit.log Find the group that owns audit logs: $ sudo grep "^log_group" /etc/audit/auditd.conf log_group = root Run the following command to check the mode of the system audit logs: $ sudo stat -c "%a %n" [audit_log_directory] Replace "[audit_log_directory]" to the correct audit log directory path; by default this location is "/var/log/audit". If the log_group is "root" or is not set, the correct permissions are "0700". If the log_group is owned by anyone other than "root", the correct permissions are "0750". If audit logs have a more permissive mode than is required, this is a finding.
Fix: F-85521r1165519_fix
Configure RHEL 10 so that the audit log directories have a mode of "0750" or less permissive to prevent unauthorized read access with the following command: $ sudo chmod 0700 /var/log/audit Note: The correct permissions are "0700" if the directory is owned by "root"; otherwise, the correct permissions are "0750". Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000171
- Version
- RHEL-10-400195
- Vuln IDs
-
- V-281056
- Rule IDs
-
- SV-281056r1165523_rule
Checks: C-85617r1165521_chk
Verify RHEL 10 enforces root ownership of the "/etc/audit/" directory with the following command: $ sudo stat -c "%U %n" /etc/audit/ root /etc/audit/ If the "/etc/audit/" directory does not have an owner of "root", this is a finding.
Fix: F-85522r1165522_fix
Configure RHEL 10 so that the "/etc/audit/" directory is owned by "root" with the following command: $ sudo chown root /etc/audit/
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000171
- Version
- RHEL-10-400200
- Vuln IDs
-
- V-281057
- Rule IDs
-
- SV-281057r1165526_rule
Checks: C-85618r1165524_chk
Verify RHEL 10 enforces root group ownership of the "/etc/audit/" directory with the following command: $ sudo stat -c "%G %n" /etc/audit/ root /etc/audit/ If "/etc/audit/" does not have a group owner of "root", this is a finding.
Fix: F-85523r1165525_fix
Configure RHEL 10 so that the "/etc/audit/" directory is group-owned by "root" with the following command: $ sudo chgrp root /etc/audit/
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001499
- Version
- RHEL-10-400205
- Vuln IDs
-
- V-281058
- Rule IDs
-
- SV-281058r1165529_rule
Checks: C-85619r1165527_chk
Verify RHEL 10 is configured so that the system commands contained in the following directories have mode "755" or less permissive with the following command: $ sudo find -L /bin /sbin /usr/bin /usr/sbin /usr/libexec /usr/local/bin /usr/local/sbin -perm /022 -exec ls -l {} \; If any system commands are found to be group-writable or world-writable, this is a finding.
Fix: F-85524r1165528_fix
Configure RHEL 10 so that the system commands to be protected from unauthorized access. Run the following command, replacing "[FILE]" with any system command with a mode more permissive than "755". $ sudo chmod 755 [FILE]
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001499
- Version
- RHEL-10-400210
- Vuln IDs
-
- V-281059
- Rule IDs
-
- SV-281059r1165532_rule
Checks: C-85620r1165530_chk
Verify RHEL 10 is configured so that the systemwide shared library directories have mode "755" or less permissive with the following command: $ sudo find -L /lib /lib64 /usr/lib /usr/lib64 -perm /022 -type d -exec ls -l {} \; If any systemwide shared library file is found to be group-writable or world-writable, this is a finding.
Fix: F-85525r1165531_fix
Configure RHEL 10 so that the systemwide shared library directories (/lib, /lib64, /usr/lib, and /usr/lib64) are protected from unauthorized access. Run the following command, replacing "[DIRECTORY]" with any library directory with a mode more permissive than "755". $ sudo chmod 755 [DIRECTORY]
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001499
- Version
- RHEL-10-400215
- Vuln IDs
-
- V-281060
- Rule IDs
-
- SV-281060r1165535_rule
Checks: C-85621r1165533_chk
Verify RHEL 10 is configured so that the systemwide shared library files contained in the following directories have mode "755" or less permissive with the following command: $ sudo find -L /lib /lib64 /usr/lib /usr/lib64 -perm /022 -type f -exec ls -l {} \; If any systemwide shared library file is found to be group-writable or world-writable, this is a finding.
Fix: F-85526r1165534_fix
Configure RHEL 10 so that the library files are protected from unauthorized access. Run the following command, replacing "[FILE]" with any library file with a mode more permissive than "755". $ sudo chmod 755 [FILE]
- RMF Control
- SI-11
- Severity
- M
- CCI
- CCI-001314
- Version
- RHEL-10-400220
- Vuln IDs
-
- V-281061
- Rule IDs
-
- SV-281061r1165538_rule
Checks: C-85622r1165536_chk
Verify RHEL 10 is configured so that the "/var/log" directory has a mode of "0755" or less permissive with the following command: $ stat -c '%a %n' /var/log 755 /var/log If "/var/log" does not have a mode of "0755" or less permissive, this is a finding.
Fix: F-85527r1165537_fix
Configure RHEL 10 so that the "/var/log" directory has a mode of "0755" by running the following command: $ sudo chmod 0755 /var/log
- RMF Control
- SI-11
- Severity
- M
- CCI
- CCI-001314
- Version
- RHEL-10-400225
- Vuln IDs
-
- V-281062
- Rule IDs
-
- SV-281062r1165541_rule
Checks: C-85623r1165539_chk
Verify RHEL 10 is configured so that the "/var/log/messages" file has a mode of "0640" or less permissive with the following command: $ stat -c '%a %n' /var/log/messages 600 /var/log/messages If "/var/log/messages" does not have a mode of "0640" or less permissive, this is a finding.
Fix: F-85528r1165540_fix
Configure RHEL 10 so that the "/var/log/messages" file has a mode of "0640" by running the following command: $ sudo chmod 0640 /var/log/messages
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-400230
- Vuln IDs
-
- V-281063
- Rule IDs
-
- SV-281063r1195403_rule
Checks: C-85624r1195402_chk
Verify RHEL 10 is configured so that the owner, group, and mode of cron configuration files and directories match the operating system defaults with the following command: $ rpm --verify cronie crontabs | awk '! ($2 == "c" && $1 ~ /^.\..\.\.\.\..\./) {print $0}' If the command returns any output, this is a finding.
Fix: F-85529r1165543_fix
Configure RHEL 10 to prohibit modification of permissions for cron configuration files and directories from the operating system defaults with the following commands: $ sudo dnf reinstall cronie crontabs $ rpm --setugids cronie crontabs $ rpm --setperms cronie crontabs
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400235
- Vuln IDs
-
- V-281064
- Rule IDs
-
- SV-281064r1165547_rule
Checks: C-85625r1165545_chk
Verify RHEL 10 is configured so that all local initialization files have a mode of "0740" or less permissive with the following command: Note: The example will be for the "disauser" user, who has a home directory of "/home/disauser". $ sudo find /home -maxdepth 2 -type f -name ".*" -exec stat -c "%n %a" {} \; | awk '$2 > 740' /home/disauser/.bash_profile 770 If any local initialization files are returned, this indicates a mode more permissive than "0740", and this is a finding.
Fix: F-85530r1165546_fix
Configure RHEL 10 so that all local initialization files have a mode of "0740" or less permissive with the following command: Note: The example will be for the "disauser" user, who has a home directory of "/home/disauser". $ sudo chmod 0740 /home/disauser/.<INIT_FILE>
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400240
- Vuln IDs
-
- V-281065
- Rule IDs
-
- SV-281065r1165550_rule
Checks: C-85626r1165548_chk
Verify RHEL 10 is configured so that the assigned home directory of all local interactive users has a mode of "0750" or less permissive with the following command: Note: This may miss interactive users that have been assigned a privileged user identifier (UID). Evidence of interactive use may be obtained from a number of log files containing system login information. $ stat -L -c '%a %n' $(awk -F: '($3>=1000)&&($7 !~ /nologin/){print $6}' /etc/passwd) 2>/dev/null 700 /home/disauser If home directories referenced in "/etc/passwd" do not have a mode of "0750" or less permissive, this is a finding.
Fix: F-85531r1165549_fix
Configure RHEL 10 so that the mode of interactive user's home directories is set to "0750". To change the mode of a local interactive user's home directory, use the following command: Note: The example will be for the user "disauser". $ sudo chmod 0750 /home/disauser
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400245
- Vuln IDs
-
- V-281066
- Rule IDs
-
- SV-281066r1165553_rule
Checks: C-85627r1165551_chk
Verify RHEL 10 is configured so that the "/etc/group" file has mode "0644" or less permissive with the following command: $ sudo stat -c "%a %n" /etc/group 644 /etc/group If a value of "0644" or less permissive is not returned, this is a finding.
Fix: F-85532r1165552_fix
Configure RHEL 10 so that the mode of the file "/etc/group" is set to "0644" by running the following command: $ sudo chmod 0644 /etc/group
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400250
- Vuln IDs
-
- V-281067
- Rule IDs
-
- SV-281067r1165556_rule
Checks: C-85628r1165554_chk
Verify RHEL 10 is configured so that the "/etc/group-" file has mode "0644" or less permissive with the following command: $ sudo stat -c "%a %n" /etc/group- 644 /etc/group- If a value of "0644" or less permissive is not returned, this is a finding.
Fix: F-85533r1165555_fix
Configure RHEL 10 so that the mode of the "/etc/group-" file is set to "0644" by running the following command: $ sudo chmod 0644 /etc/group-
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400255
- Vuln IDs
-
- V-281068
- Rule IDs
-
- SV-281068r1165559_rule
Checks: C-85629r1165557_chk
Verify RHEL 10 is configured so that the "/etc/gshadow" file has mode "0000" with the following command: $ sudo stat -c "%a %n" /etc/gshadow 0 /etc/gshadow If a value of "0" is not returned, this is a finding.
Fix: F-85534r1165558_fix
Configure RHEL 10 so that the mode of the "/etc/gshadow" file is set to "0000" by running the following command: $ sudo chmod 0000 /etc/gshadow
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400260
- Vuln IDs
-
- V-281069
- Rule IDs
-
- SV-281069r1165562_rule
Checks: C-85630r1165560_chk
Verify RHEL 10 is configured so that the "/etc/gshadow-" file has mode "0000" with the following command: $ sudo stat -c "%a %n" /etc/gshadow- 0 /etc/gshadow- If a value of "0" is not returned, this is a finding.
Fix: F-85535r1165561_fix
Configure RHEL 10 so that the mode of the "/etc/gshadow-" file is set to "0000" by running the following command: $ sudo chmod 0000 /etc/gshadow-
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400265
- Vuln IDs
-
- V-281070
- Rule IDs
-
- SV-281070r1165565_rule
Checks: C-85631r1165563_chk
Verify RHEL 10 is configured so that the "/etc/passwd" file has mode "0644" or less permissive with the following command: $ sudo stat -c "%a %n" /etc/passwd 644 /etc/passwd If a value of "0644" or less permissive is not returned, this is a finding.
Fix: F-85536r1165564_fix
Configure RHEL 10 so that the mode of the file "/etc/passwd" is set to "0644" by running the following command: $ sudo chmod 0644 /etc/passwd
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400270
- Vuln IDs
-
- V-281071
- Rule IDs
-
- SV-281071r1165568_rule
Checks: C-85632r1165566_chk
Verify RHEL 10 is configured so that the "/etc/passwd-" file has mode "0644" or less permissive with the following command: $ sudo stat -c "%a %n" /etc/passwd- 644 /etc/passwd- If a value of "0644" or less permissive is not returned, this is a finding.
Fix: F-85537r1165567_fix
Configure RHEL 10 so that the mode of the "/etc/passwd-" file is set to "0644" by running the following command: $ sudo chmod 0644 /etc/passwd-
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400275
- Vuln IDs
-
- V-281072
- Rule IDs
-
- SV-281072r1165571_rule
Checks: C-85633r1165569_chk
Verify RHEL 10 is configured so that the "/etc/shadow-" file has mode "0000" with the following command: $ sudo stat -c "%a %n" /etc/shadow- 0 /etc/shadow- If a value of "0" is not returned, this is a finding.
Fix: F-85538r1165570_fix
Configure RHEL 10 so that the mode of the "/etc/shadow-" file is set to "0000" by running the following command: $ sudo chmod 0000 /etc/shadow-
- RMF Control
- SC-4
- Severity
- M
- CCI
- CCI-001090
- Version
- RHEL-10-400280
- Vuln IDs
-
- V-281073
- Rule IDs
-
- SV-281073r1165574_rule
Checks: C-85634r1165572_chk
Verify RHEL 10 is configured so that all world-writable directories have the sticky bit set with the following command: $ sudo find / -type d \( -perm -0002 -a ! -perm -1000 \) -print 2>/dev/null drwxrwxrwt 7 root root 4096 Jul 26 11:19 /tmp If any of the returned directories are world-writable and do not have the sticky bit set, this is a finding.
Fix: F-85539r1165573_fix
Configure RHEL 10 so that all world-writable directories have the sticky bit set to prevent unauthorized and unintended information transferred via shared system resources. Set the sticky bit on all world-writable directories using the following command (replace "[World-Writable Directory]" with any directory path missing the sticky bit): $ chmod a+t [World-Writable Directory]
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400285
- Vuln IDs
-
- V-281074
- Rule IDs
-
- SV-281074r1165577_rule
Checks: C-85635r1165575_chk
Verify RHEL 10 is configured so that all local files and directories have a valid group with the following command: $ df --local -P | awk {'if (NR!=1) print $6'} | sudo xargs -I '{}' find '{}' -xdev -nogroup If any files on the system do not have an assigned group, this is a finding.
Fix: F-85540r1165576_fix
Configure RHEL 10 so that all local files and directories have a valid group owner. Either remove all files and directories from RHEL 10 that do not have a valid group, or assign a valid group to all files and directories on the system with the "chgrp" command: $ sudo chgrp <group> <file>
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400290
- Vuln IDs
-
- V-281075
- Rule IDs
-
- SV-281075r1165580_rule
Checks: C-85636r1165578_chk
Verify RHEL 10 is configured so that all local files and directories have a valid owner with the following command: $ df --local -P | awk {'if (NR!=1) print $6'} | sudo xargs -I '{}' find '{}' -xdev -nouser If any files on the system do not have an assigned owner, this is a finding.
Fix: F-85541r1165579_fix
Configure RHEL 10 so that all local files and directories must have a valid owner. Either remove all files and directories that do not have a valid user from the system, or assign a valid user to all unowned files and directories on RHEL 10 with the "chown" command: $ sudo chown <user> <file>
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400295
- Vuln IDs
-
- V-281076
- Rule IDs
-
- SV-281076r1165583_rule
Checks: C-85637r1165581_chk
Verify RHEL 10 is configured so that the "/etc/shadow" file has mode "0000" with the following command: $ sudo stat -c "%a %n" /etc/shadow 0 /etc/shadow If a value of "0" is not returned, this is a finding.
Fix: F-85542r1165582_fix
Configure RHEL 10 to enforce mode "0000" for "/etc/shadow" to prevent unauthorized access. Change the mode of the file "/etc/shadow" to "0000" by running the following command: $ sudo chmod 0000 /etc/shadow
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-001493
- Version
- RHEL-10-400300
- Vuln IDs
-
- V-281077
- Rule IDs
-
- SV-281077r1165586_rule
Checks: C-85638r1165584_chk
Verify RHEL 10 audit tools are owned by "root" with the following command: $ sudo stat -c "%U %n" /sbin/auditctl /sbin/aureport /sbin/ausearch /sbin/auditd /sbin/rsyslogd /sbin/augenrules root /sbin/auditctl root /sbin/aureport root /sbin/ausearch root /sbin/auditd root /sbin/rsyslogd root /sbin/augenrules If any audit tools do not have an owner of "root", this is a finding.
Fix: F-85543r1165585_fix
Configure RHEL 10 so that the audit tools are owned by "root" by running the following command: $ sudo chown root [audit_tool] Replace "[audit_tool]" with each audit tool not owned by "root".
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-001493
- Version
- RHEL-10-400305
- Vuln IDs
-
- V-281078
- Rule IDs
-
- SV-281078r1165589_rule
Checks: C-85639r1165587_chk
Verify RHEL 10 audit tools are group-owned by "root" with the following command: $ sudo stat -c "%G %n" /sbin/auditctl /sbin/aureport /sbin/ausearch /sbin/auditd /sbin/rsyslogd /sbin/augenrules root /sbin/auditctl root /sbin/aureport root /sbin/ausearch root /sbin/auditd root /sbin/rsyslogd root /sbin/augenrules If any audit tools do not have a group owner of "root", this is a finding.
Fix: F-85544r1165588_fix
Configure RHEL 10 so that the audit tools are group-owned by "root" by running the following command: $ sudo chgrp root [audit_tool] Replace "[audit_tool]" with each audit tool not group-owned by "root".
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400310
- Vuln IDs
-
- V-281079
- Rule IDs
-
- SV-281079r1165592_rule
Checks: C-85640r1165590_chk
Verify RHEL 10 sets the default umask for all local interactive users to "077". Identify the locations of all local interactive user home directories by looking at the "/etc/passwd" file. Check all local interactive user initialization files for interactive users with the following command: Note: The example is for a system that is configured to create users' home directories in the "/home" directory. $ sudo find /home -maxdepth 2 -type f -name ".[^.]*" -exec grep -iH -d skip --exclude=.bash_history umask {} \; /home/disauser/.bash_history:grep -i umask /etc/bashrc /etc/csh.cshrc /etc/profile /home/disauser/.bash_history:grep -i umask /etc/login.defs If any local interactive user initialization files are found to have a umask statement that sets a value less restrictive than "077", this is a finding.
Fix: F-85545r1165591_fix
Configure RHEL 10 to set the umask value for all local interactive user accounts to "077". Remove the umask statement from all local interactive users' initialization files. If the account is for an application, the requirement for a umask less restrictive than "077" can be documented with the information system security officer. However, the user agreement for access to the account must specify that the local interactive user must log in to their account first and then switch the user to the application account with the correct option to gain the account's environment variables.
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400315
- Vuln IDs
-
- V-281080
- Rule IDs
-
- SV-281080r1184687_rule
Checks: C-85641r1184686_chk
Verify RHEL 10 "umask" setting is configured correctly in the "/etc/bashrc" file with the following command: Note: If the value of the "umask" parameter is set to "000" in the "/etc/bashrc" file, the Severity is raised to a CAT I. $ sudo grep umask /etc/bashrc [ `umask` -eq 0 ] && umask 077 If the value for the "umask" parameter is not "077", or the "umask" parameter is missing or is commented out, this is a finding.
Fix: F-85546r1165594_fix
Configure RHEL 10 to define default permissions for all authenticated users using the bash shell. Add or edit the lines for the "umask" parameter in the "/etc/bashrc" file to "077": umask 077
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400320
- Vuln IDs
-
- V-281081
- Rule IDs
-
- SV-281081r1184682_rule
Checks: C-85642r1184681_chk
Verify the RHEL 10 "umask" setting is configured correctly in the "/etc/csh.cshrc" file with the following command: Note: If the value of the "umask" parameter is set to "000" in the "/etc/csh.cshrc" file, the Severity is raised to a CAT I. $ sudo grep umask /etc/csh.cshrc umask 077 If the value for the "umask" parameter is not "077", or the "umask" parameter is missing or is commented out, this is a finding.
Fix: F-85547r1165597_fix
Configure RHEL 10 to define default permissions for all authenticated users using the c shell. Add or edit the lines for the "umask" parameter in the "/etc/csh.cshrc" file to "077": umask 077
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400325
- Vuln IDs
-
- V-281082
- Rule IDs
-
- SV-281082r1195406_rule
Checks: C-85643r1195404_chk
Verify RHEL 10 defines default permissions for all authenticated users in such a way that the user can only read and modify their own files with the following command: Note: If the value of the "umask" parameter is set to "000" in "/etc/login.defs" file, the Severity is raised to a CAT I. $ sudo grep -i umask /etc/login.defs umask 077 If the value for the "umask" parameter is not "077", or the "umask" parameter is missing or is commented out, this is a finding.
Fix: F-85548r1195405_fix
Configure RHEL 10 to define default permissions for all authenticated users in such a way that the user can read and modify only their own files. Add or edit the lines for the "umask" parameter in the "/etc/login.defs" file to "077": umask 077
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400330
- Vuln IDs
-
- V-281083
- Rule IDs
-
- SV-281083r1184689_rule
Checks: C-85644r1184688_chk
Verify the RHEL 10 "umask" setting is configured correctly in the "/etc/profile" file with the following command: Note: If the value of the "umask" parameter is set to "000" in the "/etc/profile" file, the Severity is raised to a CAT I. $ sudo grep umask /etc/profile umask 077 If the value for the "umask" parameter is not "077", or the "umask" parameter is missing or is commented out, this is a finding.
Fix: F-85549r1165603_fix
Configure RHEL 10 to define default permissions for all authenticated users in such a way that the user can read and modify only their own files. Add or edit the lines for the "umask" parameter in the "/etc/profile" file to "077": umask 077
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400335
- Vuln IDs
-
- V-281084
- Rule IDs
-
- SV-281084r1165607_rule
Checks: C-85645r1165605_chk
Verify RHEL 10 enforces that all local initialization files configured by systemd-tmpfiles have mode "0600" or less permissive. Check that all files from "/usr/share/rootfiles/" are overridden correctly in RHEL 10: $ sudo grep /usr/share/rootfiles/ /etc/tmpfiles.d/*.conf C /root/.bash_logout 600 root root - /usr/share/rootfiles/.bash_logout C /root/.bash_profile 600 root root - /usr/share/rootfiles/.bash_profile C /root/.bashrc 600 root root - /usr/share/rootfiles/.bashrc C /root/.cshrc 600 root root - /usr/share/rootfiles/.cshrc C /root/.tcshrc 600 root root - /usr/share/rootfiles/.tcshrc If any files are not configured to "600", or if no files are found by grep, this is a finding.
Fix: F-85550r1165606_fix
Configure RHEL 10 to enforce that all local initialization files configured by systemd-tmpfiles have mode "0600" or less permissive. Ensure the following lines are in a ".conf" file under "/etc/tmpfiles.d/": C /root/.bash_logout 600 root root - /usr/share/rootfiles/.bash_logout C /root/.bash_profile 600 root root - /usr/share/rootfiles/.bash_profile C /root/.bashrc 600 root root - /usr/share/rootfiles/.bashrc C /root/.cshrc 600 root root - /usr/share/rootfiles/.cshrc C /root/.tcshrc 600 root root - /usr/share/rootfiles/.tcshrc
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400340
- Vuln IDs
-
- V-281085
- Rule IDs
-
- SV-281085r1195409_rule
Checks: C-85646r1195407_chk
Verify RHEL 10 enforces mode "0600" for SSH private host key files with the following command: $ sudo stat -c "%a %n" /etc/ssh/*_key 600 /etc/ssh/ssh_host_ecdsa_key 600 /etc/ssh/ssh_host_ed25519_key 600 /etc/ssh/ssh_host_rsa_key If any private host key file has a mode more permissive than "0600", this is a finding.
Fix: F-85551r1195408_fix
Configure RHEL 10 to enforce mode "0600" for SSH private host key files with the following command: $ sudo chmod 0600 /etc/ssh/ssh_host*key Restart the SSH daemon for the changes to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400345
- Vuln IDs
-
- V-281086
- Rule IDs
-
- SV-281086r1165613_rule
Checks: C-85647r1165611_chk
Verify RHEL 10 enforces group ownership of the "/boot/grub2/grub.cfg" file with the following command: $ sudo stat -c "%G %n" /boot/grub2/grub.cfg root /boot/grub2/grub.cfg If the "/boot/grub2/grub.cfg" file does not have a group owner of "root", this is a finding.
Fix: F-85552r1165612_fix
Configure RHEL 10 to enforce group ownership of the "/boot/grub2/grub.cfg" file. Change the group owner of the file "/boot/grub2/grub.cfg" to "root" by running the following command: $ sudo chgrp root /boot/grub2/grub.cfg
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400350
- Vuln IDs
-
- V-281087
- Rule IDs
-
- SV-281087r1165616_rule
Checks: C-85648r1165614_chk
Verify RHEL 10 enforces ownership of the "/boot/grub2/grub.cfg" file with the following command: $ sudo stat -c "%U %n" /boot/grub2/grub.cfg root /boot/grub2/grub.cfg If the "/boot/grub2/grub.cfg" file does not have an owner of "root", this is a finding.
Fix: F-85553r1165615_fix
Configure RHEL 10 to enforce ownership of the "/boot/grub2/grub.cfg" file. Change the owner of the "/boot/grub2/grub.cfg" file to "root" by running the following command: $ sudo chown root /boot/grub2/grub.cfg
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-400355
- Vuln IDs
-
- V-281088
- Rule IDs
-
- SV-281088r1165619_rule
Checks: C-85649r1165617_chk
Verify RHEL 10 is configured so that "/home" is mounted with the "nodev" option with the following command: Note: If a separate file system has not been created for the user home directories (user home directories are mounted under "/"), this is automatically a finding, as the "nodev" option cannot be used on the "/" system. $ mount | grep /home /dev/mapper/luks-ca2261ed-7b00-4b7b-84cd-8cd6d8fa4b28 on /home type xfs (rw,nodev,nosuid,noexec,seclabel) If the "/home" file system is mounted without the "nodev" option, this is a finding.
Fix: F-85554r1165618_fix
Configure RHEL 10 to prevent device files from being interpreted on file systems that contain user home directories. Modify "/etc/fstab" to use the "nodev" option on the "/home" directory.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-400360
- Vuln IDs
-
- V-281089
- Rule IDs
-
- SV-281089r1165622_rule
Checks: C-85650r1165620_chk
Verify RHEL 10 is configured so that "/home" is mounted with the "nosuid" option with the following command: Note: If a separate file system has not been created for the user home directories (user home directories are mounted under "/"), this is automatically a finding, as the "nosuid" option cannot be used on the "/" system. $ mount | grep /home /dev/mapper/luks-ca2261ed-7b00-4b7b-84cd-8cd6d8fa4b28 on /home type xfs (rw,nodev,nosuid,noexec,seclabel) If the "/home" file system is mounted without the "nosuid" option, this is a finding.
Fix: F-85555r1165621_fix
Configure RHEL 10 to prevent files with the "setuid" and "setgid" bit set from being executed on file systems that contain user home directories. Modify "/etc/fstab" to use the "nosuid" option on the "/home" directory.
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-400365
- Vuln IDs
-
- V-281090
- Rule IDs
-
- SV-281090r1165625_rule
Checks: C-85651r1165623_chk
Verify RHEL 10 is configured so that "/home" is mounted with the "noexec" option with the following command: Note: If a separate file system has not been created for the user home directories (user home directories are mounted under "/"), this is automatically a finding, as the "noexec" option cannot be used on the "/" system. $ mount | grep /home /dev/mapper/luks-ca2261ed-7b00-4b7b-84cd-8cd6d8fa4b28 on /home type xfs (rw,nodev,nosuid,noexec,seclabel) If the "/home" file system is mounted without the "noexec" option, this is a finding.
Fix: F-85556r1165624_fix
Configure RHEL 10 to prevent code from being executed on file systems that contain user home directories. Modify "/etc/fstab" to use the "noexec" option on the "/home" directory.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-400400
- Vuln IDs
-
- V-281091
- Rule IDs
-
- SV-281091r1165628_rule
Checks: C-85652r1165626_chk
Verify RHEL 10 is configured so that "/var/log/audit" is mounted with the "nodev" option: $ mount | grep /var/log/audit /dev/mapper/luks-4e45e1ad-5337-42c4-a19f-ee12ccc1d502 on /var/log/audit type xfs (rw,nodev,nosuid,noexec,seclabel) If the "/var/log/audit" file system is mounted without the "nodev" option, this is a finding.
Fix: F-85557r1165627_fix
Configure RHEL 10 to mount "/var/log/audit" with the "nodev" option. Modify "/etc/fstab" to use the "nodev" option on the "/var/log/audit" directory.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-400405
- Vuln IDs
-
- V-281092
- Rule IDs
-
- SV-281092r1165631_rule
Checks: C-85653r1165629_chk
Verify RHEL 10 is configured so that "/var/log/audit" is mounted with the "noexec" option: $ mount | grep /var/log/audit /dev/mapper/luks-4e45e1ad-5337-42c4-a19f-ee12ccc1d502 on /var/log/audit type xfs (rw,nodev,nosuid,noexec,seclabel) If the "/var/log/audit" file system is mounted without the "noexec" option, this is a finding.
Fix: F-85558r1165630_fix
Configure RHEL 10 to mount "/var/log/audit" with the "noexec" option. Modify "/etc/fstab" to use the "noexec" option on the "/var/log/audit" directory.
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-400410
- Vuln IDs
-
- V-281093
- Rule IDs
-
- SV-281093r1165634_rule
Checks: C-85654r1165632_chk
Verify RHEL 10 is configured so that "/var/log/audit" is mounted with the "nosuid" option: $ mount | grep /var/log/audit /dev/mapper/luks-4e45e1ad-5337-42c4-a19f-ee12ccc1d502 on /var/log/audit type xfs (rw,nodev,nosuid,noexec,seclabel) If the "/var/log/audit" file system is mounted without the "nosuid" option, this is a finding.
Fix: F-85559r1165633_fix
Configure RHEL 10 to mount "/var/log/audit" with the "nosuid" option. Modify "/etc/fstab" to use the "nosuid" option on the "/var/log/audit" directory.
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-001493
- Version
- RHEL-10-400450
- Vuln IDs
-
- V-281094
- Rule IDs
-
- SV-281094r1165637_rule
Checks: C-85655r1165635_chk
Verify RHEL 10 is configured so that the audit tools have a mode of "0755" or less with the following command: $ stat -c "%a %n" /sbin/auditctl /sbin/aureport /sbin/ausearch /sbin/auditd /sbin/rsyslogd /sbin/augenrules 755 /sbin/auditctl 755 /sbin/aureport 755 /sbin/ausearch 755 /sbin/auditd 755 /sbin/rsyslogd 755 /sbin/augenrules If any of the audit tool files have a mode more permissive than "0755", this is a finding.
Fix: F-85560r1165636_fix
Configure RHEL 10 so that the audit tools to have a mode of "0755" by running the following command: $ sudo chmod 0755 [audit_tool] Replace "[audit_tool]" with each audit tool that has a mode more permissive than "0755".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-400500
- Vuln IDs
-
- V-281095
- Rule IDs
-
- SV-281095r1184678_rule
Checks: C-85656r1165638_chk
Verify RHEL 10 local initialization files do not execute world-writable programs with the following command: Note: The example will be for a system that is configured to create user home directories in the "/home" directory. $ sudo find /home -perm -002 -type f -name ".[^.]*" -exec ls -ld {} \; If any local initialization files are found to reference world-writable files, this is a finding.
Fix: F-85561r1184677_fix
Configure RHEL 10 so that local initialization files do not execute world-writable programs with the following command: $ sudo chmod 0755 <file>
- RMF Control
- SC-24
- Severity
- M
- CCI
- CCI-001665
- Version
- RHEL-10-500000
- Vuln IDs
-
- V-281096
- Rule IDs
-
- SV-281096r1165643_rule
Checks: C-85657r1165641_chk
Verify RHEL 10 enables the systemd-journald service with the following command: $ systemctl is-active systemd-journald active If the systemd-journald service is not active, this is a finding.
Fix: F-85562r1165642_fix
Configure RHEL 10 to enable the systemd-journald service. To enable the systemd-journald service, run the following command: $ sudo systemctl enable --now systemd-journald
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-500005
- Vuln IDs
-
- V-281097
- Rule IDs
-
- SV-281097r1165646_rule
Checks: C-85658r1165644_chk
Verify RHEL 10 is configured so that GRUB 2 enables auditing of processes that start prior to the audit daemon with the following commands: Check that the current GRUB 2 configuration enables auditing: $ sudo grubby --info=ALL | grep args | grep -v 'audit=1' If any output is returned, this is a finding. Check that auditing is enabled by default to persist in kernel updates: $ sudo grep audit /etc/default/grub GRUB_CMDLINE_LINUX="audit=1" If "audit" is not set to "1", is missing, or is commented out, this is a finding.
Fix: F-85563r1165645_fix
Configure RHEL 10 to enable auditing of processes that start prior to the audit daemon with the following command: $ sudo grubby --update-kernel=ALL --args="audit=1" Add or modify the following line in "/etc/default/grub" to ensure the configuration survives kernel updates: GRUB_CMDLINE_LINUX="audit=1"
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000169
- Version
- RHEL-10-500010
- Vuln IDs
-
- V-281098
- Rule IDs
-
- SV-281098r1165649_rule
Checks: C-85659r1165647_chk
Verify that RHEL 10 generates audit records for local events with the following command: $ sudo grep local_events /etc/audit/auditd.conf local_events = yes If "local_events" is not set to "yes", the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85564r1165648_fix
Configure RHEL 10 to generate audit records for local events by adding or updating the following line in "/etc/audit/auditd.conf": local_events = yes Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000163
- Version
- RHEL-10-500015
- Vuln IDs
-
- V-281099
- Rule IDs
-
- SV-281099r1165652_rule
Checks: C-85660r1165650_chk
Verify the RHEL 10 audit system is configured to write logs to the disk with the following command: $ sudo grep write_logs /etc/audit/auditd.conf write_logs = yes If "write_logs" does not have a value of "yes", the line is commented out, or the line is missing, this is a finding.
Fix: F-85565r1165651_fix
Configure the RHEL 10 audit system to write log files to the disk. Edit the "/etc/audit/auditd.conf" file and add or update the "write_logs" option to "yes": write_logs = yes Restart the audit daemon with the following command for changes to take effect: $ sudo service auditd restart
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-000044
- Version
- RHEL-10-500020
- Vuln IDs
-
- V-281100
- Rule IDs
-
- SV-281100r1165655_rule
Checks: C-85661r1165653_chk
Verify RHEL 10 "/etc/security/faillock.conf" is configured to log username information when unsuccessful login attempts occur with the following command: $ sudo grep audit /etc/security/faillock.conf audit If the "audit" option is not set, is missing, or is commented out, this is a finding.
Fix: F-85566r1165654_fix
Configure RHEL 10 to log username information when unsuccessful login attempts occur. Enable the feature using the following command: $ sudo authselect enable-feature with-faillock Add/modify the "/etc/security/faillock.conf" file to match the following line: audit
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000171
- Version
- RHEL-10-500025
- Vuln IDs
-
- V-281101
- Rule IDs
-
- SV-281101r1195411_rule
Checks: C-85662r1166253_chk
Verify RHEL 10 sets the files in directory "/etc/audit/rules.d/" and "/etc/audit/auditd.conf" file to have a mode of "0640" or less permissive with the following command: $ sudo find /etc/audit/rules.d/ /etc/audit/audit.rules /etc/audit/auditd.conf -type f -exec stat -c "%a %n" {} \; 600 /etc/audit/rules.d/audit.rules 640 /etc/audit/audit.rules 640 /etc/audit/auditd.conf If the audit configuration files have a mode more permissive than those shown, this is a finding.
Fix: F-85567r1195410_fix
Configure RHEL 10 so that the files in directory "/etc/audit/rules.d/" and the "/etc/audit/auditd.conf" file have a mode of "0640" with the following commands: $ sudo chmod 0600 /etc/audit/rules.d/audit.rules $ sudo chmod 0640 /etc/audit/rules.d/[customrulesfile].rules $ sudo chmod 0640 /etc/audit/auditd.conf
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500030
- Vuln IDs
-
- V-281102
- Rule IDs
-
- SV-281102r1195414_rule
Checks: C-85663r1195412_chk
Verify RHEL 10 allocates a sufficient "audit_backlog_limit" to capture processes that start prior to the audit daemon with the following command: $ grep -oP 'audit_backlog_limit=\K[0-9]+' /proc/cmdline 8192 If the command returns any outputs, and "audit_backlog_limit" is less than "8192", this is a finding.
Fix: F-85568r1195413_fix
Configure RHEL 10 to allocate sufficient "audit_backlog_limit" to capture processes that start prior to the audit daemon with the following command: $ sudo grubby --update-kernel=ALL --args=audit_backlog_limit=8192 The setting will be applied on reboot.
- RMF Control
- AU-5
- Severity
- M
- CCI
- CCI-000139
- Version
- RHEL-10-500035
- Vuln IDs
-
- V-281103
- Rule IDs
-
- SV-281103r1166261_rule
Checks: C-85664r1166259_chk
Verify the RHEL 10 audit service is configured to panic on a critical error with the following command: $ sudo grep "\-f" /etc/audit/audit.rules -f 2 If the value for "-f" is not "2", and availability is not documented as an overriding concern, this is a finding.
Fix: F-85569r1166260_fix
Configure RHEL 10 to shut down when auditing failures occur. Add the following line to the bottom of the "/etc/audit/rules.d/audit.rules" file: -f 2
- RMF Control
- AU-5
- Severity
- M
- CCI
- CCI-001855
- Version
- RHEL-10-500040
- Vuln IDs
-
- V-281104
- Rule IDs
-
- SV-281104r1208795_rule
Checks: C-85665r1208381_chk
Verify RHEL 10 takes action when allocated audit record storage volume reaches 75 percent of the repository maximum audit record storage capacity with the following command: $ sudo grep -w space_left /etc/audit/auditd.conf space_left = 25% If the value of the "space_left" keyword is not set to 25 percent of the storage volume allocated to audit logs, or if the line is commented out, ask the system administrator to indicate how the system is taking action if the allocated storage is about to reach capacity. If the "space_left" value is not configured to the correct value, this is a finding.
Fix: F-85570r1166263_fix
Configure RHEL 10 to initiate an action when allocated audit record storage volume reaches 75 percent of the repository maximum audit record storage capacity by adding/modifying the following line in the /etc/audit/auditd.conf file: space_left = 25% Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000132
- Version
- RHEL-10-500045
- Vuln IDs
-
- V-281105
- Rule IDs
-
- SV-281105r1166267_rule
Checks: C-85666r1166265_chk
Verify the RHEL 10 audit daemon is configured to label all off-loaded audit logs with the following command: $ sudo grep name_format /etc/audit/auditd.conf name_format = hostname If the "name_format" option is not "hostname", "fqd", or "numeric", or the line is commented out, this is a finding.
Fix: F-85571r1166266_fix
Configure RHEL 10 so that all off-loaded audit logs are labeled before sending them to the central log server. Edit the "/etc/audit/auditd.conf" file and add or update the "name_format" option: name_format = hostname Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-4
- Severity
- L
- CCI
- CCI-001849
- Version
- RHEL-10-500100
- Vuln IDs
-
- V-281106
- Rule IDs
-
- SV-281106r1166270_rule
Checks: C-85667r1166268_chk
Verify RHEL 10 allocates audit record storage capacity to store at least one week of audit records when audit records are not immediately sent to a central audit record storage facility. Note: The partition size needed to capture a week of audit records is based on the activity level of the system and the total storage capacity available. Typically 10GB of storage space for audit records should be sufficient. Determine which partition the audit records are being written to with the following command: $ sudo grep -w log_file /etc/audit/auditd.conf log_file = /var/log/audit/audit.log Check the size of the partition that audit records are written to with the following command and verify whether it is sufficiently large: $ df -h /var/log/audit/ Filesystem Size Used Avail Use% Mounted on /dev/mapper/luks-4e45e1ad-5337-42c4-a19f-ee12ccc1d502 10G 263M 9.7G 3% /var/log/audit If the audit record partition is not allocated for sufficient storage capacity, this is a finding.
Fix: F-85572r1166269_fix
Configure RHEL 10 to allocate enough storage capacity for at least one week of audit records when audit records are not immediately sent to a central audit record storage facility. If audit records are stored on a partition made specifically for audit records, resize the partition with sufficient space to contain one week of audit records. If audit records are not stored on a partition made specifically for audit records, a new partition with sufficient space must be created.
- RMF Control
- AU-5
- Severity
- M
- CCI
- CCI-001855
- Version
- RHEL-10-500105
- Vuln IDs
-
- V-281107
- Rule IDs
-
- SV-281107r1166273_rule
Checks: C-85668r1166271_chk
Verify RHEL 10 takes action when allocated audit record storage volume reaches 95 percent of the repository maximum audit record storage capacity with the following command: $ sudo grep -w admin_space_left /etc/audit/auditd.conf admin_space_left = 5% If the value of the "admin_space_left" keyword is not set to 5 percent of the storage volume allocated to audit logs, or if the line is commented out, ask the system administrator to indicate how the system is taking action if the allocated storage is about to reach capacity. If the "space_left" value is not configured to the correct value, this is a finding.
Fix: F-85573r1166272_fix
Configure RHEL 10 to initiate an action when allocated audit record storage volume reaches 95 percent of the repository maximum audit record storage capacity by adding/modifying the following line in the /etc/audit/auditd.conf file: admin_space_left = 5% Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-5
- Severity
- M
- CCI
- CCI-001855
- Version
- RHEL-10-500110
- Vuln IDs
-
- V-281108
- Rule IDs
-
- SV-281108r1166276_rule
Checks: C-85669r1166274_chk
Verify RHEL 10 is configured to take action if allocated audit record storage volume reaches 95 percent of the repository maximum audit record storage capacity with the following command: $ sudo grep admin_space_left_action /etc/audit/auditd.conf admin_space_left_action = single If the value of the "admin_space_left_action" is not set to "single", or if the line is commented out, ask the system administrator (SA) to indicate how the system is providing real-time alerts to the SA and information system security officer (ISSO). If there is no evidence that real-time alerts are configured on the system, this is a finding.
Fix: F-85574r1166275_fix
Configure RHEL 10 auditd service to take action if allocated audit record storage volume reaching 95 percent of the repository maximum audit record storage capacity. Edit the following line in "/etc/audit/auditd.conf" to ensure the system is forced into single user mode if the audit record storage volume is about to reach maximum capacity: admin_space_left_action = single Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001851
- Version
- RHEL-10-500115
- Vuln IDs
-
- V-281109
- Rule IDs
-
- SV-281109r1184691_rule
Checks: C-85670r1184690_chk
Verify the RHEL 10 audit system is configured to take an appropriate action when the internal event queue is full: $ sudo grep overflow_action /etc/audit/auditd.conf overflow_action = syslog If the value of the "overflow_action" option is not set to "syslog", "single", or "halt", or the line is commented out, ask the system administrator to indicate how the audit logs are off-loaded to a different system or media. If there is no evidence that the audit system is configured to off-load the audit logs to another system or media, and if the overflow action is not set to take appropriate action if the internal event queue becomes full, this is a finding.
Fix: F-85575r1166278_fix
Configure RHEL 10 to take appropriate action when the internal event queue is full. Edit the "/etc/audit/auditd.conf" file and add or update the "overflow_action" option: overflow_action = syslog Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-001487
- Version
- RHEL-10-500120
- Vuln IDs
-
- V-281110
- Rule IDs
-
- SV-281110r1166282_rule
Checks: C-85671r1166280_chk
Verify the RHEL 10 audit system is configured to resolve audit information before writing to disk with the following command: $ sudo grep log_format /etc/audit/auditd.conf log_format = ENRICHED If the "log_format" option is not "ENRICHED", or the line is commented out, this is a finding.
Fix: F-85576r1166281_fix
Configure RHEL 10 audit system to resolve audit information before writing to disk. Edit the "/etc/audit/auditd.conf" file and add or update the "log_format" option: log_format = ENRICHED Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-6
- Severity
- M
- CCI
- CCI-000154
- Version
- RHEL-10-500125
- Vuln IDs
-
- V-281111
- Rule IDs
-
- SV-281111r1166285_rule
Checks: C-85672r1166283_chk
Verify RHEL 10 is configured to flush audit records to disk after every 100 records with the following command: $ sudo grep freq /etc/audit/auditd.conf freq = 100 If "freq" is not set to a value of "100" or greater, the value is missing, or the line is commented out, this is a finding.
Fix: F-85577r1166284_fix
Configure RHEL 10 to flush audit records to disk by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": freq = 100 Restart the audit daemon with the following command for changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-5
- Severity
- M
- CCI
- CCI-001855
- Version
- RHEL-10-500205
- Vuln IDs
-
- V-281113
- Rule IDs
-
- SV-281113r1184746_rule
Checks: C-85674r1184745_chk
Verify RHEL 10 notifies the SA and ISSO (at a minimum) when allocated audit record storage volume reaches 75 percent of the repository maximum audit record storage capacity with the following command: $ sudo grep -w space_left_action /etc/audit/auditd.conf space_left_action = email If the value of the "space_left_action" is not set to "email", or if the line is commented out, ask the SA to indicate how the system is providing real-time alerts to the SA and ISSO. If there is no evidence that real-time alerts are configured on the system, this is a finding.
Fix: F-85579r1166290_fix
Configure RHEL 10 to initiate an action to notify the SA and ISSO (at a minimum) when allocated audit record storage volume reaches 75 percent of the repository maximum audit record storage capacity by adding/modifying the following line in the "/etc/audit/auditd.conf" file. space_left_action = email Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-5
- Severity
- M
- CCI
- CCI-000139
- Version
- RHEL-10-500210
- Vuln IDs
-
- V-281114
- Rule IDs
-
- SV-281114r1166294_rule
Checks: C-85675r1166292_chk
Verify RHEL 10 is configured to notify the SA and/or ISSO (at a minimum) of an audit processing failure with the following command: $ sudo grep action_mail_acct /etc/audit/auditd.conf action_mail_acct = root If the value of the "action_mail_acct" keyword is not set to "root" and/or other accounts for security personnel, the "action_mail_acct" keyword is missing, or the retuned line is commented out, ask the SA to indicate how they and the ISSO are notified of an audit process failure. If there is no evidence of the proper personnel being notified of an audit processing failure, this is a finding.
Fix: F-85580r1166293_fix
Configure RHEL 10 to notify the SA and/or ISSO (at a minimum) of an audit processing failure. Edit the following line in "/etc/audit/auditd.conf" to ensure administrators are notified via email for those situations: action_mail_acct = root Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AC-17
- Severity
- M
- CCI
- CCI-000067
- Version
- RHEL-10-500215
- Vuln IDs
-
- V-281115
- Rule IDs
-
- SV-281115r1184650_rule
Checks: C-85676r1166295_chk
Verify RHEL 10 logs SSH connection attempts and failures to the server with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*loglevel' /etc/ssh/sshd_config.d/90-sshd.conf:LogLevel VERBOSE If a value of "VERBOSE" is not returned, or the line is commented out or missing, this is a finding.
Fix: F-85581r1166296_fix
Configure RHEL 10 to log connection attempts by adding or modifying the following line in "/etc/ssh/sshd_config" or in a file in "/etc/ssh/sshd_config.d": LogLevel VERBOSE Restart the SSH daemon with the following command for the settings to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002233
- Version
- RHEL-10-500300
- Vuln IDs
-
- V-281116
- Rule IDs
-
- SV-281116r1166300_rule
Checks: C-85677r1166298_chk
Verify RHEL 10 is configured to audit the execution of the "execve" system call with the following command: $ sudo auditctl -l | grep execve -a always,exit -F arch=b32 -S execve -C uid!=euid -F euid=0 -F key=execpriv -a always,exit -F arch=b64 -S execve -C uid!=euid -F euid=0 -F key=execpriv -a always,exit -F arch=b32 -S execve -C gid!=egid -F egid=0 -F key=execpriv -a always,exit -F arch=b64 -S execve -C gid!=egid -F egid=0 -F key=execpriv If the command does not return all lines, or the lines are commented out, this is a finding.
Fix: F-85582r1166299_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "execve" system call. Add or update the following file system rules to "/etc/audit/rules.d/audit.rules": -a always,exit -F arch=b32 -S execve -C uid!=euid -F euid=0 -k execpriv -a always,exit -F arch=b64 -S execve -C uid!=euid -F euid=0 -k execpriv -a always,exit -F arch=b32 -S execve -C gid!=egid -F egid=0 -k execpriv -a always,exit -F arch=b64 -S execve -C gid!=egid -F egid=0 -k execpriv Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500310
- Vuln IDs
-
- V-281117
- Rule IDs
-
- SV-281117r1184680_rule
Checks: C-85678r1184679_chk
Verify RHEL 10 is configured to audit the execution of the "setxattr", "fsetxattr", "lsetxattr", "removexattr", "fremovexattr", and "lremovexattr" system calls with the following command: $ sudo auditctl -l | grep xattr -a always,exit -F arch=b32 -S setxattr,fsetxattr,lsetxattr,removexattr,fremovexattr,lremovexattr -F auid>=1000 -F auid!=unset -k perm_mod -a always,exit -F arch=b64 -S setxattr,fsetxattr,lsetxattr,removexattr,fremovexattr,lremovexattr -F auid>=1000 -F auid!=unset -k perm_mod -a always,exit -F arch=b32 -S setxattr,fsetxattr,lsetxattr,removexattr,fremovexattr,lremovexattr -F auid=0 -k perm_mod -a always,exit -F arch=b64 -S setxattr,fsetxattr,lsetxattr,removexattr,fremovexattr,lremovexattr -F auid=0 -k perm_mod If both the "b32" and "b64" audit rules are not defined for the "setxattr", "fsetxattr", "lsetxattr", "removexattr", "fremovexattr", and "lremovexattr" system calls, or if any of the lines returned are commented out, this is a finding.
Fix: F-85583r1166302_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "setxattr", "fsetxattr", "lsetxattr", "removexattr", "fremovexattr", and "lremovexattr" system calls by adding or updating the following lines to "/etc/audit/rules.d/audit.rules": -a always,exit -F arch=b32 -S setxattr,fsetxattr,lsetxattr,removexattr,fremovexattr,lremovexattr -F auid>=1000 -F auid!=unset -k perm_mod -a always,exit -F arch=b64 -S setxattr,fsetxattr,lsetxattr,removexattr,fremovexattr,lremovexattr -F auid>=1000 -F auid!=unset -k perm_mod -a always,exit -F arch=b32 -S setxattr,fsetxattr,lsetxattr,removexattr,fremovexattr,lremovexattr -F auid=0 -k perm_mod -a always,exit -F arch=b64 -S setxattr,fsetxattr,lsetxattr,removexattr,fremovexattr,lremovexattr -F auid=0 -k perm_mod Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500320
- Vuln IDs
-
- V-281118
- Rule IDs
-
- SV-281118r1166306_rule
Checks: C-85679r1166304_chk
Verify RHEL 10 is configured to audit the execution of the "umount" command with the following command: $ sudo auditctl -l | grep /usr/bin/umount -a always,exit -S all -F path=/usr/bin/umount -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-mount If the command does not return an audit rule for "umount", or any of the lines returned are commented out, this is a finding.
Fix: F-85584r1166305_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "umount" command by adding or updating the following rules in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/umount -F perm=x -F auid>=1000 -F auid!=unset -k privileged-mount Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500330
- Vuln IDs
-
- V-281119
- Rule IDs
-
- SV-281119r1166309_rule
Checks: C-85680r1166307_chk
Verify RHEL 10 is configured to audit the execution of the "chacl" command with the following command: $ sudo auditctl -l | grep chacl -a always,exit -S all -F path=/usr/bin/chacl -F perm=x -F auid>=1000 -F auid!=-1 -F key=perm_mod If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85585r1166308_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "chacl" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/chacl -F perm=x -F auid>=1000 -F auid!=unset -k perm_mod Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500340
- Vuln IDs
-
- V-281120
- Rule IDs
-
- SV-281120r1166312_rule
Checks: C-85681r1166310_chk
Verify RHEL 10 is configured to audit the execution of the "setfacl" command with the following command: $ sudo auditctl -l | grep setfacl -a always,exit -S all -F path=/usr/bin/setfacl -F perm=x -F auid>=1000 -F auid!=-1 -F key=perm_mod If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85586r1166311_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "setfacl" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/setfacl -F perm=x -F auid>=1000 -F auid!=unset -k perm_mod Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500350
- Vuln IDs
-
- V-281121
- Rule IDs
-
- SV-281121r1166315_rule
Checks: C-85682r1166313_chk
Verify RHEL 10 is configured to audit the execution of the "chcon" command with the following command: $ sudo auditctl -l | grep chcon -a always,exit -S all -F path=/usr/bin/chcon -F perm=x -F auid>=1000 -F auid!=-1 -F key=perm_mod If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85587r1166314_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "chcon" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/chcon -F perm=x -F auid>=1000 -F auid!=unset -k perm_mod Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500360
- Vuln IDs
-
- V-281122
- Rule IDs
-
- SV-281122r1166318_rule
Checks: C-85683r1166316_chk
Verify RHEL 10 is configured to audit the execution of the "semanage" command with the following command: $ sudo auditctl -l | grep semanage -a always,exit -S all -F path=/usr/sbin/semanage -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-unix-update If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85588r1166317_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "semanage" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/sbin/semanage -F perm=x -F auid>=1000 -F auid!=unset -k privileged-unix-update Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500370
- Vuln IDs
-
- V-281123
- Rule IDs
-
- SV-281123r1166321_rule
Checks: C-85684r1166319_chk
Verify RHEL 10 is configured to audit the execution of the "setfiles" command with the following command: $ sudo auditctl -l | grep setfiles -a always,exit -S all -F path=/usr/sbin/setfiles -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-unix-update If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85589r1166320_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "setfiles" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/sbin/setfiles -F perm=x -F auid>=1000 -F auid!=unset -k privileged-unix-update Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500380
- Vuln IDs
-
- V-281124
- Rule IDs
-
- SV-281124r1166324_rule
Checks: C-85685r1166322_chk
Verify RHEL 10 is configured to audit the execution of the "setsebool" command with the following command: $ sudo auditctl -l | grep setsebool -a always,exit -S all -F path=/usr/sbin/setsebool -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85590r1166323_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful use of the "setsebool " command by adding or updating the following rules in the "/etc/audit/rules.d/audit.rules" file: -a always,exit -F path=/usr/sbin/setsebool -F perm=x -F auid>=1000 -F auid!=unset -F key=privileged Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500390
- Vuln IDs
-
- V-281125
- Rule IDs
-
- SV-281125r1197225_rule
Checks: C-85686r1166325_chk
Verify RHEL 10 is configured to audit successful/unsuccessful attempts to use the "truncate", "ftruncate", "creat", "open", "openat", and "open_by_handle_at" system calls with the following command: $ sudo auditctl -l | grep 'open\|truncate\|creat' -a always,exit -F arch=b32 -S truncate,ftruncate,creat,open,openat,open_by_handle_at -F exit=-EPERM -F auid>=1000 -F auid!=unset -k perm_access -a always,exit -F arch=b64 -S truncate,ftruncate,creat,open,openat,open_by_handle_at -F exit=-EPERM -F auid>=1000 -F auid!=unset -k perm_access -a always,exit -F arch=b32 -S truncate,ftruncate,creat,open,openat,open_by_handle_at -F exit=-EACCES -F auid>=1000 -F auid!=unset -k perm_access -a always,exit -F arch=b64 -S truncate,ftruncate,creat,open,openat,open_by_handle_at -F exit=-EACCES -F auid>=1000 -F auid!=unset -k perm_access If the output does not produce rules containing "-F exit=-EPERM", this is a finding. If the output does not produce rules containing "-F exit=-EACCES", this is a finding. If the command does not return an audit rule for "truncate", "ftruncate", "creat", "open", "openat", and "open_by_handle_at", or any of the lines returned are commented out, this is a finding.
Fix: F-85591r1166326_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful use of the "truncate", "ftruncate", "creat", "open", "openat", and "open_by_handle_at" system calls by adding or updating the following rules in the "/etc/audit/rules.d/audit.rules" file: -a always,exit -F arch=b32 -S truncate,ftruncate,creat,open,openat,open_by_handle_at -F exit=-EPERM -F auid>=1000 -F auid!=unset -k perm_access -a always,exit -F arch=b64 -S truncate,ftruncate,creat,open,openat,open_by_handle_at -F exit=-EPERM -F auid>=1000 -F auid!=unset -k perm_access -a always,exit -F arch=b32 -S truncate,ftruncate,creat,open,openat,open_by_handle_at -F exit=-EACCES -F auid>=1000 -F auid!=unset -k perm_access -a always,exit -F arch=b64 -S truncate,ftruncate,creat,open,openat,open_by_handle_at -F exit=-EACCES -F auid>=1000 -F auid!=unset -k perm_access Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500400
- Vuln IDs
-
- V-281126
- Rule IDs
-
- SV-281126r1166330_rule
Checks: C-85687r1166328_chk
Verify RHEL 10 is configured to audit the execution of the "delete_module" system call with the following command: $ sudo auditctl -l | grep delete_module -a always,exit -F arch=b32 -S delete_module -F auid>=1000 -F auid!=-1 -F key=module_chng -a always,exit -F arch=b64 -S delete_module -F auid>=1000 -F auid!=-1 -F key=module_chng If both the "b32" and "b64" audit rules are not defined for the "delete_module" system call, or any of the lines returned are commented out, this is a finding.
Fix: F-85592r1166329_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful use of the "delete_module" system call by adding or updating the following rules in the "/etc/audit/rules.d/audit.rules" file: -a always,exit -F arch=b32 -S delete_module -F auid>=1000 -F auid!=unset -k module_chng -a always,exit -F arch=b64 -S delete_module -F auid>=1000 -F auid!=unset -k module_chng Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500410
- Vuln IDs
-
- V-281127
- Rule IDs
-
- SV-281127r1208796_rule
Checks: C-85688r1208385_chk
Verify RHEL 10 is configured to audit the execution of the "init_module" and "finit_module" syscalls with the following command: $ sudo auditctl -l | grep init_module -a always,exit -F arch=b32 -S init_module,finit_module -F auid>=1000 -F auid!=unset -k module_chng -a always,exit -F arch=b64 -S init_module,finit_module -F auid>=1000 -F auid!=unset -k module_chng If both the "b32" and "b64" audit rules are not defined for the "init_module" and "finit_module" system calls, or any of the lines returned are commented out, this is a finding.
Fix: F-85593r1166332_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful use of the "init_module" and "finit_module" system calls by adding or updating the following rules in the "/etc/audit/rules.d/audit.rules" file: -a always,exit -F arch=b32 -S init_module,finit_module -F auid>=1000 -F auid!=unset -k module_chng -a always,exit -F arch=b64 -S init_module,finit_module -F auid>=1000 -F auid!=unset -k module_chng Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500420
- Vuln IDs
-
- V-281128
- Rule IDs
-
- SV-281128r1166336_rule
Checks: C-85689r1166334_chk
Verify RHEL 10 is configured to audit the execution of the "chage" command with the following command: $ sudo auditctl -l | grep chage -a always,exit -S all -F path=/usr/bin/chage -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-chage If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85594r1166335_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "chage" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/chage -F perm=x -F auid>=1000 -F auid!=unset -k privileged-chage Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500430
- Vuln IDs
-
- V-281129
- Rule IDs
-
- SV-281129r1166339_rule
Checks: C-85690r1166337_chk
Verify RHEL 10 is configured to audit the execution of the "chsh" command with the following command: $ sudo auditctl -l | grep chsh -a always,exit -S all -F path=/usr/bin/chsh -F perm=x -F auid>=1000 -F auid!=-1 -F key=priv_cmd If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85595r1166338_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "chsh" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/chsh -F perm=x -F auid>=1000 -F auid!=unset -k priv_cmd Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500440
- Vuln IDs
-
- V-281130
- Rule IDs
-
- SV-281130r1166342_rule
Checks: C-85691r1166340_chk
Verify RHEL 10 is configured to audit the execution of the "crontab" command with the following command: $ sudo auditctl -l | grep crontab -a always,exit -S all -F path=/usr/bin/crontab -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-crontab If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85596r1166341_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "crontab" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/crontab -F perm=x -F auid>=1000 -F auid!=unset -k privileged-crontab Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500450
- Vuln IDs
-
- V-281131
- Rule IDs
-
- SV-281131r1166345_rule
Checks: C-85692r1166343_chk
Verify RHEL 10 is configured to audit the execution of the "gpasswd" command with the following command: $ sudo auditctl -l | grep gpasswd -a always,exit -S all -F path=/usr/bin/gpasswd -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-gpasswd If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85597r1166344_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "gpasswd" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/gpasswd -F perm=x -F auid>=1000 -F auid!=unset -k privileged-gpasswd Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500460
- Vuln IDs
-
- V-281132
- Rule IDs
-
- SV-281132r1166348_rule
Checks: C-85693r1166346_chk
Verify RHEL 10 is configured to audit the execution of the "kmod" command with the following command: $ sudo auditctl -l | grep kmod -a always,exit -S all -F path=/usr/bin/kmod -F perm=x -F auid>=1000 -F auid!=-1 -F key=modules If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85598r1166347_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "kmod" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/kmod -F perm=x -F auid>=1000 -F auid!=unset -k modules Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500470
- Vuln IDs
-
- V-281133
- Rule IDs
-
- SV-281133r1166351_rule
Checks: C-85694r1166349_chk
Verify RHEL 10 is configured to audit the execution of the "newgrp" command with the following command: $ sudo auditctl -l | grep newgrp -a always,exit -S all -F path=/usr/bin/newgrp -F perm=x -F auid>=1000 -F auid!=-1 -F key=priv_cmd If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85599r1166350_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "newgrp" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/newgrp -F perm=x -F auid>=1000 -F auid!=unset -k priv_cmd Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500480
- Vuln IDs
-
- V-281134
- Rule IDs
-
- SV-281134r1166354_rule
Checks: C-85695r1166352_chk
Verify RHEL 10 is configured to audit the execution of the "pam_timestamp_check" command with the following command: $ sudo auditctl -l | grep timestamp -a always,exit -S all -F path=/usr/sbin/pam_timestamp_check -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-pam_timestamp_check If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85600r1166353_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "pam_timestamp_check" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/sbin/pam_timestamp_check -F perm=x -F auid>=1000 -F auid!=unset -k privileged-pam_timestamp_check Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500490
- Vuln IDs
-
- V-281135
- Rule IDs
-
- SV-281135r1184693_rule
Checks: C-85696r1184692_chk
Verify RHEL 10 generates audit records for all account creations, modifications, disabling, and termination events that affect "/etc/passwd" with the following command: $ sudo auditctl -l | egrep '(/usr/bin/passwd)' -a always,exit -S all -F path=/usr/bin/passwd -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-passwd If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85601r1166356_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "passwd" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/passwd -F perm=x -F auid>=1000 -F auid!=unset -k privileged-passwd Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500500
- Vuln IDs
-
- V-281136
- Rule IDs
-
- SV-281136r1166360_rule
Checks: C-85697r1166358_chk
Verify RHEL 10 is configured to audit the execution of the "postdrop" command with the following command: $ sudo auditctl -l | grep postdrop -a always,exit -S all -F path=/usr/sbin/postdrop -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-unix-update If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85602r1166359_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "postdrop" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/sbin/postdrop -F perm=x -F auid>=1000 -F auid!=unset -k privileged-unix-update Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500510
- Vuln IDs
-
- V-281137
- Rule IDs
-
- SV-281137r1197226_rule
Checks: C-85698r1166361_chk
Verify RHEL 10 is configured to audit the execution of the "postqueue" command with the following command: $ sudo auditctl -l | grep postqueue -a always,exit -S all -F path=/usr/sbin/postqueue -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-unix-update If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85603r1166362_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "postqueue" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/sbin/postqueue -F perm=x -F auid>=1000 -F auid!=unset -k privileged-unix-update Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500520
- Vuln IDs
-
- V-281138
- Rule IDs
-
- SV-281138r1197227_rule
Checks: C-85699r1166364_chk
Verify RHEL 10 is configured to audit the execution of the "ssh-agent" command with the following command: $ sudo auditctl -l | grep ssh-agent -a always,exit -S all -F path=/usr/bin/ssh-agent -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-ssh If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85604r1166365_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "ssh-agent" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/ssh-agent -F perm=x -F auid>=1000 -F auid!=unset -k privileged-ssh Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500530
- Vuln IDs
-
- V-281139
- Rule IDs
-
- SV-281139r1197228_rule
Checks: C-85700r1166367_chk
Verify RHEL 10 is configured to audit the execution of the "ssh-keysign" command with the following command: $ sudo auditctl -l | grep ssh-keysign -a always,exit -S all -F path=/usr/libexec/openssh/ssh-keysign -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-ssh If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85605r1166368_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "ssh-keysign" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/libexec/openssh/ssh-keysign -F perm=x -F auid>=1000 -F auid!=unset -k privileged-ssh Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500540
- Vuln IDs
-
- V-281140
- Rule IDs
-
- SV-281140r1197229_rule
Checks: C-85701r1166370_chk
Verify RHEL 10 is configured to audit the execution of the "su" command with the following command: $ sudo auditctl -l | grep '/usr/bin/su\b' -a always,exit -S all -F path=/usr/bin/su -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-priv_change If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85606r1166371_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "su" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/su -F perm=x -F auid>=1000 -F auid!=unset -k privileged-priv_change Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500550
- Vuln IDs
-
- V-281141
- Rule IDs
-
- SV-281141r1197230_rule
Checks: C-85702r1166373_chk
Verify RHEL 10 is configured to audit the execution of the "sudo" command with the following command: $ sudo auditctl -l | grep '/usr/bin/sudo\b' -a always,exit -S all -F path=/usr/bin/sudo -F perm=x -F auid>=1000 -F auid!=-1 -F key=priv_cmd If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85607r1166374_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "sudo" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/sudo -F perm=x -F auid>=1000 -F auid!=unset -k priv_cmd Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500560
- Vuln IDs
-
- V-281142
- Rule IDs
-
- SV-281142r1197231_rule
Checks: C-85703r1166376_chk
Verify RHEL 10 is configured to audit the execution of the "sudoedit" command with the following command: $ sudo auditctl -l | grep /usr/bin/sudoedit -a always,exit -S all -F path=/usr/bin/sudoedit -F perm=x -F auid>=1000 -F auid!=-1 -F key=priv_cmd If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85608r1166377_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "sudoedit" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/bin/sudoedit -F perm=x -F auid>=1000 -F auid!=unset -k priv_cmd Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500570
- Vuln IDs
-
- V-281143
- Rule IDs
-
- SV-281143r1197232_rule
Checks: C-85704r1166379_chk
Verify RHEL 10 is configured to audit the execution of the "unix_chkpwd" command with the following command: $ sudo auditctl -l | grep unix_chkpwd -a always,exit -S all -F path=/usr/sbin/unix_chkpwd -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-unix-update If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85609r1166380_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "unix_chkpwd" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/sbin/unix_chkpwd -F perm=x -F auid>=1000 -F auid!=unset -k privileged-unix-update Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500580
- Vuln IDs
-
- V-281144
- Rule IDs
-
- SV-281144r1166384_rule
Checks: C-85705r1166382_chk
Verify RHEL 10 is configured to audit the execution of the "unix_update" command with the following command: $ sudo auditctl -l | grep unix_update -a always,exit -S all -F path=/usr/sbin/unix_update -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-unix-update If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85610r1166383_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "unix_update" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/sbin/unix_update -F perm=x -F auid>=1000 -F auid!=unset -k privileged-unix-update Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500590
- Vuln IDs
-
- V-281145
- Rule IDs
-
- SV-281145r1197233_rule
Checks: C-85706r1166385_chk
Verify RHEL 10 is configured to audit the execution of the "userhelper" command with the following command: $ sudo auditctl -l | grep userhelper -a always,exit -S all -F path=/usr/sbin/userhelper -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-unix-update If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85611r1166386_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "userhelper" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/sbin/userhelper -F perm=x -F auid>=1000 -F auid!=unset -k privileged-unix-update Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500600
- Vuln IDs
-
- V-281146
- Rule IDs
-
- SV-281146r1197235_rule
Checks: C-85707r1166388_chk
Verify RHEL 10 is configured to audit the execution of the "usermod" command with the following command: $ sudo auditctl -l | grep usermod -a always,exit -S all -F path=/usr/sbin/usermod -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-usermod If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85612r1197234_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "usermod" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F path=/usr/sbin/usermod -F perm=x -F auid>=1000 -F auid!=unset -k privileged-usermod Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500610
- Vuln IDs
-
- V-281147
- Rule IDs
-
- SV-281147r1166393_rule
Checks: C-85708r1166391_chk
Verify RHEL 10 is configured to audit the execution of the "mount" command with the following command: $ sudo auditctl -l | grep mount -a always,exit -F arch=b32 -S mount -F auid>=1000 -F auid!=unset -k export -a always,exit -F arch=b64 -S mount -F auid>=1000 -F auid!=unset -k export If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85613r1166392_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "mount" command by adding or updating the following rule in "/etc/audit/rules.d/audit.rules": -a always,exit -F arch=b32 -S mount -F auid>=1000 -F auid!=unset -k export -a always,exit -F arch=b64 -S mount -F auid>=1000 -F auid!=unset -k export Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- RHEL-10-500620
- Vuln IDs
-
- V-281148
- Rule IDs
-
- SV-281148r1166396_rule
Checks: C-85709r1166394_chk
Verify RHEL 10 is configured to audit the execution of the "init" command with the following command: $ sudo auditctl -l | grep /usr/sbin/init -a always,exit -S all -F path=/usr/sbin/init -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-init If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85614r1166395_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful uses of the "init" command by adding or updating the following rule in the "/etc/audit/rules.d/audit.rules" file: -a always,exit -F path=/usr/sbin/init -F perm=x -F auid>=1000 -F auid!=unset -k privileged-init Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- RHEL-10-500630
- Vuln IDs
-
- V-281149
- Rule IDs
-
- SV-281149r1166399_rule
Checks: C-85710r1166397_chk
Verify RHEL 10 is configured to audit the execution of the "poweroff" command with the following command: $ sudo auditctl -l | grep poweroff -a always,exit -S all -F path=/usr/sbin/poweroff -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-poweroff If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85615r1166398_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful uses of the "poweroff" command by adding or updating the following rule in the "/etc/audit/rules.d/audit.rules" file: -a always,exit -F path=/usr/sbin/poweroff -F perm=x -F auid>=1000 -F auid!=unset -k privileged-poweroff Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- RHEL-10-500640
- Vuln IDs
-
- V-281150
- Rule IDs
-
- SV-281150r1166402_rule
Checks: C-85711r1166400_chk
Verify RHEL 10 is configured to audit the execution of the "reboot" command with the following command: $ sudo auditctl -l | grep reboot -a always,exit -S all -F path=/usr/sbin/reboot -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-reboot If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85616r1166401_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful uses of the "reboot" command by adding or updating the following rule in the "/etc/audit/rules.d/audit.rules" file: -a always,exit -F path=/usr/sbin/reboot -F perm=x -F auid>=1000 -F auid!=unset -k privileged-reboot Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000172
- Version
- RHEL-10-500650
- Vuln IDs
-
- V-281151
- Rule IDs
-
- SV-281151r1166405_rule
Checks: C-85712r1166403_chk
Verify RHEL 10 is configured to audit the execution of the "shutdown" command with the following command: $ sudo cat /etc/audit/rules.d/* | grep shutdown -a always,exit -S all -F path=/usr/sbin/shutdown -F perm=x -F auid>=1000 -F auid!=-1 -F key=privileged-shutdown If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85617r1166404_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful uses of the "shutdown" command by adding or updating the following rule in the "/etc/audit/rules.d/audit.rules" file: -a always,exit -F path=/usr/sbin/shutdown -F perm=x -F auid>=1000 -F auid!=unset -k privileged-shutdown Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500660
- Vuln IDs
-
- V-281152
- Rule IDs
-
- SV-281152r1166408_rule
Checks: C-85713r1166406_chk
Verify RHEL 10 generates an audit record for all uses of the "umount" system call with the following command: $ sudo auditctl -l | grep b32 | grep 'umount\b' -a always,exit -F arch=b32 -S umount -F auid>=1000 -F auid!=-1 -F key=privileged-umount If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85618r1166407_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful uses of the "umount" system call by adding or updating the following rules in "/etc/audit/audit.rules" and adding the following rules to "/etc/audit/rules.d/perm_mod.rules" or updating the existing rules in files in the "/etc/audit/rules.d/" directory: -a always,exit -F arch=b32 -S umount -F auid>=1000 -F auid!=unset -k privileged-umount Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500670
- Vuln IDs
-
- V-281153
- Rule IDs
-
- SV-281153r1166411_rule
Checks: C-85714r1166409_chk
Verify RHEL 10 generates an audit record for all uses of the "umount2" system call with the following command: $ sudo auditctl -l | grep umount2 -a always,exit -F arch=b64 -S umount2 -F auid>=1000 -F auid!=-1 -F key=privileged-umount -a always,exit -F arch=b32 -S umount2 -F auid>=1000 -F auid!=-1 -F key=privileged-umount If no line is returned, this is a finding.
Fix: F-85619r1166410_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful uses of the "umount2" system call by adding or updating the following rules in a file in "/etc/audit/rules.d": -a always,exit -F arch=b32 -S umount2 -F auid>=1000 -F auid!=unset -k privileged-umount -a always,exit -F arch=b64 -S umount2 -F auid>=1000 -F auid!=unset -k privileged-umount Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-000018
- Version
- RHEL-10-500680
- Vuln IDs
-
- V-281154
- Rule IDs
-
- SV-281154r1166414_rule
Checks: C-85715r1166412_chk
Verify RHEL 10 generates audit records for all account creations, modifications, disabling, and termination events that affect "/etc/sudoers" with the following command: $ sudo auditctl -l | grep '/etc/sudoers[^.]' -a always,exit -F arch=b32 -F path=/etc/sudoers -F perm=wa -F key=logins -a always,exit -F arch=b64 -F path=/etc/sudoers -F perm=wa -F key=logins If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85620r1166413_fix
Configure RHEL 10 to generate audit records for all account creations, modifications, disabling, and termination events that affect "/etc/sudoers". Add or update the following file system rule to "/etc/audit/rules.d/audit.rules": -a always,exit -F arch=b32 -F path=/etc/sudoers -F perm=wa -F key=logins -a always,exit -F arch=b64 -F path=/etc/sudoers -F perm=wa -F key=logins Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-000018
- Version
- RHEL-10-500690
- Vuln IDs
-
- V-281155
- Rule IDs
-
- SV-281155r1197236_rule
Checks: C-85716r1166415_chk
Verify RHEL 10 generates audit records for all account creations, modifications, disabling, and termination events that affect "/etc/sudoers.d/" with the following command: $ sudo auditctl -l | grep /etc/sudoers.d -a always,exit -F arch=b32 -F path=/etc/sudoers.d/ -F perm=wa -F key=identity -a always,exit -F arch=b64 -F path=/etc/sudoers.d/ -F perm=wa -F key=identity If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85621r1166416_fix
Configure RHEL 10 to generate audit records for all account creations, modifications, disabling, and termination events that affect "/etc/sudoers.d/". Add or update the following file system rule to "/etc/audit/rules.d/audit.rules": -a always,exit -F arch=b32 -F path=/etc/sudoers.d/ -F perm=wa -F key=identity -a always,exit -F arch=b64 -F path=/etc/sudoers.d/ -F perm=wa -F key=identity Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-000018
- Version
- RHEL-10-500700
- Vuln IDs
-
- V-281156
- Rule IDs
-
- SV-281156r1166420_rule
Checks: C-85717r1166418_chk
Verify RHEL 10 generates audit records for all account creations, modifications, disabling, and termination events that affect "/etc/group" with the following command: $ sudo auditctl -l | egrep '(/etc/group)' -a always,exit -F arch=b32 -F path=/etc/group -F perm=wa -F key=identity -a always,exit -F arch=b64 -F path=/etc/group -F perm=wa -F key=identity If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85622r1166419_fix
Configure RHEL 10 to generate audit records for all account creations, modifications, disabling, and termination events that affect "/etc/group". Add or update the following file system rule to "/etc/audit/rules.d/audit.rules": -a always,exit -F arch=b32 -F path=/etc/group -F perm=wa -F key=identity -a always,exit -F arch=b64 -F path=/etc/group -F perm=wa -F key=identity Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-000018
- Version
- RHEL-10-500710
- Vuln IDs
-
- V-281157
- Rule IDs
-
- SV-281157r1166423_rule
Checks: C-85718r1166421_chk
Verify RHEL 10 generates audit records for all account creations, modifications, disabling, and termination events that affect "/etc/gshadow" with the following command: $ sudo auditctl -l | egrep '(/etc/gshadow)' -a always,exit -F arch=b32 -F path=/etc/gshadow -F perm=wa -F key=identity -a always,exit -F arch=b64 -F path=/etc/gshadow -F perm=wa -F key=identity If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85623r1166422_fix
Configure RHEL 10 to generate audit records for all account creations, modifications, disabling, and termination events that affect "/etc/gshadow". Add or update the following file system rule to "/etc/audit/rules.d/audit.rules": -a always,exit -F arch=b32 -F path=/etc/gshadow -F perm=wa -F key=identity -a always,exit -F arch=b64 -F path=/etc/gshadow -F perm=wa -F key=identity Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-000018
- Version
- RHEL-10-500720
- Vuln IDs
-
- V-281158
- Rule IDs
-
- SV-281158r1166426_rule
Checks: C-85719r1166424_chk
Verify RHEL 10 generates audit records for all account creations, modifications, disabling, and termination events that affect "/etc/security/opasswd" with the following command: $ sudo auditctl -l | egrep '(/etc/security/opasswd)' -a always,exit -F arch=b32 -F path=/etc/security/opasswd -F perm=wa -F key=identity -a always,exit -F arch=b64 -F path=/etc/security/opasswd -F perm=wa -F key=identity If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85624r1166425_fix
Configure RHEL 10 to generate audit records for all account creations, modifications, disabling, and termination events that affect "/etc/security/opasswd". Add or update the following file system rule to "/etc/audit/rules.d/audit.rules": -a always,exit -F arch=b32 -F path=/etc/security/opasswd -F perm=wa -F key=identity -a always,exit -F arch=b64 -F path=(/etc/security/opasswd -F perm=wa -F key=identity Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-000018
- Version
- RHEL-10-500730
- Vuln IDs
-
- V-281159
- Rule IDs
-
- SV-281159r1166429_rule
Checks: C-85720r1166427_chk
Verify RHEL 10 generates audit records for all account creations, modifications, disabling, and termination events that affect "/etc/passwd" with the following command: $ sudo auditctl -l | egrep '(/etc/passwd)' -a always,exit -F arch=b32 -F path=/etc/passwd -F perm=wa -F key=identity -a always,exit -F arch=b64 -F path=/etc/passwd -F perm=wa -F key=identity If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85625r1166428_fix
Configure RHEL 10 to generate audit records for all account creations, modifications, disabling, and termination events that affect "/etc/passwd". Add or update the following file system rule to "/etc/audit/rules.d/audit.rules": -a always,exit -F arch=b32 -F path=/etc/passwd -F perm=wa -F key=identity -a always,exit -F arch=b64 -F path=/etc/passwd -F perm=wa -F key=identity Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-000018
- Version
- RHEL-10-500740
- Vuln IDs
-
- V-281160
- Rule IDs
-
- SV-281160r1184695_rule
Checks: C-85721r1184694_chk
Verify RHEL 10 generates audit records for all account creations, modifications, disabling, and termination events that affect "/etc/shadow" with the following command: $ sudo auditctl -l | egrep '(/etc/shadow)' -a always,exit -F arch=b32 -F path=/etc/shadow -F perm=wa -F key=identity -a always,exit -F arch=b64 -F path=/etc/shadow -F perm=wa -F key=identity If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85626r1166431_fix
Configure RHEL 10 to generate audit records for all account creations, modifications, disabling, and termination events that affect "/etc/shadow". Add or update the following file system rule to "/etc/audit/rules.d/audit.rules": -a always,exit -F arch=b32 -F path=/etc/shadow -F perm=wa -F key=identity -a always,exit -F arch=b64 -F path=/etc/shadow -F perm=wa -F key=identity Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- MA-4
- Severity
- M
- CCI
- CCI-002884
- Version
- RHEL-10-500750
- Vuln IDs
-
- V-281161
- Rule IDs
-
- SV-281161r1166435_rule
Checks: C-85722r1166433_chk
Verify RHEL 10 generates audit records for all account creations, modifications, disabling, and termination events that affect "/var/log/faillock" with the following command: $ sudo auditctl -l | grep /var/log/faillock -a always,exit -F arch=b32 -F path=/var/log/faillock -F perm=wa -F key=identity -a always,exit -F arch=b64 -F path=/var/log/faillock -F perm=wa -F key=identity If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85627r1166434_fix
Configure RHEL 10 to generate audit records for all account creations, modifications, disabling, and termination events that affect "/var/log/faillock". Add or update the following file system rule to "/etc/audit/rules.d/audit.rules": -a always,exit -F arch=b32 -F path=/var/log/faillock -F perm=wa -F key=identity -a always,exit -F arch=b64 -F path=/var/log/faillock -F perm=wa -F key=identity Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500760
- Vuln IDs
-
- V-281162
- Rule IDs
-
- SV-281162r1166438_rule
Checks: C-85723r1166436_chk
Verify RHEL 10 generates audit records for all account creations, modifications, disabling, and termination events that affect "/var/log/lastlog" with the following command: $ sudo auditctl -l | grep /var/log/lastlog -a always,exit -F arch=b32 -F path=/var/log/lastlog -F perm=wa -F key=logins -a always,exit -F arch=b64 -F path=/var/log/lastlog -F perm=wa -F key=logins If the command does not return a line, or the line is commented out, this is a finding.
Fix: F-85628r1166437_fix
Configure RHEL 10 to generate audit records for all account creations, modifications, disabling, and termination events that affect "/var/log/lastlog". Add or update the following file system rule to "/etc/audit/rules.d/audit.rules": -a always,exit -F arch=b32 -F path=/var/log/lastlog -F perm=wa -F key=logins -a always,exit -F arch=b64 -F path=/var/log/lastlog -F perm=wa -F key=logins Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500780
- Vuln IDs
-
- V-281163
- Rule IDs
-
- SV-281163r1166441_rule
Checks: C-85724r1166439_chk
Verify RHEL 10 is configured to audit the execution of the "chmod", "fchmod", "fchmodat", and "fchmodat2" syscalls with the following command: $ sudo auditctl -l | grep chmod -a always,exit -F arch=b32 -S chmod,fchmod,fchmodat,fchmodat2 -F auid>=1000 -F auid!=unset -k perm_mod -a always,exit -F arch=b64 -S chmod,fchmod,fchmodat,fchmodat2 -F auid>=1000 -F auid!=unset -k perm_mod If both the "b32" and "b64" audit rules are not defined for the "chmod", "fchmod", "fchmodat", and "fchmodat2" syscalls, this is a finding.
Fix: F-85629r1166440_fix
Configure RHEL 10 to generate audit records upon successful and unsuccessful attempts to use the "chmod", "fchmod", "fchmodat", and "fchmodat2" syscalls. Add or update the following rules in "/etc/audit/rules.d/audit.rules": -a always,exit -F arch=b32 -S chmod,fchmod,fchmodat,fchmodat2 -F auid>=1000 -F auid!=unset -k perm_mod -a always,exit -F arch=b64 -S chmod,fchmod,fchmodat,fchmodat2 -F auid>=1000 -F auid!=unset -k perm_mod Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500790
- Vuln IDs
-
- V-281164
- Rule IDs
-
- SV-281164r1166444_rule
Checks: C-85725r1166442_chk
Verify RHEL 10 is configured to audit the execution of the "chown", "fchown", "fchownat", and "lchown" syscalls with the following command: $ sudo auditctl -l | grep chown -a always,exit -F arch=b32 -S chown,fchown,fchownat,lchown -F auid>=1000 -F auid!=unset -k perm_mod -a always,exit -F arch=b64 -S chown,fchown,fchownat,lchown -F auid>=1000 -F auid!=unset -k perm_mod If both the "b32" and "b64" audit rules are not defined for the "chown", "fchown", "fchownat", and "lchown" syscalls, this is a finding.
Fix: F-85630r1166443_fix
Configure RHEL 10 to generate audit records upon successful/unsuccessful attempts to use the "chown", "fchown", "fchownat", and "lchown"" syscalls. Add or update the following rules in "/etc/audit/rules.d/audit.rules": -a always,exit -F arch=b32 -S chown,fchown,fchownat,lchown -F auid>=1000 -F auid!=unset -k perm_mod -a always,exit -F arch=b64 -S chown,fchown,fchownat,lchown -F auid>=1000 -F auid!=unset -k perm_mod Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000130
- Version
- RHEL-10-500810
- Vuln IDs
-
- V-281165
- Rule IDs
-
- SV-281165r1166447_rule
Checks: C-85726r1166445_chk
Verify RHEL 10 is configured to audit successful/unsuccessful attempts to use the "rename", "unlink", "rmdir", "renameat", "renameat2", and "unlinkat" system calls with the following command: $ sudo auditctl -l | grep 'rename\|unlink\|rmdir' -a always,exit -F arch=b32 -S rename,unlink,rmdir,renameat,renameat2,unlinkat -F auid>=1000 -F auid!=unset -k delete -a always,exit -F arch=b64 -S rename,unlink,rmdir,renameat,renameat2,unlinkat -F auid>=1000 -F auid!=unset -k delete If the command does not return an audit rule for "rename", "unlink", "rmdir", "renameat", and "unlinkat", or any of the lines returned are commented out, this is a finding.
Fix: F-85631r1166446_fix
Configure RHEL 10 to generate an audit event for any successful/unsuccessful use of the "rename", "unlink", "rmdir", "renameat", "renameat2", and "unlinkat" system calls by adding or updating the following rules in the "/etc/audit/rules.d/audit.rules" file: -a always,exit -F arch=b32 -S rename,unlink,rmdir,renameat,renameat2,unlinkat -F auid>=1000 -F auid!=unset -k delete -a always,exit -F arch=b64 -S rename,unlink,rmdir,renameat,renameat2,unlinkat -F auid>=1000 -F auid!=unset -k delete Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-600000
- Vuln IDs
-
- V-281166
- Rule IDs
-
- SV-281166r1166450_rule
Checks: C-85727r1166448_chk
Verify RHEL 10 requires a boot loader superuser password with the following command: $ sudo grep password_pbkdf2 /etc/grub2.cfg password_pbkdf2 <superusers-accountname> ${GRUB2_PASSWORD} To verify the boot loader superuser account password has been set and the password encrypted, run the following command: $ sudo cat /boot/grub2/user.cfg GRUB2_PASSWORD=grub.pbkdf2.sha512.10000.C4E08AC72FBFF7E837FD267BFAD7AEB3D42DDC 2C99F2A94DD5E2E75C2DC331B719FE55D9411745F82D1B6CFD9E927D61925F9BBDD1CFAA0080E0 916F7AB46E0D.1302284FCCC52CD73BA3671C6C12C26FF50BA873293B24EE2A96EE3B57963E6D7 0C83964B473EC8F93B07FE749AA6710269E904A9B08A6BBACB00A2D242AD828 If a "GRUB2_PASSWORD" is not set, this is a finding.
Fix: F-85632r1166449_fix
Configure RHEL 10 to require a grub bootloader password for the grub superuser account. Generate an encrypted grub2 password for the grub superuser account with the following command: $ sudo grub2-setpassword Enter password: Confirm password:
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-600010
- Vuln IDs
-
- V-281167
- Rule IDs
-
- SV-281167r1166453_rule
Checks: C-85728r1166451_chk
Verify RHEL 10 requires a unique superusers name upon booting into single-user and maintenance modes. Verify that the boot loader superuser account has been set with the following command: $ sudo grep -A1 "superusers" /etc/grub2.cfg set superusers="<accountname>" export superusers password_pbkdf2 <accountname> ${GRUB2_PASSWORD} Verify <accountname> is not a common name such as root, admin, or administrator. If superusers contains easily guessable usernames, this is a finding.
Fix: F-85633r1166452_fix
Configure RHEL 10 to have a unique username for the grub superuser account. Edit the "/etc/grub.d/01_users" file and add or modify the following lines with a nondefault username for the superuser account: set superusers="<accountname>" export superusers Once the superuser account has been added, update the "grub.cfg" file by regenerating the GRUB configuration with the following command: $ sudo grub2-mkconfig -o /boot/grub2/grub.cfg --update-bls-cmdline Reboot the system: $ sudo reboot
- RMF Control
- SI-6
- Severity
- M
- CCI
- CCI-002696
- Version
- RHEL-10-600020
- Vuln IDs
-
- V-281168
- Rule IDs
-
- SV-281168r1195416_rule
Checks: C-85729r1195415_chk
Verify RHEL 10 system accounts do not have an interactive login shell with the following command: $ awk -F: '($3<1000){print $1 ":" $3 ":" $7}' /etc/passwd root:0:/bin/bash bin:1:/sbin/nologin daemon:2:/sbin/nologin adm:3:/sbin/nologin lp:4:/sbin/nologin Identify the listed system accounts that have a shell other than nologin. If any system account (other than the root account) has a login shell and it is not documented with the information system security officer (ISSO), this is a finding.
Fix: F-85634r1166455_fix
Configure RHEL 10 so that all noninteractive accounts on the system do not have an interactive shell assigned to them. If the system account needs a shell assigned for mission operations, document the need with the ISSO. Run the following command to disable the interactive shell for a specific noninteractive user account: Replace <user> with the user that has a login shell. $ sudo usermod --shell /sbin/nologin <user> Do not perform the steps in this section on the root account. Doing so will cause the system to become inaccessible.
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600100
- Vuln IDs
-
- V-281169
- Rule IDs
-
- SV-281169r1166459_rule
Checks: C-85730r1166457_chk
Verify RHEL 10 enforces a 60-day maximum password lifetime for new user accounts by running the following command: $ sudo grep -i pass_max_days /etc/login.defs PASS_MAX_DAYS 60 If the "PASS_MAX_DAYS" parameter value is greater than "60" or is commented out, this is a finding.
Fix: F-85635r1166458_fix
Configure RHEL 10 to enforce a 60-day maximum password lifetime. Add or modify the following line in the "/etc/login.defs" file: PASS_MAX_DAYS 60
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600110
- Vuln IDs
-
- V-281170
- Rule IDs
-
- SV-281170r1184651_rule
Checks: C-85731r1166460_chk
Verify RHEL 10 enforces a 60-day maximum time period for existing user account passwords with the following commands: $ sudo awk -F: '$5 > 60 {print $1 "" "" $5}' /etc/shadow $ sudo awk -F: '$5 <= 0 {print $1 "" "" $5}' /etc/shadow If any results are returned that are not associated with a system account, this is a finding.
Fix: F-85636r1166461_fix
Configure RHEL 10 to enforce a 60-day maximum password lifetime restriction on user account passwords. Set the 60-day maximum password lifetime restriction with the following command: $ sudo passwd -x 60 [user]
- RMF Control
- SI-16
- Severity
- M
- CCI
- CCI-002824
- Version
- RHEL-10-600120
- Vuln IDs
-
- V-281171
- Rule IDs
-
- SV-281171r1166465_rule
Checks: C-85732r1166463_chk
Verify RHEL 10 assigns a home directory for local interactive user accounts upon creation with the following command: $ sudo grep -i create_home /etc/login.defs CREATE_HOME yes If the value for "CREATE_HOME" parameter is not set to "yes", the line is missing, or the line is commented out, this is a finding.
Fix: F-85637r1166464_fix
Configure RHEL 10 to assign home directories to all new local interactive users by setting the "CREATE_HOME" parameter in "/etc/login.defs" to "yes" as follows: CREATE_HOME yes
- RMF Control
- IA-2
- Severity
- M
- CCI
- CCI-000764
- Version
- RHEL-10-600130
- Vuln IDs
-
- V-281172
- Rule IDs
-
- SV-281172r1166468_rule
Checks: C-85733r1166466_chk
Verify RHEL 10 contains no duplicate UIDs for interactive users with the following command: $ sudo awk -F ":" 'list[$3]++{print $1, $3}' /etc/passwd If output is produced and the accounts listed are interactive user accounts, this is a finding.
Fix: F-85638r1166467_fix
Configure RHEL 10 to not allow duplicate UIDs to exist for interactive users. Edit the file "/etc/passwd", and provide each interactive user account that has a duplicate UID with a unique UID.
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-001682
- Version
- RHEL-10-600140
- Vuln IDs
-
- V-281173
- Rule IDs
-
- SV-281173r1166471_rule
Checks: C-85734r1166469_chk
Verify RHEL 10 automatically expires temporary accounts within 72 hours. For every existing temporary account, run the following command to obtain its account expiration information: $ sudo chage -l <temporary_account_name> | grep -i "account expires" Verify each of these accounts has an expiration date set within 72 hours. If any temporary accounts have no expiration date set or do not expire within 72 hours, this is a finding.
Fix: F-85639r1166470_fix
Configure RHEL 10 to expire temporary accounts after 72 hours with the following command: $ sudo chage -E $(date -d +3days +%Y-%m-%d) <temporary_account_name>
- RMF Control
- IA-2
- Severity
- M
- CCI
- CCI-000764
- Version
- RHEL-10-600150
- Vuln IDs
-
- V-281174
- Rule IDs
-
- SV-281174r1166474_rule
Checks: C-85735r1166472_chk
Verify RHEL 10 interactive users have a valid GID. Check that the interactive users have a valid GID with the following command: $ sudo pwck -r If pwck reports "no group" for any interactive user, this is a finding.
Fix: F-85640r1166473_fix
Configure RHEL 10 so that all GIDs referenced in "/etc/passwd" are defined in "/etc/group". Edit the file "/etc/passwd" and ensure that every user's GID is a valid GID.
- RMF Control
- Severity
- M
- CCI
- CCI-003627
- Version
- RHEL-10-600160
- Vuln IDs
-
- V-281175
- Rule IDs
-
- SV-281175r1197238_rule
Checks: C-85736r1197237_chk
Verify RHEL 10 account identifiers (individuals, groups, roles, and devices) are disabled after 35 days of inactivity. Check the account inactivity value by performing the following command: $ sudo grep -i inactive /etc/default/useradd INACTIVE=35 If "INACTIVE" is set to "-1", a value greater than "35", or is commented out, this is a finding.
Fix: F-85641r1166476_fix
Configure RHEL 10 to disable account identifiers after 35 days of inactivity after the password expiration. Run the following command to change the configuration for "useradd": $ sudo useradd -D -f 35 A recommendation is 35 days, but a lower value is acceptable.
- RMF Control
- Severity
- M
- CCI
- CCI-003980
- Version
- RHEL-10-600170
- Vuln IDs
-
- V-281176
- Rule IDs
-
- SV-281176r1166480_rule
Checks: C-85737r1166478_chk
Verify RHEL 10 local interactive user initialization file executable search path statements do not contain statements that will reference a working directory other than user home directories with the following commands: $ sudo find /home -maxdepth 2 -type f -name ".[^.]*" -exec grep -iH path= {} \; PATH="$HOME/.local/bin:$HOME/bin:$PATH" If any local interactive user initialization files have executable search path statements that include directories outside of their home directory, and this is not documented with the ISSO as an operational requirement, this is a finding.
Fix: F-85642r1166479_fix
Configure RHEL 10 so that all local interactive user initialization file executable search path statements do not contain statements that will reference a working directory other than user home directories. Edit the local interactive user initialization files to change any PATH variable statements that reference directories other than their home directory. If a local interactive user requires path variables to reference a directory owned by the application, it must be documented with the ISSO.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-600180
- Vuln IDs
-
- V-281177
- Rule IDs
-
- SV-281177r1184748_rule
Checks: C-85738r1184747_chk
Verify RHEL 10 interactive users have a home directory assigned with the following command: $ sudo awk -F: '($3>=1000)&&($7 !~ /nologin/){print $1, $3, $6}' /etc/passwd nsauser:x:1000:1000:nsauser:/home/nsauser:/bin/bash disauser:x:1001:1001:disauser:/home/disauser:/bin/bash doduser:x:1002:1002:doduser:/home/doduser:/bin/bash Inspect the output and verify that all interactive users (normally users with a user identifier [UID] greater than 1000) have a home directory defined. If a user's home directory is not defined, this is a finding.
Fix: F-85643r1166482_fix
Configure RHEL 10 interactive users to have a home directory assigned in the "/etc/passwd" file. Create and assign home directories to all local interactive users on RHEL 10 that do not have a home directory assigned.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-600190
- Vuln IDs
-
- V-281178
- Rule IDs
-
- SV-281178r1195418_rule
Checks: C-85739r1195417_chk
Verify RHEL 10 interactive users' home directories exist on the system with the following command: $ sudo pwck -r user 'mailnull': directory 'var/spool/mqueue' does not exist The output should not return any interactive users. If an interactive user's home directory does not exist, this is a finding.
Fix: F-85644r1166485_fix
Configure RHEL 10 interactive users' home directories to exist on the system. Create home directories to all local interactive users that do not have a home directory assigned. Use the following commands to create the user home directory assigned in "/etc/ passwd": Note: The example will be for the user "disauser", who has a home directory of "/home/disauser", a user identifier (UID) of "disauser", and a group identifier (GID) of "users assigned" in "/etc/passwd". $ sudo mkdir /home/disauser $ sudo chown disauser /home/disauser $ sudo chgrp users /home/disauser $ sudo chmod 0750 /home/disauser
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-002238
- Version
- RHEL-10-600200
- Vuln IDs
-
- V-281179
- Rule IDs
-
- SV-281179r1166489_rule
Checks: C-85740r1166487_chk
Verify RHEL 10 enforces a delay of at least four seconds between console login prompts following a failed login attempt with the following command: $ sudo grep -i fail_delay /etc/login.defs FAIL_DELAY 4 If the value of "FAIL_DELAY" is not set to "4" or greater, or the line is commented out, this is a finding.
Fix: F-85645r1166488_fix
Configure RHEL 10 to enforce a delay of at least four seconds between login prompts following a failed console login attempt. Modify the "/etc/login.defs" file to set the "FAIL_DELAY" parameter to "4" or greater: FAIL_DELAY 4
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600210
- Vuln IDs
-
- V-281180
- Rule IDs
-
- SV-281180r1166492_rule
Checks: C-85741r1166490_chk
Verify RHEL 10 enforces 24 hours as the minimum password lifetime for new user accounts. Check for the value of "PASS_MIN_DAYS" in "/etc/login.defs" with the following command: $ sudo grep -i pass_min_days /etc/login.defs PASS_MIN_DAYS 1 If the "PASS_MIN_DAYS" parameter value is not "1" or greater or is commented out, this is a finding.
Fix: F-85646r1166491_fix
Configure RHEL 10 to enforce 24 hours as the minimum password lifetime. Add the following line in "/etc/login.defs" (or modify the line to have the required value): PASS_MIN_DAYS 1
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600220
- Vuln IDs
-
- V-281181
- Rule IDs
-
- SV-281181r1195421_rule
Checks: C-85742r1195419_chk
Verify RHEL 10 enforces a minimum 15-character password length with the following command: $ sudo grep -s minlen /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf /etc/security/pwquality.conf:minlen = 15 If the command does not return a "minlen" value of "15" or greater, does not return a line, or the line is commented out, this is a finding.
Fix: F-85647r1195420_fix
Configure RHEL 10 to enforce a minimum 15-character password length. Add or update the following line in the "/etc/security/pwquality.conf" file or a configuration file in the "/etc/security/pwquality.conf.d/" directory to contain the "minlen" parameter: minlen = 15
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600230
- Vuln IDs
-
- V-281182
- Rule IDs
-
- SV-281182r1195424_rule
Checks: C-85743r1195422_chk
Verify RHEL 10 enforces password complexity by requiring that at least one special character be used with the following command: $ sudo grep -s ocredit /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf /etc/security/pwquality.conf:# ocredit = 0 If the value of "ocredit" is a positive number or is commented out, this is a finding.
Fix: F-85648r1195423_fix
Configure RHEL 10 to enforce password complexity by requiring that at least one special character be used by setting the "ocredit" option. Add or update the following line in the "/etc/security/pwquality.conf" file or a configuration file in the "/etc/security/pwquality.conf.d/" directory to contain the "ocredit" parameter: ocredit = -1
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600240
- Vuln IDs
-
- V-281183
- Rule IDs
-
- SV-281183r1195427_rule
Checks: C-85744r1195425_chk
Verify RHEL 10 enforces password complexity by requiring that at least one lowercase character be used with the following command: $ sudo grep -s lcredit /etc/security/pwquality.conf /etc/security/pwquality.conf/*.conf /etc/security/pwquality.conf:lcredit = -1 If the value of "lcredit" is a positive number or is commented out, this is a finding.
Fix: F-85649r1195426_fix
Configure RHEL 10 to enforce password complexity by requiring that at least one lowercase character be used by setting the "lcredit" option. Add or update the following line in the "/etc/security/pwquality.conf" file or a configuration file in the "/etc/security/pwquality.conf.d/" directory to contain the "lcredit" parameter: lcredit = -1
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600250
- Vuln IDs
-
- V-281184
- Rule IDs
-
- SV-281184r1197239_rule
Checks: C-85745r1195428_chk
Verify RHEL 10 enforces password complexity by requiring that at least one uppercase character be used. Check the value for "ucredit" with the following command: $ sudo grep -s ucredit /etc/security/pwquality.conf /etc/security/pwquality.conf/*.conf /etc/security/pwquality.conf:ucredit = -1 If the value of "ucredit" is a positive number or is commented out, this is a finding.
Fix: F-85650r1195429_fix
Configure RHEL 10 to enforce password complexity by requiring that at least one uppercase character be used by setting the "ucredit" option. Add or update the following line in the "/etc/security/pwquality.conf" file or a configuration file in the "/etc/security/pwquality.conf.d/" directory to contain the "ucredit" parameter: ucredit = -1
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600260
- Vuln IDs
-
- V-281185
- Rule IDs
-
- SV-281185r1195433_rule
Checks: C-85746r1195431_chk
Verify RHEL 10 requires the change of at least eight characters when passwords are changed by checking the value of the "difok" option in "/etc/security/pwquality.conf" with the following command: $ sudo grep difok -s /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf /etc/security/pwquality.conf:difok = 8 If the value of "difok" is set to less than "8" or is commented out, this is a finding.
Fix: F-85651r1195432_fix
Configure RHEL 10 to require the change of at least eight of the total number of characters when passwords are changed by setting the "difok" option. Add or update the following line in the "/etc/security/pwquality.conf" file or a configuration file in the "/etc/security/pwquality.conf.d/" directory to contain the "difok" parameter: difok = 8
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600270
- Vuln IDs
-
- V-281186
- Rule IDs
-
- SV-281186r1184622_rule
Checks: C-85747r1166508_chk
Verify the minimum time period between password changes for each user account is one day or greater with the following command: $ sudo awk -F: '$4 < 1 {printf "%s %d\n", $1, $4}' /etc/shadow If any results are returned that are not associated with a system account, this is a finding.
Fix: F-85652r1166509_fix
Configure RHEL 10 so that noncompliant accounts enforce a 24 hours/1 day minimum password lifetime: $ sudo passwd -n 1 [user]
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600280
- Vuln IDs
-
- V-281187
- Rule IDs
-
- SV-281187r1195436_rule
Checks: C-85748r1195434_chk
Verify RHEL 10 limits the value of the "maxclassrepeat" option in "/etc/security/pwquality.conf" with the following command: $ sud grep -s maxclassrepeat /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf /etc/security/pwquality.conf:maxclassrepeat = 4 If the value of "maxclassrepeat" is set to "0" or more than "4" or is commented out, this is a finding.
Fix: F-85653r1195435_fix
Configure RHEL 10 to require the change of the number of repeating characters of the same character class when passwords are changed by setting the "maxclassrepeat" option. Add or update the following line in the "/etc/security/pwquality.conf" file or a configuration file in the "/etc/security/pwquality.conf.d/" directory to contain the "maxclassrepeat" parameter: maxclassrepeat = 4
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600290
- Vuln IDs
-
- V-281188
- Rule IDs
-
- SV-281188r1195439_rule
Checks: C-85749r1195437_chk
Verify RHEL 10 limits the value of the "maxrepeat" option in "/etc/security/pwquality.conf" with the following command: $ sudo grep -s maxrepeat /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf /etc/security/pwquality.conf:maxrepeat = 3 If the value of "maxrepeat" is set to more than "3" or is commented out, this is a finding.
Fix: F-85654r1195438_fix
Configure RHEL 10 to require the change of the number of repeating consecutive characters when passwords are changed by setting the "maxrepeat" option. Add or update the following line in the "/etc/security/pwquality.conf" file or a configuration file in the "/etc/security/pwquality.conf.d/" directory to contain the "maxrepeat" parameter: maxrepeat = 3
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600300
- Vuln IDs
-
- V-281189
- Rule IDs
-
- SV-281189r1195442_rule
Checks: C-85750r1195440_chk
Verify RHEL 10 sets the value of the "minclass" option in "/etc/security/pwquality.conf" with the following command: $ sudo grep -s minclass /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf /etc/security/pwquality.conf:minclass = 4 If the value of "minclass" is set to less than "4" or is commented out, this is a finding.
Fix: F-85655r1195441_fix
Configure RHEL 10 to require the change of at least four character classes when passwords are changed by setting the "minclass" option. Add or update the following line in the "/etc/security/pwquality.conf" file or a configuration file in the "/etc/security/pwquality.conf.d/" directory to contain the "minclass" parameter: minclass = 4
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600310
- Vuln IDs
-
- V-281190
- Rule IDs
-
- SV-281190r1195445_rule
Checks: C-85751r1195443_chk
Verify RHEL 10 enforces password complexity by requiring that at least one numeric character be used. Check the value for "dcredit" with the following command: $ sudo grep -s dcredit /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf /etc/security/pwquality.conf:dcredit = -1 If the value of "dcredit" is a positive number or is commented out, this is a finding.
Fix: F-85656r1195444_fix
Configure RHEL 10 to enforce password complexity by requiring that at least one numeric character be used by setting the "dcredit" option. Add or update the following line in the "/etc/security/pwquality.conf" file or a configuration file in the "/etc/security/pwquality.conf.d/" directory to contain the "dcredit" parameter: dcredit = -1
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600320
- Vuln IDs
-
- V-281191
- Rule IDs
-
- SV-281191r1195448_rule
Checks: C-85752r1195446_chk
Verify RHEL 10 prevents the use of dictionary words for passwords with the following command: $ sudo grep -s dictcheck /etc/security/pwquality.conf /etc/pwquality.conf.d/*.conf /etc/security/pwquality.conf:dictcheck=1 If "dictcheck" does not have a value other than "0" or is commented out, this is a finding.
Fix: F-85657r1195447_fix
Configure RHEL 10 to prevent the use of dictionary words for passwords. Add or update the following line in the "/etc/security/pwquality.conf" file or a configuration file in the "/etc/security/pwquality.conf.d/" directory to contain the "dictcheck" parameter: dictcheck=1
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-600400
- Vuln IDs
-
- V-281192
- Rule IDs
-
- SV-281192r1166528_rule
Checks: C-85753r1166526_chk
Verify RHEL 10 is configured so that only the "root" account has a UID "0" assignment with the following command: $ awk -F: '$3 == 0 {print $1}' /etc/passwd root If any accounts other than "root" have a UID of "0", this is a finding.
Fix: F-85658r1166527_fix
Configure RHEL 10 so that only the "root" account has a UID assignment of "0". Change the UID of any account on the system, other than "root", that has a UID of "0". If the account is associated with system commands or applications, the UID should be changed to one greater than "0" but less than "1000". Otherwise, assign a UID of greater than "1000" that has not already been assigned.
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600405
- Vuln IDs
-
- V-281193
- Rule IDs
-
- SV-281193r1166531_rule
Checks: C-85754r1166529_chk
Verify RHEL 10 enforces password complexity rules for the "root" account. Check if "root" user is required to use complex passwords with the following command: $ sudo grep enforce_for_root /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf /etc/security/pwquality.conf:enforce_for_root If "enforce_for_root" is commented out or is missing, this is a finding.
Fix: F-85659r1166530_fix
Configure RHEL 10 to enforce password complexity on the "root" account. Add or update the following line in the "/etc/security/pwquality.conf" file or a configuration file in the "/etc/security/pwquality.conf.d/" directory to contain the "enforce_for_root" parameter: enforce_for_root
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-002238
- Version
- RHEL-10-600410
- Vuln IDs
-
- V-281194
- Rule IDs
-
- SV-281194r1166534_rule
Checks: C-85755r1166532_chk
Verify RHEL 10 is configured to lock an account after three unsuccessful login attempts with the following command: $ sudo grep 'deny =' /etc/security/faillock.conf deny = 3 If the "deny" option is not set to "3" or less (but not "0"), or is missing or commented out, this is a finding.
Fix: F-85660r1166533_fix
Configure RHEL 10 to lock an account when three unsuccessful login attempts occur. Add/modify the "/etc/security/faillock.conf" file to match the following line: deny = 3
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-002238
- Version
- RHEL-10-600415
- Vuln IDs
-
- V-281195
- Rule IDs
-
- SV-281195r1166537_rule
Checks: C-85756r1166535_chk
Verify RHEL 10 is configured to lock the root account after three unsuccessful login attempts with the following command: $ sudo grep even_deny_root /etc/security/faillock.conf even_deny_root If the "even_deny_root" option is not set or is missing or commented out, this is a finding.
Fix: F-85661r1166536_fix
Configure RHEL 10 to lock out the "root" account after a number of incorrect login attempts using "pam_faillock.so". Enable the feature using the following command: $ sudo authselect enable-feature with-faillock Edit the "/etc/security/faillock.conf" by uncommenting or adding the following line: even_deny_root
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-002238
- Version
- RHEL-10-600420
- Vuln IDs
-
- V-281196
- Rule IDs
-
- SV-281196r1166540_rule
Checks: C-85757r1166538_chk
Verify RHEL 10 locks an account after three unsuccessful login attempts within a period of 15 minutes with the following command: $ sudo grep fail_interval /etc/security/faillock.conf fail_interval = 900 If the "fail_interval" option is not set to "900" or less (but not "0"), the line is commented out, or the line is missing, this is a finding.
Fix: F-85662r1166539_fix
Configure RHEL 10 to lock out the "root" account after a number of incorrect login attempts within 15 minutes using "pam_faillock.so". Enable the feature using the following command: $ authselect enable-feature with-faillock Edit the "/etc/security/faillock.conf" file as follows: fail_interval = 900
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-002238
- Version
- RHEL-10-600425
- Vuln IDs
-
- V-281197
- Rule IDs
-
- SV-281197r1166543_rule
Checks: C-85758r1166541_chk
Verify RHEL 10 is configured to lock an account after three unsuccessful login attempts until released by an administrator with the following command: $ sudo grep 'unlock_time =' /etc/security/faillock.conf unlock_time = 0 If the "unlock_time" option is not set to "0", or the line is missing or commented out, this is a finding.
Fix: F-85663r1166542_fix
Configure RHEL 10 to lock an account after three unsuccessful login attempts until released by an administrator with the following command: $ authselect enable-feature with-faillock Edit the "/etc/security/faillock.conf" file as follows: unlock_time = 0
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-000044
- Version
- RHEL-10-600430
- Vuln IDs
-
- V-281198
- Rule IDs
-
- SV-281198r1166546_rule
Checks: C-85759r1166544_chk
Verify RHEL 10 is configured so that the "/etc/security/faillock.conf" file uses a nondefault "faillock" directory to ensure contents persist after reboot with the following command: $ sudo grep -w dir /etc/security/faillock.conf dir = /var/log/faillock If the "dir" option is not set to a nondefault documented tally log directory, is commented out, or is missing, this is a finding.
Fix: F-85664r1166545_fix
Configure RHEL 10 to maintain the contents of the "faillock" directory after a reboot. Add/modify the "/etc/security/faillock.conf" file to match the following line: dir = /var/log/faillock
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-600450
- Vuln IDs
-
- V-281199
- Rule IDs
-
- SV-281199r1166549_rule
Checks: C-85760r1166547_chk
Verify RHEL 10 has no unauthorized local interactive user accounts with the following command: $ less /etc/passwd root:x:0:0:root:/root:/bin/bash ... nsauser:x:1000:1000:nsauser:/home/nsauser:/bin/bash doduser:x:1001:1001:doduser:/home/doduser:/bin/bash Interactive user accounts generally will have a user ID (UID) of 1000 or greater, a home directory in a specific partition, and an interactive shell. Obtain the list of interactive user accounts authorized to be on the system from the system administrator or information system security officer and compare it to the list of local interactive user accounts on the system. If there are unauthorized local user accounts on the system, this is a finding.
Fix: F-85665r1166548_fix
Configure RHEL 10 to have no unauthorized local interactive user accounts with the following command, where <unauthorized_user> is the unauthorized account: $ sudo userdel <unauthorized_user>
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600455
- Vuln IDs
-
- V-281200
- Rule IDs
-
- SV-281200r1166552_rule
Checks: C-85761r1166550_chk
Verify RHEL 10 prohibits the use of null passwords with the following command: $ sudo grep -i nullok /etc/pam.d/system-auth /etc/pam.d/password-auth If output is produced, this is a finding. If the system administrator (SA) can demonstrate that the required configuration is contained in a PAM configuration file included or substacked from the "system-auth" file, this is not a finding.
Fix: F-85666r1166551_fix
Configure RHEL 10 to prohibit the use of null passwords. If PAM is managed with "authselect", use the following command to remove instances of "nullok": $ sudo authselect enable-feature without-nullok Otherwise, remove any instances of the "nullok" option in the "/etc/pam.d/password-auth" and "/etc/pam.d/system-auth" files to prevent logins with empty passwords. Note: Manual changes to the listed file may be overwritten by the "authselect" program.
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600460
- Vuln IDs
-
- V-281201
- Rule IDs
-
- SV-281201r1166555_rule
Checks: C-85762r1166553_chk
Verify RHEL 10 prohibits null or blank passwords with the following command: $ sudo awk -F: '!$2 {print $1}' /etc/shadow If the command returns any results, this is a finding.
Fix: F-85667r1166554_fix
Configure RHEL 10 so that all accounts have a password, or lock the account with the following commands: Perform a password reset: $ sudo passwd [username] To lock an account: $ sudo passwd -l [username]
- RMF Control
- IA-2
- Severity
- M
- CCI
- CCI-000764
- Version
- RHEL-10-600470
- Vuln IDs
-
- V-281202
- Rule IDs
-
- SV-281202r1166558_rule
Checks: C-85763r1166556_chk
Verify RHEL 10 contains no duplicate GIDs for interactive users with the following command: $ cut -d : -f 3 /etc/group | uniq -d If the system has duplicate GIDs, this is a finding.
Fix: F-85668r1166557_fix
Configure RHEL 10 to contain no duplicate GIDs for interactive users. Edit the file "/etc/group", and provide each group that has a duplicate GID with a unique GID.
- RMF Control
- AC-10
- Severity
- L
- CCI
- CCI-000054
- Version
- RHEL-10-600475
- Vuln IDs
-
- V-281203
- Rule IDs
-
- SV-281203r1166561_rule
Checks: C-85764r1166559_chk
Verify RHEL 10 limits the number of concurrent sessions to "10" for all accounts and/or account types with the following command: $ sudo grep -rs maxlogins /etc/security/limits.conf /etc/security/limits.d/*.conf | grep -v '#' /etc/security/limits.d/maxlogins.conf:* hard maxlogins 10 This can be set as a global domain (with the * wildcard) but may be set differently for multiple domains. If the "maxlogins" item is missing or commented out, or the value is set greater than "10" and is not documented with the information system security officer as an operational requirement for all domains that have the "maxlogins" item assigned, this is a finding.
Fix: F-85669r1166560_fix
Configure RHEL 10 to limit the number of concurrent sessions to "10" for all accounts and/or account types. Add the following line to the top of "/etc/security/limits.conf" or in a ".conf" file defined in "/etc/security/limits.d/": * hard maxlogins 10
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600485
- Vuln IDs
-
- V-281204
- Rule IDs
-
- SV-281204r1197240_rule
Checks: C-85765r1166562_chk
Verify RHEL 10 is configured to limit the "pwquality" retry option to "3" with the following command: $ sudo grep -w retry /etc/security/pwquality.conf /etc/security/pwquality.conf.d/*.conf retry = 3 If the value of "retry" is set to "0" or greater than "3", is commented out, or is missing, this is a finding.
Fix: F-85670r1166563_fix
Configure RHEL 10 to limit the "pwquality" retry option to "3". Add or update the following line in the "/etc/security/pwquality.conf" file or a file in the "/etc/security/pwquality.conf.d/" directory to contain the "retry" parameter: retry = 3
- RMF Control
- IA-11
- Severity
- M
- CCI
- CCI-002038
- Version
- RHEL-10-600500
- Vuln IDs
-
- V-281205
- Rule IDs
-
- SV-281205r1166567_rule
Checks: C-85766r1166565_chk
Verify RHEL 10 requires users to be members of the "wheel" group to run "su". Verify the configuration with the following command: $ sudo grep pam_wheel /etc/pam.d/su auth required pam_wheel.so use_uid If a line for "pam_wheel.so" does not exist or is commented out, this is a finding.
Fix: F-85671r1166566_fix
Configure RHEL 10 to require users to be in the "wheel" group to run the "su" command. Edit the configuration file: $ sudo vi /etc/pam.d/su Add the following lines: auth required pam_wheel.so use_uid $ sed '/^[[:space:]]*#[[:space:]]*auth[[:space:]]\+required[[:space:]]\+pam_wheel\.so[[:space:]]\+use_uid$/s/^[[:space:]]*#//' -i /etc/pam.d/su If necessary, create a "wheel" group and add administrative users to the group.
- RMF Control
- IA-11
- Severity
- M
- CCI
- CCI-002038
- Version
- RHEL-10-600510
- Vuln IDs
-
- V-281206
- Rule IDs
-
- SV-281206r1166570_rule
Checks: C-85767r1166568_chk
Verify RHEL 10 is not configured to bypass password requirements for privilege escalation with the following command: $ sudo grep pam_succeed_if /etc/pam.d/sudo If any occurrences of "pam_succeed_if" are returned, this is a finding.
Fix: F-85672r1166569_fix
Configure RHEL 10 to require users to supply a password for privilege escalation. Remove any occurrences of " pam_succeed_if " in the "/etc/pam.d/sudo" file.
- RMF Control
- SI-6
- Severity
- M
- CCI
- CCI-002696
- Version
- RHEL-10-600520
- Vuln IDs
-
- V-281207
- Rule IDs
-
- SV-281207r1166573_rule
Checks: C-85768r1166571_chk
Verify RHEL 10 restricts privilege elevation to authorized personnel with the following command: $ sudo grep -riw ALL /etc/sudoers /etc/sudoers.d/ | grep -v "#" If the either of the following entries is returned, this is a finding: ALL ALL=(ALL) ALL ALL ALL=(ALL:ALL) ALL
Fix: F-85673r1166572_fix
Configure RHEL 10 to restrict privilege elevation to authorized personnel. Remove the following entries from the "/etc/sudoers" file or configuration file under "/etc/sudoers.d/": ALL ALL=(ALL) ALL ALL ALL=(ALL:ALL) ALL
- RMF Control
- IA-11
- Severity
- M
- CCI
- CCI-002038
- Version
- RHEL-10-600530
- Vuln IDs
-
- V-281208
- Rule IDs
-
- SV-281208r1166576_rule
Checks: C-85769r1166574_chk
Verify RHEL 10 "/etc/sudoers" has no occurrences of "!authenticate" with the following command: $ sudo grep -ir '!authenticate' /etc/sudoers /etc/sudoers.d/ If any occurrences of "!authenticate" are returned, this is a finding.
Fix: F-85674r1166575_fix
Configure RHEL 10 to not allow users to execute privileged actions without authenticating. Remove any occurrence of "!authenticate" found in the "/etc/sudoers" file or files in the "/etc/sudoers.d" directory: $ sudo sed -i '/\!authenticate/ s/^/# /g' /etc/sudoers /etc/sudoers.d/*
- RMF Control
- IA-11
- Severity
- M
- CCI
- CCI-002038
- Version
- RHEL-10-600540
- Vuln IDs
-
- V-281209
- Rule IDs
-
- SV-281209r1166579_rule
Checks: C-85770r1166577_chk
Verify RHEL 10 requires reauthentication when using the "sudo" command to elevate privileges with the following command: $ sudo grep -ir 'timestamp_timeout' /etc/sudoers /etc/sudoers.d/ /etc/sudoers:Defaults timestamp_timeout=0 If results are returned from more than one file location, this is a finding. If "timestamp_timeout" is set to a negative number, is commented out, or no results are returned, this is a finding.
Fix: F-85675r1166578_fix
Configure RHEL 10 to reauthenticate "sudo" commands after the specified timeout. Add the following line to "/etc/sudoers" or a file in "/etc/sudoers.d": Defaults timestamp_timeout=0
- RMF Control
- IA-11
- Severity
- M
- CCI
- CCI-002038
- Version
- RHEL-10-600550
- Vuln IDs
-
- V-281210
- Rule IDs
-
- SV-281210r1166582_rule
Checks: C-85771r1166580_chk
Verify RHEL 10 sudoers security policy is configured to use the invoking user's password for privilege escalation with the following command: $ sudo grep -irE '(!rootpw|!targetpw|!runaspw)' /etc/sudoers /etc/sudoers.d/ | grep -v '#' /etc/sudoers:Defaults !targetpw /etc/sudoers:Defaults !rootpw /etc/sudoers:Defaults !runaspw If no results are returned, this is a finding. If results are returned from more than one file location, this is a finding. If "Defaults !targetpw" is not defined, this is a finding. If "Defaults !rootpw" is not defined, this is a finding. If "Defaults !runaspw" is not defined, this is a finding.
Fix: F-85676r1166581_fix
Configure RHEL 10 to use the invoking user's password for privilege escalation when using "sudo". Define the following in the Defaults section of the /etc/sudoers file or a single configuration file in the /etc/sudoers.d/ directory: Defaults !targetpw Defaults !rootpw Defaults !runaspw
- RMF Control
- IA-11
- Severity
- H
- CCI
- CCI-002038
- Version
- RHEL-10-600560
- Vuln IDs
-
- V-281211
- Rule IDs
-
- SV-281211r1166585_rule
Checks: C-85772r1166583_chk
Verify RHEL 10 has no occurrences of "NOPASSWD" in "/etc/sudoers" with the following command: $ sudo grep -ir nopasswd /etc/sudoers /etc/sudoers.d/ | grep -v '#' If any occurrences of "NOPASSWD" are returned from the command and have not been documented with the information system security officer as an organizationally defined administrative group using multifactor authentication, this is a finding.
Fix: F-85677r1166584_fix
Configure RHEL 10 to not allow users to execute privileged actions without authenticating with a password. Remove any occurrence of "NOPASSWD" found in the "/etc/sudoers" file or files in the "/etc/sudoers.d" directory: $ sudo find /etc/sudoers /etc/sudoers.d -type f -exec sed -i '/NOPASSWD/ s/^/# /g' {} \;
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-000044
- Version
- RHEL-10-600600
- Vuln IDs
-
- V-281212
- Rule IDs
-
- SV-281212r1166588_rule
Checks: C-85773r1166586_chk
Verify RHEL 10 includes the use of the pam_faillock.so module in the "/etc/pam.d/system-auth" file: $ sudo grep pam_faillock.so /etc/pam.d/system-auth auth required pam_faillock.so preauth auth required pam_faillock.so authfail account required pam_faillock.so If the pam_faillock.so module is not present in the "/etc/pam.d/system-auth" file with the "preauth" line listed before pam_unix.so, this is a finding. If the system administrator can demonstrate that the required configuration is contained in a PAM configuration file included or substacked from the "system-auth" file, this is not a finding.
Fix: F-85678r1166587_fix
Configure RHEL 10 to include the use of the pam_faillock.so module in the "/etc/pam.d/system-auth" file. If PAM is managed with authselect, enable the feature with the following command: $ sudo authselect enable-feature with-faillock Otherwise, add/modify the appropriate sections of the "/etc/pam.d/system-auth" file to match the following lines: Note: The "preauth" line must be listed before pam_unix.so. auth required pam_faillock.so preauth auth required pam_faillock.so authfail account required pam_faillock.so
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-000044
- Version
- RHEL-10-600610
- Vuln IDs
-
- V-281213
- Rule IDs
-
- SV-281213r1166591_rule
Checks: C-85774r1166589_chk
Verify RHEL 10 includes the pam_faillock.so module in the "/etc/pam.d/password-auth" file: $ sudo grep pam_faillock.so /etc/pam.d/password-auth auth required pam_faillock.so preauth auth required pam_faillock.so authfail account required pam_faillock.so If the pam_faillock.so module is not present in the "/etc/pam.d/password-auth" file with the "preauth" line listed before pam_unix.so, this is a finding. If the system administrator can demonstrate that the required configuration is contained in a Pluggable Authentication Module (PAM) configuration file included or substacked from the "system-auth" file, this is not a finding.
Fix: F-85679r1166590_fix
Configure RHEL 10 to include the use of the pam_faillock.so module in the "/etc/pam.d/password-auth" file. If PAM is managed with "authselect", enable the feature with the following command: $ sudo authselect enable-feature with-faillock Otherwise, add/modify the appropriate sections of the "/etc/pam.d/password-auth" file to match the following lines: Note: The "preauth" line must be listed before pam_unix.so. auth required pam_faillock.so preauth auth required pam_faillock.so authfail account required pam_faillock.so
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600620
- Vuln IDs
-
- V-281214
- Rule IDs
-
- SV-281214r1166594_rule
Checks: C-85775r1166592_chk
Verify RHEL 10 uses "pwquality" to enforce the password complexity rules in the "password-auth" file with the following command: $ sudo grep pam_pwquality /etc/pam.d/password-auth password required pam_pwquality.so If the command does not return a line containing the value "pam_pwquality.so", or the line is commented out, this is a finding. If the system administrator can demonstrate that the required configuration is contained in a PAM configuration file included or substacked from the "system-auth" file, this is not a finding.
Fix: F-85680r1166593_fix
Configure RHEL 10 to use "pwquality" to enforce password complexity rules. Add the following line to the "/etc/pam.d/password-auth" file (or modify the line to have the required value): password required pam_pwquality.so
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- RHEL-10-600630
- Vuln IDs
-
- V-281215
- Rule IDs
-
- SV-281215r1166597_rule
Checks: C-85776r1166595_chk
Verify RHEL 10 uses "pwquality" to enforce the password complexity rules in the "system-auth" file with the following command: $ sudo grep pam_pwquality /etc/pam.d/system-auth password required pam_pwquality.so If the command does not return a line containing the value "pam_pwquality.so", or the line is commented out, this is a finding. If the system administrator can demonstrate that the required configuration is contained in a PAM configuration file included or substacked from the "system-auth" file, this is not a finding.
Fix: F-85681r1166596_fix
Configure RHEL 10 to use "pwquality" to enforce password complexity rules. Add the following line to the "/etc/pam.d/system-auth" file (or modify the line to have the required value): password required pam_pwquality.so
- RMF Control
- MA-4
- Severity
- H
- CCI
- CCI-000877
- Version
- RHEL-10-600640
- Vuln IDs
-
- V-281216
- Rule IDs
-
- SV-281216r1166600_rule
Checks: C-85777r1166598_chk
Verify RHEL 10 SSHD is configured to allow for the "UsePAM" interface with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*usepam' UsePAM yes If the "UsePAM" keyword is set to "no", is missing, or is commented out, this is a finding.
Fix: F-85682r1166599_fix
Configure RHEL 10 SSHD to use the "UsePAM" interface by adding or modifying the following line in "/etc/ssh/sshd_config" or in a file in "/etc/ssh/sshd_config.d". UsePAM yes Restart the SSH daemon with the following command for the settings to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- Severity
- M
- CCI
- CCI-004062
- Version
- RHEL-10-600650
- Vuln IDs
-
- V-281217
- Rule IDs
-
- SV-281217r1195450_rule
Checks: C-85778r1166601_chk
Verify RHEL 10 configures the pam_unix.so module to use sha512 in "/etc/pam.d/password-auth" with the following command: $ sudo grep "^password.*pam_unix.so.*sha512" /etc/pam.d/password-auth password sufficient pam_unix.so sha512 If "sha512" is missing, or the line is commented out, this is a finding.
Fix: F-85683r1195449_fix
Configure RHEL 10 to use the sha512 cryptographic hashing algorithm for local account passwords. Edit/modify the following line in the "/etc/pam.d/password-auth" file to include the sha512 option for pam_unix.so: password sufficient pam_unix.so sha512
- RMF Control
- Severity
- M
- CCI
- CCI-004062
- Version
- RHEL-10-600700
- Vuln IDs
-
- V-281218
- Rule IDs
-
- SV-281218r1166606_rule
Checks: C-85779r1166604_chk
Verify RHEL 10 uses a sufficient number of rounds for the shadow password suite hashing algorithm with the following command: $ sudo grep rounds /etc/pam.d/system-auth password sufficient pam_unix.so sha512 rounds=100000 If the setting is not configured or "rounds" is less than 100000, this a finding.
Fix: F-85684r1166605_fix
Configure RHEL 10 to use a sufficient number of hashing rounds for shadow password suite. Add or modify the following line in "/etc/pam.d/system-auth" and set "rounds" to 100000: password sufficient pam_unix.so sha512 rounds=100000
- RMF Control
- Severity
- M
- CCI
- CCI-004062
- Version
- RHEL-10-600710
- Vuln IDs
-
- V-281219
- Rule IDs
-
- SV-281219r1166609_rule
Checks: C-85780r1166607_chk
Verify RHEL 10 is configured to use a FIPS 140-3-approved cryptographic hashing algorithm in "/etc/pam.d/system-auth" via the pam_unix.so module with the following command: $ sudo grep "^password.*pam_unix.so.*sha512" /etc/pam.d/system-auth password sufficient pam_unix.so sha512 If "sha512" is missing, or the line is commented out, this is a finding.
Fix: F-85685r1166608_fix
Configure RHEL 10 to use a FIPS 140-3-approved cryptographic hashing algorithm for system authentication in "/etc/pam.d/system-auth" via the "pam_unix.so" module. Edit/modify the following line in the "/etc/pam.d/system-auth" file to include the sha512 option for pam_unix.so: password sufficient pam_unix.so sha512
- RMF Control
- Severity
- M
- CCI
- CCI-004062
- Version
- RHEL-10-600720
- Vuln IDs
-
- V-281220
- Rule IDs
-
- SV-281220r1166612_rule
Checks: C-85781r1166610_chk
Verify RHEL 10 is configured to use a sufficient number of rounds for password hashing with the following command: $ sudo grep rounds /etc/pam.d/password-auth password sufficient pam_unix.so sha512 rounds=100000 If the setting is not configured or "rounds" is less than "100000", this a finding.
Fix: F-85686r1166611_fix
Configure RHEL 10 to use "100000" hashing rounds for hashing passwords. Add or modify the following line in "/etc/pam.d/password-auth" and set "rounds" to "100000": password sufficient pam_unix.so sha512 rounds=100000
- RMF Control
- Severity
- H
- CCI
- CCI-004062
- Version
- RHEL-10-600730
- Vuln IDs
-
- V-281221
- Rule IDs
-
- SV-281221r1208797_rule
Checks: C-85782r1208379_chk
Verify RHEL 10 employs FIPS 140-3-approved cryptographic hashing algorithms for all stored passwords for interactive user accounts with the following command: $ sudo cut -d: -f1,2 /etc/shadow nsauser:$6$kcOnRq/5$NUEYPuyL.wghQwWssXRcLRFiiru7f5JPV6GaJhNC2aK5F3PZpE/BCCtwrxRc/AInKMNX3CdMw11m9STiql12f/ Password hashes "!" or "*" indicate inactive accounts not available for login and are not evaluated. If any interactive user password hash does not begin with "$6", this is a finding.
Fix: F-85687r1166614_fix
Configure RHEL 10 to employ FIPS 140-3-approved cryptographic hashing algorithms for all stored passwords. Lock all interactive user accounts not using SHA-512 hashing until the passwords can be regenerated with SHA-512.
- RMF Control
- Severity
- H
- CCI
- CCI-004062
- Version
- RHEL-10-600740
- Vuln IDs
-
- V-281222
- Rule IDs
-
- SV-281222r1184626_rule
Checks: C-85783r1166616_chk
Verify RHEL 10 is configured so that the shadow file stores only encrypted representations of passwords with a hash value of SHA512 with the following command: $ sudo grep -i encrypt_method /etc/login.defs ENCRYPT_METHOD SHA512 If "ENCRYPT_METHOD" does not have a value of "SHA512", or the line is commented out, this is a finding.
Fix: F-85688r1166617_fix
Configure RHEL 10 to store only SHA512 encrypted representations of passwords. Add or update the following line in the "/etc/login.defs" file: ENCRYPT_METHOD SHA512
- RMF Control
- Severity
- H
- CCI
- CCI-004062
- Version
- RHEL-10-600750
- Vuln IDs
-
- V-281223
- Rule IDs
-
- SV-281223r1208798_rule
Checks: C-85784r1208383_chk
Verify RHEL 10 user and group account administration utilities are configured to store only encrypted representations of passwords with the following command: $ sudo grep crypt /etc/libuser.conf crypt_style = sha512 If the "crypt_style" variable is not set to "sha512", is not in the defaults section, is commented out, or does not exist, this is a finding.
Fix: F-85689r1166620_fix
Configure RHEL 10 to use the SHA-512 algorithm for password hashing. Add or change the following line in the "[default]" section of the "/etc/libuser.conf" file: crypt_style = sha512
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-700010
- Vuln IDs
-
- V-281224
- Rule IDs
-
- SV-281224r1184753_rule
Checks: C-85785r1166622_chk
Verify RHEL 10 is configured so that any SSH connection to the operating system displays the Standard Mandatory DOD Notice and Consent Banner before granting access to the system. Check for the location of the banner file currently being used with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*banner' /etc/ssh/sshd_config.d/10-stig.conf:Banner /etc/issue If the line is commented out or the file is missing, this is a finding.
Fix: F-85690r1166623_fix
Configure RHEL 10 to display the Standard Mandatory DOD Notice and Consent Banner before granting access to the system via SSH. Edit a file in "/etc/ssh/sshd_config.d" to uncomment or add the banner keyword and configure it to point to a file that will contain the login banner (this file may be named differently or be in a different location if using a version of SSH that is provided by a third-party vendor). An example configuration line is: Banner /etc/issue
- RMF Control
- AC-8
- Severity
- M
- CCI
- CCI-000048
- Version
- RHEL-10-700020
- Vuln IDs
-
- V-281225
- Rule IDs
-
- SV-281225r1166627_rule
Checks: C-85786r1166625_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, Gnome Shell. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 displays the Standard Mandatory DOD Notice and Consent Banner before granting access to the operating system via a graphical user login with the following command: $ gsettings get org.gnome.login-screen banner-message-text banner-message-text= 'You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only.\nBy using this IS (which includes any device attached to this IS), you consent to the following conditions:\n-The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE), and counterintelligence (CI) investigations.\n-At any time, the USG may inspect and seize data stored on this IS.\n-Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception, and search, and may be disclosed or used for any USG-authorized purpose.\n-This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy.\n-Notwithstanding the above, using this IS does not constitute consent to PM, LE or CI investigative searching or monitoring of the content of privileged communications, or work product, related to personal representation or services by attorneys, psychotherapists, or clergy, and their assistants. Such communications and work product are private and confidential. See User Agreement for details. ' Note: The "\n " characters are for formatting only. They will not be displayed on the graphical interface. If the banner does not match the Standard Mandatory DOD Notice and Consent Banner exactly, this is a finding.
Fix: F-85691r1166626_fix
Configure RHEL 10 to display the Standard Mandatory DOD Notice and Consent Banner before granting access to the system. Add the following lines to the [org/gnome/login-screen] section of the "/etc/dconf/db/local.d/01-banner-message": banner-message-text='You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only.\nBy using this IS (which includes any device attached to this IS), you consent to the following conditions:\n-The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE), and counterintelligence (CI) investigations.\n-At any time, the USG may inspect and seize data stored on this IS.\n-Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception, and search, and may be disclosed or used for any USG-authorized purpose.\n-This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy.\n-Notwithstanding the above, using this IS does not constitute consent to PM, LE or CI investigative searching or monitoring of the content of privileged communications, or work product, related to personal representation or services by attorneys, psychotherapists, or clergy, and their assistants. Such communications and work product are private and confidential. See User Agreement for details. ' Note: The "\n " characters are for formatting only. They will not be displayed on the graphical interface. Run the following command to update the database: $ sudo dconf update
- RMF Control
- AC-8
- Severity
- M
- CCI
- CCI-000048
- Version
- RHEL-10-700030
- Vuln IDs
-
- V-281226
- Rule IDs
-
- SV-281226r1166630_rule
Checks: C-85787r1166628_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 prevents a user from overriding settings for graphical user interfaces with the following command: $ gsettings writable org.gnome.login-screen banner-message-enable false If "banner-message-enable" is writable, or the result is "true", this is a finding.
Fix: F-85692r1166629_fix
Configure RHEL 10 to prevent a user from overriding the banner setting for graphical user interfaces. Create a database to contain the systemwide graphical user login settings (if it does not already exist) with the following command: $ sudo vi /etc/dconf/db/local.d/locks/session Add the following setting to prevent nonprivileged users from modifying it: /org/gnome/login-screen/banner-message-enable Run the following command to update the database: $ sudo dconf update
- RMF Control
- AC-8
- Severity
- M
- CCI
- CCI-000048
- Version
- RHEL-10-700040
- Vuln IDs
-
- V-281227
- Rule IDs
-
- SV-281227r1184627_rule
Checks: C-85788r1166631_chk
Verify RHEL 10 displays the Standard Mandatory DOD Notice and Consent Banner before granting access to the operating system via a command line login screen with the following command: $ cat /etc/issue If the banner is set correctly, it will return the following text: "You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS), you consent to the following conditions: -The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE), and counterintelligence (CI) investigations. -At any time, the USG may inspect and seize data stored on this IS. -Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception, and search, and may be disclosed or used for any USG-authorized purpose. -This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy. -Notwithstanding the above, using this IS does not constitute consent to PM, LE or CI investigative searching or monitoring of the content of privileged communications, or work product, related to personal representation or services by attorneys, psychotherapists, or clergy, and their assistants. Such communications and work product are private and confidential. See User Agreement for details." If the banner text does not match the Standard Mandatory DOD Notice and Consent Banner exactly, or the line is commented out, this is a finding.
Fix: F-85693r1166632_fix
Configure RHEL 10 to display the Standard Mandatory DOD Notice and Consent Banner before granting access to the system via command line login. Edit the "/etc/issue" file to replace the default text with the Standard Mandatory DOD Notice and Consent Banner. The DOD-required text is: "You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS), you consent to the following conditions: -The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE), and counterintelligence (CI) investigations. -At any time, the USG may inspect and seize data stored on this IS. -Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception, and search, and may be disclosed or used for any USG-authorized purpose. -This IS includes security measures (e.g., authentication and access controls) to protect USG interests -- not for your personal benefit or privacy. -Notwithstanding the above, using this IS does not constitute consent to PM, LE or CI investigative searching or monitoring of the content of privileged communications, or work product, related to personal representation or services by attorneys, psychotherapists, or clergy, and their assistants. Such communications and work product are private and confidential. See User Agreement for details."
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-700100
- Vuln IDs
-
- V-281228
- Rule IDs
-
- SV-281228r1166636_rule
Checks: C-85789r1166634_chk
Note: If no NFS mounts are configured, this requirement is not applicable. Verify RHEL 10 has the "nodev" option configured for all NFS mounts with the following command: $ sudo grep nfs /etc/fstab 192.168.22.2:/mnt/export /data nfs4 rw,nosuid,nodev,noexec,sync,soft,sec=krb5:krb5i:krb5p If the system is mounting file systems via NFS and the "nodev" option is missing, this is a finding.
Fix: F-85694r1166635_fix
Configure RHEL 10 to prevent special devices on file systems that are imported via NFS. Update each NFS mounted file system to use the "nodev" option on file systems that are being imported via NFS.
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-700105
- Vuln IDs
-
- V-281229
- Rule IDs
-
- SV-281229r1166639_rule
Checks: C-85790r1166637_chk
Note: If no NFS mounts are configured, this requirement is not applicable. Verify RHEL 10 has the "noexec" option configured for all NFS mounts with the following command: $ sudo grep nfs /etc/fstab 192.168.22.2:/mnt/export /data nfs4 rw,nosuid,nodev,noexec,sync,soft,sec=krb5:krb5i:krb5p If the system is mounting file systems via NFS and the "noexec" option is missing, this is a finding.
Fix: F-85695r1166638_fix
Configure RHEL 10 to prevent code from being executed on file systems that are imported via NFS. Update each NFS mounted file system to use the "noexec" option on file systems that are being imported via NFS.
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-700110
- Vuln IDs
-
- V-281230
- Rule IDs
-
- SV-281230r1166642_rule
Checks: C-85791r1166640_chk
Note: If no NFS mounts are configured, this requirement is not applicable. Verify RHEL 10 has the "nosuid" option configured for all NFS mounts with the following command: $ sudo grep nfs /etc/fstab 192.168.22.2:/mnt/export /data nfs4 rw,nosuid,nodev,noexec,sync,soft,sec=krb5:krb5i:krb5p If the system is mounting file systems via NFS and the "nosuid" option is missing, this is a finding.
Fix: F-85696r1166641_fix
Configure RHEL 10 to prevent files with the "setuid" and "setgid" bit set from being executed on file systems that are imported via NFS. Update each NFS mounted file system to use the "nosuid" option on file systems that are being imported via NFS.
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-700115
- Vuln IDs
-
- V-281231
- Rule IDs
-
- SV-281231r1166645_rule
Checks: C-85792r1166643_chk
Note: If no NFS mounts are configured, this requirement is not applicable. Verify RHEL 10 has the "sec" option configured for all NFS mounts with the following command: $ sudo grep nfs /etc/fstab 192.168.22.2:/mnt/export /data nfs4 rw,nosuid,nodev,noexec,sync,soft,sec=krb5p:krb5i:krb5 If the system is mounting file systems via NFS and has the sec option without the "krb5:krb5i:krb5p" settings, the "sec" option has the "sys" setting, or the "sec" option is missing, this is a finding.
Fix: F-85697r1166644_fix
Configure RHEL 10 so that the "/etc/fstab" file "sec" option is defined for each NFS mounted file system, and the "sec" option does not have the "sys" setting. Ensure the "sec" option is defined as "krb5p:krb5i:krb5".
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700120
- Vuln IDs
-
- V-281232
- Rule IDs
-
- SV-281232r1166648_rule
Checks: C-85793r1166646_chk
Verify RHEL 10 is configured so that the "/boot" mount point has the "nodev" option with the following command: $ mount | grep '\s/boot\s' /dev/sda1 on /boot type xfs (rw,nodev,nosuid,relatime,seclabel,attr2) If the "/boot" file system does not have the "nodev" option set, this is a finding.
Fix: F-85698r1166647_fix
Configure RHEL 10 to mount "/boot" with the "nodev" option. Modify "/etc/fstab" to use the "nodev" option on the "/boot" directory. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /boot
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700125
- Vuln IDs
-
- V-281233
- Rule IDs
-
- SV-281233r1166651_rule
Checks: C-85794r1166649_chk
Verify RHEL 10 is configured so that the "/boot" directory is mounted with the "nosuid" option with the following command: $ mount | grep '\s/boot\s' /dev/sda1 on /boot type xfs (rw,nodev,nosuid,relatime,seclabel,attr2) If the "/boot" file system does not have the "nosuid" option set, this is a finding.
Fix: F-85699r1166650_fix
Configure RHEL 10 to prevent files with the "setuid" and "setgid" bit set from being executed on the "/boot" directory. Modify "/etc/fstab" to use the "nosuid" option on the "/boot" directory. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /boot
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-700130
- Vuln IDs
-
- V-281234
- Rule IDs
-
- SV-281234r1166654_rule
Checks: C-85795r1166652_chk
Note: For systems that use BIOS and for vfat systems, this requirement is not applicable. Verify RHEL 10 is configured so that the "/boot/efi "directory is mounted with the "nosuid" option with the following command: $ mount | grep '\s/boot/efi\s' /dev/sda1 on /boot/efi type vfat (rw,nosuid,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=winnt,errors=remount-ro) If the "/boot/efi" file system does not have the "nosuid" option set, this is a finding.
Fix: F-85700r1166653_fix
Configure RHEL 10 to prevent files with the "setuid" and "setgid" bit set from being executed on the "/boot/efi" directory. Modify "/etc/fstab" to use the "nosuid" option on the "/boot/efi" directory. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /boot/efi
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700135
- Vuln IDs
-
- V-281235
- Rule IDs
-
- SV-281235r1166657_rule
Checks: C-85796r1166655_chk
Verify RHEL 10 is configured so that "/dev/shm" is mounted with the "nodev" option with the following command: $ mount | grep /dev/shm tmpfs on /dev/shm type tmpfs (rw,nodev,nosuid,noexec,seclabel) If the "/dev/shm" file system is mounted without the "nodev" option, this is a finding.
Fix: F-85701r1166656_fix
Configure RHEL 10 to mount "/dev/shm" with the "nodev" option. Modify "/etc/fstab" to use the "nodev" option on the "/dev/shm" file system. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /dev/shm
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700140
- Vuln IDs
-
- V-281236
- Rule IDs
-
- SV-281236r1166660_rule
Checks: C-85797r1166658_chk
Verify RHEL 10 is configured so that "/dev/shm" is mounted with the "noexec" option with the following command: $ mount | grep /dev/shm tmpfs on /dev/shm type tmpfs (rw,nodev,nosuid,noexec,seclabel) If the "/dev/shm" file system is mounted without the "noexec" option, this is a finding.
Fix: F-85702r1166659_fix
Configure RHEL 10 to mount "/dev/shm" with the "noexec" option. Modify "/etc/fstab" to use the "noexec" option on the "/dev/shm" file system. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /dev/shm
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700145
- Vuln IDs
-
- V-281237
- Rule IDs
-
- SV-281237r1166663_rule
Checks: C-85798r1166661_chk
Verify RHEL 10 is configured so that "/dev/shm" is mounted with the "nosuid" option with the following command: $ mount | grep /dev/shm tmpfs on /dev/shm type tmpfs (rw,nodev,nosuid,noexec,seclabel) If the "/dev/shm" file system is mounted without the "nosuid" option, this is a finding.
Fix: F-85703r1166662_fix
Configure RHEL 10 to mount "/dev/shm" with the "nosuid" option. Modify "/etc/fstab" to use the "nosuid" option on the "/dev/shm" file system. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /dev/shm
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700150
- Vuln IDs
-
- V-281238
- Rule IDs
-
- SV-281238r1166666_rule
Checks: C-85799r1166664_chk
Verify RHEL 10 is configured so that "/tmp" is mounted with the "nodev" option: $ mount | grep /tmp /dev/mapper/luks-c98555c8-0462-4b97-9afa-6db8c4bfee3b on /var/tmp type xfs (rw,nosuid,nodev,noexec,relatime,seclabel,attr2) If the "/tmp" file system is mounted without the "nodev" option, this is a finding.
Fix: F-85704r1166665_fix
Configure RHEL 10 to mount "/tmp" with the "nodev" option. Modify "/etc/fstab" to use the "nodev" option on the "/tmp" directory. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /tmp
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700155
- Vuln IDs
-
- V-281239
- Rule IDs
-
- SV-281239r1166669_rule
Checks: C-85800r1166667_chk
Verify RHEL 10 is configured so that "/tmp" is mounted with the "noexec" option: $ mount | grep /tmp /dev/mapper/luks-c98555c8-0462-4b97-9afa-6db8c4bfee3b on /var/tmp type xfs (rw,nosuid,nodev,noexec,relatime,seclabel,attr2) If the "/tmp" file system is mounted without the "noexec" option, this is a finding.
Fix: F-85705r1166668_fix
Configure RHEL 10 to mount "/tmp" with the "noexec" option. Modify "/etc/fstab" to use the "noexec" option on the "/tmp" directory. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /tmp
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700160
- Vuln IDs
-
- V-281240
- Rule IDs
-
- SV-281240r1166672_rule
Checks: C-85801r1166670_chk
Verify RHEL 10 is configured so that "/tmp" is mounted with the "nosuid" option: $ mount | grep /tmp /dev/mapper/luks-c98555c8-0462-4b97-9afa-6db8c4bfee3b on /var/tmp type xfs (rw,nosuid,nodev,noexec,relatime,seclabel,attr2) If the "/tmp" file system is mounted without the "nosuid" option, this is a finding.
Fix: F-85706r1166671_fix
Configure RHEL 10 to mount "/tmp" with the "nosuid" option. Modify "/etc/fstab" to use the "nosuid" option on the "/tmp" directory. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /tmp
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700165
- Vuln IDs
-
- V-281241
- Rule IDs
-
- SV-281241r1166675_rule
Checks: C-85802r1166673_chk
Verify RHEL 10 is configured so that "/var" is mounted with the "nodev" option: $ mount | grep /var /dev/mapper/luks-51150299-f295-4145-b8f0-ebe9c6dfd5a0 on /var type xfs (rw,nodev,relatime,seclabel,attr2) If the "/var" file system is mounted without the "nodev" option, this is a finding.
Fix: F-85707r1166674_fix
Configure RHEL 10 to mount "/var" with the "nodev" option. Modify "/etc/fstab" to use the "nodev" option on the "/var" directory. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /var
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700170
- Vuln IDs
-
- V-281242
- Rule IDs
-
- SV-281242r1166678_rule
Checks: C-85803r1166676_chk
Verify RHEL 10 is configured so that "/var/log" is mounted with the "nodev" option: $ mount | grep /var/log /dev/mapper/luks-c651f493-9fdc-4c6e-a711-0a4f03149661 on /var/log type xfs (rw,nosuid,nodev,noexec,relatime,seclabel,attr2) If the "/var/log" file system is mounted without the "nodev" option, this is a finding.
Fix: F-85708r1166677_fix
Configure RHEL 10 to mount "/var/log" with the "nodev" option. Modify "/etc/fstab" to use the "nodev" option on the "/var/log" directory. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /var/log
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700175
- Vuln IDs
-
- V-281243
- Rule IDs
-
- SV-281243r1166681_rule
Checks: C-85804r1166679_chk
Verify RHEL 10 is configured so that "/var/log" is mounted with the "noexec" option: $ mount | grep /var/log /dev/mapper/luks-c651f493-9fdc-4c6e-a711-0a4f03149661 on /var/log type xfs (rw,nosuid,nodev,noexec,relatime,seclabel,attr2) If the "/var/log" file system is mounted without the "noexec" option, this is a finding.
Fix: F-85709r1166680_fix
Configure RHEL 10 to mount "/var/log" with the "noexec" option. Modify "/etc/fstab" to use the "noexec" option on the "/var/log" directory. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /var/log
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700180
- Vuln IDs
-
- V-281244
- Rule IDs
-
- SV-281244r1166684_rule
Checks: C-85805r1166682_chk
Verify RHEL 10 is configured so that "/var/log" is mounted with the "nosuid" option: $ mount | grep /var/log /dev/mapper/luks-c651f493-9fdc-4c6e-a711-0a4f03149661 on /var/log type xfs (rw,nosuid,nodev,noexec,relatime,seclabel,attr2) If the "/var/log" file system is mounted without the "nosuid" option, this is a finding.
Fix: F-85710r1166683_fix
Configure RHEL 10 to mount "/var/log" with the "nosuid" option. Modify "/etc/fstab" to use the "nosuid" option on the "/var/log" directory. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /var/log
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700185
- Vuln IDs
-
- V-281245
- Rule IDs
-
- SV-281245r1166687_rule
Checks: C-85806r1166685_chk
Verify RHEL 10 is configured so that "/var/tmp" is mounted with the "nodev" option: $ mount | grep /var/tmp /dev/mapper/luks-c98555c8-0462-4b97-9afa-6db8c4bfee3b on /var/tmp type xfs (rw,nosuid,nodev,noexec,relatime,seclabel,attr2) If the "/var/tmp" file system is mounted without the "nodev" option, this is a finding.
Fix: F-85711r1166686_fix
Configure RHEL 10 to mount "/var/tmp" with the "nodev" option. Modify "/etc/fstab" to use the "nodev" option on the "/var/tmp" directory. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /var/tmp
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700190
- Vuln IDs
-
- V-281246
- Rule IDs
-
- SV-281246r1166690_rule
Checks: C-85807r1166688_chk
Verify RHEL 10 is configured so that "/var/tmp" is mounted with the "noexec" option: $ mount | grep /var/tmp /dev/mapper/luks-c98555c8-0462-4b97-9afa-6db8c4bfee3b on /var/tmp type xfs (rw,nosuid,nodev,noexec,relatime,seclabel,attr2) If the "/var/tmp" file system is mounted without the "noexec" option, this is a finding.
Fix: F-85712r1166689_fix
Configure RHEL 10 to mount "/var/tmp" with the "noexec" option. Modify "/etc/fstab" to use the "noexec" option on the "/var/tmp" directory. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /var/tmp
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700195
- Vuln IDs
-
- V-281247
- Rule IDs
-
- SV-281247r1166693_rule
Checks: C-85808r1166691_chk
Verify RHEL 10 is configured so that "/var/tmp" is mounted with the "nosuid" option: $ mount | grep /var/tmp /dev/mapper/luks-c98555c8-0462-4b97-9afa-6db8c4bfee3b on /var/tmp type xfs (rw,nosuid,nodev,noexec,relatime,seclabel,attr2) If the "/var/tmp" file system is mounted without the "nosuid" option, this is a finding.
Fix: F-85713r1166692_fix
Configure RHEL 10 to mount "/var/tmp" with the "nosuid" option. Modify "/etc/fstab" to use the "nosuid" option on the "/var/tmp" directory. To reload all implicit mount units and update the dependency graph so that new options will apply correctly at next remount, run the following command: $ sudo systemctl daemon-reload Use the following command to apply the changes immediately without a reboot: $ sudo mount -o remount /var/tmp
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-001764
- Version
- RHEL-10-700200
- Vuln IDs
-
- V-281248
- Rule IDs
-
- SV-281248r1166696_rule
Checks: C-85809r1166694_chk
Verify RHEL 10 is configured so that all nonroot local partitions are mounted with the "nodev" option with the following command: $ sudo mount | grep '^/dev\S* on /\S' | grep --invert-match 'nodev' If any output is produced, this is a finding.
Fix: F-85714r1166695_fix
Configure RHEL 10 so that "/etc/fstab" uses the "nodev" option on all nonroot local partitions.
- RMF Control
- SI-6
- Severity
- M
- CCI
- CCI-002696
- Version
- RHEL-10-700400
- Vuln IDs
-
- V-281249
- Rule IDs
-
- SV-281249r1197242_rule
Checks: C-85810r1166697_chk
Verify RHEL 10 SELINUX is using the targeted policy with the following command: $ sestatus | grep policy Loaded policy name: targeted If the loaded policy name is not "targeted", this is a finding.
Fix: F-85715r1197241_fix
Configure RHEL 10 to use the targeted SELINUX policy. Edit the file "/etc/selinux/config" and add or modify the following line: SELINUXTYPE=targeted A reboot is required for the changes to take effect.
- RMF Control
- AC-6
- Severity
- M
- CCI
- CCI-002235
- Version
- RHEL-10-700410
- Vuln IDs
-
- V-281250
- Rule IDs
-
- SV-281250r1184704_rule
Checks: C-85811r1166700_chk
Verify RHEL 10 elevates the SELinux context when an administrator calls the sudo command with the following command: This command must be run as root: $ sudo grep -r sysadm_r /etc/sudoers /etc/sudoers.d %{designated_group_or_user_name} ALL=(ALL) TYPE=sysadm_t ROLE=sysadm_r ALL If a designated sudoers administrator group or account(s) is not configured to elevate the SELinux type and role to "sysadm_t" and "sysadm_r" with the use of the sudo command, this is a finding.
Fix: F-85716r1184703_fix
Configure RHEL 10 to elevate the SELinux context when an administrator calls the sudo command. Edit a file in the "/etc/sudoers.d" directory with the following command: $ sudo visudo -f /etc/sudoers.d/ Use the following example to build the file in the "/etc/sudoers.d" directory to allow any administrator belonging to a designated sudoers admin group to elevate their SELinux context with the use of the sudo command: %{designated_group_or_user_name} ALL=(ALL) TYPE=sysadm_t ROLE=sysadm_r ALL Remove any configurations that conflict with the above from the following locations: /etc/sudoers /etc/sudoers.d/
- RMF Control
- SI-6
- Severity
- M
- CCI
- CCI-002696
- Version
- RHEL-10-700420
- Vuln IDs
-
- V-281251
- Rule IDs
-
- SV-281251r1166705_rule
Checks: C-85812r1166703_chk
Verify RHEL 10 enforces correct operation of security functions through the use of SELinux with the following command: $ getenforce Enforcing If SELINUX is not set to "Enforcing", this is a finding. Verify SELinux is configured to be enforcing at boot. $ sudo grep "SELINUX=" /etc/selinux/config | grep -v '#' SELINUX=enforcing If an uncommented SELinux line is missing or not set to "enforcing", this is a finding.
Fix: F-85717r1166704_fix
Configure RHEL 10 to enforce correct operation of security functions. Edit the file "/etc/selinux/config" and add or modify the following line: SELINUX=enforcing A reboot is required for the changes to take effect.
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-000044
- Version
- RHEL-10-700430
- Vuln IDs
-
- V-281252
- Rule IDs
-
- SV-281252r1166708_rule
Checks: C-85813r1166706_chk
Note: If the system does not have SELinux enabled and enforcing a targeted policy, or if the pam_faillock module is not configured for use, this requirement is not applicable. Verify RHEL 10 SELinux context type allows the use of a nondefault faillock tally directory. Verify the location of the nondefault tally directory for the pam_faillock module with the following command: $ sudo grep -w dir /etc/security/faillock.conf dir = /var/log/faillock Check the security context type of the nondefault tally directory with the following command: $ ls -Zd /var/log/faillock unconfined_u:object_r:faillog_t:s0 /var/log/faillock If the security context type of the nondefault tally directory is not "faillog_t", this is a finding.
Fix: F-85718r1166707_fix
Configure RHEL 10 to allow the use of a nondefault faillock tally directory while SELinux enforces a targeted policy. Enable the feature using the following command: $ sudo authselect enable-feature with-faillock Create a nondefault faillock tally directory (if it does not already exist) with the following example: $ sudo mkdir /var/log/faillock Add/modify the "/etc/security/faillock.conf" file to match the following line: dir = /var/log/faillock Update "/etc/selinux/targeted/contexts/files/file_contexts.local" with "faillog_t" context type for the nondefault faillock tally directory with the following command: $ sudo semanage fcontext -a -t faillog_t "/var/log/faillock(/.*)?" Update the context type of the nondefault faillock directory/subdirectories and files with the following command: $ sudo restorecon -R -v /var/log/faillock
- RMF Control
- SI-6
- Severity
- M
- CCI
- CCI-002696
- Version
- RHEL-10-700500
- Vuln IDs
-
- V-281253
- Rule IDs
-
- SV-281253r1184654_rule
Checks: C-85814r1166709_chk
Verify RHEL 10 SSH public host key files have a mode of "0644" or less permissive with the following command: Note: SSH public key files may be found in other directories on the system depending on the installation. $ sudo stat -c "%a %n" /etc/ssh/*.pub 644 /etc/ssh/ssh_host_dsa_key.pub 644 /etc/ssh/ssh_host_ecdsa_key.pub 644 /etc/ssh/ssh_host_ed25519_key.pub 644 /etc/ssh/ssh_host_rsa_key.pub If any "key.pub" file has a mode more permissive than "0644", this is a finding.
Fix: F-85719r1166710_fix
Configure RHEL 10 SSH public host key files to have mode "0644" or less permissive. Change the mode of public host key files under "/etc/ssh" to "0644" with the following command: $ sudo chmod 0644 /etc/ssh/*key.pub Restart the SSH daemon with the following command for the changes to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001813
- Version
- RHEL-10-700510
- Vuln IDs
-
- V-281254
- Rule IDs
-
- SV-281254r1184754_rule
Checks: C-85815r1166712_chk
Verify RHEL 10 SSH daemons do not allow GSSAPI authentication with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*gssapiauthentication' /etc/ssh/sshd_config.d/10-stig.conf:GSSAPIAuthentication no /etc/ssh/sshd_config.d/50-redhat.conf:GSSAPIAuthentication yes Verify the runtime setting with the following command: $ sudo sshd -T | grep -i gssapiauthentication gssapiauthentication no If the "GSSAPIAuthentication" keyword is not set to "no" in a drop-in that lexicographically precedes 50-redhat.conf, no output is returned, and the use of GSSAPI authentication has not been documented with the information system security officer, this is a finding.
Fix: F-85720r1166713_fix
Configure RHEL 10 SSH daemons to not allow GSSAPI authentication. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: GSSAPIAuthentication no Restart the SSH service with the following command for the changes to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- CM-5
- Severity
- M
- CCI
- CCI-001813
- Version
- RHEL-10-700520
- Vuln IDs
-
- V-281255
- Rule IDs
-
- SV-281255r1184755_rule
Checks: C-85816r1166715_chk
Verify RHEL 10 SSH daemons do not allow Kerberos authentication with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*kerberosauthentication' /etc/ssh/sshd_config.d/10-stig.conf:KerberosAuthentication no Verify the runtime setting with the following command: $ sudo sshd -T | grep -i kerberosauthentication kerberosauthentication no If the "KerberosAuthentication" keyword is not set to "no" in a drop-in that lexicographically precedes 50-redhat.conf, no output is returned, and the use of Kerberos authentication has not been documented with the information system security officer, this is a finding.
Fix: F-85721r1166716_fix
Configure RHEL 10 SSH daemons to not allow Kerberos authentication. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: KerberosAuthentication no Restart the SSH service with the following command for the changes to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- SI-6
- Severity
- M
- CCI
- CCI-002696
- Version
- RHEL-10-700530
- Vuln IDs
-
- V-281256
- Rule IDs
-
- SV-281256r1184756_rule
Checks: C-85817r1166718_chk
Verify RHEL 10 SSH daemons do not allow rhosts authentication with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*ignorerhosts' /etc/ssh/sshd_config.d/10-stig.conf:IgnoreRhosts yes Verify the runtime setting with the following command: $ sudo sshd -T | grep -i ignorerhosts ignorerhosts yes If the "IgnoreRhosts" keyword is not set to "yes" in a drop-in that lexicographically precedes 50-redhat.conf, or if no output is returned, this is a finding.
Fix: F-85722r1166719_fix
Configure RHEL 10 SSH daemons to not allow rhosts authentication. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: IgnoreRhosts yes Restart the SSH service with the following command for the changes to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- SI-6
- Severity
- M
- CCI
- CCI-002696
- Version
- RHEL-10-700540
- Vuln IDs
-
- V-281257
- Rule IDs
-
- SV-281257r1184757_rule
Checks: C-85818r1166721_chk
Verify RHEL 10 SSH daemons do not allow known hosts authentication with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*ignoreuserknownhosts' /etc/ssh/sshd_config.d/10-stig.conf:IgnoreUserKnownHosts yes Verify the runtime setting with the following command: $ sudo sshd -T | grep -i ignoreuserknownhosts ignoreuserknownhosts yes If the "IgnoreUserKnownHosts" keyword is not set to "yes" in a drop-in that lexicographically precedes 50-redhat.conf, or if no output is returned, this is a finding.
Fix: F-85723r1166722_fix
Configure RHEL 10 SSH daemons to not allow known hosts authentication. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: IgnoreUserKnownHosts yes Restart the SSH service with the following command for the changes to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- SI-6
- Severity
- M
- CCI
- CCI-002696
- Version
- RHEL-10-700550
- Vuln IDs
-
- V-281258
- Rule IDs
-
- SV-281258r1184758_rule
Checks: C-85819r1166724_chk
Verify RHEL 10 SSH daemons do not allow X11Forwarding with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*x11forwarding' /etc/ssh/sshd_config.d/10-stig.conf:X11forwarding no /etc/ssh/sshd_config.d/50-redhat.conf:X11Forwarding yes Verify the runtime setting with the following command: $ sudo sshd -T | grep -i x11forwarding x11forwarding no If the "X11forwarding" keyword is not set to "no" in a drop-in that lexicographically precedes 50-redhat.conf, or if no output is returned, and X11 forwarding is not documented with the information system security officer as an operational requirement, this is a finding.
Fix: F-85724r1166725_fix
Configure RHEL 10 SSH daemons to not allow X11 forwarding. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: X11forwarding no Restart the SSH service with the following command for the changes to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- SI-6
- Severity
- M
- CCI
- CCI-002696
- Version
- RHEL-10-700560
- Vuln IDs
-
- V-281259
- Rule IDs
-
- SV-281259r1184759_rule
Checks: C-85820r1166727_chk
Verify RHEL 10 SSH daemons perform strict mode checking of home directory configuration files with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*strictmodes' /etc/ssh/sshd_config.d/10-stig.conf:StrictModes yes Verify the runtime setting with the following command: $ sudo sshd -T | grep -i strictmodes strictmodes yes If the "StrictModes" keyword is not set to "yes" in a drop-in that lexicographically precedes 50-redhat.conf, or if no output is returned, this is a finding.
Fix: F-85725r1166728_fix
Configure RHEL 10 SSH daemons to perform strict mode checking of home directory configuration files. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: StrictModes yes Restart the SSH service with the following command for the changes to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- SI-6
- Severity
- M
- CCI
- CCI-002696
- Version
- RHEL-10-700570
- Vuln IDs
-
- V-281260
- Rule IDs
-
- SV-281260r1184760_rule
Checks: C-85821r1166730_chk
Verify RHEL 10 SSH daemons provide users with feedback on when account accesses last occurred with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*printlastlog' /etc/ssh/sshd_config.d/10-stig.conf:PrintLastLog yes Verify the runtime setting with the following command: $ sudo sshd -T | grep -i printlastlog printlastlog yes If the "PrintLastLog" keyword is not set to "yes" in a drop-in that lexicographically precedes 50-redhat.conf, or if no output is returned, this is a finding.
Fix: F-85726r1166731_fix
Configure RHEL 10 SSH daemons to provide users with feedback on when account accesses last occurred. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: PrintLastLog yes Restart the SSH service with the following command for the changes to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- SI-6
- Severity
- M
- CCI
- CCI-002696
- Version
- RHEL-10-700580
- Vuln IDs
-
- V-281261
- Rule IDs
-
- SV-281261r1184761_rule
Checks: C-85822r1166733_chk
Verify RHEL 10 SSH daemons prevent remote hosts from connecting to the proxy display with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*x11uselocalhost' /etc/ssh/sshd_config.d/10-stig.conf:X11UseLocalhost yes Verify the runtime setting with the following command: $ sudo sshd -T | grep -i x11uselocalhost x11uselocalhost yes If the "X11UseLocalhost" keyword is not set to "yes" in a drop-in that lexicographically precedes 50-redhat.conf, or if no output is returned, this is a finding.
Fix: F-85727r1166734_fix
Configure RHEL 10 SSH daemons to prevent remote hosts from connecting to the proxy display. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: X11UseLocalhost yes Restart the SSH service with the following command for the changes to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-700590
- Vuln IDs
-
- V-281262
- Rule IDs
-
- SV-281262r1184762_rule
Checks: C-85823r1166736_chk
Verify RHEL 10 is configured so that SSH server configuration files' permissions are not modified. Check the permissions of the "/etc/ssh/sshd_config" file with the following command: $ sudo rpm --verify openssh-server | awk '! ($2 == "c" && $1 ~ /^.\..\.\.\.\..\./) {print $0}' If the command returns any output, this is a finding.
Fix: F-85728r1166737_fix
Configure RHEL 10 so that SSH server configuration files' permissions are not modified. Run the following commands to restore the correct permissions of OpenSSH server configuration files: $ sudo rpm --setugids openssh-server $ sudo rpm --setperms openssh-server
- RMF Control
- IA-2
- Severity
- M
- CCI
- CCI-000765
- Version
- RHEL-10-700600
- Vuln IDs
-
- V-281263
- Rule IDs
-
- SV-281263r1184763_rule
Checks: C-85824r1166739_chk
Note: If the system administrator demonstrates the use of an approved alternate multifactor authentication method, this requirement is not applicable. Verify RHEL 10 SSH daemons accept public key encryption with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*pubkeyauthentication' /etc/ssh/sshd_config.d/10-stig.conf:PubkeyAuthentication yes Verify the runtime setting with the following command: $ sudo sshd -T | grep -i pubkeyauthentication pubkeyauthentication yes If the "PubkeyAuthentication" keyword is not set to "yes" in a drop-in that lexicographically precedes 50-redhat.conf, or if no output is returned, this is a finding.
Fix: F-85729r1166740_fix
Configure RHEL 10 to accept public key authentication. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: PubkeyAuthentication yes Restart the SSH daemon with the following command for the settings to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- IA-2
- Severity
- M
- CCI
- CCI-000766
- Version
- RHEL-10-700610
- Vuln IDs
-
- V-281264
- Rule IDs
-
- SV-281264r1184764_rule
Checks: C-85825r1166742_chk
Verify RHEL 10 remote access using SSH prevents logging on with a blank password with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*permitemptypasswords' /etc/ssh/sshd_config.d/10-stig.conf:PermitEmptyPasswords no Verify the runtime setting with the following command: $ sudo sshd -T | grep -i permitemptypasswords permitemptypasswords no If the "PermitEmptyPasswords" keyword is not set to "no" in a drop-in that lexicographically precedes 50-redhat.conf, or if no output is returned, this is a finding.
Fix: F-85730r1166743_fix
Configure RHEL 10 to prevent SSH users from logging on with blank passwords. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: PermitEmptyPasswords no Restart the SSH daemon with the following command for the settings to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- Severity
- M
- CCI
- CCI-004045
- Version
- RHEL-10-700620
- Vuln IDs
-
- V-281265
- Rule IDs
-
- SV-281265r1184765_rule
Checks: C-85826r1166745_chk
Verify RHEL 10 remote access using SSH prevents users from logging on directly as "root" with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*permitrootlogin' /etc/ssh/sshd_config.d/10-stig.conf:PermitRootLogin no Verify the runtime setting with the following command: $ sudo sshd -T | grep -i permitrootlogin permitrootlogin no If the "PermitRootLogin" keyword is not set to "no" in a drop-in that lexicographically precedes 50-redhat.conf, or if no output is returned, this is a finding.
Fix: F-85731r1166746_fix
Configure RHEL 10 to prevent SSH users from logging on directly as root. In "/etc/ssh/sshd_config.d", create a drop-in file that will lexicographically precede 50-redhat.conf and add the following line: PermitRootLogin no Restart the SSH daemon with the following command for the settings to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-700630
- Vuln IDs
-
- V-281266
- Rule IDs
-
- SV-281266r1184766_rule
Checks: C-85827r1166748_chk
Verify RHEL 10 does not allow a noncertificate trusted host SSH login to the system with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*hostbasedauthentication' /etc/ssh/sshd_config.d/10-stig.conf:HostbasedAuthentication no Verify the runtime setting with the following command: $ sudo sshd -T | grep -i hostbasedauthentication hostbasedauthentication no If the "HostbasedAuthentication" keyword is not set to "no" in a drop-in that lexicographically precedes 50-redhat.conf, or no output is returned, this is a finding.
Fix: F-85732r1166749_fix
Configure RHEL 10 to not allow a noncertificate trusted host SSH login to the system. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: HostbasedAuthentication no Restart the SSH daemon with the following command for the settings to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- CM-7
- Severity
- H
- CCI
- CCI-000381
- Version
- RHEL-10-700640
- Vuln IDs
-
- V-281267
- Rule IDs
-
- SV-281267r1184767_rule
Checks: C-85828r1166751_chk
Verify RHEL 10 disables unattended or automatic login via SSH with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*permituserenvironment' /etc/ssh/sshd_config.d/10-stig.conf:PermitUserEnvironment no Verify the runtime setting with the following command: $ sudo sshd -T | grep -i permituserenvironment permituserenvironment no If the "PermitUserEnvironment" keyword is not set to "no" in a drop-in that lexicographically precedes 50-redhat.conf, or if no output is returned, this is a finding.
Fix: F-85733r1166752_fix
Configure RHEL 10 to disable unattended or automatic login via SSH. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: PermitUserEnvironment no Restart the SSH daemon with the following command for the setting to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- SC-8
- Severity
- H
- CCI
- CCI-002418
- Version
- RHEL-10-700650
- Vuln IDs
-
- V-281268
- Rule IDs
-
- SV-281268r1184768_rule
Checks: C-85829r1166754_chk
Verify RHEL 10 SSH servers are configured to force frequent session key renegotiation with the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*rekeylimit' /etc/ssh/sshd_config.d/10-stig.conf:RekeyLimit 1G 1h Verify the runtime setting with the following command: $ sudo sshd -T | grep -i rekeylimit rekeylimit 1073741824 3600 If the "RekeyLimit" keyword is not set to "1G 1h" in a drop-in that lexicographically precedes 50-redhat.conf, or if no output is returned, this is a finding.
Fix: F-85734r1166755_fix
Configure RHEL 10 to force a frequent session key renegotiation for SSH connections to the server. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: RekeyLimit 1G 1h Restart the SSH daemon with the following command for the settings to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- SC-10
- Severity
- M
- CCI
- CCI-001133
- Version
- RHEL-10-700660
- Vuln IDs
-
- V-281269
- Rule IDs
-
- SV-281269r1184769_rule
Checks: C-85830r1166757_chk
Verify RHEL 10 network connections associated with SSH traffic terminate after becoming unresponsive. Set the "ClientAliveCountMax" to "1" by performing the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*clientalivecountmax' /etc/ssh/sshd_config.d/10-stig.conf:ClientAliveCountMax 1 Verify the runtime setting with the following command: $ sudo sshd -T | grep -i clientalivecountmax clientalivecountmax 1 If the "ClientAliveCountMax" keyword is not set to a value of "1" in a drop-in that lexicographically precedes 50-redhat.conf, or if no output is returned, this is a finding.
Fix: F-85735r1166758_fix
Configure RHEL 10 to automatically terminate all network connections associated with SSH traffic at the end of a session or after 10 minutes of inactivity. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: ClientAliveCountMax 1 Restart the SSH daemon with the following command for the changes to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- AU-5
- Severity
- M
- CCI
- CCI-000139
- Version
- RHEL-10-700670
- Vuln IDs
-
- V-281270
- Rule IDs
-
- SV-281270r1166762_rule
Checks: C-85831r1166760_chk
Verify RHEL 10 notifies administrators in the event of an audit processing failure. Check that the "/etc/aliases" file has a defined value for "root". $ sudo grep "postmaster:\s*root$" /etc/aliases postmaster: root If the command does not return a line, or the line is commented out, ask the system administrator to indicate how they and the information systems security officer are notified of an audit process failure. If there is no evidence of the proper personnel being notified of an audit processing failure, this is a finding.
Fix: F-85736r1166761_fix
Configure RHEL 10 to have a valid email address as an alias for the root account. Append the following line to "/etc/aliases": postmaster: root Run the following command: $ sudo newaliases
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-700680
- Vuln IDs
-
- V-281271
- Rule IDs
-
- SV-281271r1197244_rule
Checks: C-85832r1166763_chk
Verify RHEL 10 does not have a "shosts.equiv" file on the system with the following command: $ sudo find / -name shosts.equiv If a "shosts.equiv" file is found, this is a finding.
Fix: F-85737r1197243_fix
Configure RHEL 10 to not have a "shosts.equiv" file on the system. Remove any found "shosts.equiv" files from the system: $ sudo rm /[path]/[to]/[file]/shosts.equiv
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-700690
- Vuln IDs
-
- V-281272
- Rule IDs
-
- SV-281272r1166768_rule
Checks: C-85833r1166766_chk
Verify RHEL 10 does not have any ".shosts" files on the system with the following command: $ sudo find / -name .shosts If a ".shosts" file is found, this is a finding.
Fix: F-85738r1166767_fix
Configure RHEL 10 to not have any ".shosts" files on the system. Remove any found ".shosts" files from the system with the following command: $ sudo rm /[path]/[to]/[file]/.shosts
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-000778
- Version
- RHEL-10-700700
- Vuln IDs
-
- V-281273
- Rule IDs
-
- SV-281273r1184699_rule
Checks: C-85834r1166769_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 disables the ability of the user to override the graphical user interface automount setting. Determine which profile the system database is using with the following command: $ sudo grep system-db /etc/dconf/profile/user system-db:local Check that the automount setting is locked from nonprivileged user modification with the following command: Note: The example below is using the database "local" for the system, so the path is "/etc/dconf/db/local.d". This path must be modified if a database other than "local" is being used. $ sudo grep 'automount-open' /etc/dconf/db/local.d/locks/* /org/gnome/desktop/media-handling/automount-open If the command does not return at least the example result, this is a finding.
Fix: F-85739r1166770_fix
Configure RHEL 10 so that the GNOME desktop does not allow a user to change the setting that disables automated mounting of removable media. Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory. Update the "/etc/dconf/db/local.d/locks/00-security-settings-lock" file to prevent user modification: $ sudo vi /etc/dconf/db/local.d/locks/00-security-settings-lock /org/gnome/desktop/media-handling/automount-open Update the dconf system databases: $ sudo dconf update
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-000778
- Version
- RHEL-10-700710
- Vuln IDs
-
- V-281274
- Rule IDs
-
- SV-281274r1197245_rule
Checks: C-85835r1166772_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 disables ability of the user to override the graphical user interface autorun setting. Check that the autorun setting is set to prevent user modification with the following command: $ gsettings writable org.gnome.desktop.media-handling autorun-never false If "autorun-never" is writable, the result is "true". If this is not documented with the information system security officer as an operational requirement, this is a finding.
Fix: F-85740r1166773_fix
Configure RHEL 10 so that the GNOME desktop does not allow a user to change the setting that disables autorun on removable media. Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory. Update the "/etc/dconf/db/local.d/locks/00-security-settings-lock" file to prevent user modification: $ sudo vi /etc/dconf/db/local.d/locks/00-security-settings-lock /org/gnome/desktop/media-handling/autorun-never Update the dconf system databases: $ sudo dconf update
- RMF Control
- AC-3
- Severity
- H
- CCI
- CCI-000213
- Version
- RHEL-10-700720
- Vuln IDs
-
- V-281275
- Rule IDs
-
- SV-281275r1166777_rule
Checks: C-85836r1166775_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 does not allow an unattended or automatic login to the system via a graphical user interface. Check for the value of the "AutomaticLoginEnable" in the "/etc/gdm/custom.conf" file with the following command: $ grep -i automaticlogin /etc/gdm/custom.conf AutomaticLoginEnable=false If the value of "AutomaticLoginEnable" is not set to "false", this is a finding.
Fix: F-85741r1166776_fix
Configure RHEL 10 so that the GNOME desktop display manager disables automatic login. Update the "/etc/gdm/custom.conf" file to disable automatic login to the GNOME desktop: $ sudo vi /etc/gdm/custom.conf [daemon] AutomaticLoginEnable=false
- RMF Control
- AC-11
- Severity
- M
- CCI
- CCI-000056
- Version
- RHEL-10-700730
- Vuln IDs
-
- V-281276
- Rule IDs
-
- SV-281276r1166780_rule
Checks: C-85837r1166778_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 disables ability of the user to override the smart card removal action setting with the following command: $ gsettings writable org.gnome.settings-daemon.peripherals.smartcard removal-action false If "removal-action" is writable and the result is "true", this is a finding.
Fix: F-85742r1166779_fix
Configure RHEL 10 to prevent a user from overriding the disabling of the graphical user smart card removal action. Add the following line to "/etc/dconf/db/local.d/locks/00-security-settings-lock" to prevent user override of the smart card removal action: /org/gnome/settings-daemon/peripherals/smartcard/removal-action Update the dconf system databases: $ sudo dconf update
- RMF Control
- AC-11
- Severity
- M
- CCI
- CCI-000056
- Version
- RHEL-10-700740
- Vuln IDs
-
- V-281277
- Rule IDs
-
- SV-281277r1166783_rule
Checks: C-85838r1166781_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, Gnome Shell. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 prevents a user from overriding the screensaver lock-enabled setting with the following command: $ gsettings writable org.gnome.desktop.screensaver lock-enabled false If "lock-enabled" is writable, and the result is "true", this is a finding.
Fix: F-85743r1166782_fix
Configure RHEL 10 to prevent a user from overriding settings for graphical user interfaces. Create a database to contain the systemwide screensaver settings (if it does not already exist) with the following command: Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory. Update the "/etc/dconf/db/local.d/locks/session" file to prevent nonprivileged users from modifying the screensaver lock: $ sudo vi /etc/dconf/db/local.d/locks/session /org/gnome/desktop/screensaver/lock-enabled Run the following command to update the database: $ sudo dconf update
- RMF Control
- AC-11
- Severity
- M
- CCI
- CCI-000057
- Version
- RHEL-10-700750
- Vuln IDs
-
- V-281278
- Rule IDs
-
- SV-281278r1208799_rule
Checks: C-85839r1208372_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 initiates a session lock after a 10-minute period of inactivity for graphical user interfaces with the following command: $ sudo gsettings get org.gnome.desktop.session idle-delay uint32 600 If "idle-delay" is set to "0" or a value greater than "600", this is a finding.
Fix: F-85744r1208373_fix
Configure RHEL 10 to initiate a screensaver after a 10-minute period of inactivity for graphical user interfaces. Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory. Update the "/etc/dconf/db/local.d/00-screensaver" file to prevent nonprivileged users from modifying the screensaver idle-delay setting: $ sudo vi /etc/dconf/db/local.d/00-screensaver [org/gnome/desktop/session] # Set the lock time out to 900 seconds before the session is considered idle idle-delay=uint32 600 Update the system databases: $ sudo dconf update
- RMF Control
- AC-11
- Severity
- M
- CCI
- CCI-000057
- Version
- RHEL-10-700760
- Vuln IDs
-
- V-281279
- Rule IDs
-
- SV-281279r1166789_rule
Checks: C-85840r1166787_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 prevents a user from overriding settings for session idle delay with the following command: $ gsettings writable org.gnome.desktop.session idle-delay false If "idle-delay" is writable, and the result is "true", this is a finding.
Fix: F-85745r1166788_fix
Configure RHEL 10 to prevent a user from overriding settings for graphical user interfaces. Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory. Update the "/etc/dconf/db/local.d/locks/session" file to prevent nonprivileged users from modifying the idle-delay lock: $ sudo vi /etc/dconf/db/local.d/locks/session /org/gnome/desktop/session/idle-delay Run the following command to update the database: $ sudo dconf update
- RMF Control
- AC-11
- Severity
- M
- CCI
- CCI-000057
- Version
- RHEL-10-700770
- Vuln IDs
-
- V-281280
- Rule IDs
-
- SV-281280r1166792_rule
Checks: C-85841r1166790_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 initiates a session lock for graphical user interfaces when the screensaver is activated with the following command: $ gsettings get org.gnome.desktop.screensaver lock-delay uint32 5 If the "uint32" setting is not set to "5" or less, or is missing, this is a finding.
Fix: F-85746r1166791_fix
Configure RHEL 10 to initiate a session lock for graphical user interfaces when a screensaver is activated. Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory. Create a database to contain the systemwide screensaver settings (if it does not already exist) with the following command: $ sudo vi /etc/dconf/db/local.d/00-screensaver [org/gnome/desktop/screensaver] lock-delay=uint32 5 The "uint32" must be included along with the integer key values as shown. Update the system databases: $ sudo dconf update
- RMF Control
- AC-11
- Severity
- M
- CCI
- CCI-000057
- Version
- RHEL-10-700780
- Vuln IDs
-
- V-281281
- Rule IDs
-
- SV-281281r1166795_rule
Checks: C-85842r1166793_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 prevents a user from overriding settings for the screensaver lock delay with the following command: $ gsettings writable org.gnome.desktop.screensaver lock-delay false If "lock-delay" is writable, and the result is "true", this is a finding.
Fix: F-85747r1166794_fix
Configure RHEL 10 to prevent a user from overriding settings for graphical user interfaces. Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory. Update the "/etc/dconf/db/local.d/locks/session" file to prevent nonprivileged users from modifying the lock-delay setting: $ sudo vi /etc/dconf/db/local.d/locks/session /org/gnome/desktop/screensaver/lock-delay Run the following command to update the database: $ sudo dconf update
- RMF Control
- AC-11
- Severity
- M
- CCI
- CCI-000060
- Version
- RHEL-10-700790
- Vuln IDs
-
- V-281282
- Rule IDs
-
- SV-281282r1166798_rule
Checks: C-85843r1166796_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 prevents a user from overriding settings a blank screensaver with the following command: $ gsettings writable org.gnome.desktop.screensaver picture-uri false If "picture-uri" is writable, and the result is "true", this is a finding.
Fix: F-85748r1166797_fix
Configure RHEL 10 to prevent a user from overriding the picture-uri setting for graphical user interfaces. Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory. Update the "/etc/dconf/db/local.d/00-security-settings" file to prevent a user from overriding the "picture-uri" setting: $ sudo vi /etc/dconf/db/local.d/00-security-settings [org/gnome/desktop/screensaver] picture-uri='' Update the "/etc/dconf/db/local.d/locks/00-security-settings-lock" file to prevent a user from modifying the lock applied to the "picture-uri" setting: $ sudo vi /etc/dconf/db/local.d/locks/00-security-settings-lock /org/gnome/desktop/screensaver/picture-uri Update the dconf system databases: $ sudo dconf update
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-700800
- Vuln IDs
-
- V-281283
- Rule IDs
-
- SV-281283r1166801_rule
Checks: C-85844r1166799_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 ensures effective dconf policy matches the policy keyfiles. Check the last modification time of the local databases, comparing it to the last modification time of the related keyfiles. The following command will check every dconf database and compare its modification time to the related system keyfiles: $ function dconf_needs_update { for db in $(find /etc/dconf/db -maxdepth 1 -type f); do db_mtime=$(stat -c %Y "$db"); keyfile_mtime=$(stat -c %Y "$db".d/* | sort -n | tail -1); if [ -n "$db_mtime" ] && [ -n "$keyfile_mtime" ] && [ "$db_mtime" -lt "$keyfile_mtime" ]; then echo "$db needs update"; return 1; fi; done; }; dconf_needs_update If the command has any output, then a dconf database needs to be updated, and this is a finding.
Fix: F-85749r1166800_fix
Configure RHEL 10 to ensure that the effective dconf policy matches the policy keyfiles. Update the dconf databases by running the following command: $ sudo dconf update
- RMF Control
- SI-6
- Severity
- M
- CCI
- CCI-002696
- Version
- RHEL-10-700810
- Vuln IDs
-
- V-281284
- Rule IDs
-
- SV-281284r1197247_rule
Checks: C-85845r1197246_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 prevents a user from overriding the disable-restart-buttons setting for graphical user interfaces: $ gsettings writable org.gnome.login-screen disable-restart-buttons false If "disable-restart-buttons" is writable, and the result is "true", this is a finding.
Fix: F-85750r1166803_fix
Configure RHEL 10 to prevent a user from overriding the disable-restart-buttons setting for graphical user interfaces. Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory. Update the "/etc/dconf/db/local.d/locks/session" file to prevent nonprivileged users from modifying the disable-restart-buttons setting: $ sudo vi /etc/dconf/db/local.d/locks/session /org/gnome/login-screen/disable-restart-buttons Run the following command to update the database: $ sudo dconf update
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-700820
- Vuln IDs
-
- V-281285
- Rule IDs
-
- SV-281285r1197249_rule
Checks: C-85846r1197248_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 users cannot enable the Ctrl-Alt-Del sequence in the GNOME desktop: $ gsettings writable org.gnome.settings-daemon.plugins.media-keys logout false If "logout" is writable and the result is "true", this is a finding. If GNOME is configured to shut down when Ctrl-Alt-Del is pressed, this is a finding.
Fix: F-85751r1166806_fix
Configure RHEL 10 to disallow the user changing the Ctrl-Alt-Del sequence in the GNOME desktop. Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory. Update the "/etc/dconf/db/local.d/locks/session" file to prevent nonprivileged users from modifying the Ctrl-Alt-Del setting: $ sudo vi /etc/dconf/db/local.d/locks/session /org/gnome/settings-daemon/plugins/media-keys/logout Run the following command to update the database: $ sudo dconf update
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-700830
- Vuln IDs
-
- V-281286
- Rule IDs
-
- SV-281286r1166810_rule
Checks: C-85847r1166808_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 is configured to ignore the Ctrl-Alt-Del sequence in the GNOME desktop with the following command: Check that the Ctrl-Alt-Del sequence settings for the graphical user interface cannot be overridden with the following command: $ gsettings get org.gnome.settings-daemon.plugins.media-keys logout @as [] If the GNOME desktop is configured to shut down when Ctrl-Alt-Del is pressed, this is a finding.
Fix: F-85752r1166809_fix
Configure RHEL 10 to ignore the Ctrl-Alt-Del sequence in the GNOME desktop. Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory. Update the "/etc/dconf/db/local.d/00-media-keys" file to set the media-keys logout setting as an empty string array: $ sudo vi /etc/dconf/db/local.d/00-media-keys [org/gnome/settings-daemon/plugins/media-keys] logout=@as [] Run the following command to update the database: $ sudo dconf update
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-700840
- Vuln IDs
-
- V-281287
- Rule IDs
-
- SV-281287r1166813_rule
Checks: C-85848r1166811_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 disables the user login list for graphical user interfaces with the following command: $ gsettings get org.gnome.login-screen disable-user-list true If the setting is "false", this is a finding.
Fix: F-85753r1166812_fix
Configure RHEL 10 to disable the user list at login for graphical user interfaces. Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory. Create a database to contain the systemwide screensaver settings (if it does not already exist) with the following command: $ sudo vi /etc/dconf/db/local.d/02-login-screen [org/gnome/login-screen] disable-user-list=true Update the system databases: $ sudo dconf update
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-000778
- Version
- RHEL-10-700850
- Vuln IDs
-
- V-281288
- Rule IDs
-
- SV-281288r1166816_rule
Checks: C-85849r1166814_chk
Verify RHEL 10 disables the ability to load the USB Storage kernel module with the following command: $ sudo grep -rs usb-storage /etc/modprobe.conf /etc/modprobe.d/* /etc/modprobe.d/usb-storage.conf:install usb-storage /bin/false /etc/modprobe.d/usb-storage.conf:blacklist usb-storage If the command does not return any output, or either line is commented out, and use of USB Storage is not documented with the information system security officer as an operational requirement, this is a finding.
Fix: F-85754r1166815_fix
Configure RHEL 10 to prevent the usb-storage kernel module from being loaded. Add the following lines to the file "/etc/modprobe.d/usb-storage.conf" (or create "usb-storage.conf" if it does not exist): $ sudo vi /etc/modprobe.d/usb-storage.conf install usb-storage /bin/false blacklist usb-storage
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-700860
- Vuln IDs
-
- V-281289
- Rule IDs
-
- SV-281289r1166819_rule
Checks: C-85850r1166817_chk
Verify RHEL 10 disables the ability to load the Bluetooth kernel module with the following command: $ sudo grep -rs bluetooth /etc/modprobe.conf /etc/modprobe.d/* /etc/modprobe.d/bluetooth.conf:install bluetooth /bin/false /etc/modprobe.d/bluetooth.conf:blacklist bluetooth If the command does not return any output, or the lines are commented out, and use of Bluetooth is not documented with the information system security officer as an operational requirement, this is a finding.
Fix: F-85755r1166818_fix
Configure RHEL 10 to disable the Bluetooth adapter when not in use. Add the following lines to the file "/etc/modprobe.d/bluetooth.conf" (or create "bluetooth.conf" if it does not exist): $ sudo vi /etc/modprobe.d/bluetooth.conf install bluetooth /bin/false blacklist bluetooth Reboot the system for the settings to take effect.
- RMF Control
- AC-18
- Severity
- M
- CCI
- CCI-001444
- Version
- RHEL-10-700870
- Vuln IDs
-
- V-281290
- Rule IDs
-
- SV-281290r1166822_rule
Checks: C-85851r1166820_chk
Note: This requirement is not applicable for systems that do not have physical wireless network radios. Verify RHEL 10 disables wireless interfaces on the system with the following command: $ nmcli device status DEVICE TYPE STATE CONNECTION virbr0 bridge connected virbr0 wlp7s0 wifi connected wifiSSID enp6s0 ethernet disconnected -- p2p-dev-wlp7s0 wifi-p2p disconnected -- lo loopback unmanaged -- virbr0-nic tun unmanaged -- If a wireless interface is configured and has not been documented and approved by the information system security officer, this is a finding.
Fix: F-85756r1166821_fix
Configure RHEL 10 to disable all wireless network interfaces with the following command: $ nmcli radio all off
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-000778
- Version
- RHEL-10-700880
- Vuln IDs
-
- V-281291
- Rule IDs
-
- SV-281291r1166825_rule
Checks: C-85852r1166823_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 disables the graphical user interface automount function. Disable the setting with the following command: $ gsettings get org.gnome.desktop.media-handling automount-open false If "automount-open" is set to "true" and is not documented with the information system security officer as an operational requirement, this is a finding.
Fix: F-85757r1166824_fix
Configure RHEL 10 GNOME to disable automated mount of removable media. Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory. Update the "/etc/dconf/db/local.d/00-security-settings" database file with the following lines: $ sudo vi /etc/dconf/db/local.d/00-security-settings [org/gnome/desktop/media-handling] automount-open=false Update the dconf system databases: $ sudo dconf update
- RMF Control
- IA-3
- Severity
- L
- CCI
- CCI-000778
- Version
- RHEL-10-700890
- Vuln IDs
-
- V-281292
- Rule IDs
-
- SV-281292r1166828_rule
Checks: C-85853r1166826_chk
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable. Verify RHEL 10 disables the graphical user interface autorun function. Disable the setting with the following command: $ gsettings get org.gnome.desktop.media-handling autorun-never true If "autorun-never" is set to "false" and is not documented with the information system security officer as an operational requirement, this is a finding.
Fix: F-85758r1166827_fix
Configure RHEL 10 GNOME to disable autorunning of removable media. Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory. Update the "/etc/dconf/db/local.d/00-security-settings" database to disable the GUI autorun function: $ sudo vi /etc/dconf/db/local.d/00-security-settings [org/gnome/desktop/media-handling] autorun-never=true Update the dconf system databases: $ sudo dconf update
- RMF Control
- SI-16
- Severity
- M
- CCI
- CCI-002824
- Version
- RHEL-10-700900
- Vuln IDs
-
- V-281293
- Rule IDs
-
- SV-281293r1166831_rule
Checks: C-85854r1166829_chk
Verify RHEL 10 implements nonexecutable data to protect its memory from unauthorized code execution. Run the following command: $ sudo grep ^flags /proc/cpuinfo | grep -Ev '([^[:alnum:]])(nx)([^[:alnum:]]|$)' If any output is returned, this is a finding. Run the following command: $ sudo grubby --info=ALL | grep args | grep -E '([^[:alnum:]])(noexec)([^[:alnum:]])' If any output is returned, this is a finding.
Fix: F-85759r1166830_fix
Configure RHEL 10 to implement nonexecutable data to protect its memory from unauthorized code execution. Update the GRUB 2 bootloader configuration. Run the following command: $ sudo grubby --update-kernel=ALL --remove-args=noexec
- RMF Control
- SC-10
- Severity
- M
- CCI
- CCI-001133
- Version
- RHEL-10-700920
- Vuln IDs
-
- V-281295
- Rule IDs
-
- SV-281295r1208800_rule
Checks: C-85856r1166835_chk
Verify RHEL 10 is configured to exit interactive command shell user sessions after 10 minutes of inactivity or less with the following command: $ sudo grep -i tmout /etc/profile /etc/profile.d/*.sh /etc/profile.d/tmout.sh:declare -xr TMOUT=600 If "TMOUT" is not set to "600" or less in a script located in the "/etc/'profile.d/" directory, is missing, or is commented out, this is a finding.
Fix: F-85761r1208391_fix
Configure RHEL 10 to exit interactive command shell user sessions after 10 minutes of inactivity. Add or edit the following line in "/etc/profile.d/tmout.sh": #!/bin/bash declare -xr TMOUT=600
- RMF Control
- SC-10
- Severity
- M
- CCI
- CCI-001133
- Version
- RHEL-10-700930
- Vuln IDs
-
- V-281296
- Rule IDs
-
- SV-281296r1184670_rule
Checks: C-85857r1166838_chk
Verify RHEL 10 is configured with an SSH timeout interval. Verify the "ClientAliveInterval" variable is set to a value of "600" or less by performing the following command: $ sudo /usr/sbin/sshd -dd 2>&1 | awk '/filename/ {print $4}' | tr -d '\r' | tr '\n' ' ' | xargs sudo grep -iH '^\s*clientaliveinterval' /etc/ssh/sshd_config.d/10-stig.conf::ClientAliveInterval 600 Verify the runtime setting with the following command: $ sudo sshd -T | grep -i clientaliveinterval clientaliveinterval 600 If the "ClientAliveInterval" keyword is not set to a value of "600" or less in a drop-in that lexicographically precedes 50-redhat.conf, or if no output is returned, this is a finding.
Fix: F-85762r1166839_fix
Configure RHEL 10 to automatically terminate all network connections associated with SSH traffic at the end of a session or after 10 minutes of inactivity. Note: This setting must be applied in conjunction with RHEL-10-700660 to function correctly. In "/etc/ssh/sshd_config.d", create a drop file that will lexicographically precede 50-redhat.conf and add the following line: ClientAliveInterval 600 Restart the SSH daemon with the following command for the changes to take effect: $ sudo systemctl restart sshd.service
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-700940
- Vuln IDs
-
- V-281297
- Rule IDs
-
- SV-281297r1166843_rule
Checks: C-85858r1166841_chk
Verify RHEL 10 is configured to boot to the command line with the following command: $ systemctl get-default multi-user.target If the system default target is not set to "multi-user.target", and the information system security officer lacks a documented requirement for a graphical user interface, this is a finding.
Fix: F-85763r1166842_fix
Configure RHEL 10 to boot to the command line by setting the default target to "multi-user" with the following command: $ sudo systemctl set-default multi-user.target
- RMF Control
- AC-6
- Severity
- H
- CCI
- CCI-002235
- Version
- RHEL-10-700950
- Vuln IDs
-
- V-281298
- Rule IDs
-
- SV-281298r1166846_rule
Checks: C-85859r1166844_chk
Verify RHEL 10 is configured to not reboot the system when Ctrl-Alt-Delete is pressed seven times within two seconds with the following command: $ grep -iR CtrlAltDelBurstAction /etc/systemd/ /etc/systemd/system.conf:CtrlAltDelBurstAction=none If the "CtrlAltDelBurstAction" is not set to "none", is commented out, or is missing, this is a finding.
Fix: F-85764r1166845_fix
Configure RHEL 10 to disable the "CtrlAltDelBurstAction". Update the "/etc/systemd/system.conf" configuration file as follows: $ sudo vi /etc/systemd/system.conf CtrlAltDelBurstAction=none Reload the daemon for this change to take effect: $ sudo systemctl daemon-reload
- RMF Control
- AC-6
- Severity
- H
- CCI
- CCI-002235
- Version
- RHEL-10-700960
- Vuln IDs
-
- V-281299
- Rule IDs
-
- SV-281299r1166849_rule
Checks: C-85860r1166847_chk
Verify RHEL 10 is not configured to reboot the system when Ctrl-Alt-Delete is pressed with the following command: $ sudo systemctl status ctrl-alt-del.target o ctrl-alt-del.target Loaded: masked (Reason: Unit ctrl-alt-del.target is masked.) Active: inactive (dead) If the "ctrl-alt-del.target" is loaded and not masked, this is a finding.
Fix: F-85765r1166848_fix
Configure RHEL 10 to disable the "ctrl-alt-del.target" with the following command: $ sudo systemctl disable --now ctrl-alt-del.target $ sudo systemctl mask --now ctrl-alt-del.target
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-700980
- Vuln IDs
-
- V-281300
- Rule IDs
-
- SV-281300r1167050_rule
Checks: C-85861r1167048_chk
Verify RHEL 10 is configured so that the current GRUB 2 configuration disables the ability of systemd to spawn an interactive boot process with the following command: $ sudo grubby --info=ALL | grep args | grep 'systemd.confirm_spawn' If any output is returned, this is a finding.
Fix: F-85766r1167049_fix
Configure RHEL 10 so that the current GRUB 2 configuration disables the ability of systemd to spawn an interactive boot process with the following command: $ sudo grubby --update-kernel=ALL --remove-args="systemd.confirm_spawn"
- RMF Control
- SC-3
- Severity
- M
- CCI
- CCI-001084
- Version
- RHEL-10-700990
- Vuln IDs
-
- V-281301
- Rule IDs
-
- SV-281301r1184700_rule
Checks: C-85862r1167051_chk
Verify RHEL 10 is configured so that the current GRUB 2 configuration disables virtual system calls with the following command: $ sudo grubby --info=ALL | grep args | grep -v 'vsyscall=none' If any output is returned, this is a finding. Check that virtual system calls are disabled by default to persist in kernel updates with the following command: $ sudo grep vsyscall /etc/default/grub GRUB_CMDLINE_LINUX="vsyscall=none" If "vsyscall" is not set to "none", is missing or commented out, and is not documented with the information system security officer as an operational requirement, this is a finding.
Fix: F-85767r1167052_fix
Configure RHEL 10 to disable virtual system calls with the following command: $ sudo grubby --update-kernel=ALL --args="vsyscall=none"
- RMF Control
- SC-3
- Severity
- M
- CCI
- CCI-001084
- Version
- RHEL-10-701000
- Vuln IDs
-
- V-281302
- Rule IDs
-
- SV-281302r1167056_rule
Checks: C-85863r1167054_chk
Verify RHEL 10 is configured so that the current GRUB 2 configuration enables page poisoning to mitigate use-after-free vulnerabilities. Check that the current GRUB 2 configuration has page poisoning enabled with the following command: $ sudo grubby --info=ALL | grep args | grep -v 'page_poison=1' If any output is returned, this is a finding. Check that page poisoning is enabled by default to persist in kernel updates with the following command: $ sudo grep page_poison /etc/default/grub GRUB_CMDLINE_LINUX="page_poison=1" If "page_poison" is not set to "1", is missing or commented out, this is a finding.
Fix: F-85768r1167055_fix
Configure RHEL 10 to enable page poisoning with the following commands: $ sudo grubby --update-kernel=ALL --args="page_poison=1"
- RMF Control
- SC-3
- Severity
- M
- CCI
- CCI-001084
- Version
- RHEL-10-701010
- Vuln IDs
-
- V-281303
- Rule IDs
-
- SV-281303r1167059_rule
Checks: C-85864r1167057_chk
Verify RHEL 10 is configured so that the current GRUB2 configuration mitigates use-after-free vulnerabilities by employing memory poisoning. Check that the current GRUB2 configuration mitigates use-after-free vulnerabilities by employing memory poisoning with the following command: $ sudo grubby --info=ALL | grep args | grep -v init_on_free=1 If any output is returned, this is a finding. Check that page poisoning is enabled by default to persist in kernel updates with the following command: $ sudo grep grub_cmdline_linux /etc/default/grub GRUB_CMDLINE_LINUX="... init_on_free=1" If "init_on_free=1" is missing or commented out, this is a finding.
Fix: F-85769r1167058_fix
Configure RHEL 10 to enable "init_on_free" with the following command: $ sudo grubby --update-kernel=ALL --args="init_on_free=1"
- RMF Control
- SI-16
- Severity
- M
- CCI
- CCI-002824
- Version
- RHEL-10-701020
- Vuln IDs
-
- V-281304
- Rule IDs
-
- SV-281304r1167062_rule
Checks: C-85865r1167060_chk
Verify RHEL 10 enables kernel page-table isolation with the following command: $ sudo grubby --info=ALL | grep args | grep -v 'pti=on' If any output is returned, this is a finding. Check that kernel page-table isolation is enabled by default to persist in kernel updates: $ sudo grep pti /etc/default/grub GRUB_CMDLINE_LINUX="pti=on" If "pti" is not set to "on", is missing, or is commented out, this is a finding.
Fix: F-85770r1167061_fix
Configure RHEL 10 to enable kernel page-table isolation with the following command: $ sudo grubby --update-kernel=ALL --args="pti=on"
- RMF Control
- SC-2
- Severity
- M
- CCI
- CCI-001082
- Version
- RHEL-10-701030
- Vuln IDs
-
- V-281305
- Rule IDs
-
- SV-281305r1167065_rule
Checks: C-85866r1167063_chk
Verify RHEL 10 is configured to restrict access to the kernel message buffer. Check the status of the "kernel.dmesg_restrict" kernel parameter with the following command: $ sudo sysctl kernel.dmesg_restrict kernel.dmesg_restrict = 1 If "kernel.dmesg_restrict" is not set to "1" or is missing, this is a finding.
Fix: F-85771r1167064_fix
Configure RHEL 10 to restrict access to the kernel message buffer. Create a drop-in if it does not already exist: $ sudo vi /etc/sysctl.d/99-dmesg_restrict.conf Add the following to the file: kernel.dmesg_restrict = 1 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-2
- Severity
- M
- CCI
- CCI-001082
- Version
- RHEL-10-701040
- Vuln IDs
-
- V-281306
- Rule IDs
-
- SV-281306r1167068_rule
Checks: C-85867r1167066_chk
Verify RHEL 10 is configured to prevent kernel profiling by nonprivileged users. Check the status of the "kernel.perf_event_paranoid" kernel parameter: $ sudo sysctl kernel.perf_event_paranoid kernel.perf_event_paranoid = 2 If "kernel.perf_event_paranoid" is not set to "2" or is missing, this is a finding.
Fix: F-85772r1167067_fix
Configure RHEL 10 to prevent kernel profiling by nonprivileged users. Create a drop-in if it does not already exist: $ sudo vi /etc/sysctl.d/99-kernel_perf_event_paranoid.conf Add the following to the file: kernel.perf_event_paranoid = 2 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- Severity
- H
- CCI
- CCI-003992
- Version
- RHEL-10-701050
- Vuln IDs
-
- V-281307
- Rule IDs
-
- SV-281307r1184629_rule
Checks: C-85868r1167069_chk
Verify RHEL 10 is configured to disable kernel image loading. Check the status of the "kernel.kexec_load_disabled" kernel parameter with the following command: $ sudo sysctl kernel.kexec_load_disabled kernel.kexec_load_disabled = 1 If "kernel.kexec_load_disabled" is not set to "1" or is missing, this is a finding.
Fix: F-85773r1184628_fix
Configure RHEL 10 to disable kernel image loading. Create a drop-in if it does not already exist: $ sudo vi /etc/sysctl.d/99-kernel_kexec_load_disabled.conf Add the following to the file: kernel.kexec_load_disabled = 1 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-2
- Severity
- M
- CCI
- CCI-001082
- Version
- RHEL-10-701060
- Vuln IDs
-
- V-281308
- Rule IDs
-
- SV-281308r1167074_rule
Checks: C-85869r1167072_chk
Verify RHEL 10 is configured to restrict exposed kernel pointer address access. Verify the runtime status of the "kernel.kptr_restrict" kernel parameter with the following command: $ sudo sysctl kernel.kptr_restrict kernel.kptr_restrict = 1 If "kernel.kptr_restrict" is not set to "1" or is missing, this is a finding.
Fix: F-85774r1167073_fix
Configure RHEL 10 to restrict exposed kernel pointer address access. Create a drop-in if it does not already exist: $ sudo vi /etc/sysctl.d/99-kernel_kptr_restrict.conf Add the following to the file: kernel.kptr_restrict = 1 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-002165
- Version
- RHEL-10-701070
- Vuln IDs
-
- V-281309
- Rule IDs
-
- SV-281309r1184631_rule
Checks: C-85870r1167075_chk
Verify RHEL 10 is configured to enable DAC on hardlinks. Check the status of the "fs.protected_hardlinks" kernel parameter with the following command: $ sudo sysctl fs.protected_hardlinks fs.protected_hardlinks = 1 If "fs.protected_hardlinks" is not set to "1" or is missing, this is a finding.
Fix: F-85775r1184630_fix
Configure RHEL 10 to enable DAC on hardlinks. Create a drop-in if it does not already exist: $ sudo vi /etc/sysctl.d/99-fs_protected_hardlinks.conf Add the following to the file: fs.protected_hardlinks = 1 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-002165
- Version
- RHEL-10-701080
- Vuln IDs
-
- V-281310
- Rule IDs
-
- SV-281310r1167080_rule
Checks: C-85871r1167078_chk
Verify RHEL 10 is configured to enable DAC on symlinks. Check the status of the "fs.protected_symlinks" kernel parameter with the following command: $ sudo sysctl fs.protected_symlinks fs.protected_symlinks = 1 If "fs.protected_symlinks" is not set to "1" or is missing, this is a finding.
Fix: F-85776r1167079_fix
Configure RHEL 10 to enable DAC on symlinks with the following: Create a drop-in if it does not already exist: $ sudo vi /etc/sysctl.d/99-fs_protected_symlinks.conf Add the following to the file: fs.protected_symlinks = 1 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-701090
- Vuln IDs
-
- V-281311
- Rule IDs
-
- SV-281311r1167083_rule
Checks: C-85872r1167081_chk
Verify RHEL 10 disables storing core dumps. Check the status of the "kernel.core_pattern" kernel parameter with the following command: $ sudo sysctl kernel.core_pattern kernel.core_pattern = |/bin/false If "kernel.core_pattern" is not set to "|/bin/false", or a line is not returned and the need for core dumps is not documented with the information system security officer as an operational requirement, this is a finding.
Fix: F-85777r1167082_fix
Configure RHEL 10 to disable storing core dumps. Create a drop-in if it does not already exist: $ sudo vi /etc/sysctl.d/99-kernel_core_pattern.conf Add the following to the file: kernel.core_pattern = |/bin/false Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-701100
- Vuln IDs
-
- V-281312
- Rule IDs
-
- SV-281312r1167086_rule
Checks: C-85873r1167084_chk
Verify RHEL 10 disables the ability to load the CAN kernel module with the following command: $ sudo grep -rs can /etc/modprobe.conf /etc/modprobe.d/* | grep -v '#' /etc/modprobe.d/can.conf:install can /bin/false /etc/modprobe.d/can.conf:blacklist can If the command does not return any output, or the lines are commented out, and use of CAN is not documented with the information system security officer as an operational requirement, this is a finding.
Fix: F-85778r1167085_fix
Configure RHEL 10 to disable the ability to load the CAN kernel module. Create a drop-in if it does not already exist: $ sudo vi /etc/modprobe.d/can.conf Add the following lines to the file: install can /bin/false blacklist can
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-701110
- Vuln IDs
-
- V-281313
- Rule IDs
-
- SV-281313r1184770_rule
Checks: C-85874r1167087_chk
Verify RHEL 10 disables the ability to load the sctp kernel module with the following command: $ sudo grep -rs sctp /etc/modprobe.conf /etc/modprobe.d/* | grep -v '#' /etc/modprobe.d/sctp-blacklist.conf:install sctp /bin/false /etc/modprobe.d/sctp-blacklist.conf:blacklist sctp If the command does not return any output, or the lines are commented out, and use of sctp is not documented with the information system security officer as an operational requirement, this is a finding.
Fix: F-85779r1167088_fix
Configure RHEL 10 to disable the ability to load the sctp kernel module. Create a drop-in if it does not already exist: $ sudo vi /etc/modprobe.d/sctp.conf Add the following lines to the file: install sctp /bin/false blacklist sctp
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-701120
- Vuln IDs
-
- V-281314
- Rule IDs
-
- SV-281314r1184771_rule
Checks: C-85875r1167090_chk
Verify RHEL 10 disables the ability to load the tipc kernel module with the following command: $ sudo grep -rs tipc /etc/modprobe.conf /etc/modprobe.d/* | grep -v '#' /etc/modprobe.d/tipc-blacklist.conf:install tipc /bin/false /etc/modprobe.d/tipc-blacklist.conf:blacklist tipc If the command does not return any output, or the lines are commented out, and use of tipc is not documented with the information system security officer as an operational requirement, this is a finding.
Fix: F-85780r1167091_fix
Configure RHEL 10 to disable the ability to load the tipc kernel module. Create a drop-in if it does not already exist: $ sudo vi /etc/modprobe.d/tipc.conf Add the following lines to the file: install tipc /bin/false blacklist tipc
- RMF Control
- SI-16
- Severity
- M
- CCI
- CCI-002824
- Version
- RHEL-10-701130
- Vuln IDs
-
- V-281315
- Rule IDs
-
- SV-281315r1208802_rule
Checks: C-85876r1208376_chk
Verify RHEL 10 is implementing ASLR. Check the status of the "kernel.randomize_va_space" kernel parameter with the following command: $ sudo sysctl kernel.randomize_va_space kernel.randomize_va_space = 2 If "kernel.randomize_va_space" is not set to "2", this is a finding. Check that the configuration files are present to enable this kernel parameter. $ sudo grep -rs kernel.randomize_va_space /run/sysctl.d/*.conf /usr/local/lib/sysctl.d/*.conf /usr/lib/sysctl.d/*.conf /lib/sysctl.d/*.conf /etc/sysctl.conf /etc/sysctl.d/*.conf /etc/sysctl.d/99-kernel_randomize_va_space.conf:kernel.randomize_va_space = 2 If "kernel.randomize_va_space" is not set to "2", is missing or commented out, this is a finding. If conflicting results are returned, this is a finding.
Fix: F-85781r1208801_fix
Configure RHEL 10 to implement ASLR. $ echo 'kernel.randomize_va_space = 2' | sudo tee /etc/sysctl.d/99-kernel_randomize_va_space.conf Remove any configurations that conflict with the above from the following locations: /run/sysctl.d/*.conf /usr/local/lib/sysctl.d/*.conf /usr/lib/sysctl.d/*.conf /lib/sysctl.d/*.conf /etc/sysctl.conf /etc/sysctl.d/*.conf Issue the following command to make the changes take effect: $ sudo sysctl --system
- RMF Control
- SC-2
- Severity
- M
- CCI
- CCI-001082
- Version
- RHEL-10-701140
- Vuln IDs
-
- V-281316
- Rule IDs
-
- SV-281316r1167098_rule
Checks: C-85877r1167096_chk
Verify RHEL 10 restricts the usage of ptrace to descendant processes. Check the status of the "kernel.yama.ptrace_scope" kernel parameter with the following command: $ sysctl kernel.yama.ptrace_scope kernel.yama.ptrace_scope = 1 If the network parameter "kernel.yama.ptrace_scope" is not equal to "1", or nothing is returned, this is a finding.
Fix: F-85782r1167097_fix
Configure RHEL 10 to restrict the usage of ptrace to descendant processes. Create the drop-in if it does not already exist: $ sudo vi /etc/sysctl.d/99-kernel_yama.ptrace_scope.conf Add the following line to the file: kernel.yama.ptrace_scope = 1 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-701150
- Vuln IDs
-
- V-281317
- Rule IDs
-
- SV-281317r1167101_rule
Checks: C-85878r1167099_chk
Note: If kernel dumps are disabled in accordance with RHEL-10-701090, this requirement is not applicable. Verify RHEL 10 disables core dump backtraces by issuing the following command: $ sudo grep -ir ProcessSizeMax /etc/systemd/ | grep -v '#' /etc/systemd/coredump.conf:ProcessSizeMax=0 If the "ProcessSizeMax" item is missing or the value is anything other than "0", and the need for core dumps is not documented with the information system security officer as an operational requirement for all domains that have the "core" item assigned, this is a finding.
Fix: F-85783r1167100_fix
Configure RHEL 10 to disable core dump backtraces. Create or edit the setting in a drop-in configuration file: $ sudo vi /etc/systemd/coredump.conf: Add the following line: ProcessSizeMax=0
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-701160
- Vuln IDs
-
- V-281318
- Rule IDs
-
- SV-281318r1167104_rule
Checks: C-85879r1167102_chk
Note: If kernel dumps are disabled in accordance with RHEL-10-701090, this requirement is not applicable. Verify RHEL 10 disables storing core dumps for all users by issuing the following command: $ sudo grep -ir storage /etc/systemd/ | grep -v '#' /etc/systemd/coredump.conf:Storage=none If the "Storage" item is missing or the value is anything other than "none", and the need for core dumps is not documented with the information system security officer as an operational requirement for all domains that have the "core" item assigned, this is a finding.
Fix: F-85784r1167103_fix
Configure RHEL 10 to disable storing core dumps for all users. Create or edit the setting in a drop-in configuration file: $ sudo vi /etc/systemd/coredump.conf Add the following line: Storage=none
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000381
- Version
- RHEL-10-701170
- Vuln IDs
-
- V-281319
- Rule IDs
-
- SV-281319r1184633_rule
Checks: C-85880r1167105_chk
Note: If kernel dumps are disabled in accordance with RHEL-10-701090, this requirement is not applicable. Verify RHEL 10 disables core dumps for all users by issuing the following command: $ sudo grep -r core /etc/security/ | grep -v '#' /etc/security/limits.d/core_dumps.conf:* hard core 0 This can be set as a global domain (with the * wildcard) but may be set differently for multiple domains. If the "core" item is missing or the value is anything other than "0", and the need for core dumps is not documented with the information system security officer as an operational requirement for all domains that have the "core" item assigned, this is a finding.
Fix: F-85785r1184632_fix
Configure RHEL 10 to disable core dumps for all users. Create or edit the setting in a drop-in configuration file: $ sudo vi /etc/security/limits.d/core_dumps.conf Add the following line: * hard core 0 Remove any entries for users or groups with a value set to anything other than "0".
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-002165
- Version
- RHEL-10-701180
- Vuln IDs
-
- V-281320
- Rule IDs
-
- SV-281320r1184635_rule
Checks: C-85881r1184634_chk
Note: If kernel dumps are disabled in accordance with RHEL-10-701090, this requirement is not applicable. Verify RHEL 10 is not configured to acquire, save, or process core dumps with the following command: $ sudo systemctl status systemd-coredump.socket o systemd-coredump.socket Loaded: masked (Reason: Unit systemd-coredump.socket is masked.) Active: inactive (dead) ... If the "systemd-coredump.socket" is loaded and not masked, and the need for core dumps is not documented with the information system security officer as an operational requirement, this is a finding.
Fix: F-85786r1167109_fix
Configure RHEL 10 to disable the systemd-coredump.socket with the following command: $ sudo systemctl mask --now systemd-coredump.socket Created symlink /etc/systemd/system/systemd-coredump.socket -> /dev/null Reload the daemon for this change to take effect. $ sudo systemctl daemon-reload
- RMF Control
- SI-16
- Severity
- M
- CCI
- CCI-002824
- Version
- RHEL-10-701190
- Vuln IDs
-
- V-281321
- Rule IDs
-
- SV-281321r1167113_rule
Checks: C-85882r1167111_chk
Verify RHEL 10 enables ExecShield. Run the following command: $ sudo grep ^flags /proc/cpuinfo | grep -Ev '([^[:alnum:]])(nx)([^[:alnum:]]|$)' If any output is returned, this is a finding. Run the following command: $ sudo grubby --info=ALL | grep args | grep -E '([^[:alnum:]])(noexec)([^[:alnum:]])' If any output is returned, this is a finding.
Fix: F-85787r1167112_fix
Configure RHEL 10 to enable ExecShield. If "/proc/cpuinfo" shows that one or more processors do not enable ExecShield (lack the "nx" feature flag), verify the NX/XD feature is not disabled in the BIOS or UEFI. If it is disabled, enable it. If the "noexec" option is present on the kernel command line, update the GRUB 2 bootloader configuration to remove it by running the following command: $ sudo grubby --update-kernel=ALL --remove-args=noexec
- RMF Control
- SC-24
- Severity
- M
- CCI
- CCI-001665
- Version
- RHEL-10-701200
- Vuln IDs
-
- V-281322
- Rule IDs
-
- SV-281322r1167116_rule
Checks: C-85883r1167114_chk
Verify RHEL 10 disables the kdump service in system boot configuration with the following command: $ sudo systemctl is-enabled kdump masked Verify the kdump service is not active (i.e., not running) through current runtime configuration with the following command: $ sudo systemctl is-active kdump failed Verify the kdump service is masked with the following command: $ sudo systemctl show kdump | grep "LoadState\|UnitFileState" LoadState=masked UnitFileState=masked If the "kdump" service is loaded or active and is not masked, this is a finding.
Fix: F-85788r1167115_fix
Configure RHEL 10 to disable and mask the kdump service. To disable the kdump service, run the following command: $ sudo systemctl disable --now kdump Removed '/etc/systemd/system/multi-user.target.wants/kdump.service'. To mask the kdump service, run the following command: $ sudo systemctl mask --now kdump Created symlink '/etc/systemd/system/kdump.service' ? '/dev/null'.
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-000778
- Version
- RHEL-10-701210
- Vuln IDs
-
- V-281323
- Rule IDs
-
- SV-281323r1167119_rule
Checks: C-85884r1167117_chk
Note: If the "autofs" service is not installed, this requirement is not applicable. Verify RHEL 10 is configured so that the file system automount function has been disabled with the following command: $ systemctl is-enabled autofs masked If the returned value is not "masked", "disabled", or "not-found" and is not documented as an operational requirement with the information system security officer, this is a finding.
Fix: F-85789r1167118_fix
Configure RHEL 10 to disable the ability to automount devices. The "autofs" service can be disabled with the following command: $ sudo systemctl mask --now autofs.service
- RMF Control
- Severity
- M
- CCI
- CCI-004046
- Version
- RHEL-10-701220
- Vuln IDs
-
- V-281324
- Rule IDs
-
- SV-281324r1167122_rule
Checks: C-85885r1167120_chk
Note: If the system administrator demonstrates the use of an approved alternate multifactor authentication method, this requirement is not applicable. Verify RHEL 10 enables smart cards in the System Security Services Daemon (SSSD) with the following command: $ sudo grep -ir pam_cert_auth /etc/sssd/sssd.conf /etc/sssd/conf.d/ /etc/sssd/conf.d/sssd.conf:pam_cert_auth = True If "pam_cert_auth" is not set to "True", the line is commented out, or the line is missing, this is a finding.
Fix: F-85790r1167121_fix
Configure RHEL 10 to enable certificate-based smart card authentication. Edit the file "/etc/sssd/sssd.conf" or a configuration file in "/etc/sssd/conf.d" and add or edit the following line: pam_cert_auth = True
- RMF Control
- Severity
- M
- CCI
- CCI-004046
- Version
- RHEL-10-701230
- Vuln IDs
-
- V-281325
- Rule IDs
-
- SV-281325r1184772_rule
Checks: C-85886r1167123_chk
Note: If the system administrator (SA) demonstrates the use of an approved alternate multifactor authentication method, this requirement is not applicable. Verify RHEL 10 implements OCSP and is using the proper digest value on the system with the following command: $ sudo grep -irs certificate_verification /etc/sssd/sssd.conf /etc/sssd/conf.d/ | grep -v "^#" /etc/sssd/conf.d/certificate_verification.conf:certificate_verification = ocsp_dgst=sha512 If the certificate_verification line is missing from the [sssd] section, or is missing "ocsp_dgst=sha512", ask the SA to indicate what type of multifactor authentication is being used and how the system implements certificate status checking. If there is no evidence of certificate status checking being used, this is a finding.
Fix: F-85791r1167124_fix
Configure RHEL 10 to implement certificate status checking for multifactor authentication. Review the "/etc/sssd/conf.d/certificate_verification.conf" file to determine if the system is configured to prevent OCSP or certificate verification. Add the following line to the [sssd] section of the "/etc/sssd/conf.d/certificate_verification.conf" file: certificate_verification = ocsp_dgst=sha512 Set the correct ownership and permissions on the "/etc/sssd/conf.d/certificate_verification.conf" file by running these commands: $ sudo chown root:root "/etc/sssd/conf.d/certificate_verification.conf" $ sudo chmod 600 "/etc/sssd/conf.d/certificate_verification.conf" Restart the "sssd" service with the following command for the changes to take effect: $ sudo systemctl restart sssd.service
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000186
- Version
- RHEL-10-701240
- Vuln IDs
-
- V-281326
- Rule IDs
-
- SV-281326r1184637_rule
Checks: C-85887r1184636_chk
Note: If the system administrator demonstrates the use of an approved alternate multifactor authentication method, this requirement is not applicable. Verify RHEL 10 SSH private key files have a passcode. For each private key stored on the system, use the following command: $ sudo ssh-keygen -y -f /path/to/file The expected output is a password prompt: "Enter passphrase:" If the password prompt is not displayed, and the contents of the key are displayed, this is a finding.
Fix: F-85792r1167127_fix
Configure RHEL 10, for PKI-based authentication, enforces authorized access to the corresponding private key. Create a new private and public key pair that uses a passcode with the following command: $ sudo ssh-keygen -N [passphrase]
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-701250
- Vuln IDs
-
- V-281327
- Rule IDs
-
- SV-281327r1167131_rule
Checks: C-85888r1167129_chk
Verify RHEL 10 requires authentication for emergency mode with the following command: $ sudo grep systemd-sulogin /usr/lib/systemd/system/emergency.service # ExecStart=-/usr/lib/systemd/systemd-sulogin-shell emergency If the line is not returned from the default "systemd" file, use the following command to look for modifications to "emergency.service": $ sudo grep systemd-sulogin /etc/systemd/system/emergency.service.d/*.conf ExecStart=-/usr/lib/systemd/systemd-sulogin-shell emergency If the line is not returned from either location, this is a finding. Note: The configuration setting can be in either the default location or the drop-in file but not in both locations.
Fix: F-85793r1167130_fix
Configure RHEL 10 to require authentication for emergency mode. Create a directory for supplementary configuration files: $ sudo mkdir /etc/systemd/system/emergency.service.d/ Copy the original "emergency.service" file to the new directory with: $ sudo cp /usr/lib/systemd/system/emergency.service /etc/systemd/system/emergency.service.d/emergency.service.conf Open the new file: $ sudo vi /etc/systemd/system/emergency.service.d/emergency.service.conf Add or modify the following line in the new file: ExecStart=-/usr/lib/systemd/systemd-sulogin-shell emergency Comment out or remove the ExecStart and ExecStartPre lines in "/usr/lib/systemd/system/emergency.service" as they can only exist in one location. Apply changes to unit files without rebooting the system: $ sudo systemctl daemon-reload
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-701260
- Vuln IDs
-
- V-281328
- Rule IDs
-
- SV-281328r1167134_rule
Checks: C-85889r1167132_chk
Verify RHEL 10 requires authentication for single-user mode with the following command: $ sudo grep systemd-sulogin /usr/lib/systemd/system/rescue.service # ExecStart=-/usr/lib/systemd/systemd-sulogin-shell rescue If the line is not returned from the default "systemd" file, use the following command to look for modifications to "rescue.service": $ sudo grep systemd-sulogin /etc/systemd/system/rescue.service.d/*.conf ExecStart=-/usr/lib/systemd/systemd-sulogin-shell rescue If the line is not returned from either location, this is a finding. Note: The configuration setting can be in either the default location or the drop-in file but not in both locations.
Fix: F-85794r1167133_fix
Configure RHEL 10 to require authentication for single-user mode. Create a directory for supplementary configuration files: $ sudo mkdir /etc/systemd/system/rescue.service.d/ Copy the original "rescue.service" file to the new directory with: $ sudo cp /usr/lib/systemd/system/rescue.service /etc/systemd/system/rescue.service.d/rescue.service.conf Open the new file: $ sudo vi /etc/systemd/system/rescue.service.d/rescue.service.conf Add or modify the following line in the new file: ExecStart=-/usr/lib/systemd/systemd-sulogin-shell rescue Comment out or remove the "ExecStart" and "ExecStartPre" lines in "/usr/lib/systemd/system/rescue.service" as they can only exist in one location. Apply changes to unit files without rebooting the system: $ sudo systemctl daemon-reload
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000185
- Version
- RHEL-10-701270
- Vuln IDs
-
- V-281329
- Rule IDs
-
- SV-281329r1195452_rule
Checks: C-85890r1195451_chk
Note: If the system administrator demonstrates the use of an approved alternate multifactor authentication method, this requirement is not applicable. Verify RHEL 10, for PKI-based authentication, has valid certificates by constructing a certification path (which includes status information) to an accepted trust anchor. Check that the system has a valid DOD root CA installed with the following command: $ sudo openssl x509 -text -in /etc/sssd/pki/sssd_auth_ca_db.pem Certificate: Data: Version: 3 (0x2) Serial Number: 1 (0x1) Signature Algorithm: sha256WithRSAEncryption Issuer: C = US, O = U.S. Government, OU = DoD, OU = PKI, CN = DoD Root CA 3 Validity Not Before: Mar 20 18:46:41 2012 GMT Not After: Dec 30 18:46:41 2029 GMT Subject: C = US, O = U.S. Government, OU = DoD, OU = PKI, CN = DoD Root CA 3 Subject Public Key Info: Public Key Algorithm: rsaEncryption If the root CA file is not a DOD-issued certificate with a valid date and installed in the "/etc/sssd/pki/sssd_auth_ca_db.pem" location, this is a finding.
Fix: F-85795r1167136_fix
Configure RHEL 10, for PKI-based authentication, to validate certificates by constructing a certification path (which includes status information) to an accepted trust anchor. Obtain a valid copy of the DOD root CA file from the PKI CA certificate bundle from cyber.mil and copy the DoD_PKE_CA_chain.pem into the following file: /etc/sssd/pki/sssd_auth_ca_db.pem
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000187
- Version
- RHEL-10-701280
- Vuln IDs
-
- V-281330
- Rule IDs
-
- SV-281330r1167140_rule
Checks: C-85891r1167138_chk
Note: If the system administrator (SA) demonstrates the use of an approved alternate multifactor authentication method, this requirement is not applicable. Verify RHEL 10 maps the authenticated identity to the user or group account for PKI-based authentication. Verify the certificate of the user or group is mapped to the corresponding user or group in the "sssd.conf" file with the following command: $ sudo find /etc/sssd/sssd.conf /etc/sssd/conf.d/ -type f -exec cat {} \; [certmap/testing.test/rule_name] matchrule =<SAN>.*EDIPI@mil maprule = (userCertificate;binary={cert!bin}) domains = testing.test If the certmap section does not exist, ask the SA to indicate how certificates are mapped to accounts. If there is no evidence of certificate mapping, this is a finding.
Fix: F-85796r1167139_fix
Configure RHEL 10 to map the authenticated identity to the user or group account by adding or modifying the certmap section of the "/etc/sssd/sssd.conf" file based on the following example: [certmap/testing.test/rule_name] matchrule = .*EDIPI@mil maprule = (userCertificate;binary={cert!bin}) domains = testing.test Restart the "sssd" service with the following command for the changes to take effect: $ sudo systemctl restart sssd.service
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-002007
- Version
- RHEL-10-701290
- Vuln IDs
-
- V-281331
- Rule IDs
-
- SV-281331r1167143_rule
Checks: C-85892r1167141_chk
Verify RHEL 10 System Security Services Daemon (SSSD) prohibits the use of cached authentications after one day with the following command: Note: Cached authentication settings should be configured even if smart card authentication is not used on the system. Determine if SSSD allows cached authentications with the following command: $ sudo grep -irs cache_credentials /etc/sssd/sssd.conf /etc/sssd/conf.d/ | grep -v "^#" cache_credentials = true If "cache_credentials" is set to "false" or missing from the configuration file, this is not a finding and no further checks are required. If "cache_credentials" is set to "true", check that SSSD prohibits the use of cached authentications after one day with the following command: $ sudo grep -irs offline_credentials_expiration /etc/sssd/sssd.conf /etc/sssd/conf.d/ | grep -v "^#" offline_credentials_expiration = 1 If "offline_credentials_expiration" is not set to a value of "1", this is a finding.
Fix: F-85797r1167142_fix
Configure RHEL 10 SSSD to prohibit the use of cached authentications after one day. Edit the file "/etc/sssd/sssd.conf" or a configuration file in "/etc/sssd/conf.d" and add or edit the following line just below the line [pam]: offline_credentials_expiration = 1 Restart the "sssd" service with the following command for the changes to take effect: $ sudo systemctl restart sssd.service
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000382
- Version
- RHEL-10-800000
- Vuln IDs
-
- V-281332
- Rule IDs
-
- SV-281332r1167146_rule
Checks: C-85893r1167144_chk
Verify RHEL 10 controls remote access methods by inspecting the firewall configuration. Inspect the list of enabled firewall ports and verify they are configured correctly by running the following command: $ sudo firewall-cmd --list-all Ask the system administrator for the site or program Ports, Protocols, and Services Management Component Local Service Assessment (PPSM CLSA). Verify the services allowed by the firewall match the PPSM CLSA. If there are additional ports, protocols, or services that are not in the PPSM CLSA, or there are ports, protocols, or services that are prohibited by the PPSM Category Assurance List (CAL), or there are no firewall rules configured, this is a finding.
Fix: F-85798r1167145_fix
Configure RHEL 10 to allow approved settings and/or running services to comply with the PPSM CLSA for the site or program and the PPSM CAL. To open a port for a service, configure "firewalld" using the following command: $ sudo firewall-cmd --permanent --add-port=port_number/tcp or $ sudo firewall-cmd --permanent --add-service=service_name
- RMF Control
- CM-7
- Severity
- M
- CCI
- CCI-000382
- Version
- RHEL-10-800010
- Vuln IDs
-
- V-281333
- Rule IDs
-
- SV-281333r1167149_rule
Checks: C-85894r1167147_chk
Verify RHEL 10 is configured to prohibit or restrict the use of functions, ports, protocols, and/or services as defined in the PPSM CAL and vulnerability assessments. Inspect the firewall configuration and running services to verify they are configured to prohibit or restrict the use of functions, ports, protocols, and/or services that are unnecessary or prohibited. Check which services are currently active with the following command: $ sudo firewall-cmd --list-all-zones Ask the system administrator for the site or program PPSM Component Local Service Assessment (CLSA). Verify the services allowed by the firewall match the PPSM CLSA. If there are additional ports, protocols, or services that are not in the PPSM CLSA, or there are ports, protocols, or services that are prohibited by the PPSM CAL, this is a finding.
Fix: F-85799r1167148_fix
Configure RHEL 10 to prohibit or restrict the use of functions, ports, protocols, and/or services as defined in the PPSM CAL and vulnerability assessments. Update the host's firewall settings and/or running services to comply with the PPSM CLSA for the site or program and the PPSM CAL. Run the following command to load the newly created rule(s): $ sudo firewall-cmd --reload
- RMF Control
- SC-8
- Severity
- M
- CCI
- CCI-002418
- Version
- RHEL-10-800020
- Vuln IDs
-
- V-281334
- Rule IDs
-
- SV-281334r1167152_rule
Checks: C-85895r1167150_chk
Verify RHEL 10 network interfaces are not in promiscuous mode with the following command: $ sudo ip link | grep -i promisc If network interfaces are found on the system in promiscuous mode and their use has not been approved by the ISSO and documented, this is a finding.
Fix: F-85800r1167151_fix
Configure RHEL 10 network interfaces to turn off promiscuous mode unless approved by the ISSO and documented. Set the promiscuous mode of an interface to "off" with the following command: $ sudo ip link set dev <devicename> multicast off promisc off
- RMF Control
- SC-2
- Severity
- M
- CCI
- CCI-001082
- Version
- RHEL-10-800030
- Vuln IDs
-
- V-281335
- Rule IDs
-
- SV-281335r1167155_rule
Checks: C-85896r1167153_chk
Verify RHEL 10 prevents privilege escalation through the kernel by disabling access to the bpf system call. Check the status of the "kernel.unprivileged_bpf_disabled" kernel parameter with the following command: $ sysctl kernel.unprivileged_bpf_disabled kernel.unprivileged_bpf_disabled = 1 If "kernel.unprivileged_bpf_disabled" is not set to "1" or is missing, this is a finding.
Fix: F-85801r1167154_fix
Configure RHEL 10 to prevent privilege escalation through the kernel by disabling access to the bpf system call. Create the drop-in file if it does not already exist: $ sudo vi /etc/sysctl.d/99-kernel_unprivileged_bpf_disabled Add the following line to the file: kernel.unprivileged_bpf_disabled = 1 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- Severity
- M
- CCI
- CCI-004923
- Version
- RHEL-10-800040
- Vuln IDs
-
- V-281336
- Rule IDs
-
- SV-281336r1167158_rule
Checks: C-85897r1167156_chk
Verify RHEL 10 is securely comparing internal information system clocks at least every 24 hours with an NTP server with the following commands: $ sudo grep maxpoll /etc/chrony.conf server 0.us.pool.ntp.mil iburst maxpoll 16 If the "maxpoll" option is set to a number greater than 16, or the line is missing or commented out, this is a finding. Verify the "chrony.conf" file is configured to an authoritative DOD time source by running the following command: $ sudo grep -i server /etc/chrony.conf server 0.us.pool.ntp.mil If the parameter "server" is not set or is not set to an authoritative DOD time source, this is a finding.
Fix: F-85802r1167157_fix
Configure RHEL 10 to securely compare internal information system clocks at least every 24 hours with an NTP server by adding/modifying the following line in the "/etc/chrony.conf" file: server [ntp.server.name] iburst maxpoll 16
- RMF Control
- SI-16
- Severity
- M
- CCI
- CCI-002824
- Version
- RHEL-10-800050
- Vuln IDs
-
- V-281337
- Rule IDs
-
- SV-281337r1167161_rule
Checks: C-85898r1167159_chk
Verify RHEL 10 enables hardening for the BPF JIT compiler. Check the status of the "net.core.bpf_jit_harden" parameter with the following command: $ sudo sysctl net.core.bpf_jit_harden net.core.bpf_jit_harden = 2 If "net.core.bpf_jit_harden" is not equal to "2" or is missing, this is a finding.
Fix: F-85803r1167160_fix
Configure RHEL 10 to enable hardening for the BPF JIT compiler. Create the drop-in file if it does not already exist: $ sudo vi /etc/sysctl.d/99-net_core-bpf_jit_harden.conf Add the following line to the file: net.core.bpf_jit_harden = 2 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800060
- Vuln IDs
-
- V-281338
- Rule IDs
-
- SV-281338r1167164_rule
Checks: C-85899r1167162_chk
Note: If the system is running in a cloud platform and the cloud provider gives a single, highly available IP address for DNS configuration, this control is not applicable. Verify RHEL 10 has at least two name servers configured for systems using DNS resolution. Verify the name servers used by the system with the following command: $ sudo grep nameserver /etc/resolv.conf nameserver 192.168.1.2 nameserver 192.168.1.3 If fewer than two lines are returned that are not commented out, this is a finding.
Fix: F-85804r1167163_fix
Configure RHEL 10 to use two or more name servers for DNS resolution based on the DNS mode of the system. If the NetworkManager DNS mode is set to "none", add the following lines to "/etc/resolv.conf": nameserver [name server 1] nameserver [name server 2] Replace [name server 1] and [name server 2] with the IPs of two different DNS resolvers. If the NetworkManager DNS mode is set to "default", add two DNS servers to a NetworkManager connection using the following command: $ nmcli connection modify [connection name] ipv4.dns [name server 1],[name server 2] Replace [name server 1] and [name server 2] with the IPs of two different DNS resolvers. Replace [connection name] with a valid NetworkManager connection name on the system. Replace ipv4 with ipv6 if IPv6 DNS servers are used.
- RMF Control
- AC-3
- Severity
- M
- CCI
- CCI-000213
- Version
- RHEL-10-800070
- Vuln IDs
-
- V-281339
- Rule IDs
-
- SV-281339r1167167_rule
Checks: C-85900r1167165_chk
Verify RHEL 10 does not have unauthorized IP tunnels configured. Determine if the IPsec service is active with the following command: $ systemctl is-active ipsec Inactive If the IPsec service is active, check for configured IPsec connections ("conn"), with the following command: $ sudo grep -rni conn /etc/ipsec.conf /etc/ipsec.d/ Verify any returned results are documented with the ISSO. If the IPsec tunnels are active and not approved, this is a finding.
Fix: F-85805r1167166_fix
Configure RHEL 10 to not have unauthorized IP tunnels configured. Remove all unapproved tunnels from the system, or document them with the ISSO.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800080
- Vuln IDs
-
- V-281340
- Rule IDs
-
- SV-281340r1167170_rule
Checks: C-85901r1167168_chk
Verify RHEL 10 is configured to use Internet Protocol version 4 (IPv4) TCP syncookies. Check the value of all "net.ipv4.tcp_syncookies" variables with the following command: $ sudo sysctl net.ipv4.tcp_syncookies net.ipv4.tcp_syncookies = 1 If the network parameter "ipv4.tcp_syncookies" is not equal to "1", or nothing is returned, this is a finding.
Fix: F-85806r1167169_fix
Configure RHEL 10 to use TCP syncookies. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/99-ipv4_tcp_syncookies.conf Add the following line to the file: net.ipv4.tcp_syncookies = 1 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800090
- Vuln IDs
-
- V-281341
- Rule IDs
-
- SV-281341r1167173_rule
Checks: C-85902r1167171_chk
Verify RHEL 10 will not accept IPv4 ICMP redirect messages. Check the value of all "net.ipv4.conf.all.accept_redirects" variables with the following command: $ sudo sysctl net.ipv4.conf.all.accept_redirects net.ipv4.conf.all.accept_redirects = 0 If "net.ipv4.conf.all.accept_redirects" is not set to "0" or is missing, this is a finding.
Fix: F-85807r1167172_fix
Configure RHEL 10 to ignore IPv4 ICMP redirect messages. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/99-ipv4_accept_redirects.conf Add the following line to the file: net.ipv4.conf.all.accept_redirects = 0 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800100
- Vuln IDs
-
- V-281342
- Rule IDs
-
- SV-281342r1167176_rule
Checks: C-85903r1167174_chk
Verify RHEL 10 will not accept IPv4 source-routed packets. Check the value of the "net.ipv4.conf.all.accept_source_route" variable with the following command: $ sudo sysctl net.ipv4.conf.all.accept_source_route net.ipv4.conf.all.accept_source_route = 0 If "net.ipv4.conf.all.accept_source_route" is not set to "0" or is missing, this is a finding.
Fix: F-85808r1167175_fix
Configure RHEL 10 to ignore IPv4 source-routed packets. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/99-ipv4_accept_source.conf Add the following line to the file: net.ipv4.conf.all.accept_source_route = 0 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800110
- Vuln IDs
-
- V-281343
- Rule IDs
-
- SV-281343r1167179_rule
Checks: C-85904r1167177_chk
Verify RHEL 10 logs IPv4 martian packets. Check the value of the "net.ipv4.conf.all.log_martians" variable with the following command: $ sudo sysctl net.ipv4.conf.all.log_martians net.ipv4.conf.all.log_martians = 1 If "net.ipv4.conf.all.log_martians" is not set to "1" or is missing, this is a finding.
Fix: F-85809r1167178_fix
Configure RHEL 10 to log martian packets on IPv4 interfaces. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/99-ipv4_log_martians.conf Add the following line to the file: net.ipv4.conf.all.log_martians=1 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800120
- Vuln IDs
-
- V-281344
- Rule IDs
-
- SV-281344r1167182_rule
Checks: C-85905r1167180_chk
Verify RHEL 10 logs IPv4 martian packets by default. Check the value of the "net.ipv4.conf.default.log_martians" variable with the following command: $ sudo sysctl net.ipv4.conf.default.log_martians net.ipv4.conf.default.log_martians = 1 If "net.ipv4.conf.default.log_martians" is not set to "1" or is missing, this is a finding.
Fix: F-85810r1167181_fix
Configure RHEL 10 to log martian packets on IPv4 interfaces by default. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/99-ipv4_log_martians.conf Add the following line to the file: net.ipv4.conf.default.log_martians=1 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800130
- Vuln IDs
-
- V-281345
- Rule IDs
-
- SV-281345r1167185_rule
Checks: C-85906r1167183_chk
Verify RHEL 10 uses reverse path filtering on all IPv4 interfaces. Check the value of the "net.ipv4.conf.all.rp_filter" variable with the following command: $ sudo sysctl net.ipv4.conf.all.rp_filter net.ipv4.conf.all.rp_filter = 1 If "net.ipv4.conf.all.rp_filter" is not set to "1" or is missing, this is a finding.
Fix: F-85811r1167184_fix
Configure RHEL 10 to use reverse path filtering on all IPv4 interfaces. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/99-ipv4_rp_filter.conf Add the following line to the file: net.ipv4.conf.all.rp_filter = 1 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800140
- Vuln IDs
-
- V-281346
- Rule IDs
-
- SV-281346r1197251_rule
Checks: C-85907r1167186_chk
Verify RHEL 10 will not accept IPv4 ICMP redirect messages. Check the value of the default "net.ipv4.conf.default.accept_redirects" variable with the following command: $ sudo sysctl net.ipv4.conf.default.accept_redirects net.ipv4.conf.default.accept_redirects = 0 If "net.ipv4.conf.default.accept_redirects" is not set to "0" or is missing, this is a finding.
Fix: F-85812r1197250_fix
Configure RHEL 10 to prevent IPv4 ICMP redirect messages from being accepted. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/99-ipv4_accept_redirects.conf Add the following line to the file: net.ipv4.conf.default.accept_redirects = 0 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800150
- Vuln IDs
-
- V-281347
- Rule IDs
-
- SV-281347r1167191_rule
Checks: C-85908r1167189_chk
Verify RHEL 10 does not accept IPv4 source-routed packets by default. Check the value of the "net.ipv4.conf.default.accept_source_route" variable with the following command: $ sudo sysctl net.ipv4.conf.default.accept_source_route net.ipv4.conf.default.accept_source_route = 0 If "net.ipv4.conf.default.accept_source_route" is not set to "0" or is missing, this is a finding.
Fix: F-85813r1167190_fix
Configure RHEL 10 to not forward IPv4 source-routed packets by default. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/99-ipv4_accept_source_route.conf Add the following line to the file: net.ipv4.conf.default.accept_source_route = 0 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800160
- Vuln IDs
-
- V-281348
- Rule IDs
-
- SV-281348r1167194_rule
Checks: C-85909r1167192_chk
Verify RHEL 10 uses reverse path filtering on IPv4 interfaces. Check the value of the "net.ipv4.conf.default.rp_filter" with the following command: $ sudo sysctl net.ipv4.conf.default.rp_filter net.ipv4.conf.default.rp_filter = 1 If the returned line does not have a value of "1", or a line is not returned, this is a finding.
Fix: F-85814r1167193_fix
Configure RHEL 10 to use reverse path filtering on IPv4 interfaces by default. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/ipv4_rp_filter.conf Add the following line to the file: net.ipv4.conf.default.rp_filter = 1 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800170
- Vuln IDs
-
- V-281349
- Rule IDs
-
- SV-281349r1167197_rule
Checks: C-85910r1167195_chk
Verify RHEL 10 ignores ICMP echoes sent to a broadcast address. Check the value of the "net.ipv4.icmp_echo_ignore_broadcasts" variable with the following command: $ sudo sysctl net.ipv4.icmp_echo_ignore_broadcasts net.ipv4.icmp_echo_ignore_broadcasts = 1 If "net.ipv4.icmp_echo_ignore_broadcasts" is not set to "1" or is missing, this is a finding.
Fix: F-85815r1167196_fix
Configure RHEL 10 to ignore Internet Protocol version 4 (IPv4) ICMP echoes sent to a broadcast address. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/ipv4_icmp_echo_ignore_broadcasts.conf Add the following line to the file: net.ipv4.icmp_echo_ignore_broadcasts = 1 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800180
- Vuln IDs
-
- V-281350
- Rule IDs
-
- SV-281350r1167200_rule
Checks: C-85911r1167198_chk
Verify RHEL 10 limits the number of bogus ICMP response errors logs. Check the value of the "net.ipv4.icmp_ignore_bogus_error_response" variables with the following command: $ sudo sysctl net.ipv4.icmp_ignore_bogus_error_responses net.ipv4.icmp_ignore_bogus_error_responses = 1 If "net.ipv4.icmp_ignore_bogus_error_response" is not set to "1" or is missing, this is a finding.
Fix: F-85816r1167199_fix
Configure RHEL 10 to not log bogus ICMP errors. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/ipv4_icmp_ignore_bogus_error_responses.conf Add the following line to the file: net.ipv4.icmp_ignore_bogus_error_responses = 1 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800190
- Vuln IDs
-
- V-281351
- Rule IDs
-
- SV-281351r1184698_rule
Checks: C-85912r1184696_chk
Verify RHEL 10 does not send IPv4 ICMP redirect messages. Check the value of the "net.ipv4.conf.all.send_redirects" variables with the following command: $ sudo sysctl net.ipv4.conf.all.send_redirects net.ipv4.conf.all.send_redirects = 0 If "net.ipv4.conf.all.send_redirects" is not set to "0" and is not documented with the information system security officer as an operational requirement or is missing, this is a finding.
Fix: F-85817r1184697_fix
Configure RHEL 10 to not send IPv4 ICMP redirect messages. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/ipv4_send_redirects.conf Add the following line to the file: net.ipv4.conf.all.send_redirects = 0 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800200
- Vuln IDs
-
- V-281352
- Rule IDs
-
- SV-281352r1184706_rule
Checks: C-85913r1167204_chk
Verify RHEL 10 does not allow interfaces to perform Internet Protocol version 4 (IPv4) ICMP redirects by default. Check the value of the "net.ipv4.conf.default.send_redirects" variables with the following command: $ sudo sysctl net.ipv4.conf.default.send_redirects net.ipv4.conf.default.send_redirects=0 If "net.ipv4.conf.default.send_redirects" is not set to "0" and is not documented with the information system security officer as an operational requirement or is missing, this is a finding.
Fix: F-85818r1184705_fix
Configure RHEL 10 to not allow interfaces to perform IPv4 ICMP redirects by default. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/ipv4_send_redirects.conf Add the following line to the file: net.ipv4.conf.default.send_redirects = 0 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800210
- Vuln IDs
-
- V-281353
- Rule IDs
-
- SV-281353r1167209_rule
Checks: C-85914r1167207_chk
Verify RHEL 10 is not performing IPv4 packet forwarding unless the system is a router. Check that "net.ipv4.conf.all.forwarding" is disabled using the following command: $ sudo sysctl net.ipv4.conf.all.forwarding net.ipv4.conf.all.forwarding = 0 If "net.ipv4.conf.all.forwarding" is not set to "0" and is not documented with the information system security officer as an operational requirement or is missing, this is a finding.
Fix: F-85819r1167208_fix
Configure RHEL 10 to not allow IPv4 packet forwarding unless the system is a router. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/ipv4_forwarding.conf Add the following line to the file: net.ipv4.conf.all.forwarding = 0 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800220
- Vuln IDs
-
- V-281354
- Rule IDs
-
- SV-281354r1167212_rule
Checks: C-85915r1167210_chk
Note: If IPv6 is disabled on the system, this requirement is not applicable. Verify RHEL 10 does not accept router advertisements on all IPv6 interfaces, unless the system is a router. Check that "net.ipv6.conf.all.accept_ra" is set to not accept router advertisements by using the following command: $ sudo sysctl net.ipv6.conf.all.accept_ra net.ipv6.conf.all.accept_ra = 0 If "net.ipv6.conf.all.accept_ra" is not set to "0" or is missing, this is a finding.
Fix: F-85820r1167211_fix
Configure RHEL 10 to not accept router advertisements on all IPv6 interfaces, unless the system is a router. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/ipv4_accept_ra.conf Add the following line to the file: net.ipv6.conf.all.accept_ra = 0 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800230
- Vuln IDs
-
- V-281355
- Rule IDs
-
- SV-281355r1167215_rule
Checks: C-85916r1167213_chk
Note: If IPv6 is disabled on the system, this requirement is not applicable. Verify RHEL 10 ignores IPv6 ICMP redirect messages. Check the value of the "net.ipv6.conf.all.accept_redirects" variable with the following command: $ sysctl net.ipv6.conf.all.accept_redirects net.ipv6.conf.all.accept_redirects = 0 If "net.ipv6.conf.all.accept_redirects" is not set to "0" or is missing, this is a finding.
Fix: F-85821r1167214_fix
Configure RHEL 10 to ignore Internet Protocol version 6 (IPv6) ICMP redirect messages. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/ipv6_accept_redirects.conf Add the following line to the file: net.ipv6.conf.all.accept_redirects = 0 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800240
- Vuln IDs
-
- V-281356
- Rule IDs
-
- SV-281356r1167218_rule
Checks: C-85917r1167216_chk
Note: If IPv6 is disabled on the system, this requirement is not applicable. Verify RHEL 10 does not accept IPv6 source-routed packets. Check the value of the "net.ipv6.conf.all.accept_source_route" variable with the following command: $ sudo sysctl net.ipv6.conf.all.accept_source_route net.ipv6.conf.all.accept_source_route = 0 If "net.ipv6.conf.all.accept_source_route" is not set to "0" or is missing, this is a finding.
Fix: F-85822r1167217_fix
Configure RHEL 10 to not accept IPv6 source-routed packets. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/ipv6_accept_source_route.conf Add the following line to the file: net.ipv6.conf.all.accept_source_route = 0 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800250
- Vuln IDs
-
- V-281357
- Rule IDs
-
- SV-281357r1167221_rule
Checks: C-85918r1167219_chk
Note: If IPv6 is disabled on the system, this requirement is not applicable. Verify RHEL 10 is not performing IPv6 packet forwarding unless the system is a router. Check the value of the "net.ipv6.conf.all.forwarding" variable with the following command: $ sudo sysctl net.ipv6.conf.all.forwarding net.ipv6.conf.all.forwarding = 0 If "net.ipv6.conf.all.forwarding" is not set to "0" or is missing, this is a finding.
Fix: F-85823r1167220_fix
Configure RHEL 10 to not allow IPv6 packet forwarding unless the system is a router. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/ipv6_forwarding.conf Add the following line to the file: net.ipv6.conf.all.forwarding = 0 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800260
- Vuln IDs
-
- V-281358
- Rule IDs
-
- SV-281358r1167224_rule
Checks: C-85919r1167222_chk
Note: If IPv6 is disabled on the system, this requirement is not applicable. Verify RHEL 10 does not accept router advertisements on all IPv6 interfaces by default, unless the system is a router. Check the value of the "net.ipv6.conf.default.accept_ra" variable with the following command: $ sudo sysctl net.ipv6.conf.default.accept_ra net.ipv6.conf.default.accept_ra = 0 If "net.ipv6.conf.default.accept_ra" is not set to "0" or is missing, this is a finding.
Fix: F-85824r1167223_fix
Configure RHEL 10 to not accept router advertisements on all IPv6 interfaces by default, unless the system is a router. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/ipv6_accept_ra.conf Add the following line to the file: net.ipv6.conf.default.accept_ra = 0 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800270
- Vuln IDs
-
- V-281359
- Rule IDs
-
- SV-281359r1167227_rule
Checks: C-85920r1167225_chk
Note: If IPv6 is disabled on the system, this requirement is not applicable. Verify RHEL 10 prevents IPv6 ICMP redirect messages from being accepted. Check the value of the "net.ipv6.conf.default.accept_redirects" variables with the following command: $ sudo sysctl net.ipv6.conf.default.accept_redirects net.ipv6.conf.default.accept_redirects = 0 If "net.ipv6.conf.default.accept_redirects" is not set to "0" or is missing, this is a finding.
Fix: F-85825r1167226_fix
Configure RHEL 10 to prevent IPv6 ICMP redirect messages from being accepted. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/ipv6_accept_redirects.conf Add the following line to the file: net.ipv6.conf.default.accept_redirects = 0 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800280
- Vuln IDs
-
- V-281360
- Rule IDs
-
- SV-281360r1167230_rule
Checks: C-85921r1167228_chk
Note: If IPv6 is disabled on the system, this requirement is not applicable. Verify RHEL 10 does not accept IPv6 source-routed packets by default. Check the value of the "net.ipv6.conf.default.accept_source_route" variables with the following command: $ sudo sysctl net.ipv6.conf.default.accept_source_route net.ipv6.conf.default.accept_source_route = 0 If "net.ipv6.conf.default.accept_source_route" is not set to "0" or is missing, this is a finding.
Fix: F-85826r1167229_fix
Configure RHEL 10 to not accept IPv6 source-routed packets by default. Create a configuration file if it does not already exist: $ sudo vi /etc/sysctl.d/ipv6_accept_source_route.conf Add the following line to the file: net.ipv6.conf.default.accept_source_route = 0 Reload settings from all system configuration files with the following command: $ sudo sysctl --system
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800290
- Vuln IDs
-
- V-281361
- Rule IDs
-
- SV-281361r1167233_rule
Checks: C-85922r1167231_chk
Verify RHEL 10 protects against or limits the effects of DoS attacks by ensuring rate-limiting measures on impacted network interfaces are implemented. Check that "nftables" is configured to allow rate limits on any connection to the system with the following command: $ sudo grep -i firewallbackend /etc/firewalld/firewalld.conf # FirewallBackend FirewallBackend=nftables If "nftables" is not set to "FirewallBackend", this is a finding.
Fix: F-85827r1167232_fix
Configure RHEL 10 so that "nftables" is the default "firewallbackend" for "firewalld" by adding or editing the following line in "/etc/firewalld/firewalld.conf": FirewallBackend=nftables Establish rate-limiting rules based on organization-defined types of DoS attacks on impacted network interfaces.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- RHEL-10-800300
- Vuln IDs
-
- V-281362
- Rule IDs
-
- SV-281362r1167236_rule
Checks: C-85923r1167234_chk
Verify RHEL 10 has a DNS mode configured in Network Manager. $ NetworkManager --print-config [main] dns=none If the dns key under "main" does not exist or is set to "dnsmasq", this is a finding. Note: If RHEL 10 is configured to use a DNS resolver other than Network Manager, the configuration must be documented and approved by the information system security officer.
Fix: F-85828r1167235_fix
Configure RHEL 10 to use a DNS mode in Network Manager. In "/etc/NetworkManager/NetworkManager.conf", add the following line in the "[main]" section: dns = none Where <dns processing mode> is default, none, or systemd-resolved. Network Manager must be reloaded for the change to take effect: $ sudo systemctl reload NetworkManager
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-000197
- Version
- RHEL-10-800310
- Vuln IDs
-
- V-281363
- Rule IDs
-
- SV-281363r1195454_rule
Checks: C-85924r1195453_chk
Note: If a TFTP server is not installed, this rule is not applicable. Verify RHEL 10 is configured to operate in secure mode if the TFTP server service is required. Determine if the TFTP server is installed with the following command: $ sudo dnf list installed | grep tftp-server tftp-server.x86_64 5.2-48.el10 @rhel-10-for-x86_64-appstream-rpms Verify that the TFTP daemon, if "tftp.server" is installed, is configured to operate in secure mode with the following command: $ systemctl cat tftp.service | grep -i execstart ExecStart=/usr/sbin/in.tftpd -s /var/lib/tftpboot Note: The "-s" option ensures that the TFTP server serves only files from the specified directory, which is a security measure to prevent unauthorized access to other parts of the file system. If the TFTP server is installed, but the TFTP daemon is not configured to operate in secure mode, and tftp is not documented as critical to the mission with the information system security officer, this is a finding.
Fix: F-85829r1167238_fix
Configure RHEL 10 TFTP to operate in secure mode with the following command: $ sudo systemctl edit tftp.service In the editor, enter the following: [Service] ExecStart=/usr/sbin/in.tftpd -s /var/lib/tftpboot After making changes, reload the systemd daemon and restart the TFTP service as follows: $ sudo systemctl daemon-reload $ sudo systemctl restart tftp.service
- RMF Control
- AU-12
- Severity
- M
- CCI
- CCI-000171
- Version
- RHEL-10-900000
- Vuln IDs
-
- V-281364
- Rule IDs
-
- SV-281364r1167242_rule
Checks: C-85925r1167240_chk
Verify RHEL 10 enforces the mode of "/etc/audit/auditd.conf" with the following command: $ sudo stat -c "%a %n" /etc/audit/auditd.conf 640 /etc/audit/auditd.conf If "/etc/audit/auditd.conf" does not have a mode of "0640", this is a finding.
Fix: F-85830r1167241_fix
Configure RHEL 10 to set the mode of the "/etc/audit/auditd.conf" file to "0640" with the following command: $ sudo chmod 0640 /etc/audit/auditd.conf
- RMF Control
- AU-9
- Severity
- M
- CCI
- CCI-000162
- Version
- RHEL-10-900100
- Vuln IDs
-
- V-281365
- Rule IDs
-
- SV-281365r1167245_rule
Checks: C-85926r1167243_chk
Verify the RHEL 10 audit system prevents unauthorized changes with the following command: $ sudo grep "^\s*[^#]" /etc/audit/audit.rules | tail -1 -e 2 If the audit system is not set to be immutable by adding the "-e 2" option to the end of "/etc/audit/audit.rules", this is a finding.
Fix: F-85831r1167244_fix
Configure RHEL 10 to protect the audit system from unauthorized changes. Set the audit rules to be immutable by adding the following line to end of "/etc/audit/rules.d/audit.rules": -e 2 Restart the audit daemon with the following command for the changes to take effect: $ sudo service auditd restart
- RMF Control
- SA-22
- Severity
- H
- CCI
- CCI-003376
- Version
- RHEL-10-001000
- Vuln IDs
-
- V-282965
- Rule IDs
-
- SV-282965r1197252_rule
Checks: C-87527r1195332_chk
Verify RHEL 10 is a vendor-supported version with the following command: $ cat /etc/redhat-release Red Hat Enterprise Linux release 10.0 (Coughlan) If the installed version of RHEL 10 is not supported, this is a finding.
Fix: F-87432r1195333_fix
Upgrade to a supported version of RHEL 10.