Guide to the Secure Configuration of Red Hat Enterprise Linux 8
with profile Protection Profile for General Purpose Operating SystemsThis profile reflects mandatory configuration controls identified in the NIAP Configuration Annex to the Protection Profile for General Purpose Operating Systems (Protection Profile Version 4.2.1). This configuration profile is consistent with CNSSI-1253, which requires U.S. National Security Systems to adhere to certain configuration parameters. Accordingly, this configuration profile is suitable for use in U.S. National Security Systems.
https://www.open-scap.org/security-policies/scap-security-guide
scap-security-guide
package which is developed at
https://www.open-scap.org/security-policies/scap-security-guide.
Providing system administrators with such guidance informs them how to securely configure systems under their control in a variety of network roles. Policy makers and baseline creators can use this catalog of settings, with its associated references to higher-level security control catalogs, in order to assist them in security baseline creation. This guide is a catalog, not a checklist, and satisfaction of every item is not likely to be possible or sensible in many operational scenarios. However, the XCCDF format enables granular selection and adjustment of settings, and their association with OVAL and OCIL content provides an automated checking capability. Transformations of this document, and its associated automated checking content, are capable of providing baselines that meet a diverse set of policy objectives. Some example XCCDF Profiles, which are selections of items that form checklists and can be used as baselines, are available with this guide. They can be processed, in an automated fashion, with tools that support the Security Content Automation Protocol (SCAP). The DISA STIG, which provides required settings for US Department of Defense systems, is one example of a baseline created from this guidance.
Evaluation Characteristics
Evaluation target | ci-vm-10-0-137-21.hosted.upshift.rdu2.redhat.com |
---|---|
Benchmark URL | /tmp/tmp.sBKjoRD1Or/input.xml |
Benchmark ID | xccdf_org.ssgproject.content_benchmark_RHEL-8 |
Benchmark version | 0.1.48 |
Profile ID | xccdf_org.ssgproject.content_profile_ospp |
Started at | 2019-12-13T07:55:55 |
Finished at | 2019-12-13T07:55:55 |
Performed by | root |
Test system | cpe:/a:redhat:openscap:1.3.1 |
CPE Platforms
- cpe:/o:redhat:enterprise_linux:8
Addresses
- IPv4 127.0.0.1
- IPv4 10.0.137.21
- IPv6 0:0:0:0:0:0:0:1
- IPv6 fe80:0:0:0:f816:3eff:fef0:ee29
- MAC 00:00:00:00:00:00
- MAC FA:16:3E:F0:EE:29
Compliance and Scoring
Rule results
Severity of failed rules
Score
Scoring system | Score | Maximum | Percent |
---|---|---|---|
urn:xccdf:scoring:default | 94.217262 | 100.000000 |
Rule Overview
Result Details
Enable Kernel Parameter to Enforce DAC on Hardlinks
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_fs_protected_hardlinks | ||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81027-5 References: NT28(R23), 1.6.1, SI-11, SRG-OS-000324-GPOS-00125 | ||||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w fs.protected_hardlinks=1If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : fs.protected_hardlinks = 1 | ||||||||||||||||||||||||||||||
Rationale | By enabling this kernel parameter, users can no longer create soft or hard links to
files which they do not own. Disallowing such hardlinks mitigate vulnerabilities
based on insecure file system accessed by privileged programs, avoiding an
exploitation vector exploiting unsafe use of | ||||||||||||||||||||||||||||||
OVAL test results details fs.protected_hardlinks static configuration oval:ssg-test_static_sysctl_fs_protected_hardlinks:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_sysctl_fs_protected_hardlinks:obj:1 of type textfilecontent54_object
fs.protected_hardlinks static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_fs_protected_hardlinks:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_etc_sysctld_fs_protected_hardlinks:obj:1 of type textfilecontent54_object
fs.protected_hardlinks static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_fs_protected_hardlinks:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_fs_protected_hardlinks:obj:1 of type textfilecontent54_object
fs.protected_hardlinks static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_fs_protected_hardlinks:tst:1 trueFollowing items have been found on the system:
kernel runtime parameter fs.protected_hardlinks set to 1 oval:ssg-test_sysctl_runtime_fs_protected_hardlinks:tst:1 trueFollowing items have been found on the system:
|
Enable Kernel Parameter to Enforce DAC on Symlinks
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_fs_protected_symlinks | ||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81030-9 References: NT28(R23), 1.6.1, SI-11, SRG-OS-000324-GPOS-00125 | ||||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w fs.protected_symlinks=1If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : fs.protected_symlinks = 1 | ||||||||||||||||||||||||||||||
Rationale | By enabling this kernel parameter, symbolic links are permitted to be followed
only when outside a sticky world-writable directory, or when the UID of the
link and follower match, or when the directory owner matches the symlink's owner.
Disallowing such symlinks helps mitigate vulnerabilities based on insecure file system
accessed by privileged programs, avoiding an exploitation vector exploiting unsafe use of
| ||||||||||||||||||||||||||||||
OVAL test results details fs.protected_symlinks static configuration oval:ssg-test_static_sysctl_fs_protected_symlinks:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_sysctl_fs_protected_symlinks:obj:1 of type textfilecontent54_object
fs.protected_symlinks static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_fs_protected_symlinks:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_etc_sysctld_fs_protected_symlinks:obj:1 of type textfilecontent54_object
fs.protected_symlinks static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_fs_protected_symlinks:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_fs_protected_symlinks:obj:1 of type textfilecontent54_object
fs.protected_symlinks static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_fs_protected_symlinks:tst:1 trueFollowing items have been found on the system:
kernel runtime parameter fs.protected_symlinks set to 1 oval:ssg-test_sysctl_runtime_fs_protected_symlinks:tst:1 trueFollowing items have been found on the system:
|
Add nosuid Option to /tmp
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_tmp_nosuid | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | unknown | ||||||
Identifiers and References | Identifiers: CCE-82140-5 References: NT28(R12), 1.1.4, 11, 13, 14, 3, 8, 9, APO13.01, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS05.06, DSS06.06, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.11.2.9, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.8.2.1, A.8.2.2, A.8.2.3, A.8.3.1, A.8.3.3, A.9.1.2, CM-7, MP-2, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | The presence of SUID and SGID executables should be tightly controlled. Users should not be able to execute SUID or SGID binaries from temporary storage partitions. | ||||||
OVAL test results details nosuid on /tmp oval:ssg-test_tmp_partition_nosuid:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_tmp_partition_nosuid:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add nodev Option to /boot
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_boot_nodev | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | medium | ||||||
Identifiers and References | Identifiers: CCE-82941-6 References: CM-7, MP-2, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | The only legitimate location for device files is the | ||||||
OVAL test results details nodev on /boot oval:ssg-test_boot_partition_nodev:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_boot_partition_nodev:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add noexec Option to /tmp
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_tmp_noexec | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | unknown | ||||||
Identifiers and References | Identifiers: CCE-82139-7 References: NT28(R12), 1.1.5, 11, 13, 14, 3, 8, 9, APO13.01, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS05.06, DSS06.06, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.11.2.9, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.8.2.1, A.8.2.2, A.8.2.3, A.8.3.1, A.8.3.3, A.9.1.2, CM-7, MP-2, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | Allowing users to execute binaries from world-writable directories
such as | ||||||
OVAL test results details noexec on /tmp oval:ssg-test_tmp_partition_noexec:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_tmp_partition_noexec:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add nodev Option to /tmp
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_tmp_nodev | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | unknown | ||||||
Identifiers and References | Identifiers: CCE-82623-0 References: NT28(R12), 1.1.3, 11, 13, 14, 3, 8, 9, APO13.01, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS05.06, DSS06.06, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.11.2.9, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.8.2.1, A.8.2.2, A.8.2.3, A.8.3.1, A.8.3.3, A.9.1.2, CM-7, MP-2, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | The only legitimate location for device files is the | ||||||
OVAL test results details nodev on /tmp oval:ssg-test_tmp_partition_nodev:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_tmp_partition_nodev:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add nodev Option to /var/log/audit
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_var_log_audit_nodev | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | medium | ||||||
Identifiers and References | Identifiers: CCE-82080-3 References: CM-7, MP-2, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | The only legitimate location for device files is the | ||||||
OVAL test results details nodev on /var/log/audit oval:ssg-test_var_log_audit_partition_nodev:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_var_log_audit_partition_nodev:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add nodev Option to /dev/shm
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_dev_shm_nodev | ||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80837-8 References: 1.1.15, 11, 13, 14, 3, 8, 9, APO13.01, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS05.06, DSS06.06, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.11.2.9, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.8.2.1, A.8.2.2, A.8.2.3, A.8.3.1, A.8.3.3, A.9.1.2, CM-7, MP-2, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||||||||||||||||||||
Description | The | ||||||||||||||||||||||||
Rationale | The only legitimate location for device files is the | ||||||||||||||||||||||||
OVAL test results details nodev on /dev/shm oval:ssg-test_dev_shm_partition_nodev:tst:1 trueFollowing items have been found on the system:
|
Add nodev Option to /var/log
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_var_log_nodev | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | medium | ||||||
Identifiers and References | Identifiers: CCE-82077-9 | ||||||
Description | The | ||||||
Rationale | The only legitimate location for device files is the | ||||||
OVAL test results details nodev on /var/log oval:ssg-test_var_log_partition_nodev:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_var_log_partition_nodev:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add nosuid Option to /var/tmp
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_var_tmp_nosuid | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | unknown | ||||||
Identifiers and References | Identifiers: CCE-82154-6 References: NT28(R12), 1.1.9, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | The presence of SUID and SGID executables should be tightly controlled. Users should not be able to execute SUID or SGID binaries from temporary storage partitions. | ||||||
OVAL test results details nosuid on /var/tmp oval:ssg-test_var_tmp_partition_nosuid:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_var_tmp_partition_nosuid:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add nosuid Option to /home
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_home_nosuid | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | unknown | ||||||
Identifiers and References | Identifiers: CCE-81050-7 References: NT28(R12), 1.1.3, 11, 13, 14, 3, 8, 9, APO13.01, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS05.06, DSS06.06, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.11.2.9, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.8.2.1, A.8.2.2, A.8.2.3, A.8.3.1, A.8.3.3, A.9.1.2, CM-7, MP-2, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | The presence of SUID and SGID executables should be tightly controlled. Users should not be able to execute SUID or SGID binaries from user home directory partitions. | ||||||
OVAL test results details nosuid on /home oval:ssg-test_home_partition_nosuid:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_home_partition_nosuid:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add nodev Option to /var
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_var_nodev | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | medium | ||||||
Identifiers and References | Identifiers: CCE-82062-1 References: CM-7, MP-2, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | The only legitimate location for device files is the | ||||||
OVAL test results details nodev on /var oval:ssg-test_var_partition_nodev:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_var_partition_nodev:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add nosuid Option to /dev/shm
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_dev_shm_nosuid | ||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80839-4 References: 1.1.16, 11, 13, 14, 3, 8, 9, APO13.01, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS05.06, DSS06.06, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.11.2.9, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.8.2.1, A.8.2.2, A.8.2.3, A.8.3.1, A.8.3.3, A.9.1.2, CM-7, MP-2, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||||||||||||||||||||
Description | The | ||||||||||||||||||||||||
Rationale | The presence of SUID and SGID executables should be tightly controlled. Users should not be able to execute SUID or SGID binaries from temporary storage partitions. | ||||||||||||||||||||||||
OVAL test results details nosuid on /dev/shm oval:ssg-test_dev_shm_partition_nosuid:tst:1 trueFollowing items have been found on the system:
|
Add nosuid Option to /boot
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_boot_nosuid | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | medium | ||||||
Identifiers and References | Identifiers: CCE-81033-3 References: CM-7, MP-2, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | The presence of SUID and SGID executables should be tightly controlled. Users should not be able to execute SUID or SGID binaries from boot partitions. | ||||||
OVAL test results details nosuid on /boot oval:ssg-test_boot_partition_nosuid:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_boot_partition_nosuid:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add noexec Option to /dev/shm
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_dev_shm_noexec | ||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80838-6 References: 1.1.17, 11, 13, 14, 3, 8, 9, APO13.01, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS05.06, DSS06.06, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.11.2.9, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.8.2.1, A.8.2.2, A.8.2.3, A.8.3.1, A.8.3.3, A.9.1.2, CM-7, MP-2, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||||||||||||||||||||
Description | The | ||||||||||||||||||||||||
Rationale | Allowing users to execute binaries from world-writable directories
such as | ||||||||||||||||||||||||
OVAL test results details noexec on /dev/shm oval:ssg-test_dev_shm_partition_noexec:tst:1 trueFollowing items have been found on the system:
|
Add noexec Option to /var/log/audit
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_var_log_audit_noexec | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | medium | ||||||
Identifiers and References | Identifiers: CCE-82975-4 References: CM-7, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | Allowing users to execute binaries from directories containing audit log files
such as | ||||||
OVAL test results details noexec on /var/log/audit oval:ssg-test_var_log_audit_partition_noexec:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_var_log_audit_partition_noexec:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add nosuid Option to /var/log/audit
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_var_log_audit_nosuid | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | medium | ||||||
Identifiers and References | Identifiers: CCE-82921-8 References: CM-7, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | The presence of SUID and SGID executables should be tightly controlled. Users should not be able to execute SUID or SGID binaries from partitions designated for audit log files. | ||||||
OVAL test results details nosuid on /var/log/audit oval:ssg-test_var_log_audit_partition_nosuid:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_var_log_audit_partition_nosuid:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add nodev Option to Non-Root Local Partitions
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_nodev_nonroot_local_partitions | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | unknown | ||||
Identifiers and References | Identifiers: CCE-82069-6 References: 1.1.11, 11, 14, 3, 9, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS06.06, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.9.1.2, CM-7, PR.IP-1, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||
Description | The | ||||
Rationale | The | ||||
OVAL test results details nodev on local filesystems oval:ssg-test_nodev_nonroot_local_partitions:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_non_root_partitions:obj:1 of type partition_object
|
Add noexec Option to /var/log
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_var_log_noexec | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | medium | ||||||
Identifiers and References | Identifiers: CCE-82008-4 References: CM-7, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | Allowing users to execute binaries from directories containing log files
such as | ||||||
OVAL test results details noexec on /var/log oval:ssg-test_var_log_partition_noexec:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_var_log_partition_noexec:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add noexec Option to /var/tmp
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_var_tmp_noexec | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | unknown | ||||||
Identifiers and References | Identifiers: CCE-82151-2 References: NT28(R12), 1.1.10, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | Allowing users to execute binaries from world-writable directories
such as | ||||||
OVAL test results details noexec on /var/tmp oval:ssg-test_var_tmp_partition_noexec:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_var_tmp_partition_noexec:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add nodev Option to /home
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_home_nodev | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | unknown | ||||||
Identifiers and References | Identifiers: CCE-81048-1 References: NT28(R12), 1.1.14, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | The only legitimate location for device files is the | ||||||
OVAL test results details nodev on /home oval:ssg-test_home_partition_nodev:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_home_partition_nodev:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add nosuid Option to /var/log
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_var_log_nosuid | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | medium | ||||||
Identifiers and References | Identifiers: CCE-82065-4 References: CM-7, PR.IP-1, PR.PT-2, PR.PT-3, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | The presence of SUID and SGID executables should be tightly controlled. Users should not be able to execute SUID or SGID binaries from partitions designated for log files. | ||||||
OVAL test results details nosuid on /var/log oval:ssg-test_var_log_partition_nosuid:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_var_log_partition_nosuid:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Add nodev Option to /var/tmp
Rule ID | xccdf_org.ssgproject.content_rule_mount_option_var_tmp_nodev | ||||||
Result | error | ||||||
Time | 2019-12-13T07:55:54 | ||||||
Severity | unknown | ||||||
Identifiers and References | Identifiers: CCE-82068-8 References: NT28(R12), 1.1.8, SRG-OS-000368-GPOS-00154 | ||||||
Description | The | ||||||
Rationale | The only legitimate location for device files is the | ||||||
OVAL test results details nodev on /var/tmp oval:ssg-test_var_tmp_partition_nodev:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_var_tmp_partition_nodev:obj:1 of type partition_object
| |||||||
Remediation Shell script: (show)
| |||||||
Remediation Ansible snippet: (show)
| |||||||
Remediation Anaconda snippet: (show)
|
Disable acquiring, saving, and processing core dumps
Rule ID | xccdf_org.ssgproject.content_rule_service_systemd-coredump_disabled | ||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82881-4 References: FMT_SMF_EXT.1, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||||||||
Description | The | ||||||||||||||||||||||||||||||||||
Rationale | A core dump includes a memory image taken at the time the operating system terminates an application. The memory image could contain sensitive data and is generally useful only for developers trying to debug problems. | ||||||||||||||||||||||||||||||||||
OVAL test results details package systemd is removed oval:ssg-test_service_systemd-coredump_package_systemd_removed:tst:1 falseFollowing items have been found on the system:
Test that the systemd-coredump service is not running oval:ssg-test_service_not_running_systemd-coredump:tst:1 trueFollowing items have been found on the system:
Test that the property LoadState from the service systemd-coredump is masked oval:ssg-test_service_loadstate_is_masked_systemd-coredump:tst:1 trueFollowing items have been found on the system:
Test that the property FragmentPath from the service systemd-coredump is set to /dev/null oval:ssg-test_service_fragmentpath_is_dev_null_systemd-coredump:tst:1 trueFollowing items have been found on the system:
|
Disable core dump backtraces
Rule ID | xccdf_org.ssgproject.content_rule_coredump_disable_backtraces | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | unknown | ||||
Identifiers and References | Identifiers: CCE-82251-0 References: FMT_SMF_EXT.1, SRG-OS-000480-GPOS-00227 | ||||
Description | The | ||||
Rationale | A core dump includes a memory image taken at the time the operating system terminates an application. The memory image could contain sensitive data and is generally useful only for developers or system operators trying to debug problems. Enabling core dumps on production systems is not recommended, however there may be overriding operational requirements to enable advanced debuging. Permitting temporary enablement of core dumps during such situations should be reviewed through local needs and policy. | ||||
Warnings | warning
If the /etc/systemd/coredump.conf file
does not already contain the [Coredump] section,
the value will not be configured correctly. | ||||
OVAL test results details tests the value of ProcessSizeMax setting in the /etc/systemd/coredump.conf file oval:ssg-test_coredump_disable_backtraces:tst:1 trueFollowing items have been found on the system:
|
Disable storing core dump
Rule ID | xccdf_org.ssgproject.content_rule_coredump_disable_storage | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | unknown | ||||
Identifiers and References | Identifiers: CCE-82252-8 References: FMT_SMF_EXT.1, SRG-OS-000480-GPOS-00227 | ||||
Description | The | ||||
Rationale | A core dump includes a memory image taken at the time the operating system terminates an application. The memory image could contain sensitive data and is generally useful only for developers or system operators trying to debug problems. Enabling core dumps on production systems is not recommended, however there may be overriding operational requirements to enable advanced debuging. Permitting temporary enablement of core dumps during such situations should be reviewed through local needs and policy. | ||||
Warnings | warning
If the /etc/systemd/coredump.conf file
does not already contain the [Coredump] section,
the value will not be configured correctly. | ||||
OVAL test results details tests the value of Storage setting in the /etc/systemd/coredump.conf file oval:ssg-test_coredump_disable_storage:tst:1 trueFollowing items have been found on the system:
|
Disable Core Dumps for All Users
Rule ID | xccdf_org.ssgproject.content_rule_disable_users_coredumps | ||||||||||||||||||||
Result | pass | ||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81038-2 References: 1.5.1, 1, 12, 13, 15, 16, 2, 7, 8, APO13.01, BAI04.04, DSS01.03, DSS03.05, DSS05.07, SR 6.2, SR 7.1, SR 7.2, A.12.1.3, A.17.2.1, DE.CM-1, PR.DS-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||
Description | To disable core dumps for all users, add the following line to
* hard core 0 | ||||||||||||||||||||
Rationale | A core dump includes a memory image taken at the time the operating system terminates an application. The memory image could contain sensitive data and is generally useful only for developers trying to debug problems. | ||||||||||||||||||||
OVAL test results details Tests the value of the ^[\s]*\*[\s]+(hard|-)[\s]+core[\s]+([\d]+) setting in the /etc/security/limits.d directory oval:ssg-test_core_dumps_limits_d:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_core_dumps_limits_d:obj:1 of type textfilecontent54_object
Tests for existance of the ^[\s]*\*[\s]+(hard|-)[\s]+core setting in the /etc/security/limits.d directory oval:ssg-test_core_dumps_limits_d_exists:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_core_dumps_limits_d_exists:obj:1 of type textfilecontent54_object
Tests the value of the ^[\s]*\*[\s]+(hard|-)[\s]+core[\s]+([\d]+) setting in the /etc/security/limits.conf file oval:ssg-test_core_dumps_limitsconf:tst:1 trueFollowing items have been found on the system:
|
Enable page allocator poisoning
Rule ID | xccdf_org.ssgproject.content_rule_grub2_page_poison_argument | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-80944-2 References: SRG-OS-000480-GPOS-00227 | ||||
Description | To enable poisoning of free pages,
add the argument GRUB_CMDLINE_LINUX="page_poison=1" | ||||
Rationale | Poisoning writes an arbitrary value to freed pages, so any modification or reference to that page after being freed or before being initialized will be detected and prevented. This prevents many types of use-after-free vulnerabilities at little performance cost. Also prevents leak of data and detection of corrupted memory. | ||||
Warnings | warning
The GRUB 2 configuration file, grub.cfg ,
is automatically updated each time a new kernel is installed. Note that any
changes to /etc/default/grub require rebuilding the grub.cfg
file. To update the GRUB 2 configuration file manually, use the
grub2-mkconfig -ocommand as follows:
| ||||
OVAL test results details check forkernel command line parameters page_poison=1 in /boot/grub2/grubenv for all kernels oval:ssg-test_grub2_page_poison_argument_grub_env:tst:1 trueFollowing items have been found on the system:
|
Enable SLUB/SLAB allocator poisoning
Rule ID | xccdf_org.ssgproject.content_rule_grub2_slub_debug_argument | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-80945-9 References: SRG-OS-000433-GPOS-00192 | ||||
Description | To enable poisoning of SLUB/SLAB objects,
add the argument GRUB_CMDLINE_LINUX="slub_debug=P" | ||||
Rationale | Poisoning writes an arbitrary value to freed objects, so any modification or reference to that object after being freed or before being initialized will be detected and prevented. This prevents many types of use-after-free vulnerabilities at little performance cost. Also prevents leak of data and detection of corrupted memory. | ||||
Warnings | warning
The GRUB 2 configuration file, grub.cfg ,
is automatically updated each time a new kernel is installed. Note that any
changes to /etc/default/grub require rebuilding the grub.cfg
file. To update the GRUB 2 configuration file manually, use the
grub2-mkconfig -ocommand as follows:
| ||||
OVAL test results details check forkernel command line parameters slub_debug=P in /boot/grub2/grubenv for all kernels oval:ssg-test_grub2_slub_debug_argument_grub_env:tst:1 trueFollowing items have been found on the system:
|
Restrict Exposed Kernel Pointer Addresses Access
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_kernel_kptr_restrict | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80915-2 References: NT28(R23), SC-39, SRG-OS-000132-GPOS-00067 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w kernel.kptr_restrict=1If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : kernel.kptr_restrict = 1 | ||||||||||||||||||||||||||||
Rationale | Exposing kernel pointers (through procfs or | ||||||||||||||||||||||||||||
OVAL test results details kernel.kptr_restrict static configuration oval:ssg-test_static_sysctl_kernel_kptr_restrict:tst:1 trueFollowing items have been found on the system:
kernel.kptr_restrict static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_kernel_kptr_restrict:tst:1 trueFollowing items have been found on the system:
kernel.kptr_restrict static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_kernel_kptr_restrict:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_kernel_kptr_restrict:obj:1 of type textfilecontent54_object
kernel.kptr_restrict static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_kernel_kptr_restrict:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_kernel_kptr_restrict:obj:1 of type textfilecontent54_object
kernel runtime parameter kernel.kptr_restrict set to 1 oval:ssg-test_sysctl_runtime_kernel_kptr_restrict:tst:1 trueFollowing items have been found on the system:
|
Disable the use of user namespaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_user_max_user_namespaces | ||||||||||||||||||||||||||||||||||
Result | informational | ||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||
Severity | info | ||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82211-4 References: SC-39, FMT_SMF_EXT.1, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w user.max_user_namespaces=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d :
user.max_user_namespaces = 0When containers are deployed on the machine, the value should be set to large non-zero value. | ||||||||||||||||||||||||||||||||||
Rationale | User namespaces are used primarily for Linux containers. The value 0 disallows the use of user namespaces. | ||||||||||||||||||||||||||||||||||
Warnings | warning
This configuration baseline was created to deploy the base operating system for general purpose
workloads. When the operating system is configured for certain purposes, such as to host Linux Containers,
it is expected that user.max_user_namespaces will be enabled. | ||||||||||||||||||||||||||||||||||
OVAL test results details user.max_user_namespaces static configuration oval:ssg-test_static_sysctl_user_max_user_namespaces:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_sysctl_user_max_user_namespaces:obj:1 of type textfilecontent54_object
user.max_user_namespaces static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_user_max_user_namespaces:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_etc_sysctld_user_max_user_namespaces:obj:1 of type textfilecontent54_object
user.max_user_namespaces static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_user_max_user_namespaces:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_user_max_user_namespaces:obj:1 of type textfilecontent54_object
user.max_user_namespaces static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_user_max_user_namespaces:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_user_max_user_namespaces:obj:1 of type textfilecontent54_object
kernel runtime parameter user.max_user_namespaces set to 0 oval:ssg-test_sysctl_runtime_user_max_user_namespaces:tst:1 falseFollowing items have been found on the system:
|
Harden the operation of the BPF just-in-time compiler
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_core_bpf_jit_harden | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82934-1 References: FMT_SMF_EXT.1, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.core.bpf_jit_harden=2If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.core.bpf_jit_harden = 2 | ||||||||||||||||||||||||||||
Rationale | When hardened, the extended Berkeley Packet Filter just-in-time compiler
will randomize any kernel addresses in the BPF programs and maps,
and will not expose the JIT addresses in | ||||||||||||||||||||||||||||
OVAL test results details net.core.bpf_jit_harden static configuration oval:ssg-test_static_sysctl_net_core_bpf_jit_harden:tst:1 trueFollowing items have been found on the system:
net.core.bpf_jit_harden static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_core_bpf_jit_harden:tst:1 trueFollowing items have been found on the system:
net.core.bpf_jit_harden static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_core_bpf_jit_harden:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_core_bpf_jit_harden:obj:1 of type textfilecontent54_object
net.core.bpf_jit_harden static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_core_bpf_jit_harden:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_core_bpf_jit_harden:obj:1 of type textfilecontent54_object
kernel runtime parameter net.core.bpf_jit_harden set to 2 oval:ssg-test_sysctl_runtime_net_core_bpf_jit_harden:tst:1 trueFollowing items have been found on the system:
|
Restrict usage of ptrace to descendant processes
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_kernel_yama_ptrace_scope | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80953-3 References: NT28(R25), SRG-OS-000132-GPOS-00067 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w kernel.yama.ptrace_scope=1If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : kernel.yama.ptrace_scope = 1 | ||||||||||||||||||||||||||||
Rationale | Unrestricted usage of ptrace allows compromised binaries to run ptrace on another processes of the user. Like this, the attacker can steal sensitive information from the target processes (e.g. SSH sessions, web browser, ...) without any additional assistance from the user (i.e. without resorting to phishing). | ||||||||||||||||||||||||||||
OVAL test results details kernel.yama.ptrace_scope static configuration oval:ssg-test_static_sysctl_kernel_yama_ptrace_scope:tst:1 trueFollowing items have been found on the system:
kernel.yama.ptrace_scope static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_kernel_yama_ptrace_scope:tst:1 trueFollowing items have been found on the system:
kernel.yama.ptrace_scope static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_kernel_yama_ptrace_scope:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_kernel_yama_ptrace_scope:obj:1 of type textfilecontent54_object
kernel.yama.ptrace_scope static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_kernel_yama_ptrace_scope:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_kernel_yama_ptrace_scope:obj:1 of type textfilecontent54_object
kernel runtime parameter kernel.yama.ptrace_scope set to 1 oval:ssg-test_sysctl_runtime_kernel_yama_ptrace_scope:tst:1 trueFollowing items have been found on the system:
|
Disable storing core dumps
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_kernel_core_pattern | ||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82215-5 References: FMT_SMF_EXT.1, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w kernel.core_pattern=|/bin/falseIf this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : kernel.core_pattern = |/bin/false | ||||||||||||||||||||||||
Rationale | A core dump includes a memory image taken at the time the operating system terminates an application. The memory image could contain sensitive data and is generally useful only for developers trying to debug problems. | ||||||||||||||||||||||||
OVAL test results details kernel.core_pattern static configuration oval:ssg-test_static_sysctl_kernel_core_pattern:tst:1 trueFollowing items have been found on the system:
kernel.core_pattern static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_kernel_core_pattern:tst:1 trueFollowing items have been found on the system:
kernel.core_pattern static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_kernel_core_pattern:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_kernel_core_pattern:obj:1 of type textfilecontent54_object
kernel.core_pattern static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_kernel_core_pattern:tst:1 trueFollowing items have been found on the system:
kernel runtime parameter kernel.core_pattern set to |/bin/false oval:ssg-test_sysctl_runtime_kernel_core_pattern:tst:1 trueFollowing items have been found on the system:
|
Disable Kernel Image Loading
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_kernel_kexec_load_disabled | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80952-5 References: SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w kernel.kexec_load_disabled=1If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : kernel.kexec_load_disabled = 1 | ||||||||||||||||||||||||||||
Rationale | Disabling kexec_load allows greater control of the kernel memory. It makes it impossible to load another kernel image after it has been disabled. | ||||||||||||||||||||||||||||
OVAL test results details kernel.kexec_load_disabled static configuration oval:ssg-test_static_sysctl_kernel_kexec_load_disabled:tst:1 trueFollowing items have been found on the system:
kernel.kexec_load_disabled static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_kernel_kexec_load_disabled:tst:1 trueFollowing items have been found on the system:
kernel.kexec_load_disabled static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_kernel_kexec_load_disabled:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_kernel_kexec_load_disabled:obj:1 of type textfilecontent54_object
kernel.kexec_load_disabled static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_kernel_kexec_load_disabled:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_kernel_kexec_load_disabled:obj:1 of type textfilecontent54_object
kernel runtime parameter kernel.kexec_load_disabled set to 1 oval:ssg-test_sysctl_runtime_kernel_kexec_load_disabled:tst:1 trueFollowing items have been found on the system:
|
Disallow kernel profiling by unprivileged users
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_kernel_perf_event_paranoid | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81054-9 References: NT28(R23), FMT_SMF_EXT.1, SRG-OS-000132-GPOS-00067 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w kernel.perf_event_paranoid=2If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : kernel.perf_event_paranoid = 2 | ||||||||||||||||||||||||||||
Rationale | Kernel profiling can reveal sensitive information about kernel behaviour. | ||||||||||||||||||||||||||||
OVAL test results details kernel.perf_event_paranoid static configuration oval:ssg-test_static_sysctl_kernel_perf_event_paranoid:tst:1 trueFollowing items have been found on the system:
kernel.perf_event_paranoid static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_kernel_perf_event_paranoid:tst:1 trueFollowing items have been found on the system:
kernel.perf_event_paranoid static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_kernel_perf_event_paranoid:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_kernel_perf_event_paranoid:obj:1 of type textfilecontent54_object
kernel.perf_event_paranoid static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_kernel_perf_event_paranoid:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_kernel_perf_event_paranoid:obj:1 of type textfilecontent54_object
kernel runtime parameter kernel.perf_event_paranoid set to 2 oval:ssg-test_sysctl_runtime_kernel_perf_event_paranoid:tst:1 trueFollowing items have been found on the system:
|
Disable vsyscalls
Rule ID | xccdf_org.ssgproject.content_rule_grub2_vsyscall_argument | ||||
Result | informational | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | info | ||||
Identifiers and References | Identifiers: CCE-80946-7 References: SRG-OS-000480-GPOS-00227 | ||||
Description | To disable use of virtual syscalls,
add the argument GRUB_CMDLINE_LINUX="vsyscall=none" | ||||
Rationale | Virtual Syscalls provide an opportunity of attack for a user who has control of the return instruction pointer. | ||||
Warnings | warning
The GRUB 2 configuration file, grub.cfg ,
is automatically updated each time a new kernel is installed. Note that any
changes to /etc/default/grub require rebuilding the grub.cfg
file. To update the GRUB 2 configuration file manually, use the
grub2-mkconfig -ocommand as follows:
| ||||
OVAL test results details check forkernel command line parameters vsyscall=none in /boot/grub2/grubenv for all kernels oval:ssg-test_grub2_vsyscall_argument_grub_env:tst:1 falseFollowing items have been found on the system:
|
Restrict Access to Kernel Message Buffer
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_kernel_dmesg_restrict | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80913-7 References: NT28(R23), 3.1.5, CCI-001314, 164.308(a)(1)(ii)(D), 164.308(a)(3), 164.308(a)(4), 164.310(b), 164.310(c), 164.312(a), 164.312(e), SI-11, SRG-OS-000132-GPOS-00067 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w kernel.dmesg_restrict=1If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : kernel.dmesg_restrict = 1 | ||||||||||||||||||||||||||||
Rationale | Unprivileged access to the kernel syslog can expose sensitive kernel address information. | ||||||||||||||||||||||||||||
OVAL test results details kernel.dmesg_restrict static configuration oval:ssg-test_static_sysctl_kernel_dmesg_restrict:tst:1 trueFollowing items have been found on the system:
kernel.dmesg_restrict static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_kernel_dmesg_restrict:tst:1 trueFollowing items have been found on the system:
kernel.dmesg_restrict static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_kernel_dmesg_restrict:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_kernel_dmesg_restrict:obj:1 of type textfilecontent54_object
kernel.dmesg_restrict static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_kernel_dmesg_restrict:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_kernel_dmesg_restrict:obj:1 of type textfilecontent54_object
kernel runtime parameter kernel.dmesg_restrict set to 1 oval:ssg-test_sysctl_runtime_kernel_dmesg_restrict:tst:1 trueFollowing items have been found on the system:
|
Disable Access to Network bpf() Syscall From Unprivileged Processes
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_kernel_unprivileged_bpf_disabled | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82974-7 References: FMT_SMF_EXT.1, SRG-OS-000132-GPOS-00067 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w kernel.unprivileged_bpf_disabled=1If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : kernel.unprivileged_bpf_disabled = 1 | ||||||||||||||||||||||||||||
Rationale | Loading and accessing the packet filters programs and maps using the bpf() syscall has the potential of revealing sensitive information about the kernel state. | ||||||||||||||||||||||||||||
OVAL test results details kernel.unprivileged_bpf_disabled static configuration oval:ssg-test_static_sysctl_kernel_unprivileged_bpf_disabled:tst:1 trueFollowing items have been found on the system:
kernel.unprivileged_bpf_disabled static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_kernel_unprivileged_bpf_disabled:tst:1 trueFollowing items have been found on the system:
kernel.unprivileged_bpf_disabled static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_kernel_unprivileged_bpf_disabled:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_kernel_unprivileged_bpf_disabled:obj:1 of type textfilecontent54_object
kernel.unprivileged_bpf_disabled static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_kernel_unprivileged_bpf_disabled:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_kernel_unprivileged_bpf_disabled:obj:1 of type textfilecontent54_object
kernel runtime parameter kernel.unprivileged_bpf_disabled set to 1 oval:ssg-test_sysctl_runtime_kernel_unprivileged_bpf_disabled:tst:1 trueFollowing items have been found on the system:
|
Disable Mounting of cramfs
Rule ID | xccdf_org.ssgproject.content_rule_kernel_module_cramfs_disabled | ||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | low | ||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81031-7 References: 1.1.1.1, 11, 14, 3, 9, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS06.06, 3.4.6, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.9.1.2, CM-7, PR.IP-1, PR.PT-3, SRG-OS-000095-GPOS-00049 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Description |
To configure the system to prevent the install cramfs /bin/trueThis effectively prevents usage of this uncommon filesystem. | ||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Linux kernel modules which implement filesystems that are not needed by the local system should be disabled. | ||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details kernel module cramfs disabled oval:ssg-test_kernmod_cramfs_disabled:tst:1 trueFollowing items have been found on the system:
kernel module cramfs disabled in /etc/modprobe.conf oval:ssg-test_kernmod_cramfs_modprobeconf:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_cramfs_modprobeconf:obj:1 of type textfilecontent54_object
kernel module cramfs disabled in /etc/modules-load.d oval:ssg-test_kernmod_cramfs_etcmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_cramfs_etcmodules-load:obj:1 of type textfilecontent54_object
kernel module cramfs disabled in /run/modules-load.d oval:ssg-test_kernmod_cramfs_runmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_cramfs_runmodules-load:obj:1 of type textfilecontent54_object
kernel module cramfs disabled in /usr/lib/modules-load.d oval:ssg-test_kernmod_cramfs_libmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_cramfs_libmodules-load:obj:1 of type textfilecontent54_object
kernel module cramfs disabled in /run/modprobe.d oval:ssg-test_kernmod_cramfs_runmodprobed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_cramfs_runmodprobed:obj:1 of type textfilecontent54_object
kernel module cramfs disabled in /usr/lib/modprobe.d oval:ssg-test_kernmod_cramfs_libmodprobed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_cramfs_libmodprobed:obj:1 of type textfilecontent54_object
|
Install policycoreutils Package
Rule ID | xccdf_org.ssgproject.content_rule_package_policycoreutils_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | high | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82976-2 References: SRG-OS-000480-GPOS-00227 | ||||||||||||||||
Description | The $ sudo yum install policycoreutils | ||||||||||||||||
Rationale | Security-enhanced Linux is a feature of the Linux kernel and a number of utilities
with enhanced security functionality designed to add mandatory access controls to Linux.
The Security-enhanced Linux kernel contains new architectural components originally
developed to improve security of the Flask operating system. These architectural components
provide general support for the enforcement of many kinds of mandatory access control
policies, including those based on the concepts of Type Enforcement, Role-based Access
Control, and Multi-level Security.
| ||||||||||||||||
OVAL test results details package policycoreutils is installed oval:ssg-test_package_policycoreutils_installed:tst:1 trueFollowing items have been found on the system:
|
Ensure SELinux State is Enforcing
Configure SELinux Policy
Rule ID | xccdf_org.ssgproject.content_rule_selinux_policytype | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | high | ||||
Identifiers and References | Identifiers: CCE-80868-3 References: NT28(R66), 1.6.1.3, 1, 11, 12, 13, 14, 15, 16, 18, 3, 4, 5, 6, 8, 9, APO01.06, APO11.04, APO13.01, BAI03.05, DSS01.05, DSS03.01, DSS05.02, DSS05.04, DSS05.05, DSS05.07, DSS06.02, DSS06.03, DSS06.06, MEA02.01, 3.1.2, 3.7.2, CCI-002696, 164.308(a)(1)(ii)(D), 164.308(a)(3), 164.308(a)(4), 164.310(b), 164.310(c), 164.312(a), 164.312(e), 4.2.3.4, 4.3.3.2.2, 4.3.3.3.9, 4.3.3.4, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.4.7, 4.4.2.1, 4.4.2.2, 4.4.2.4, 4.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.10, SR 2.11, SR 2.12, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 2.8, SR 2.9, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 7.1, SR 7.6, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.12.1.1, A.12.1.2, A.12.4.1, A.12.4.2, A.12.4.3, A.12.4.4, A.12.7.1, A.13.1.1, A.13.1.2, A.13.1.3, A.13.2.1, A.13.2.2, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.1, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-3, AC-3(3), AC-3(4), AC-4, AC-6, AU-9, SI-6(a), DE.AE-1, ID.AM-3, PR.AC-4, PR.AC-5, PR.AC-6, PR.DS-5, PR.PT-1, PR.PT-3, PR.PT-4, SRG-OS-000445-GPOS-00199, SRG-OS-000445-VMM-001780 | ||||
Description | The SELinux SELINUXTYPE=targetedOther policies, such as mls , provide additional security labeling
and greater confinement but are not compatible with many general-purpose
use cases. | ||||
Rationale | Setting the SELinux policy to | ||||
OVAL test results details Tests the value of the ^[\s]*SELINUXTYPE[\s]*=[\s]*([^#]*) expression in the /etc/selinux/config file oval:ssg-test_selinux_policy:tst:1 trueFollowing items have been found on the system:
|
Configure TLS for rsyslog remote logging
Rule ID | xccdf_org.ssgproject.content_rule_rsyslog_remote_tls | ||||||||
Result | fail | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | medium | ||||||||
Identifiers and References | Identifiers: CCE-82457-3 References: AU-9(3), FMT_SMF_EXT.1, SRG-OS-000480-GPOS-00227, SRG-OS-000120-GPOS-00061 | ||||||||
Description | Configure echo 'action(type="omfwd" protocol="tcp" Target="<remote system>" port="6514" StreamDriver="gtls" StreamDriverMode="1" StreamDriverAuthMode="x509/name")' >> /etc/rsyslog.confReplace the <remote system> in the above command with an IP address or a host name of the remote logging server. | ||||||||
Rationale | For protection of data being logged, the connection to the remote logging server needs to be authenticated and encrypted. | ||||||||
OVAL test results details tests the omfwd action configuration oval:ssg-test_rsyslog_remote_tls:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rsyslog_remote_tls:obj:1 of type textfilecontent54_object
|
Configure CA certificate for rsyslog remote logging
Rule ID | xccdf_org.ssgproject.content_rule_rsyslog_remote_tls_cacert | ||||||
Result | fail | ||||||
Time | 2019-12-13T07:55:53 | ||||||
Severity | medium | ||||||
Identifiers and References | Identifiers: CCE-82458-1 References: FMT_SMF_EXT.1, SRG-OS-000480-GPOS-00227 | ||||||
Description | Configure CA certificate for echo 'global(DefaultNetstreamDriverCAFile="/etc/pki/tls/cert.pem")' >> /etc/rsyslog.confReplace the /etc/pki/tls/cert.pem in the above command with the path to the file with CA certificate generated for the purpose of remote logging. | ||||||
Rationale | The CA certificate needs to be set or error: ca certificate is not set, cannot continue | ||||||
OVAL test results details tests the DefaultNetstreamDriverCAFile configuration oval:ssg-test_rsyslog_remote_tls_cacert:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rsyslog_remote_tls_cacert:obj:1 of type textfilecontent54_object
|
Ensure rsyslog is Installed
Rule ID | xccdf_org.ssgproject.content_rule_package_rsyslog_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-80847-7 References: NT28(R5), NT28(R46), 4.2.3, 1, 14, 15, 16, 3, 5, 6, APO11.04, BAI03.05, DSS05.04, DSS05.07, MEA02.01, CCI-001311, CCI-001312, 164.312(a)(2)(ii), 4.3.3.3.9, 4.3.3.5.8, 4.3.4.4.7, 4.4.2.1, 4.4.2.2, 4.4.2.4, SR 2.10, SR 2.11, SR 2.12, SR 2.8, SR 2.9, A.12.4.1, A.12.4.2, A.12.4.3, A.12.4.4, A.12.7.1, AU-9(2), PR.PT-1, SRG-OS-000479-GPOS-00224, SRG-OS-000051-GPOS-00024 | ||||||||||||||||
Description | Rsyslog is installed by default. The $ sudo yum install rsyslog | ||||||||||||||||
Rationale | The rsyslog package provides the rsyslog daemon, which provides system logging services. | ||||||||||||||||
OVAL test results details package rsyslog is installed oval:ssg-test_package_rsyslog_installed:tst:1 trueFollowing items have been found on the system:
|
Ensure rsyslog-gnutls is installed
Rule ID | xccdf_org.ssgproject.content_rule_package_rsyslog-gnutls_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82859-0 References: FMT_SMF_EXT.1, SRG-OS-000480-GPOS-00227, SRG-OS-000120-GPOS-00061 | ||||||||||||||||
Description | TLS protocol support for rsyslog is installed.
The $ sudo yum install rsyslog-gnutls | ||||||||||||||||
Rationale | The rsyslog-gnutls package provides Transport Layer Security (TLS) support for the rsyslog daemon, which enables secure remote logging. | ||||||||||||||||
OVAL test results details package rsyslog-gnutls is installed oval:ssg-test_package_rsyslog-gnutls_installed:tst:1 trueFollowing items have been found on the system:
|
Configure audit according to OSPP requirements
Rule ID | xccdf_org.ssgproject.content_rule_audit_rules_for_ospp | ||||||||||||||||||||||||
Result | error | ||||||||||||||||||||||||
Time | 2019-12-13T07:55:54 | ||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82309-6 References: AU-2(a), FAU_GEN.1.1.c, SRG-OS-000004-GPOS-00004, SRG-OS-000240-GPOS-00090, SRG-OS-000241-GPOS-00091, SRG-OS-000303-GPOS-00120, SRG-OS-000476-GPOS-00221, SRG-OS-000327-GPOS-00127, SRG-OS-000064-GPOS-00033, SRG-OS-000365-GPOS-00152, SRG-OS-000458-GPOS-00203, SRG-OS-000461-GPOS-00205, SRG-OS-000462-GPOS-00206, SRG-OS-000463-GPOS-00207, SRG-OS-000465-GPOS-00209, SRG-OS-000466-GPOS-00210, SRG-OS-000467-GPOS-00211, SRG-OS-000468-GPOS-00212, SRG-OS-000470-GPOS-00214, SRG-OS-000471-GPOS-00215, SRG-OS-000471-GPOS-00216, SRG-OS-000472-GPOS-00217, SRG-OS-000474-GPOS-00219, SRG-OS-000475-GPOS-00220, SRG-OS-000477-GPOS-00222 | ||||||||||||||||||||||||
Description | Configure audit to meet requirements for Operating System Protection Profile (OSPP) v4.2.1.
Audit defines groups of rules in
/usr/share/doc/audit/rules to /etc/audit/rules.d :
cp /usr/share/doc/audit*/rules/{10-base-config,11-loginuid,30-ospp-v42,43-module-load}.rules /etc/audit/rules.d/ | ||||||||||||||||||||||||
Rationale | The audit rules defined in | ||||||||||||||||||||||||
OVAL test results details Compare 10-base-config.rules file in /etc/audit/rules.d against file in /usr/share/doc/audit/ oval:ssg-test_compare_10-base-config:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_etc_10-base-config:obj:1 of type textfilecontent54_object
Compare 11-loginuid.rules file in /etc/audit/rules.d against file in /usr/share/doc/audit/ oval:ssg-test_compare_11-loginuid:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_etc_11-loginuid:obj:1 of type textfilecontent54_object
Compare 30-ospp-v42.rules file in /etc/audit/rules.d against file in /usr/share/doc/audit/ oval:ssg-test_compare_30-ospp-v42:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_etc_30-ospp-v42:obj:1 of type textfilecontent54_object
Compare 43-module-load.rules file in /etc/audit/rules.d against file in /usr/share/doc/audit/ oval:ssg-test_compare_43-module-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_etc_43-module-load:obj:1 of type textfilecontent54_object
| |||||||||||||||||||||||||
Remediation Shell script: (show)
|
Resolve information before writing to audit logs
Rule ID | xccdf_org.ssgproject.content_rule_auditd_log_format | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-82201-5 References: FAU_GEN.1, SRG-OS-000255-GPOS-00096 | ||||
Description | To configure Audit daemon to resolve all uid, gid, syscall,
architecture, and socket address information before writing the
events to disk, set | ||||
Rationale | If option | ||||
OVAL test results details tests the value of log_format setting in the /etc/audit/auditd.conf file oval:ssg-test_auditd_log_format:tst:1 trueFollowing items have been found on the system:
|
Set hostname as computer node name in audit logs
Rule ID | xccdf_org.ssgproject.content_rule_auditd_name_format | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-82897-0 References: FAU_GEN.1, SRG-OS-000039-GPOS-00017 | ||||
Description | To configure Audit daemon to use value returned by gethostname
syscall as computer node name in the audit events,
set | ||||
Rationale | If option | ||||
OVAL test results details tests the value of name_format setting in the /etc/audit/auditd.conf file oval:ssg-test_auditd_name_format:tst:1 trueFollowing items have been found on the system:
|
Configure auditd to use audispd's syslog plugin
Rule ID | xccdf_org.ssgproject.content_rule_auditd_audispd_syslog_plugin_activated | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-80677-8 References: 1, 11, 12, 13, 14, 15, 16, 19, 3, 4, 5, 6, 7, 8, 5.4.1.1, APO11.04, APO12.06, BAI03.05, BAI08.02, DSS02.02, DSS02.04, DSS02.07, DSS03.01, DSS05.04, DSS05.07, MEA02.01, 3.3.1, CCI-000136, 164.308(a)(1)(ii)(D), 164.308(a)(5)(ii)(B), 164.308(a)(5)(ii)(C), 164.308(a)(6)(ii), 164.308(a)(8), 164.310(d)(2)(iii), 164.312(b), 164.314(a)(2)(i)(C), 164.314(a)(2)(iii), 4.2.3.10, 4.3.3.3.9, 4.3.3.5.8, 4.3.4.4.7, 4.3.4.5.6, 4.3.4.5.7, 4.3.4.5.8, 4.4.2.1, 4.4.2.2, 4.4.2.4, SR 2.10, SR 2.11, SR 2.12, SR 2.8, SR 2.9, SR 6.1, A.12.4.1, A.12.4.2, A.12.4.3, A.12.4.4, A.12.7.1, A.16.1.4, A.16.1.5, A.16.1.7, AU-1(b), AU-3(2), IR-5, DE.AE-3, DE.AE-5, PR.PT-1, RS.AN-1, RS.AN-4, FAU_GEN.1.1.c, Req-10.5.3, SRG-OS-000479-GPOS-00224, SRG-OS-000342-GPOS-00133, SRG-OS-000051-VMM-000230, SRG-OS-000058-VMM-000270, SRG-OS-000059-VMM-000280, SRG-OS-000479-VMM-001990, SRG-OS-000479-VMM-001990 | ||||
Description | To configure the $ sudo service auditd restart | ||||
Rationale | The auditd service does not include the ability to send audit records to a centralized server for management directly. It does, however, include a plug-in for audit event multiplexor (audispd) to pass audit records to the local syslog server | ||||
OVAL test results details audispd syslog plugin activated oval:ssg-test_auditd_audispd_syslog_plugin_activated:tst:1 trueFollowing items have been found on the system:
|
Write Audit Logs to the Disk
Rule ID | xccdf_org.ssgproject.content_rule_auditd_write_logs | ||||||||
Result | pass | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | medium | ||||||||
Identifiers and References | Identifiers: CCE-82366-6 References: FAU_GEN.1.1.c, SRG-OS-000480-GPOS-00227 | ||||||||
Description | To configure Audit daemon to write Audit logs to the disk, set
| ||||||||
Rationale | If | ||||||||
OVAL test results details tests the value of write_logs setting in the /etc/audit/auditd.conf file oval:ssg-test_auditd_write_logs:tst:1 trueFollowing items have been found on the system:
tests the absence of write_logs setting in the /etc/audit/auditd.conf file oval:ssg-test_auditd_write_logs_default_not_overriden:tst:1 falseFollowing items have been found on the system:
|
Configure auditd flush priority
Rule ID | xccdf_org.ssgproject.content_rule_auditd_data_retention_flush | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-80680-2 References: 1, 12, 13, 14, 15, 16, 2, 3, 5, 6, 7, 8, 9, APO10.01, APO10.03, APO10.04, APO10.05, APO11.04, BAI03.05, DSS01.03, DSS03.05, DSS05.02, DSS05.04, DSS05.05, DSS05.07, MEA01.01, MEA01.02, MEA01.03, MEA01.04, MEA01.05, MEA02.01, 3.3.1, CCI-001576, 164.308(a)(1)(ii)(D), 164.308(a)(3)(ii)(A), 164.308(a)(5)(ii)(C), 164.312(a)(2)(i), 164.312(b), 164.312(d), 164.312(e), 4.3.2.6.7, 4.3.3.3.9, 4.3.3.5.8, 4.3.4.4.7, 4.4.2.1, 4.4.2.2, 4.4.2.4, SR 2.10, SR 2.11, SR 2.12, SR 2.8, SR 2.9, SR 6.1, SR 6.2, A.12.4.1, A.12.4.2, A.12.4.3, A.12.4.4, A.12.7.1, A.14.2.7, A.15.2.1, A.15.2.2, AU-9, AU-12(1), DE.CM-1, DE.CM-3, DE.CM-7, ID.SC-4, PR.PT-1, SRG-OS-000480-GPOS-00227 | ||||
Description | The flush = incremental_async | ||||
Rationale | Audit data should be synchronously written to disk to ensure log integrity. These parameters assure that all audit event data is fully synchronized with the log files on the disk. | ||||
OVAL test results details test the value of flush parameter in /etc/audit/auditd.conf oval:ssg-test_auditd_data_retention_flush:tst:1 trueFollowing items have been found on the system:
|
Include Local Events in Audit Logs
Rule ID | xccdf_org.ssgproject.content_rule_auditd_local_events | ||||||||
Result | pass | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | medium | ||||||||
Identifiers and References | Identifiers: CCE-82233-8 References: FAU_GEN.1.1.c, SRG-OS-000062-GPOS-00031 | ||||||||
Description | To configure Audit daemon to include local events in Audit logs, set
| ||||||||
Rationale | If option | ||||||||
OVAL test results details tests the value of local_events setting in the /etc/audit/auditd.conf file oval:ssg-test_auditd_local_events:tst:1 trueFollowing items have been found on the system:
tests the absence of local_events setting in the /etc/audit/auditd.conf file oval:ssg-test_auditd_local_events_default_not_overriden:tst:1 falseFollowing items have been found on the system:
|
Set number of records to cause an explicit flush to audit logs
Rule ID | xccdf_org.ssgproject.content_rule_auditd_freq | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-82258-5 References: FAU_GEN.1, SRG-OS-000051-GPOS-00024 | ||||
Description | To configure Audit daemon to issue an explicit flush to disk command
after writing 50 records, set | ||||
Rationale | If option | ||||
OVAL test results details tests the value of freq setting in the /etc/audit/auditd.conf file oval:ssg-test_auditd_freq:tst:1 trueFollowing items have been found on the system:
|
Ensure the audit Subsystem is Installed
Rule ID | xccdf_org.ssgproject.content_rule_package_audit_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-81043-2 References: NT28(R50), AU-7(a), AU-7(b), AU-7(1), AU-10, SRG-OS-000480-GPOS-00227, SRG-OS-000122-GPOS-00063 | ||||||||||||||||
Description | The audit package should be installed. | ||||||||||||||||
Rationale | The auditd service is an access monitoring and accounting daemon, watching system calls to audit any access, in comparison with potential local access control policy such as SELinux policy. | ||||||||||||||||
OVAL test results details package audit is installed oval:ssg-test_package_audit_installed:tst:1 trueFollowing items have been found on the system:
|
Install audispd-plugins Package
Rule ID | xccdf_org.ssgproject.content_rule_package_audispd-plugins_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82953-1 References: SRG-OS-000342-GPOS-00133 | ||||||||||||||||
Description | The $ sudo yum install audispd-plugins | ||||||||||||||||
Rationale |
| ||||||||||||||||
OVAL test results details package audispd-plugins is installed oval:ssg-test_package_audispd-plugins_installed:tst:1 trueFollowing items have been found on the system:
|
Enable auditd Service
Rule ID | xccdf_org.ssgproject.content_rule_service_auditd_enabled | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | high | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80872-5 References: 4.1.2, 1, 11, 12, 13, 14, 15, 16, 19, 2, 3, 4, 5, 6, 7, 8, 9, 5.4.1.1, APO10.01, APO10.03, APO10.04, APO10.05, APO11.04, APO12.06, APO13.01, BAI03.05, BAI08.02, DSS01.03, DSS01.04, DSS02.02, DSS02.04, DSS02.07, DSS03.01, DSS03.05, DSS05.02, DSS05.03, DSS05.04, DSS05.05, DSS05.07, MEA01.01, MEA01.02, MEA01.03, MEA01.04, MEA01.05, MEA02.01, 3.3.1, 3.3.2, 3.3.6, CCI-000126, CCI-000130, CCI-000131, CCI-000132, CCI-000133, CCI-000134, 164.308(a)(1)(ii)(D), 164.308(a)(5)(ii)(C), 164.310(a)(2)(iv), 164.310(d)(2)(iii), 164.312(b), 4.2.3.10, 4.3.2.6.7, 4.3.3.3.9, 4.3.3.5.8, 4.3.3.6.6, 4.3.4.4.7, 4.3.4.5.6, 4.3.4.5.7, 4.3.4.5.8, 4.4.2.1, 4.4.2.2, 4.4.2.4, SR 1.13, SR 2.10, SR 2.11, SR 2.12, SR 2.6, SR 2.8, SR 2.9, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.1, SR 6.2, SR 7.1, SR 7.6, A.11.2.6, A.12.4.1, A.12.4.2, A.12.4.3, A.12.4.4, A.12.7.1, A.13.1.1, A.13.2.1, A.14.1.3, A.14.2.7, A.15.2.1, A.15.2.2, A.16.1.4, A.16.1.5, A.16.1.7, A.6.2.1, A.6.2.2, AC-2(g), AU-3, AC-17(1), AU-1(b), AU-10, AU-12(a), AU-12(c), AU-14(1), IR-5, AU-12(1), DE.AE-3, DE.AE-5, DE.CM-1, DE.CM-3, DE.CM-7, ID.SC-4, PR.AC-3, PR.PT-1, PR.PT-4, RS.AN-1, RS.AN-4, Req-10.1, SRG-OS-000037-GPOS-00015, SRG-OS-000038-GPOS-00016, SRG-OS-000039-GPOS-00017, SRG-OS-000040-GPOS-00018, SRG-OS-000042-GPOS-00021, SRG-OS-000255-GPOS-00096, SRG-OS-000037-VMM-000150, SRG-OS-000063-VMM-000310, SRG-OS-000038-VMM-000160, SRG-OS-000039-VMM-000170, SRG-OS-000040-VMM-000180, SRG-OS-000041-VMM-000190 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | The $ sudo systemctl enable auditd.service | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Without establishing what type of events occurred, it would be difficult
to establish, correlate, and investigate the events leading up to an outage or attack.
Ensuring the | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details package audit is installed oval:ssg-test_service_auditd_package_audit_installed:tst:1 trueFollowing items have been found on the system:
Test that the auditd service is running oval:ssg-test_service_running_auditd:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_auditd:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_auditd_socket:tst:1 falseFollowing items have been found on the system:
|
Extend Audit Backlog Limit for the Audit Daemon
Rule ID | xccdf_org.ssgproject.content_rule_grub2_audit_backlog_limit_argument | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-80943-4 References: SRG-OS-000254-GPOS-00095 | ||||
Description | To improve the kernel capacity to queue all log events, even those which occurred
prior to the audit daemon, add the argument GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=VolGroup/LogVol06 rd.lvm.lv=VolGroup/lv_swap rhgb quiet rd.shell=0 audit=1 audit_backlog_limit=8192" | ||||
Rationale | audit_backlog_limit sets the queue length for audit events awaiting transfer to the audit daemon. Until the audit daemon is up and running, all log messages are stored in this queue. If the queue is overrun during boot process, the action defined by audit failure flag is taken. | ||||
Warnings | warning
The GRUB 2 configuration file, grub.cfg ,
is automatically updated each time a new kernel is installed. Note that any
changes to /etc/default/grub require rebuilding the grub.cfg
file. To update the GRUB 2 configuration file manually, use the
grub2-mkconfig -ocommand as follows:
| ||||
OVAL test results details check forkernel command line parameters audit_backlog_limit=8192 in /boot/grub2/grubenv for all kernels oval:ssg-test_grub2_audit_backlog_limit_argument_grub_env:tst:1 trueFollowing items have been found on the system:
|
Enable Auditing for Processes Which Start Prior to the Audit Daemon
Rule ID | xccdf_org.ssgproject.content_rule_grub2_audit_argument | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-80825-3 References: 4.1.3, 1, 11, 12, 13, 14, 15, 16, 19, 3, 4, 5, 6, 7, 8, 5.4.1.1, APO10.01, APO10.03, APO10.04, APO10.05, APO11.04, APO12.06, APO13.01, BAI03.05, BAI08.02, DSS01.04, DSS02.02, DSS02.04, DSS02.07, DSS03.01, DSS05.02, DSS05.03, DSS05.04, DSS05.07, MEA01.01, MEA01.02, MEA01.03, MEA01.04, MEA01.05, MEA02.01, 3.3.1, CCI-001464, CCI-000130, 164.308(a)(1)(ii)(D), 164.308(a)(5)(ii)(C), 164.310(a)(2)(iv), 164.310(d)(2)(iii), 164.312(b), 4.2.3.10, 4.3.2.6.7, 4.3.3.3.9, 4.3.3.5.8, 4.3.3.6.6, 4.3.4.4.7, 4.3.4.5.6, 4.3.4.5.7, 4.3.4.5.8, 4.4.2.1, 4.4.2.2, 4.4.2.4, SR 1.13, SR 2.10, SR 2.11, SR 2.12, SR 2.6, SR 2.8, SR 2.9, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.1, SR 7.1, SR 7.6, A.11.2.6, A.12.4.1, A.12.4.2, A.12.4.3, A.12.4.4, A.12.7.1, A.13.1.1, A.13.2.1, A.14.1.3, A.15.2.1, A.15.2.2, A.16.1.4, A.16.1.5, A.16.1.7, A.6.2.1, A.6.2.2, AC-17(1), AU-14(1), AU-1(b), AU-2(a), AU-2(c), AU-2(d), AU-10, AU-12, IR-5, AU-12(1), DE.AE-3, DE.AE-5, ID.SC-4, PR.AC-3, PR.PT-1, PR.PT-4, RS.AN-1, RS.AN-4, Req-10.3, SRG-OS-000254-GPOS-00095, SRG-OS-000254-VMM-000880 | ||||
Description | To ensure all processes can be audited, even those which start
prior to the audit daemon, add the argument # grub2-editenv - set "$(grub2-editenv - list | grep kernelopts) audit=1" | ||||
Rationale | Each process on the system carries an "auditable" flag which indicates whether
its activities can be audited. Although | ||||
Warnings | warning
The GRUB 2 configuration file, grub.cfg ,
is automatically updated each time a new kernel is installed. Note that any
changes to /etc/default/grub require rebuilding the grub.cfg
file. To update the GRUB 2 configuration file manually, use the
grub2-mkconfig -ocommand as follows:
| ||||
OVAL test results details check forkernel command line parameters audit=1 in /boot/grub2/grubenv for all kernels oval:ssg-test_grub2_audit_argument_grub_env:tst:1 trueFollowing items have been found on the system:
|
Install iptables Package
Rule ID | xccdf_org.ssgproject.content_rule_package_iptables_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82982-0 References: SC-7(21), SRG-OS-000480-GPOS-00227 | ||||||||||||||||
Description | The $ sudo yum install iptables | ||||||||||||||||
Rationale |
| ||||||||||||||||
OVAL test results details package iptables is installed oval:ssg-test_package_iptables_installed:tst:1 trueFollowing items have been found on the system:
|
Configure Accepting Router Advertisements on All IPv6 Interfaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv6_conf_all_accept_ra | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81006-9 References: 3.3.1, 11, 14, 3, 9, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS06.06, 3.1.20, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.9.1.2, CM-7, PR.IP-1, PR.PT-3, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv6.conf.all.accept_ra=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv6.conf.all.accept_ra = 0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | An illicit router advertisement message could result in a man-in-the-middle attack. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details net.ipv6.conf.all.disable_ipv6 static configuration oval:ssg-test_static_sysctl_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_sysctl_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_etc_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv6.conf.all.disable_ipv6 set to 1 oval:ssg-test_sysctl_runtime_net_ipv6_conf_all_disable_ipv6:tst:1 falseFollowing items have been found on the system:
net.ipv6.conf.all.accept_ra static configuration oval:ssg-test_static_sysctl_net_ipv6_conf_all_accept_ra:tst:1 trueFollowing items have been found on the system:
net.ipv6.conf.all.accept_ra static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv6_conf_all_accept_ra:tst:1 trueFollowing items have been found on the system:
net.ipv6.conf.all.accept_ra static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv6_conf_all_accept_ra:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv6_conf_all_accept_ra:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.accept_ra static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv6_conf_all_accept_ra:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv6_conf_all_accept_ra:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv6.conf.all.accept_ra set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv6_conf_all_accept_ra:tst:1 trueFollowing items have been found on the system:
|
Disable Kernel Parameter for Accepting Source-Routed Packets on all IPv6 Interfaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv6_conf_all_accept_source_route | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81013-5 References: NT28(R22), 1, 12, 13, 14, 15, 16, 18, 4, 6, 8, 9, APO01.06, APO13.01, DSS01.05, DSS03.01, DSS05.02, DSS05.04, DSS05.07, DSS06.02, 3.1.20, CCI-000366, 4.2.3.4, 4.3.3.4, 4.4.3.3, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 7.1, SR 7.6, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.12.1.1, A.12.1.2, A.13.1.1, A.13.1.2, A.13.1.3, A.13.2.1, A.13.2.2, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-4, DE.AE-1, ID.AM-3, PR.AC-5, PR.DS-5, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv6.conf.all.accept_source_route=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv6.conf.all.accept_source_route = 0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Source-routed packets allow the source of the packet to suggest routers
forward the packet along a different path than configured on the router, which can
be used to bypass network security measures. This requirement applies only to the
forwarding of source-routerd traffic, such as when IPv6 forwarding is enabled and
the system is functioning as a router.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details net.ipv6.conf.all.disable_ipv6 static configuration oval:ssg-test_static_sysctl_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_sysctl_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_etc_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv6.conf.all.disable_ipv6 set to 1 oval:ssg-test_sysctl_runtime_net_ipv6_conf_all_disable_ipv6:tst:1 falseFollowing items have been found on the system:
net.ipv6.conf.all.accept_source_route static configuration oval:ssg-test_static_sysctl_net_ipv6_conf_all_accept_source_route:tst:1 trueFollowing items have been found on the system:
net.ipv6.conf.all.accept_source_route static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv6_conf_all_accept_source_route:tst:1 trueFollowing items have been found on the system:
net.ipv6.conf.all.accept_source_route static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv6_conf_all_accept_source_route:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv6_conf_all_accept_source_route:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.accept_source_route static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv6_conf_all_accept_source_route:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv6_conf_all_accept_source_route:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv6.conf.all.accept_source_route set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv6_conf_all_accept_source_route:tst:1 trueFollowing items have been found on the system:
|
Disable Kernel Parameter for Accepting ICMP Redirects by Default on IPv6 Interfaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv6_conf_default_accept_redirects | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81010-1 References: NT28(R22), 3.3.2, 11, 14, 3, 9, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS06.06, 3.1.20, CCI-001551, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.9.1.2, CM-7, PR.IP-1, PR.PT-3, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv6.conf.default.accept_redirects=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv6.conf.default.accept_redirects = 0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | An illicit ICMP redirect message could result in a man-in-the-middle attack. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details net.ipv6.conf.all.disable_ipv6 static configuration oval:ssg-test_static_sysctl_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_sysctl_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_etc_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv6.conf.all.disable_ipv6 set to 1 oval:ssg-test_sysctl_runtime_net_ipv6_conf_all_disable_ipv6:tst:1 falseFollowing items have been found on the system:
net.ipv6.conf.default.accept_redirects static configuration oval:ssg-test_static_sysctl_net_ipv6_conf_default_accept_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv6.conf.default.accept_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv6_conf_default_accept_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv6.conf.default.accept_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv6_conf_default_accept_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv6_conf_default_accept_redirects:obj:1 of type textfilecontent54_object
net.ipv6.conf.default.accept_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv6_conf_default_accept_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv6_conf_default_accept_redirects:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv6.conf.default.accept_redirects set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv6_conf_default_accept_redirects:tst:1 trueFollowing items have been found on the system:
|
Disable Kernel Parameter for Accepting Source-Routed Packets on IPv6 Interfaces by Default
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv6_conf_default_accept_source_route | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81015-0 References: NT28(R22), 1, 12, 13, 14, 15, 16, 18, 4, 6, 8, 9, APO01.06, APO13.01, DSS01.05, DSS03.01, DSS05.02, DSS05.04, DSS05.07, DSS06.02, 3.1.20, CCI-000366, 4.2.3.4, 4.3.3.4, 4.4.3.3, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 7.1, SR 7.6, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.12.1.1, A.12.1.2, A.13.1.1, A.13.1.2, A.13.1.3, A.13.2.1, A.13.2.2, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-4, DE.AE-1, ID.AM-3, PR.AC-5, PR.DS-5, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv6.conf.default.accept_source_route=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv6.conf.default.accept_source_route = 0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Source-routed packets allow the source of the packet to suggest routers forward the packet along a different path than configured on the router, which can be used to bypass network security measures. This requirement applies only to the forwarding of source-routerd traffic, such as when IPv6 forwarding is enabled and the system is functioning as a router. Accepting source-routed packets in the IPv6 protocol has few legitimate uses. It should be disabled unless it is absolutely required. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details net.ipv6.conf.all.disable_ipv6 static configuration oval:ssg-test_static_sysctl_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_sysctl_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_etc_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv6.conf.all.disable_ipv6 set to 1 oval:ssg-test_sysctl_runtime_net_ipv6_conf_all_disable_ipv6:tst:1 falseFollowing items have been found on the system:
net.ipv6.conf.default.accept_source_route static configuration oval:ssg-test_static_sysctl_net_ipv6_conf_default_accept_source_route:tst:1 trueFollowing items have been found on the system:
net.ipv6.conf.default.accept_source_route static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv6_conf_default_accept_source_route:tst:1 trueFollowing items have been found on the system:
net.ipv6.conf.default.accept_source_route static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv6_conf_default_accept_source_route:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv6_conf_default_accept_source_route:obj:1 of type textfilecontent54_object
net.ipv6.conf.default.accept_source_route static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv6_conf_default_accept_source_route:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv6_conf_default_accept_source_route:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv6.conf.default.accept_source_route set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv6_conf_default_accept_source_route:tst:1 trueFollowing items have been found on the system:
|
Disable Accepting ICMP Redirects for All IPv6 Interfaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv6_conf_all_accept_redirects | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81009-3 References: NT28(R22), 3.3.2, 11, 14, 3, 9, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS06.06, 3.1.20, CCI-001551, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.9.1.2, CM-7, PR.IP-1, PR.PT-3, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv6.conf.all.accept_redirects=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv6.conf.all.accept_redirects = 0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | An illicit ICMP redirect message could result in a man-in-the-middle attack. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details net.ipv6.conf.all.disable_ipv6 static configuration oval:ssg-test_static_sysctl_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_sysctl_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_etc_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv6.conf.all.disable_ipv6 set to 1 oval:ssg-test_sysctl_runtime_net_ipv6_conf_all_disable_ipv6:tst:1 falseFollowing items have been found on the system:
net.ipv6.conf.all.accept_redirects static configuration oval:ssg-test_static_sysctl_net_ipv6_conf_all_accept_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv6.conf.all.accept_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv6_conf_all_accept_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv6.conf.all.accept_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv6_conf_all_accept_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv6_conf_all_accept_redirects:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.accept_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv6_conf_all_accept_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv6_conf_all_accept_redirects:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv6.conf.all.accept_redirects set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv6_conf_all_accept_redirects:tst:1 trueFollowing items have been found on the system:
|
Disable Accepting Router Advertisements on all IPv6 Interfaces by Default
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv6_conf_default_accept_ra | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81007-7 References: 3.3.1, 11, 14, 3, 9, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS06.06, 3.1.20, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.9.1.2, CM-7, PR.IP-1, PR.PT-3, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv6.conf.default.accept_ra=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv6.conf.default.accept_ra = 0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | An illicit router advertisement message could result in a man-in-the-middle attack. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details net.ipv6.conf.all.disable_ipv6 static configuration oval:ssg-test_static_sysctl_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_sysctl_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_etc_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
net.ipv6.conf.all.disable_ipv6 static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv6_conf_all_disable_ipv6:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv6_conf_all_disable_ipv6:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv6.conf.all.disable_ipv6 set to 1 oval:ssg-test_sysctl_runtime_net_ipv6_conf_all_disable_ipv6:tst:1 falseFollowing items have been found on the system:
net.ipv6.conf.default.accept_ra static configuration oval:ssg-test_static_sysctl_net_ipv6_conf_default_accept_ra:tst:1 trueFollowing items have been found on the system:
net.ipv6.conf.default.accept_ra static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv6_conf_default_accept_ra:tst:1 trueFollowing items have been found on the system:
net.ipv6.conf.default.accept_ra static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv6_conf_default_accept_ra:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv6_conf_default_accept_ra:obj:1 of type textfilecontent54_object
net.ipv6.conf.default.accept_ra static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv6_conf_default_accept_ra:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv6_conf_default_accept_ra:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv6.conf.default.accept_ra set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv6_conf_default_accept_ra:tst:1 trueFollowing items have been found on the system:
|
Disable Bluetooth Kernel Module
Rule ID | xccdf_org.ssgproject.content_rule_kernel_module_bluetooth_disabled | ||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80832-9 References: 11, 12, 14, 15, 3, 8, 9, 5.13.1.3, APO13.01, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.04, DSS05.02, DSS05.03, DSS05.05, DSS06.06, 3.1.16, CCI-000085, CCI-001551, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 7.1, SR 7.6, A.11.2.6, A.12.1.2, A.12.5.1, A.12.6.2, A.13.1.1, A.13.2.1, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, A.6.2.1, A.6.2.2, A.9.1.2, AC-17(8), AC-18(a), AC-18(d), AC-18(3), CM-7, MP-7, PR.AC-3, PR.IP-1, PR.PT-3, PR.PT-4, SRG-OS-000095-GPOS-00049 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Description | The kernel's module loading system can be configured to prevent
loading of the Bluetooth module. Add the following to
the appropriate install bluetooth /bin/true | ||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | If Bluetooth functionality must be disabled, preventing the kernel from loading the kernel module provides an additional safeguard against its activation. | ||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details kernel module bluetooth disabled oval:ssg-test_kernmod_bluetooth_disabled:tst:1 trueFollowing items have been found on the system:
kernel module bluetooth disabled in /etc/modprobe.conf oval:ssg-test_kernmod_bluetooth_modprobeconf:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_bluetooth_modprobeconf:obj:1 of type textfilecontent54_object
kernel module bluetooth disabled in /etc/modules-load.d oval:ssg-test_kernmod_bluetooth_etcmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_bluetooth_etcmodules-load:obj:1 of type textfilecontent54_object
kernel module bluetooth disabled in /run/modules-load.d oval:ssg-test_kernmod_bluetooth_runmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_bluetooth_runmodules-load:obj:1 of type textfilecontent54_object
kernel module bluetooth disabled in /usr/lib/modules-load.d oval:ssg-test_kernmod_bluetooth_libmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_bluetooth_libmodules-load:obj:1 of type textfilecontent54_object
kernel module bluetooth disabled in /run/modprobe.d oval:ssg-test_kernmod_bluetooth_runmodprobed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_bluetooth_runmodprobed:obj:1 of type textfilecontent54_object
kernel module bluetooth disabled in /usr/lib/modprobe.d oval:ssg-test_kernmod_bluetooth_libmodprobed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_bluetooth_libmodprobed:obj:1 of type textfilecontent54_object
|
Disable Kernel Parameter for IP Forwarding on IPv4 Interfaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_ip_forward | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81024-2 References: NT28(R22), 3.1.1, 1, 11, 12, 13, 14, 15, 16, 2, 3, 7, 8, 9, APO13.01, BAI04.04, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.03, DSS03.05, DSS05.02, DSS05.05, DSS05.07, DSS06.06, 3.1.20, CCI-000366, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.12.1.2, A.12.1.3, A.12.5.1, A.12.6.2, A.13.1.1, A.13.2.1, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, A.17.2.1, A.9.1.2, CM-7, SC-5, SC-32, DE.CM-1, PR.DS-4, PR.IP-1, PR.PT-3, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.ip_forward=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.ip_forward = 0 | ||||||||||||||||||||||||||||
Rationale | Routing protocol daemons are typically used on routers to exchange network topology information with other routers. If this capability is used when not required, system network information may be unnecessarily transmitted across the network. | ||||||||||||||||||||||||||||
Warnings | warning
Certain technologies such as virtual machines, containers, etc. rely on IPv4 forwarding to enable and use networking.
Disabling IPv4 forwarding would cause those technologies to stop working. Therefore, this rule should not be used in
profiles or benchmarks that target usage of IPv4 forwarding. | ||||||||||||||||||||||||||||
OVAL test results details net.ipv4.ip_forward static configuration oval:ssg-test_static_sysctl_net_ipv4_ip_forward:tst:1 trueFollowing items have been found on the system:
net.ipv4.ip_forward static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_ip_forward:tst:1 trueFollowing items have been found on the system:
net.ipv4.ip_forward static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_ip_forward:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_ip_forward:obj:1 of type textfilecontent54_object
net.ipv4.ip_forward static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_ip_forward:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv4_ip_forward:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv4.ip_forward set to 0 oval:ssg-test_sysctl_runtime_net_ipv4_ip_forward:tst:1 trueFollowing items have been found on the system:
|
Disable Kernel Parameter for Sending ICMP Redirects on all IPv4 Interfaces by Default
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_conf_default_send_redirects | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80921-0 References: NT28(R22), 3.1.2, 1, 11, 12, 13, 14, 15, 16, 18, 2, 3, 4, 6, 7, 8, 9, 5.10.1.1, APO01.06, APO13.01, BAI04.04, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.03, DSS01.05, DSS03.01, DSS03.05, DSS05.02, DSS05.04, DSS05.05, DSS05.07, DSS06.02, DSS06.06, 3.1.20, CCI-000366, 4.2.3.4, 4.3.3.4, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, 4.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.12.1.1, A.12.1.2, A.12.1.3, A.12.5.1, A.12.6.2, A.13.1.1, A.13.1.2, A.13.1.3, A.13.2.1, A.13.2.2, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, A.17.2.1, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-4, CM-7, SC-5, SC-7, DE.AE-1, DE.CM-1, ID.AM-3, PR.AC-5, PR.DS-4, PR.DS-5, PR.IP-1, PR.PT-3, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.conf.default.send_redirects=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.conf.default.send_redirects = 0 | ||||||||||||||||||||||||||||
Rationale | ICMP redirect messages are used by routers to inform hosts that a more
direct route exists for a particular destination. These messages contain information
from the system's route table possibly revealing portions of the network topology.
| ||||||||||||||||||||||||||||
OVAL test results details net.ipv4.conf.default.send_redirects static configuration oval:ssg-test_static_sysctl_net_ipv4_conf_default_send_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.default.send_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_conf_default_send_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.default.send_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_conf_default_send_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_conf_default_send_redirects:obj:1 of type textfilecontent54_object
net.ipv4.conf.default.send_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_conf_default_send_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv4_conf_default_send_redirects:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv4.conf.default.send_redirects set to 0 oval:ssg-test_sysctl_runtime_net_ipv4_conf_default_send_redirects:tst:1 trueFollowing items have been found on the system:
|
Disable Kernel Parameter for Sending ICMP Redirects on all IPv4 Interfaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_conf_all_send_redirects | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80918-6 References: NT28(R22), 3.1.2, 1, 11, 12, 13, 14, 15, 16, 18, 2, 3, 4, 6, 7, 8, 9, 5.10.1.1, APO01.06, APO13.01, BAI04.04, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.03, DSS01.05, DSS03.01, DSS03.05, DSS05.02, DSS05.04, DSS05.05, DSS05.07, DSS06.02, DSS06.06, 3.1.20, CCI-000366, 4.2.3.4, 4.3.3.4, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, 4.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.12.1.1, A.12.1.2, A.12.1.3, A.12.5.1, A.12.6.2, A.13.1.1, A.13.1.2, A.13.1.3, A.13.2.1, A.13.2.2, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, A.17.2.1, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-4, CM-7, SC-5(1), DE.AE-1, DE.CM-1, ID.AM-3, PR.AC-5, PR.DS-4, PR.DS-5, PR.IP-1, PR.PT-3, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.conf.all.send_redirects=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.conf.all.send_redirects = 0 | ||||||||||||||||||||||||||||
Rationale | ICMP redirect messages are used by routers to inform hosts that a more
direct route exists for a particular destination. These messages contain information
from the system's route table possibly revealing portions of the network topology.
| ||||||||||||||||||||||||||||
OVAL test results details net.ipv4.conf.all.send_redirects static configuration oval:ssg-test_static_sysctl_net_ipv4_conf_all_send_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.all.send_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_conf_all_send_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.all.send_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_conf_all_send_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_conf_all_send_redirects:obj:1 of type textfilecontent54_object
net.ipv4.conf.all.send_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_conf_all_send_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv4_conf_all_send_redirects:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv4.conf.all.send_redirects set to 0 oval:ssg-test_sysctl_runtime_net_ipv4_conf_all_send_redirects:tst:1 trueFollowing items have been found on the system:
|
Configure Kernel Parameter for Accepting Secure Redirects By Default
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_conf_default_secure_redirects | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81017-6 References: NT28(R22), 3.2.3, 1, 11, 12, 13, 14, 15, 16, 18, 2, 3, 4, 6, 7, 8, 9, APO01.06, APO13.01, BAI04.04, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.03, DSS01.05, DSS03.01, DSS03.05, DSS05.02, DSS05.04, DSS05.05, DSS05.07, DSS06.02, DSS06.06, 3.1.20, CCI-001551, 4.2.3.4, 4.3.3.4, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, 4.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.12.1.1, A.12.1.2, A.12.1.3, A.12.5.1, A.12.6.2, A.13.1.1, A.13.1.2, A.13.1.3, A.13.2.1, A.13.2.2, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, A.17.2.1, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-4, CM-7, SC-5, SC-7, DE.AE-1, DE.CM-1, ID.AM-3, PR.AC-5, PR.DS-4, PR.DS-5, PR.IP-1, PR.PT-3, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.conf.default.secure_redirects=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.conf.default.secure_redirects = 0 | ||||||||||||||||||||||||||||
Rationale | Accepting "secure" ICMP redirects (from those gateways listed as default gateways) has few legitimate uses. It should be disabled unless it is absolutely required. | ||||||||||||||||||||||||||||
OVAL test results details net.ipv4.conf.default.secure_redirects static configuration oval:ssg-test_static_sysctl_net_ipv4_conf_default_secure_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.default.secure_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_conf_default_secure_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.default.secure_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_conf_default_secure_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_conf_default_secure_redirects:obj:1 of type textfilecontent54_object
net.ipv4.conf.default.secure_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_conf_default_secure_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv4_conf_default_secure_redirects:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv4.conf.default.secure_redirects set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv4_conf_default_secure_redirects:tst:1 trueFollowing items have been found on the system:
|
Disable Accepting ICMP Redirects for All IPv4 Interfaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_conf_all_accept_redirects | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80917-8 References: NT28(R22), 3.2.2, 1, 11, 12, 13, 14, 15, 16, 2, 3, 7, 8, 9, 5.10.1.1, APO13.01, BAI04.04, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.03, DSS03.05, DSS05.02, DSS05.05, DSS05.07, DSS06.06, 3.1.20, CCI-000366, CCI-001503, CCI-001551, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.12.1.2, A.12.1.3, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.17.2.1, A.9.1.2, CM-6(d), CM-7, SC-5, DE.CM-1, PR.DS-4, PR.IP-1, PR.PT-3, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.conf.all.accept_redirects=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.conf.all.accept_redirects = 0 | ||||||||||||||||||||||||||||
Rationale | ICMP redirect messages are used by routers to inform hosts that a more
direct route exists for a particular destination. These messages modify the
host's route table and are unauthenticated. An illicit ICMP redirect
message could result in a man-in-the-middle attack.
| ||||||||||||||||||||||||||||
OVAL test results details net.ipv4.conf.all.accept_redirects static configuration oval:ssg-test_static_sysctl_net_ipv4_conf_all_accept_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.all.accept_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_conf_all_accept_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.all.accept_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_conf_all_accept_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_conf_all_accept_redirects:obj:1 of type textfilecontent54_object
net.ipv4.conf.all.accept_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_conf_all_accept_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv4_conf_all_accept_redirects:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv4.conf.all.accept_redirects set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv4_conf_all_accept_redirects:tst:1 trueFollowing items have been found on the system:
|
Disable Kernel Parameter for Accepting Source-Routed Packets on IPv4 Interfaces by Default
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_conf_default_accept_source_route | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80920-2 References: NT28(R22), 3.2.1, 1, 11, 12, 13, 14, 15, 16, 18, 2, 3, 4, 6, 7, 8, 9, 5.10.1.1, APO01.06, APO13.01, BAI04.04, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.03, DSS01.05, DSS03.01, DSS03.05, DSS05.02, DSS05.04, DSS05.05, DSS05.07, DSS06.02, DSS06.06, 3.1.20, CCI-000366, CCI-001551, 4.2.3.4, 4.3.3.4, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, 4.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.12.1.1, A.12.1.2, A.12.1.3, A.12.5.1, A.12.6.2, A.13.1.1, A.13.1.2, A.13.1.3, A.13.2.1, A.13.2.2, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, A.17.2.1, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-4, CM-7, SC-5, SC-7, DE.AE-1, DE.CM-1, ID.AM-3, PR.AC-5, PR.DS-4, PR.DS-5, PR.IP-1, PR.PT-3, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.conf.default.accept_source_route=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.conf.default.accept_source_route = 0 | ||||||||||||||||||||||||||||
Rationale | Source-routed packets allow the source of the packet to suggest routers
forward the packet along a different path than configured on the router,
which can be used to bypass network security measures.
| ||||||||||||||||||||||||||||
OVAL test results details net.ipv4.conf.default.accept_source_route static configuration oval:ssg-test_static_sysctl_net_ipv4_conf_default_accept_source_route:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.default.accept_source_route static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_conf_default_accept_source_route:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.default.accept_source_route static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_conf_default_accept_source_route:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_conf_default_accept_source_route:obj:1 of type textfilecontent54_object
net.ipv4.conf.default.accept_source_route static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_conf_default_accept_source_route:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv4_conf_default_accept_source_route:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv4.conf.default.accept_source_route set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv4_conf_default_accept_source_route:tst:1 trueFollowing items have been found on the system:
|
Disable Kernel Parameter for Accepting Source-Routed Packets on all IPv4 Interfaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_conf_all_accept_source_route | ||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81011-9 References: NT28(R22), 3.2.1, 1, 11, 12, 13, 14, 15, 16, 18, 2, 3, 4, 6, 7, 8, 9, APO01.06, APO13.01, BAI04.04, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.03, DSS01.05, DSS03.01, DSS03.05, DSS05.02, DSS05.04, DSS05.05, DSS05.07, DSS06.02, DSS06.06, 3.1.20, CCI-000366, 4.2.3.4, 4.3.3.4, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, 4.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.12.1.1, A.12.1.2, A.12.1.3, A.12.5.1, A.12.6.2, A.13.1.1, A.13.1.2, A.13.1.3, A.13.2.1, A.13.2.2, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, A.17.2.1, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-4, CM-7, SC-5, DE.AE-1, DE.CM-1, ID.AM-3, PR.AC-5, PR.DS-4, PR.DS-5, PR.IP-1, PR.PT-3, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.conf.all.accept_source_route=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.conf.all.accept_source_route = 0 | ||||||||||||||||||||||||||||||
Rationale | Source-routed packets allow the source of the packet to suggest routers
forward the packet along a different path than configured on the router,
which can be used to bypass network security measures. This requirement
applies only to the forwarding of source-routerd traffic, such as when IPv4
forwarding is enabled and the system is functioning as a router.
| ||||||||||||||||||||||||||||||
OVAL test results details net.ipv4.conf.all.accept_source_route static configuration oval:ssg-test_static_sysctl_net_ipv4_conf_all_accept_source_route:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_sysctl_net_ipv4_conf_all_accept_source_route:obj:1 of type textfilecontent54_object
net.ipv4.conf.all.accept_source_route static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_conf_all_accept_source_route:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_etc_sysctld_net_ipv4_conf_all_accept_source_route:obj:1 of type textfilecontent54_object
net.ipv4.conf.all.accept_source_route static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_conf_all_accept_source_route:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_conf_all_accept_source_route:obj:1 of type textfilecontent54_object
net.ipv4.conf.all.accept_source_route static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_conf_all_accept_source_route:tst:1 trueFollowing items have been found on the system:
kernel runtime parameter net.ipv4.conf.all.accept_source_route set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv4_conf_all_accept_source_route:tst:1 trueFollowing items have been found on the system:
|
Enable Kernel Paremeter to Log Martian Packets on all IPv4 Interfaces by Default
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_conf_default_log_martians | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81020-0 References: 3.2.4, 1, 11, 12, 13, 14, 15, 16, 2, 3, 7, 8, 9, APO13.01, BAI04.04, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.03, DSS01.04, DSS03.05, DSS05.02, DSS05.03, DSS05.05, DSS05.07, DSS06.06, 3.1.20, CCI-000126, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.11.2.6, A.12.1.2, A.12.1.3, A.12.5.1, A.12.6.2, A.13.1.1, A.13.2.1, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, A.17.2.1, A.6.2.1, A.6.2.2, A.9.1.2, AC-17(7), CM-7, SC-5(3), DE.CM-1, PR.AC-3, PR.DS-4, PR.IP-1, PR.PT-3, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.conf.default.log_martians=1If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.conf.default.log_martians = 1 | ||||||||||||||||||||||||||||
Rationale | The presence of "martian" packets (which have impossible addresses) as well as spoofed packets, source-routed packets, and redirects could be a sign of nefarious network activity. Logging these packets enables this activity to be detected. | ||||||||||||||||||||||||||||
OVAL test results details net.ipv4.conf.default.log_martians static configuration oval:ssg-test_static_sysctl_net_ipv4_conf_default_log_martians:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.default.log_martians static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_conf_default_log_martians:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.default.log_martians static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_conf_default_log_martians:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_conf_default_log_martians:obj:1 of type textfilecontent54_object
net.ipv4.conf.default.log_martians static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_conf_default_log_martians:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv4_conf_default_log_martians:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv4.conf.default.log_martians set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv4_conf_default_log_martians:tst:1 trueFollowing items have been found on the system:
|
Enable Kernel Parameter to Ignore Bogus ICMP Error Responses on IPv4 Interfaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_icmp_ignore_bogus_error_responses | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81023-4 References: NT28(R22), 3.2.6, 1, 11, 12, 13, 14, 15, 16, 2, 3, 7, 8, 9, APO13.01, BAI04.04, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.03, DSS03.05, DSS05.02, DSS05.05, DSS05.07, DSS06.06, 3.1.20, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.12.1.2, A.12.1.3, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.17.2.1, A.9.1.2, CM-7, SC-5, DE.CM-1, PR.DS-4, PR.IP-1, PR.PT-3, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.icmp_ignore_bogus_error_responses=1If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.icmp_ignore_bogus_error_responses = 1 | ||||||||||||||||||||||||||||
Rationale | Ignoring bogus ICMP error responses reduces log size, although some activity would not be logged. | ||||||||||||||||||||||||||||
OVAL test results details net.ipv4.icmp_ignore_bogus_error_responses static configuration oval:ssg-test_static_sysctl_net_ipv4_icmp_ignore_bogus_error_responses:tst:1 trueFollowing items have been found on the system:
net.ipv4.icmp_ignore_bogus_error_responses static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_icmp_ignore_bogus_error_responses:tst:1 trueFollowing items have been found on the system:
net.ipv4.icmp_ignore_bogus_error_responses static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_icmp_ignore_bogus_error_responses:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_icmp_ignore_bogus_error_responses:obj:1 of type textfilecontent54_object
net.ipv4.icmp_ignore_bogus_error_responses static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_icmp_ignore_bogus_error_responses:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv4_icmp_ignore_bogus_error_responses:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv4.icmp_ignore_bogus_error_responses set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv4_icmp_ignore_bogus_error_responses:tst:1 trueFollowing items have been found on the system:
|
Enable Kernel Parameter to Use Reverse Path Filtering on all IPv4 Interfaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_conf_all_rp_filter | ||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81021-8 References: NT28(R22), 3.2.7, 1, 12, 13, 14, 15, 16, 18, 2, 4, 6, 7, 8, 9, APO01.06, APO13.01, BAI04.04, DSS01.03, DSS01.05, DSS03.01, DSS03.05, DSS05.02, DSS05.04, DSS05.07, DSS06.02, 3.1.20, CCI-001551, 4.2.3.4, 4.3.3.4, 4.4.3.3, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.12.1.1, A.12.1.2, A.12.1.3, A.13.1.1, A.13.1.2, A.13.1.3, A.13.2.1, A.13.2.2, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.17.2.1, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-4, SC-5, SC-7, DE.AE-1, DE.CM-1, ID.AM-3, PR.AC-5, PR.DS-4, PR.DS-5, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.conf.all.rp_filter=1If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.conf.all.rp_filter = 1 | ||||||||||||||||||||||||||||||
Rationale | Enabling reverse path filtering drops packets with source addresses that should not have been able to be received on the interface they were received on. It should not be used on systems which are routers for complicated networks, but is helpful for end hosts and routers serving small networks. | ||||||||||||||||||||||||||||||
OVAL test results details net.ipv4.conf.all.rp_filter static configuration oval:ssg-test_static_sysctl_net_ipv4_conf_all_rp_filter:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_sysctl_net_ipv4_conf_all_rp_filter:obj:1 of type textfilecontent54_object
net.ipv4.conf.all.rp_filter static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_conf_all_rp_filter:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_etc_sysctld_net_ipv4_conf_all_rp_filter:obj:1 of type textfilecontent54_object
net.ipv4.conf.all.rp_filter static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_conf_all_rp_filter:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_conf_all_rp_filter:obj:1 of type textfilecontent54_object
net.ipv4.conf.all.rp_filter static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_conf_all_rp_filter:tst:1 trueFollowing items have been found on the system:
kernel runtime parameter net.ipv4.conf.all.rp_filter set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv4_conf_all_rp_filter:tst:1 trueFollowing items have been found on the system:
|
Enable Kernel Parameter to Log Martian Packets on all IPv4 Interfaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_conf_all_log_martians | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81018-4 References: NT28(R22), 3.2.4, 1, 11, 12, 13, 14, 15, 16, 2, 3, 7, 8, 9, APO13.01, BAI04.04, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.03, DSS01.04, DSS03.05, DSS05.02, DSS05.03, DSS05.05, DSS05.07, DSS06.06, 3.1.20, CCI-000126, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.11.2.6, A.12.1.2, A.12.1.3, A.12.5.1, A.12.6.2, A.13.1.1, A.13.2.1, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, A.17.2.1, A.6.2.1, A.6.2.2, A.9.1.2, AC-17(7), CM-7, SC-5(3), DE.CM-1, PR.AC-3, PR.DS-4, PR.IP-1, PR.PT-3, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.conf.all.log_martians=1If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.conf.all.log_martians = 1 | ||||||||||||||||||||||||||||
Rationale | The presence of "martian" packets (which have impossible addresses) as well as spoofed packets, source-routed packets, and redirects could be a sign of nefarious network activity. Logging these packets enables this activity to be detected. | ||||||||||||||||||||||||||||
OVAL test results details net.ipv4.conf.all.log_martians static configuration oval:ssg-test_static_sysctl_net_ipv4_conf_all_log_martians:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.all.log_martians static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_conf_all_log_martians:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.all.log_martians static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_conf_all_log_martians:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_conf_all_log_martians:obj:1 of type textfilecontent54_object
net.ipv4.conf.all.log_martians static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_conf_all_log_martians:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv4_conf_all_log_martians:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv4.conf.all.log_martians set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv4_conf_all_log_martians:tst:1 trueFollowing items have been found on the system:
|
Disable Kernel Parameter for Accepting Secure ICMP Redirects on all IPv4 Interfaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_conf_all_secure_redirects | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81016-8 References: NT28(R22), 3.2.3, 1, 11, 12, 13, 14, 15, 16, 18, 2, 3, 4, 6, 7, 8, 9, APO01.06, APO13.01, BAI04.04, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.03, DSS01.05, DSS03.01, DSS03.05, DSS05.02, DSS05.04, DSS05.05, DSS05.07, DSS06.02, DSS06.06, 3.1.20, CCI-001503, CCI-001551, 4.2.3.4, 4.3.3.4, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, 4.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.12.1.1, A.12.1.2, A.12.1.3, A.12.5.1, A.12.6.2, A.13.1.1, A.13.1.2, A.13.1.3, A.13.2.1, A.13.2.2, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, A.17.2.1, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-4, CM-7, SC-5, DE.AE-1, DE.CM-1, ID.AM-3, PR.AC-5, PR.DS-4, PR.DS-5, PR.IP-1, PR.PT-3, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.conf.all.secure_redirects=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.conf.all.secure_redirects = 0 | ||||||||||||||||||||||||||||
Rationale | Accepting "secure" ICMP redirects (from those gateways listed as default gateways) has few legitimate uses. It should be disabled unless it is absolutely required. | ||||||||||||||||||||||||||||
OVAL test results details net.ipv4.conf.all.secure_redirects static configuration oval:ssg-test_static_sysctl_net_ipv4_conf_all_secure_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.all.secure_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_conf_all_secure_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.all.secure_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_conf_all_secure_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_conf_all_secure_redirects:obj:1 of type textfilecontent54_object
net.ipv4.conf.all.secure_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_conf_all_secure_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv4_conf_all_secure_redirects:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv4.conf.all.secure_redirects set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv4_conf_all_secure_redirects:tst:1 trueFollowing items have been found on the system:
|
Enable Kernel Parameter to Use Reverse Path Filtering on all IPv4 Interfaces by Default
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_conf_default_rp_filter | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81022-6 References: NT28(R22), 3.2.7, 1, 12, 13, 14, 15, 16, 18, 2, 4, 6, 7, 8, 9, APO01.06, APO13.01, BAI04.04, DSS01.03, DSS01.05, DSS03.01, DSS03.05, DSS05.02, DSS05.04, DSS05.07, DSS06.02, 3.1.20, 4.2.3.4, 4.3.3.4, 4.4.3.3, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.12.1.1, A.12.1.2, A.12.1.3, A.13.1.1, A.13.1.2, A.13.1.3, A.13.2.1, A.13.2.2, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.17.2.1, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-4, SC-5, SC-7, DE.AE-1, DE.CM-1, ID.AM-3, PR.AC-5, PR.DS-4, PR.DS-5, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.conf.default.rp_filter=1If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.conf.default.rp_filter = 1 | ||||||||||||||||||||||||||||
Rationale | Enabling reverse path filtering drops packets with source addresses that should not have been able to be received on the interface they were received on. It should not be used on systems which are routers for complicated networks, but is helpful for end hosts and routers serving small networks. | ||||||||||||||||||||||||||||
OVAL test results details net.ipv4.conf.default.rp_filter static configuration oval:ssg-test_static_sysctl_net_ipv4_conf_default_rp_filter:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.default.rp_filter static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_conf_default_rp_filter:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.default.rp_filter static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_conf_default_rp_filter:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_conf_default_rp_filter:obj:1 of type textfilecontent54_object
net.ipv4.conf.default.rp_filter static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_conf_default_rp_filter:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv4_conf_default_rp_filter:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv4.conf.default.rp_filter set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv4_conf_default_rp_filter:tst:1 trueFollowing items have been found on the system:
|
Enable Kernel Parameter to Ignore ICMP Broadcast Echo Requests on IPv4 Interfaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_icmp_echo_ignore_broadcasts | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80922-8 References: 3.2.5, 1, 11, 12, 13, 14, 15, 16, 18, 2, 3, 4, 6, 7, 8, 9, 5.10.1.1, APO01.06, APO13.01, BAI04.04, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.03, DSS01.05, DSS03.01, DSS03.05, DSS05.02, DSS05.04, DSS05.05, DSS05.07, DSS06.02, DSS06.06, 3.1.20, CCI-000366, 4.2.3.4, 4.3.3.4, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, 4.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.12.1.1, A.12.1.2, A.12.1.3, A.12.5.1, A.12.6.2, A.13.1.1, A.13.1.2, A.13.1.3, A.13.2.1, A.13.2.2, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, A.17.2.1, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-4, CM-7, SC-5, DE.AE-1, DE.CM-1, ID.AM-3, PR.AC-5, PR.DS-4, PR.DS-5, PR.IP-1, PR.PT-3, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.icmp_echo_ignore_broadcasts=1If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.icmp_echo_ignore_broadcasts = 1 | ||||||||||||||||||||||||||||
Rationale | Responding to broadcast (ICMP) echoes facilitates network mapping
and provides a vector for amplification attacks.
| ||||||||||||||||||||||||||||
OVAL test results details net.ipv4.icmp_echo_ignore_broadcasts static configuration oval:ssg-test_static_sysctl_net_ipv4_icmp_echo_ignore_broadcasts:tst:1 trueFollowing items have been found on the system:
net.ipv4.icmp_echo_ignore_broadcasts static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_icmp_echo_ignore_broadcasts:tst:1 trueFollowing items have been found on the system:
net.ipv4.icmp_echo_ignore_broadcasts static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_icmp_echo_ignore_broadcasts:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_icmp_echo_ignore_broadcasts:obj:1 of type textfilecontent54_object
net.ipv4.icmp_echo_ignore_broadcasts static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_icmp_echo_ignore_broadcasts:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv4_icmp_echo_ignore_broadcasts:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv4.icmp_echo_ignore_broadcasts set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv4_icmp_echo_ignore_broadcasts:tst:1 trueFollowing items have been found on the system:
|
Disable Kernel Parameter for Accepting ICMP Redirects by Default on IPv4 Interfaces
Rule ID | xccdf_org.ssgproject.content_rule_sysctl_net_ipv4_conf_default_accept_redirects | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80919-4 References: NT28(R22), 3.2.2, 1, 11, 12, 13, 14, 15, 16, 18, 2, 3, 4, 6, 7, 8, 9, 5.10.1.1, APO01.06, APO13.01, BAI04.04, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.03, DSS01.05, DSS03.01, DSS03.05, DSS05.02, DSS05.04, DSS05.05, DSS05.07, DSS06.02, DSS06.06, 3.1.20, CCI-001551, 4.2.3.4, 4.3.3.4, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, 4.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 6.2, SR 7.1, SR 7.2, SR 7.6, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.12.1.1, A.12.1.2, A.12.1.3, A.12.5.1, A.12.6.2, A.13.1.1, A.13.1.2, A.13.1.3, A.13.2.1, A.13.2.2, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, A.17.2.1, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-4, CM-7, SC-5, SC-7, DE.AE-1, DE.CM-1, ID.AM-3, PR.AC-5, PR.DS-4, PR.DS-5, PR.IP-1, PR.PT-3, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||
Description | To set the runtime status of the $ sudo sysctl -w net.ipv4.conf.default.accept_redirects=0If this is not the system default value, add the following line to a file in the directory /etc/sysctl.d : net.ipv4.conf.default.accept_redirects = 0 | ||||||||||||||||||||||||||||
Rationale | ICMP redirect messages are used by routers to inform hosts that a more
direct route exists for a particular destination. These messages modify the
host's route table and are unauthenticated. An illicit ICMP redirect
message could result in a man-in-the-middle attack.
| ||||||||||||||||||||||||||||
OVAL test results details net.ipv4.conf.default.accept_redirects static configuration oval:ssg-test_static_sysctl_net_ipv4_conf_default_accept_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.default.accept_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_etc_sysctld_net_ipv4_conf_default_accept_redirects:tst:1 trueFollowing items have been found on the system:
net.ipv4.conf.default.accept_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_run_sysctld_net_ipv4_conf_default_accept_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_run_sysctld_net_ipv4_conf_default_accept_redirects:obj:1 of type textfilecontent54_object
net.ipv4.conf.default.accept_redirects static configuration in /etc/sysctl.d/*.conf oval:ssg-test_static_usr_lib_sysctld_net_ipv4_conf_default_accept_redirects:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_static_usr_lib_sysctld_net_ipv4_conf_default_accept_redirects:obj:1 of type textfilecontent54_object
kernel runtime parameter net.ipv4.conf.default.accept_redirects set to the appropriate value oval:ssg-test_sysctl_runtime_net_ipv4_conf_default_accept_redirects:tst:1 trueFollowing items have been found on the system:
|
Install firewalld Package
Rule ID | xccdf_org.ssgproject.content_rule_package_firewalld_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82998-6 References: SC-7(21), SRG-OS-000480-GPOS-00227, SRG-OS-000298-GPOS-00116 | ||||||||||||||||
Description | The $ sudo yum install firewalld | ||||||||||||||||
Rationale | The firewalld package should be installed to provide access control methods. | ||||||||||||||||
OVAL test results details package firewalld is installed oval:ssg-test_package_firewalld_installed:tst:1 trueFollowing items have been found on the system:
|
Verify firewalld Enabled
Rule ID | xccdf_org.ssgproject.content_rule_service_firewalld_enabled | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80877-4 References: 4.7, 11, 3, 9, BAI10.01, BAI10.02, BAI10.03, BAI10.05, 3.1.3, 3.4.7, CCI-000366, 4.3.4.3.2, 4.3.4.3.3, SR 7.6, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, CM-6(b), SC-7(21), PR.IP-1, FMT_MOF_EXT.1, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | The $ sudo systemctl enable firewalld.service | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Access control methods provide the ability to enhance system security posture by restricting services and known good IP addresses and address ranges. This prevents connections from unknown hosts and protocols. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details package firewalld is installed oval:ssg-test_service_firewalld_package_firewalld_installed:tst:1 trueFollowing items have been found on the system:
Test that the firewalld service is running oval:ssg-test_service_running_firewalld:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_firewalld:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_firewalld_socket:tst:1 falseFollowing items have been found on the system:
|
Disable ATM Support
Rule ID | xccdf_org.ssgproject.content_rule_kernel_module_atm_disabled | ||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82028-2 References: FMT_SMF_EXT.1, SRG-OS-000095-GPOS-00049 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Description | The Asynchronous Transfer Mode (ATM) is a protocol operating on
network, data link, and physical layers, based on virtual circuits
and virtual paths.
To configure the system to prevent the install atm /bin/true | ||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Disabling ATM protects the system against exploitation of any flaws in its implementation. | ||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details kernel module atm disabled oval:ssg-test_kernmod_atm_disabled:tst:1 trueFollowing items have been found on the system:
kernel module atm disabled in /etc/modprobe.conf oval:ssg-test_kernmod_atm_modprobeconf:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_atm_modprobeconf:obj:1 of type textfilecontent54_object
kernel module atm disabled in /etc/modules-load.d oval:ssg-test_kernmod_atm_etcmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_atm_etcmodules-load:obj:1 of type textfilecontent54_object
kernel module atm disabled in /run/modules-load.d oval:ssg-test_kernmod_atm_runmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_atm_runmodules-load:obj:1 of type textfilecontent54_object
kernel module atm disabled in /usr/lib/modules-load.d oval:ssg-test_kernmod_atm_libmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_atm_libmodules-load:obj:1 of type textfilecontent54_object
kernel module atm disabled in /run/modprobe.d oval:ssg-test_kernmod_atm_runmodprobed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_atm_runmodprobed:obj:1 of type textfilecontent54_object
kernel module atm disabled in /usr/lib/modprobe.d oval:ssg-test_kernmod_atm_libmodprobed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_atm_libmodprobed:obj:1 of type textfilecontent54_object
|
Disable IEEE 1394 (FireWire) Support
Rule ID | xccdf_org.ssgproject.content_rule_kernel_module_firewire-core_disabled | ||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82005-0 References: FMT_SMF_EXT.1, SRG-OS-000095-GPOS-00049 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Description | The IEEE 1394 (FireWire) is a serial bus standard for
high-speed real-time communication.
To configure the system to prevent the install firewire-core /bin/true | ||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Disabling FireWire protects the system against exploitation of any flaws in its implementation. | ||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details kernel module firewire-core disabled oval:ssg-test_kernmod_firewire-core_disabled:tst:1 trueFollowing items have been found on the system:
kernel module firewire-core disabled in /etc/modprobe.conf oval:ssg-test_kernmod_firewire-core_modprobeconf:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_firewire-core_modprobeconf:obj:1 of type textfilecontent54_object
kernel module firewire-core disabled in /etc/modules-load.d oval:ssg-test_kernmod_firewire-core_etcmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_firewire-core_etcmodules-load:obj:1 of type textfilecontent54_object
kernel module firewire-core disabled in /run/modules-load.d oval:ssg-test_kernmod_firewire-core_runmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_firewire-core_runmodules-load:obj:1 of type textfilecontent54_object
kernel module firewire-core disabled in /usr/lib/modules-load.d oval:ssg-test_kernmod_firewire-core_libmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_firewire-core_libmodules-load:obj:1 of type textfilecontent54_object
kernel module firewire-core disabled in /run/modprobe.d oval:ssg-test_kernmod_firewire-core_runmodprobed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_firewire-core_runmodprobed:obj:1 of type textfilecontent54_object
kernel module firewire-core disabled in /usr/lib/modprobe.d oval:ssg-test_kernmod_firewire-core_libmodprobed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_firewire-core_libmodprobed:obj:1 of type textfilecontent54_object
|
Disable CAN Support
Rule ID | xccdf_org.ssgproject.content_rule_kernel_module_can_disabled | ||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82059-7 References: FMT_SMF_EXT.1, SRG-OS-000095-GPOS-00049 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Description | The Controller Area Network (CAN) is a serial communications
protocol which was initially developed for automotive and
is now also used in marine, industrial, and medical applications.
To configure the system to prevent the install can /bin/true | ||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Disabling CAN protects the system against exploitation of any flaws in its implementation. | ||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details kernel module can disabled oval:ssg-test_kernmod_can_disabled:tst:1 trueFollowing items have been found on the system:
kernel module can disabled in /etc/modprobe.conf oval:ssg-test_kernmod_can_modprobeconf:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_can_modprobeconf:obj:1 of type textfilecontent54_object
kernel module can disabled in /etc/modules-load.d oval:ssg-test_kernmod_can_etcmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_can_etcmodules-load:obj:1 of type textfilecontent54_object
kernel module can disabled in /run/modules-load.d oval:ssg-test_kernmod_can_runmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_can_runmodules-load:obj:1 of type textfilecontent54_object
kernel module can disabled in /usr/lib/modules-load.d oval:ssg-test_kernmod_can_libmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_can_libmodules-load:obj:1 of type textfilecontent54_object
kernel module can disabled in /run/modprobe.d oval:ssg-test_kernmod_can_runmodprobed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_can_runmodprobed:obj:1 of type textfilecontent54_object
kernel module can disabled in /usr/lib/modprobe.d oval:ssg-test_kernmod_can_libmodprobed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_can_libmodprobed:obj:1 of type textfilecontent54_object
|
Disable TIPC Support
Rule ID | xccdf_org.ssgproject.content_rule_kernel_module_tipc_disabled | ||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82297-3 References: 11, 14, 3, 9, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS06.06, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.9.1.2, CM-7, PR.IP-1, PR.PT-3, FMT_SMF_EXT.1, SRG-OS-000095-GPOS-00049 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Description | The Transparent Inter-Process Communication (TIPC) protocol
is designed to provide communications between nodes in a
cluster.
To configure the system to prevent the install tipc /bin/true | ||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Disabling TIPC protects the system against exploitation of any flaws in its implementation. | ||||||||||||||||||||||||||||||||||||||||||||||||||
Warnings | warning
This configuration baseline was created to deploy the base operating system for general purpose
workloads. When the operating system is configured for certain purposes, such as
a node in High Performance Computing cluster, it is expected that
the tipc kernel module will be loaded. | ||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details kernel module tipc disabled oval:ssg-test_kernmod_tipc_disabled:tst:1 trueFollowing items have been found on the system:
kernel module tipc disabled in /etc/modprobe.conf oval:ssg-test_kernmod_tipc_modprobeconf:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_tipc_modprobeconf:obj:1 of type textfilecontent54_object
kernel module tipc disabled in /etc/modules-load.d oval:ssg-test_kernmod_tipc_etcmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_tipc_etcmodules-load:obj:1 of type textfilecontent54_object
kernel module tipc disabled in /run/modules-load.d oval:ssg-test_kernmod_tipc_runmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_tipc_runmodules-load:obj:1 of type textfilecontent54_object
kernel module tipc disabled in /usr/lib/modules-load.d oval:ssg-test_kernmod_tipc_libmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_tipc_libmodules-load:obj:1 of type textfilecontent54_object
kernel module tipc disabled in /run/modprobe.d oval:ssg-test_kernmod_tipc_runmodprobed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_tipc_runmodprobed:obj:1 of type textfilecontent54_object
kernel module tipc disabled in /usr/lib/modprobe.d oval:ssg-test_kernmod_tipc_libmodprobed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_tipc_libmodprobed:obj:1 of type textfilecontent54_object
|
Disable SCTP Support
Rule ID | xccdf_org.ssgproject.content_rule_kernel_module_sctp_disabled | ||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80834-5 References: 3.5.2, 11, 14, 3, 9, 5.10.1, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS06.06, 3.4.6, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.9.1.2, CM-7, PR.IP-1, PR.PT-3, SRG-OS-000095-GPOS-00049 | ||||||||||||||||||||||||||||||||||||||||||||||||||
Description | The Stream Control Transmission Protocol (SCTP) is a
transport layer protocol, designed to support the idea of
message-oriented communication, with several streams of messages
within one connection.
To configure the system to prevent the install sctp /bin/true | ||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Disabling SCTP protects the system against exploitation of any flaws in its implementation. | ||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details kernel module sctp disabled oval:ssg-test_kernmod_sctp_disabled:tst:1 trueFollowing items have been found on the system:
kernel module sctp disabled in /etc/modprobe.conf oval:ssg-test_kernmod_sctp_modprobeconf:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_sctp_modprobeconf:obj:1 of type textfilecontent54_object
kernel module sctp disabled in /etc/modules-load.d oval:ssg-test_kernmod_sctp_etcmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_sctp_etcmodules-load:obj:1 of type textfilecontent54_object
kernel module sctp disabled in /run/modules-load.d oval:ssg-test_kernmod_sctp_runmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_sctp_runmodules-load:obj:1 of type textfilecontent54_object
kernel module sctp disabled in /usr/lib/modules-load.d oval:ssg-test_kernmod_sctp_libmodules-load:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_sctp_libmodules-load:obj:1 of type textfilecontent54_object
kernel module sctp disabled in /run/modprobe.d oval:ssg-test_kernmod_sctp_runmodprobed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_sctp_runmodprobed:obj:1 of type textfilecontent54_object
kernel module sctp disabled in /usr/lib/modprobe.d oval:ssg-test_kernmod_sctp_libmodprobed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_kernmod_sctp_libmodprobed:obj:1 of type textfilecontent54_object
|
Install openscap-scanner Package
Rule ID | xccdf_org.ssgproject.content_rule_package_openscap-scanner_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82220-5 References: SRG-OS-000480-GPOS-00227, SRG-OS-000191-GPOS-00080 | ||||||||||||||||
Description | The $ sudo yum install openscap-scanner | ||||||||||||||||
Rationale |
| ||||||||||||||||
OVAL test results details package openscap-scanner is installed oval:ssg-test_package_openscap-scanner_installed:tst:1 trueFollowing items have been found on the system:
|
Ensure gnutls-utils is installed
Rule ID | xccdf_org.ssgproject.content_rule_package_gnutls-utils_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82395-5 References: FMT_SMF_EXT.1 | ||||||||||||||||
Description | The $ sudo yum install gnutls-utils | ||||||||||||||||
Rationale | GnuTLS is a secure communications library implementing the SSL, TLS and DTLS protocols and technologies around them. It provides a simple C language application programming interface (API) to access the secure communications protocols as well as APIs to parse and write X.509, PKCS #12, OpenPGP and other required structures. This package contains command line TLS client and server and certificate manipulation tools. | ||||||||||||||||
OVAL test results details package gnutls-utils is installed oval:ssg-test_package_gnutls-utils_installed:tst:1 trueFollowing items have been found on the system:
|
Install subscription-manager Package
Rule ID | xccdf_org.ssgproject.content_rule_package_subscription-manager_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82316-1 References: FPT_TUD_EXT.1, FPT_TUD_EXT.2 | ||||||||||||||||
Description | The $ sudo yum install subscription-manager | ||||||||||||||||
Rationale | Red Hat Subscription Manager is a local service which tracks installed products and subscriptions on a local system to help manage subscription assignments. It communicates with the backend subscription service (the Customer Portal or an on-premise server such as Subscription Asset Manager) and works with content management tools such as yum. | ||||||||||||||||
OVAL test results details package subscription-manager is installed oval:ssg-test_package_subscription-manager_installed:tst:1 trueFollowing items have been found on the system:
|
Install rng-tools Package
Rule ID | xccdf_org.ssgproject.content_rule_package_rng-tools_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82968-9 References: SRG-OS-000480-GPOS-00227 | ||||||||||||||||
Description | The $ sudo yum install rng-tools | ||||||||||||||||
Rationale |
| ||||||||||||||||
OVAL test results details package rng-tools is installed oval:ssg-test_package_rng-tools_installed:tst:1 trueFollowing items have been found on the system:
|
Ensure nss-tools is installed
Rule ID | xccdf_org.ssgproject.content_rule_package_nss-tools_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82396-3 References: FMT_SMF_EXT.1 | ||||||||||||||||
Description | The $ sudo yum install nss-tools | ||||||||||||||||
Rationale | Network Security Services (NSS) is a set of libraries designed to
support cross-platform development of security-enabled client and
server applications. Install the | ||||||||||||||||
OVAL test results details package nss-tools is installed oval:ssg-test_package_nss-tools_installed:tst:1 trueFollowing items have been found on the system:
|
Install scap-security-guide Package
Rule ID | xccdf_org.ssgproject.content_rule_package_scap-security-guide_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82949-9 References: SRG-OS-000480-GPOS-00227 | ||||||||||||||||
Description | The $ sudo yum install scap-security-guide | ||||||||||||||||
Rationale | The | ||||||||||||||||
OVAL test results details package scap-security-guide is installed oval:ssg-test_package_scap-security-guide_installed:tst:1 trueFollowing items have been found on the system:
|
Install dnf-plugin-subscription-manager Package
Rule ID | xccdf_org.ssgproject.content_rule_package_dnf-plugin-subscription-manager_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82315-3 References: FPT_TUD_EXT.1, FPT_TUD_EXT.2 | ||||||||||||||||
Description | The $ sudo yum install dnf-plugin-subscription-manager | ||||||||||||||||
Rationale | This package provides plugins to interact with repositories and subscriptions from the Red Hat entitlement platform; contains subscription-manager and product-id plugins. | ||||||||||||||||
OVAL test results details package dnf-plugin-subscription-manager is installed oval:ssg-test_package_dnf-plugin-subscription-manager_installed:tst:1 trueFollowing items have been found on the system:
|
Install libcap-ng-utils Package
Rule ID | xccdf_org.ssgproject.content_rule_package_libcap-ng-utils_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82979-6 References: SRG-OS-000445-GPOS-00199 | ||||||||||||||||
Description | The $ sudo yum install libcap-ng-utils | ||||||||||||||||
Rationale |
| ||||||||||||||||
OVAL test results details package libcap-ng-utils is installed oval:ssg-test_package_libcap-ng-utils_installed:tst:1 trueFollowing items have been found on the system:
|
Uninstall krb5-workstation Package
Rule ID | xccdf_org.ssgproject.content_rule_package_krb5-workstation_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | medium | ||
Identifiers and References | Identifiers: CCE-82931-7 References: SRG-OS-000095-GPOS-00049, SRG-OS-000120-GPOS-00061 | ||
Description | The $ sudo yum erase krb5-workstation | ||
Rationale | Kerberos is a network authentication system. The | ||
OVAL test results details package krb5-workstation is removed oval:ssg-test_package_krb5-workstation_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_krb5-workstation_removed:obj:1 of type rpminfo_object
|
Uninstall abrt-plugin-sosreport Package
Rule ID | xccdf_org.ssgproject.content_rule_package_abrt-plugin-sosreport_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | low | ||
Identifiers and References | Identifiers: CCE-82910-1 References: SRG-OS-000095-GPOS-00049 | ||
Description | The $ sudo yum erase abrt-plugin-sosreport | ||
Rationale |
| ||
OVAL test results details package abrt-plugin-sosreport is removed oval:ssg-test_package_abrt-plugin-sosreport_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_abrt-plugin-sosreport_removed:obj:1 of type rpminfo_object
|
Uninstall abrt-plugin-rhtsupport Package
Rule ID | xccdf_org.ssgproject.content_rule_package_abrt-plugin-rhtsupport_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | low | ||
Identifiers and References | Identifiers: CCE-82916-8 References: SRG-OS-000095-GPOS-00049 | ||
Description | The $ sudo yum erase abrt-plugin-rhtsupport | ||
Rationale |
| ||
OVAL test results details package abrt-plugin-rhtsupport is removed oval:ssg-test_package_abrt-plugin-rhtsupport_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_abrt-plugin-rhtsupport_removed:obj:1 of type rpminfo_object
|
Uninstall iprutils Package
Rule ID | xccdf_org.ssgproject.content_rule_package_iprutils_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | low | ||
Identifiers and References | Identifiers: CCE-82946-5 References: SRG-OS-000095-GPOS-00049 | ||
Description | The $ sudo yum erase iprutils | ||
Rationale |
| ||
OVAL test results details package iprutils is removed oval:ssg-test_package_iprutils_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_iprutils_removed:obj:1 of type rpminfo_object
|
Uninstall pigz Package
Rule ID | xccdf_org.ssgproject.content_rule_package_pigz_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | low | ||
Identifiers and References | Identifiers: CCE-82397-1 | ||
Description | The $ sudo yum erase pigz | ||
Rationale | Binaries shipped in | ||
OVAL test results details package pigz is removed oval:ssg-test_package_pigz_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_pigz_removed:obj:1 of type rpminfo_object
|
Uninstall abrt-cli Package
Rule ID | xccdf_org.ssgproject.content_rule_package_abrt-cli_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | low | ||
Identifiers and References | Identifiers: CCE-82907-7 References: SRG-OS-000095-GPOS-00049 | ||
Description | The $ sudo yum erase abrt-cli | ||
Rationale |
| ||
OVAL test results details package abrt-cli is removed oval:ssg-test_package_abrt-cli_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_abrt-cli_removed:obj:1 of type rpminfo_object
|
Uninstall abrt-plugin-logger Package
Rule ID | xccdf_org.ssgproject.content_rule_package_abrt-plugin-logger_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | low | ||
Identifiers and References | Identifiers: CCE-82913-5 References: SRG-OS-000095-GPOS-00049 | ||
Description | The $ sudo yum erase abrt-plugin-logger | ||
Rationale |
| ||
OVAL test results details package abrt-plugin-logger is removed oval:ssg-test_package_abrt-plugin-logger_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_abrt-plugin-logger_removed:obj:1 of type rpminfo_object
|
Uninstall tuned Package
Rule ID | xccdf_org.ssgproject.content_rule_package_tuned_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | low | ||
Identifiers and References | Identifiers: CCE-82904-4 References: SRG-OS-000095-GPOS-00049 | ||
Description | The $ sudo yum erase tuned | ||
Rationale |
| ||
OVAL test results details package tuned is removed oval:ssg-test_package_tuned_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_tuned_removed:obj:1 of type rpminfo_object
|
Uninstall abrt-addon-kerneloops Package
Rule ID | xccdf_org.ssgproject.content_rule_package_abrt-addon-kerneloops_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | low | ||
Identifiers and References | Identifiers: CCE-82926-7 References: SRG-OS-000095-GPOS-00049 | ||
Description | The $ sudo yum erase abrt-addon-kerneloops | ||
Rationale |
| ||
OVAL test results details package abrt-addon-kerneloops is removed oval:ssg-test_package_abrt-addon-kerneloops_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_abrt-addon-kerneloops_removed:obj:1 of type rpminfo_object
|
Uninstall abrt-addon-python Package
Rule ID | xccdf_org.ssgproject.content_rule_package_abrt-addon-python_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | low | ||
Identifiers and References | Identifiers: CCE-82923-4 References: SRG-OS-000095-GPOS-00049 | ||
Description | The $ sudo yum erase abrt-addon-python | ||
Rationale |
| ||
OVAL test results details package abrt-addon-python is removed oval:ssg-test_package_abrt-addon-python_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_abrt-addon-python_removed:obj:1 of type rpminfo_object
|
Uninstall gssproxy Package
Rule ID | xccdf_org.ssgproject.content_rule_package_gssproxy_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | low | ||
Identifiers and References | Identifiers: CCE-82943-2 References: SRG-OS-000095-GPOS-00049 | ||
Description | The $ sudo yum erase gssproxy | ||
Rationale |
| ||
OVAL test results details package gssproxy is removed oval:ssg-test_package_gssproxy_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_gssproxy_removed:obj:1 of type rpminfo_object
|
Uninstall abrt-addon-ccpp Package
Rule ID | xccdf_org.ssgproject.content_rule_package_abrt-addon-ccpp_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | low | ||
Identifiers and References | Identifiers: CCE-82919-2 References: SRG-OS-000095-GPOS-00049 | ||
Description | The $ sudo yum erase abrt-addon-ccpp | ||
Rationale |
| ||
OVAL test results details package abrt-addon-ccpp is removed oval:ssg-test_package_abrt-addon-ccpp_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_abrt-addon-ccpp_removed:obj:1 of type rpminfo_object
|
Install dnf-automatic Package
Rule ID | xccdf_org.ssgproject.content_rule_package_dnf-automatic_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82985-3 References: SRG-OS-000191-GPOS-00080 | ||||||||||||||||
Description | The $ sudo yum install dnf-automatic | ||||||||||||||||
Rationale |
| ||||||||||||||||
OVAL test results details package dnf-automatic is installed oval:ssg-test_package_dnf-automatic_installed:tst:1 trueFollowing items have been found on the system:
|
Ensure gpgcheck Enabled In Main yum Configuration
Rule ID | xccdf_org.ssgproject.content_rule_ensure_gpgcheck_globally_activated | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | high | ||||
Identifiers and References | Identifiers: CCE-80790-9 References: NT28(R15), 1.2.2, 11, 2, 3, 9, 5.10.4.1, APO01.06, BAI03.05, BAI06.01, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS06.02, 3.4.8, CCI-001749, 164.308(a)(1)(ii)(D), 164.312(b), 164.312(c)(1), 164.312(c)(2), 164.312(e)(2)(i), 4.3.4.3.2, 4.3.4.3.3, 4.3.4.4.4, SR 3.1, SR 3.3, SR 3.4, SR 3.8, SR 7.6, A.11.2.4, A.12.1.2, A.12.2.1, A.12.5.1, A.12.6.2, A.14.1.2, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, CM-5(3), CM-11, CM-11(b), SI-7, MA-1(b), SA-12, PR.DS-6, PR.DS-8, PR.IP-1, FAU_GEN.1.1.c, Req-6.2, SRG-OS-000366-GPOS-00153, SRG-OS-000366-VMM-001430, SRG-OS-000370-VMM-001460, SRG-OS-000404-VMM-001650 | ||||
Description | The gpgcheck=1 | ||||
Rationale | Changes to any software components can have significant effects on the
overall security of the operating system. This requirement ensures the
software has not been tampered with and that it has been provided by a
trusted vendor.
| ||||
OVAL test results details check value of gpgcheck in /etc/yum.conf oval:ssg-test_ensure_gpgcheck_globally_activated:tst:1 trueFollowing items have been found on the system:
|
Enable dnf-automatic Timer
Rule ID | xccdf_org.ssgproject.content_rule_timer_dnf-automatic_enabled | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82360-9 References: SI-2(5), FMT_SMF_EXT.1, SRG-OS-000191-GPOS-00080 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description |
The $ sudo systemctl enable dnf-automatic.timer | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | The | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details package dnf-automatic is installed oval:ssg-test_package_dnf-automatic_installed:tst:1 trueFollowing items have been found on the system:
Test that the dnf-automatic timer is running oval:ssg-test_timer_running_dnf-automatic:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_dnf-automatic:tst:1 trueFollowing items have been found on the system:
|
Ensure Red Hat GPG Key Installed
Rule ID | xccdf_org.ssgproject.content_rule_ensure_redhat_gpgkey_installed | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | high | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80795-8 References: NT28(R15), 1.2.3, 11, 2, 3, 9, 5.10.4.1, APO01.06, BAI03.05, BAI06.01, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS06.02, 3.4.8, CCI-001749, 164.308(a)(1)(ii)(D), 164.312(b), 164.312(c)(1), 164.312(c)(2), 164.312(e)(2)(i), 4.3.4.3.2, 4.3.4.3.3, 4.3.4.4.4, SR 3.1, SR 3.3, SR 3.4, SR 3.8, SR 7.6, A.11.2.4, A.12.1.2, A.12.2.1, A.12.5.1, A.12.6.2, A.14.1.2, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, CM-5(3), CM-11(a), SA-12, SI-7, MA-1(b), SC-12(3), PR.DS-6, PR.DS-8, PR.IP-1, FAU_GEN.1.1.c, Req-6.2, SRG-OS-000366-GPOS-00153, SRG-OS-000366-VMM-001430, SRG-OS-000370-VMM-001460, SRG-OS-000404-VMM-001650 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | To ensure the system can cryptographically verify base software packages come from Red Hat (and to connect to the Red Hat Network to receive them), the Red Hat GPG key must properly be installed. To install the Red Hat GPG key, run: $ sudo subscription-manager registerIf the system is not connected to the Internet or an RHN Satellite, then install the Red Hat GPG key from trusted media such as the Red Hat installation CD-ROM or DVD. Assuming the disc is mounted in /media/cdrom , use the following command as the root user to import
it into the keyring:
$ sudo rpm --import /media/cdrom/RPM-GPG-KEYAlternatively, the key may be pre-loaded during the RHEL installation. In such cases, the key can be installed by running the following command: sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Changes to software components can have significant effects on the overall security of the operating system. This requirement ensures the software has not been tampered with and that it has been provided by a trusted vendor. The Red Hat GPG key is necessary to cryptographically verify packages are from Red Hat. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details installed OS part of unix family oval:ssg-test_rhel8_unix_family:tst:1 trueFollowing items have been found on the system:
installed OS part of unix family oval:ssg-test_rhel8_unix_family:tst:1 trueFollowing items have been found on the system:
redhat-release is version 8 oval:ssg-test_rhel8:tst:1 trueFollowing items have been found on the system:
redhat-release is version 8 oval:ssg-test_rhel8:tst:1 trueFollowing items have been found on the system:
redhat-release-coreos is version 8 oval:ssg-test_rhel8_coreos:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel8_coreos:obj:1 of type textfilecontent54_object
redhat-release-coreos is version 8 oval:ssg-test_rhel8_coreos:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel8_coreos:obj:1 of type textfilecontent54_object
installed OS part of unix family oval:ssg-test_rhel8_unix_family:tst:1 trueFollowing items have been found on the system:
installed OS part of unix family oval:ssg-test_rhel8_unix_family:tst:1 trueFollowing items have been found on the system:
redhat-release is version 8 oval:ssg-test_rhel8:tst:1 trueFollowing items have been found on the system:
redhat-release is version 8 oval:ssg-test_rhel8:tst:1 trueFollowing items have been found on the system:
redhat-release-coreos is version 8 oval:ssg-test_rhel8_coreos:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel8_coreos:obj:1 of type textfilecontent54_object
redhat-release-coreos is version 8 oval:ssg-test_rhel8_coreos:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel8_coreos:obj:1 of type textfilecontent54_object
Red Hat release key package is installed oval:ssg-test_package_gpgkey-fd431d51-4ae0493b_installed:tst:1 trueFollowing items have been found on the system:
Red Hat auxiliary key package is installed oval:ssg-test_package_gpgkey-d4082792-5b32db75_installed:tst:1 trueFollowing items have been found on the system:
|
Ensure gpgcheck Enabled for Local Packages
Rule ID | xccdf_org.ssgproject.content_rule_ensure_gpgcheck_local_packages | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | high | ||||
Identifiers and References | Identifiers: CCE-80791-7 References: NT28(R15), 11, 3, 9, BAI10.01, BAI10.02, BAI10.03, BAI10.05, 3.4.8, CCI-001749, 164.308(a)(1)(ii)(D), 164.312(b), 164.312(c)(1), 164.312(c)(2), 164.312(e)(2)(i), 4.3.4.3.2, 4.3.4.3.3, SR 7.6, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, CM-5(3), CM-11, CM-11(b), SA-12, PR.IP-1, FAU_GEN.1.1.c, SRG-OS-000366-GPOS-00153, SRG-OS-000366-VMM-001430, SRG-OS-000370-VMM-001460, SRG-OS-000404-VMM-001650 | ||||
Description |
| ||||
Rationale | Changes to any software components can have significant effects to the overall security
of the operating system. This requirement ensures the software has not been tampered and
has been provided by a trusted vendor.
| ||||
OVAL test results details check value of localpkg_gpgcheck in /etc/yum.conf oval:ssg-test_yum_ensure_gpgcheck_local_packages:tst:1 trueFollowing items have been found on the system:
|
Ensure gpgcheck Enabled for All yum Package Repositories
Rule ID | xccdf_org.ssgproject.content_rule_ensure_gpgcheck_never_disabled | ||||||||
Result | pass | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | high | ||||||||
Identifiers and References | Identifiers: CCE-80792-5 References: NT28(R15), 11, 2, 3, 9, 5.10.4.1, APO01.06, BAI03.05, BAI06.01, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS06.02, 3.4.8, CCI-001749, 164.308(a)(1)(ii)(D), 164.312(b), 164.312(c)(1), 164.312(c)(2), 164.312(e)(2)(i), 4.3.4.3.2, 4.3.4.3.3, 4.3.4.4.4, SR 3.1, SR 3.3, SR 3.4, SR 3.8, SR 7.6, A.11.2.4, A.12.1.2, A.12.2.1, A.12.5.1, A.12.6.2, A.14.1.2, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, CM-5(3), CM-11(a), CM-11(b), SA-12, SI-7, MA-1(b), PR.DS-6, PR.DS-8, PR.IP-1, FAU_GEN.1.1.c, Req-6.2, SRG-OS-000366-GPOS-00153, SRG-OS-000366-VMM-001430, SRG-OS-000370-VMM-001460, SRG-OS-000404-VMM-001650 | ||||||||
Description | To ensure signature checking is not disabled for
any repos, remove any lines from files in gpgcheck=0 | ||||||||
Rationale | Verifying the authenticity of the software prior to installation validates the integrity of the patch or upgrade received from a vendor. This ensures the software has not been tampered with and that it has been provided by a trusted vendor. Self-signed certificates are disallowed by this requirement. Certificates used to verify the software must be from an approved Certificate Authority (CA)." | ||||||||
OVAL test results details check for existence of gpgcheck=0 in /etc/yum.repos.d/ files oval:ssg-test_ensure_gpgcheck_never_disabled:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_ensure_gpgcheck_never_disabled:obj:1 of type textfilecontent54_object
|
Configure dnf-automatic to Install Available Updates Automatically
Rule ID | xccdf_org.ssgproject.content_rule_dnf-automatic_apply_updates | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82494-6 References: SI-2(5), FMT_SMF_EXT.1, SRG-OS-000191-GPOS-00080 | ||||||||||||||||
Description | To ensure that the packages comprising the available updates will be automatically installed by | ||||||||||||||||
Rationale | Installing software updates is a fundamental mitigation against the exploitation of publicly-known vulnerabilities. If the most recent security patches and updates are not installed, unauthorized users may take advantage of weaknesses in the unpatched software. The lack of prompt attention to patching could result in a system compromise. The automated installation of updates ensures that recent security patches are applied in a timely manner. | ||||||||||||||||
OVAL test results details tests the value of apply_updates setting in the /etc/dnf/automatic.conf file oval:ssg-test_dnf-automatic_apply_updates:tst:1 trueFollowing items have been found on the system:
The configuration file /etc/dnf/automatic.conf exists for dnf-automatic_apply_updates oval:ssg-test_dnf-automatic_apply_updates_config_file_exists:tst:1 trueFollowing items have been found on the system:
|
Configure dnf-automatic to Install Only Security Updates
Rule ID | xccdf_org.ssgproject.content_rule_dnf-automatic_security_updates_only | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | low | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82267-6 References: SI-2(5), FMT_SMF_EXT.1, SRG-OS-000191-GPOS-00080 | ||||||||||||||||
Description | To configure | ||||||||||||||||
Rationale | By default, | ||||||||||||||||
OVAL test results details tests the value of upgrade_type setting in the /etc/dnf/automatic.conf file oval:ssg-test_dnf-automatic_security_updates_only:tst:1 trueFollowing items have been found on the system:
The configuration file /etc/dnf/automatic.conf exists for dnf-automatic_security_updates_only oval:ssg-test_dnf-automatic_security_updates_only_config_file_exists:tst:1 trueFollowing items have been found on the system:
|
Install sudo Package
Rule ID | xccdf_org.ssgproject.content_rule_package_sudo_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82214-8 References: AC-6(5), CM-11(b), SRG-OS-000324-GPOS-00125 | ||||||||||||||||
Description | The $ sudo yum install sudo | ||||||||||||||||
Rationale |
| ||||||||||||||||
OVAL test results details package sudo is installed oval:ssg-test_package_sudo_installed:tst:1 trueFollowing items have been found on the system:
|
Ensure /var/log/audit Located On Separate Partition
Rule ID | xccdf_org.ssgproject.content_rule_partition_for_var_log_audit | ||||||
Result | fail | ||||||
Time | 2019-12-13T07:55:53 | ||||||
Severity | low | ||||||
Identifiers and References | Identifiers: CCE-80854-3 References: 1.1.12, 1, 12, 13, 14, 15, 16, 2, 3, 5, 6, 8, APO11.04, APO13.01, BAI03.05, BAI04.04, DSS05.02, DSS05.04, DSS05.07, MEA02.01, CCI-000366, 164.312(a)(2)(ii), 4.3.3.3.9, 4.3.3.5.8, 4.3.4.4.7, 4.4.2.1, 4.4.2.2, 4.4.2.4, SR 2.10, SR 2.11, SR 2.12, SR 2.8, SR 2.9, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 7.1, SR 7.2, SR 7.6, A.12.1.3, A.12.4.1, A.12.4.2, A.12.4.3, A.12.4.4, A.12.7.1, A.13.1.1, A.13.2.1, A.14.1.3, A.17.2.1, AU-4, AU-9, SC-32(1), PR.DS-4, PR.PT-1, PR.PT-4, SRG-OS-000480-GPOS-00227, SRG-OS-000341-VMM-001220 | ||||||
Description | Audit logs are stored in the | ||||||
Rationale | Placing | ||||||
OVAL test results details /var/log/audit on own partition oval:ssg-test_var_log_audit_partition:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_mount_var_log_audit_own_partition:obj:1 of type partition_object
| |||||||
Remediation Anaconda snippet: (show)
|
Ensure /var Located On Separate Partition
Rule ID | xccdf_org.ssgproject.content_rule_partition_for_var | ||
Result | fail | ||
Time | 2019-12-13T07:55:53 | ||
Severity | low | ||
Identifiers and References | Identifiers: CCE-80852-7 References: 1.1.6, 12, 15, 8, APO13.01, DSS05.02, CCI-000366, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 7.1, SR 7.6, A.13.1.1, A.13.2.1, A.14.1.3, SC-32(1), PR.PT-4, SRG-OS-000480-GPOS-00227, SRG-OS-000341-VMM-001220 | ||
Description | The | ||
Rationale | Ensuring that | ||
OVAL test results details /var on own partition oval:ssg-test_var_partition:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_mount_var_own_partition:obj:1 of type partition_object
| |||
Ensure /home Located On Separate Partition
Rule ID | xccdf_org.ssgproject.content_rule_partition_for_home | ||
Result | fail | ||
Time | 2019-12-13T07:55:53 | ||
Severity | low | ||
Identifiers and References | Identifiers: CCE-81044-0 References: 1.1.13, 12, 15, 8, APO13.01, DSS05.02, CCI-000366, CCI-001208, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 7.1, SR 7.6, A.13.1.1, A.13.2.1, A.14.1.3, SC-32(1), PR.PT-4, SRG-OS-000480-GPOS-00227 | ||
Description | If user home directories will be stored locally, create a separate partition
for | ||
Rationale | Ensuring that | ||
OVAL test results details /home on own partition oval:ssg-test_home_partition:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_mount_home_own_partition:obj:1 of type partition_object
| |||
Ensure /var/log Located On Separate Partition
Rule ID | xccdf_org.ssgproject.content_rule_partition_for_var_log | ||
Result | fail | ||
Time | 2019-12-13T07:55:53 | ||
Severity | medium | ||
Identifiers and References | Identifiers: CCE-80853-5 References: NT28(R12), NT28(R47), 1.1.11, 1, 12, 14, 15, 16, 3, 5, 6, 8, APO11.04, APO13.01, BAI03.05, DSS05.02, DSS05.04, DSS05.07, MEA02.01, 4.3.3.3.9, 4.3.3.5.8, 4.3.4.4.7, 4.4.2.1, 4.4.2.2, 4.4.2.4, SR 2.10, SR 2.11, SR 2.12, SR 2.8, SR 2.9, SR 3.1, SR 3.5, SR 3.8, SR 4.1, SR 4.3, SR 5.1, SR 5.2, SR 5.3, SR 7.1, SR 7.6, A.12.4.1, A.12.4.2, A.12.4.3, A.12.4.4, A.12.7.1, A.13.1.1, A.13.2.1, A.14.1.3, AU-9, SC-32, PR.PT-1, PR.PT-4, SRG-OS-000480-GPOS-00227 | ||
Description | System logs are stored in the | ||
Rationale | Placing | ||
OVAL test results details /var/log on own partition oval:ssg-test_var_log_partition:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_mount_var_log_own_partition:obj:1 of type partition_object
| |||
Install AIDE
Rule ID | xccdf_org.ssgproject.content_rule_package_aide_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-80844-4 References: NT28(R51), 1.3.1, 1, 11, 12, 13, 14, 15, 16, 2, 3, 5, 7, 8, 9, 5.10.1.3, APO01.06, BAI01.06, BAI02.01, BAI03.05, BAI06.01, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS01.03, DSS03.05, DSS04.07, DSS05.02, DSS05.03, DSS05.05, DSS05.07, DSS06.02, DSS06.06, 4.3.4.3.2, 4.3.4.3.3, 4.3.4.4.4, SR 3.1, SR 3.3, SR 3.4, SR 3.8, SR 4.1, SR 6.2, SR 7.6, A.11.2.4, A.12.1.2, A.12.2.1, A.12.4.1, A.12.5.1, A.12.6.2, A.14.1.2, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, A.14.2.7, A.15.2.1, A.8.2.3, CM-3(d), CM-3(e), CM-6(d), CM-6(3), SC-28, SI-7, DE.CM-1, DE.CM-7, PR.DS-1, PR.DS-6, PR.DS-8, PR.IP-1, PR.IP-3, Req-11.5, SRG-OS-000363-GPOS-00150 | ||||||||||||||||
Description | The $ sudo yum install aide | ||||||||||||||||
Rationale | The AIDE package must be installed if it is to be available for integrity checking. | ||||||||||||||||
OVAL test results details package aide is installed oval:ssg-test_package_aide_installed:tst:1 trueFollowing items have been found on the system:
|
Enable FIPS Mode
Rule ID | xccdf_org.ssgproject.content_rule_enable_fips_mode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | error | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:55 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | high | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80942-6 References: CCI-000068, CCI-000803, CCI-002450, SC-13, AC-17(a), AC-17(2), IA-7, SC-12(3), SRG-OS-000478-GPOS-00223, SRG-OS-000396-GPOS-00176, SRG-OS-000120-VMM-000600, SRG-OS-000478-VMM-001980, SRG-OS-000396-VMM-001590 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | To enable FIPS mode, run the following command: fips-mode-setup --enable The fips-mode-setup command will configure the system in
FIPS mode by automatically configuring the following:
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Use of weak or untested encryption algorithms undermines the purposes of utilizing encryption to protect data. The operating system must implement cryptographic modules adhering to the higher standards approved by the federal government since this provides assurance they have been tested and validated. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warnings | warning
The system needs to be rebooted for these changes to take effect. warning
System Crypto Modules must be provided by a vendor that undergoes
FIPS-140 certifications.
FIPS-140 is applicable to all Federal agencies that use
cryptographic-based security systems to protect sensitive information
in computer and telecommunication systems (including voice systems) as
defined in Section 5131 of the Information Technology Management Reform
Act of 1996, Public Law 104-106. This standard shall be used in
designing and implementing cryptographic modules that Federal
departments and agencies operate or are operated for them under
contract. See https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.140-2.pdf
To meet this, the system has to have cryptographic software provided by
a vendor that has undergone this certification. This means providing
documentation, test results, design information, and independent third
party review by an accredited lab. While open source software is
capable of meeting this, it does not meet FIPS-140 unless the vendor
submits to this process. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details /etc/system-fips exists oval:ssg-test_etc_system_fips:tst:1 trueFollowing items have been found on the system:
kernel runtime parameter crypto.fips_enabled set to 1 oval:ssg-test_sysctl_crypto_fips_enabled:tst:1 trueFollowing items have been found on the system:
add_dracutmodules contains fips oval:ssg-test_enable_dracut_fips_module:tst:1 trueFollowing items have been found on the system:
check for crypto policy correctly configured in /etc/crypto-policies/config oval:ssg-test_configure_crypto_policy:tst:1 trueFollowing items have been found on the system:
check for crypto policy correctly configured in /etc/crypto-policies/state/current oval:ssg-test_configure_crypto_policy_current:tst:1 trueFollowing items have been found on the system:
Check if update-crypto-policies has been run oval:ssg-test_crypto_policies_updated:tst:1 trueFollowing items have been found on the system:
Check if /etc/crypto-policies/back-ends/nss.config exists oval:ssg-test_crypto_policy_nss_config:tst:1 trueFollowing items have been found on the system:
Test installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-object_unix_family:obj:1 of type family_objectTest installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 trueFollowing items have been found on the system:
Test installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-object_unix_family:obj:1 of type family_objectTest installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 trueFollowing items have been found on the system:
redhat-release-client is version 6 oval:ssg-test_rhel_client:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_client:obj:1 of type rpminfo_object
redhat-release-client is version 6 oval:ssg-test_rhel_client:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_client:obj:1 of type rpminfo_object
redhat-release-workstation is version 6 oval:ssg-test_rhel_workstation:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_workstation:obj:1 of type rpminfo_object
redhat-release-workstation is version 6 oval:ssg-test_rhel_workstation:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_workstation:obj:1 of type rpminfo_object
redhat-release-server is version 6 oval:ssg-test_rhel_server:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_server:obj:1 of type rpminfo_object
redhat-release-server is version 6 oval:ssg-test_rhel_server:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_server:obj:1 of type rpminfo_object
redhat-release-computenode is version 6 oval:ssg-test_rhel_computenode:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_computenode:obj:1 of type rpminfo_object
redhat-release-computenode is version 6 oval:ssg-test_rhel_computenode:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_computenode:obj:1 of type rpminfo_object
Test installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-object_unix_family:obj:1 of type family_objectTest installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 trueFollowing items have been found on the system:
Test installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-object_unix_family:obj:1 of type family_objectTest installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 trueFollowing items have been found on the system:
redhat-release-client is version 6 oval:ssg-test_rhel_client:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_client:obj:1 of type rpminfo_object
redhat-release-client is version 6 oval:ssg-test_rhel_client:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_client:obj:1 of type rpminfo_object
redhat-release-workstation is version 6 oval:ssg-test_rhel_workstation:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_workstation:obj:1 of type rpminfo_object
redhat-release-workstation is version 6 oval:ssg-test_rhel_workstation:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_workstation:obj:1 of type rpminfo_object
redhat-release-server is version 6 oval:ssg-test_rhel_server:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_server:obj:1 of type rpminfo_object
redhat-release-server is version 6 oval:ssg-test_rhel_server:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_server:obj:1 of type rpminfo_object
redhat-release-computenode is version 6 oval:ssg-test_rhel_computenode:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_computenode:obj:1 of type rpminfo_object
redhat-release-computenode is version 6 oval:ssg-test_rhel_computenode:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel_computenode:obj:1 of type rpminfo_object
installed OS part of unix family oval:ssg-test_rhel7_unix_family:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_unix_family:obj:1 of type family_objectinstalled OS part of unix family oval:ssg-test_rhel7_unix_family:tst:1 trueFollowing items have been found on the system:
redhat-release-client is version 7 oval:ssg-test_rhel7_client:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_client:obj:1 of type rpminfo_object
redhat-release-client is version 7 oval:ssg-test_rhel7_client:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_client:obj:1 of type rpminfo_object
redhat-release-workstation is version 7 oval:ssg-test_rhel7_workstation:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_workstation:obj:1 of type rpminfo_object
redhat-release-workstation is version 7 oval:ssg-test_rhel7_workstation:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_workstation:obj:1 of type rpminfo_object
redhat-release-server is version 7 oval:ssg-test_rhel7_server:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_server:obj:1 of type rpminfo_object
redhat-release-server is version 7 oval:ssg-test_rhel7_server:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_server:obj:1 of type rpminfo_object
redhat-release-computenode is version 7 oval:ssg-test_rhel7_computenode:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_computenode:obj:1 of type rpminfo_object
redhat-release-computenode is version 7 oval:ssg-test_rhel7_computenode:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_computenode:obj:1 of type rpminfo_object
redhat-release-virtualization-host RPM package is installed oval:ssg-test_redhat_release_virtualization_host_rpm:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_redhat_release_virtualization_host_rpm:obj:1 of type rpminfo_object
redhat-release-virtualization-host RPM package is installed oval:ssg-test_redhat_release_virtualization_host_rpm:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_redhat_release_virtualization_host_rpm:obj:1 of type rpminfo_object
RHEVH base RHEL is version 7 oval:ssg-test_rhev_rhel_version:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhevh_rhel_version:obj:1 of type textfilecontent54_object
RHEVH base RHEL is version 7 oval:ssg-test_rhev_rhel_version:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhevh_rhel_version:obj:1 of type textfilecontent54_object
installed OS part of unix family oval:ssg-test_rhel7_unix_family:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_unix_family:obj:1 of type family_objectinstalled OS part of unix family oval:ssg-test_rhel7_unix_family:tst:1 trueFollowing items have been found on the system:
redhat-release-client is version 7 oval:ssg-test_rhel7_client:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_client:obj:1 of type rpminfo_object
redhat-release-client is version 7 oval:ssg-test_rhel7_client:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_client:obj:1 of type rpminfo_object
redhat-release-workstation is version 7 oval:ssg-test_rhel7_workstation:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_workstation:obj:1 of type rpminfo_object
redhat-release-workstation is version 7 oval:ssg-test_rhel7_workstation:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_workstation:obj:1 of type rpminfo_object
redhat-release-server is version 7 oval:ssg-test_rhel7_server:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_server:obj:1 of type rpminfo_object
redhat-release-server is version 7 oval:ssg-test_rhel7_server:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_server:obj:1 of type rpminfo_object
redhat-release-computenode is version 7 oval:ssg-test_rhel7_computenode:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_computenode:obj:1 of type rpminfo_object
redhat-release-computenode is version 7 oval:ssg-test_rhel7_computenode:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel7_computenode:obj:1 of type rpminfo_object
redhat-release-virtualization-host RPM package is installed oval:ssg-test_redhat_release_virtualization_host_rpm:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_redhat_release_virtualization_host_rpm:obj:1 of type rpminfo_object
redhat-release-virtualization-host RPM package is installed oval:ssg-test_redhat_release_virtualization_host_rpm:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_redhat_release_virtualization_host_rpm:obj:1 of type rpminfo_object
RHEVH base RHEL is version 7 oval:ssg-test_rhev_rhel_version:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_rhevh_rhel_version:obj:1 of type textfilecontent54_object
RHEVH base RHEL is version 7 oval:ssg-test_rhev_rhel_version:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhevh_rhel_version:obj:1 of type textfilecontent54_object
installed OS part of unix family oval:ssg-test_rhel8_unix_family:tst:1 trueFollowing items have been found on the system:
installed OS part of unix family oval:ssg-test_rhel8_unix_family:tst:1 trueFollowing items have been found on the system:
redhat-release is version 8 oval:ssg-test_rhel8:tst:1 trueFollowing items have been found on the system:
redhat-release is version 8 oval:ssg-test_rhel8:tst:1 trueFollowing items have been found on the system:
redhat-release-coreos is version 8 oval:ssg-test_rhel8_coreos:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel8_coreos:obj:1 of type textfilecontent54_object
redhat-release-coreos is version 8 oval:ssg-test_rhel8_coreos:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel8_coreos:obj:1 of type textfilecontent54_object
installed OS part of unix family oval:ssg-test_rhel8_unix_family:tst:1 trueFollowing items have been found on the system:
installed OS part of unix family oval:ssg-test_rhel8_unix_family:tst:1 trueFollowing items have been found on the system:
redhat-release is version 8 oval:ssg-test_rhel8:tst:1 trueFollowing items have been found on the system:
redhat-release is version 8 oval:ssg-test_rhel8:tst:1 trueFollowing items have been found on the system:
redhat-release-coreos is version 8 oval:ssg-test_rhel8_coreos:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel8_coreos:obj:1 of type textfilecontent54_object
redhat-release-coreos is version 8 oval:ssg-test_rhel8_coreos:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_rhel8_coreos:obj:1 of type textfilecontent54_object
Test installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-object_unix_family:obj:1 of type family_objectTest installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 trueFollowing items have been found on the system:
Test installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-object_unix_family:obj:1 of type family_objectTest installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 trueFollowing items have been found on the system:
oraclelinux-release is version 7 oval:ssg-test_ol7_system:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_ol7_system:obj:1 of type rpminfo_object
oraclelinux-release is version 7 oval:ssg-test_ol7_system:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_ol7_system:obj:1 of type rpminfo_object
Test installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-object_unix_family:obj:1 of type family_objectTest installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 trueFollowing items have been found on the system:
Test installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-object_unix_family:obj:1 of type family_objectTest installed OS is part of the unix family oval:ssg-test_unix_family:tst:1 trueFollowing items have been found on the system:
oraclelinux-release is version 7 oval:ssg-test_ol7_system:tst:1 not evaluatedNo items have been found conforming to the following objects:Object oval:ssg-obj_ol7_system:obj:1 of type rpminfo_object
oraclelinux-release is version 7 oval:ssg-test_ol7_system:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_ol7_system:obj:1 of type rpminfo_object
tests if var_system_crypto_policy is set to FIPS oval:ssg-test_system_crypto_policy_value:tst:1 falseFollowing items have been found on the system:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Remediation Ansible snippet: (show)
|
Enable Dracut FIPS Module
Rule ID | xccdf_org.ssgproject.content_rule_enable_dracut_fips_module | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-82155-3 References: CCI-000068, CCI-000803, CCI-002450, SC-13, AC-17(a), AC-17(2), IA-7, SC-12(3), SRG-OS-000478-GPOS-00223, SRG-OS-000120-VMM-000600, SRG-OS-000478-VMM-001980, SRG-OS-000396-VMM-001590 | ||||
Description | To enable FIPS mode, run the following command: fips-mode-setup --enableTo enable FIPS, the system requires that the fips module is added in
dracut configuration.
Check if /etc/dracut.conf.d/40-fips.conf contain add_dracutmodules+=" fips " | ||||
Rationale | Use of weak or untested encryption algorithms undermines the purposes of utilizing encryption to protect data. The operating system must implement cryptographic modules adhering to the higher standards approved by the federal government since this provides assurance they have been tested and validated. | ||||
Warnings | warning
The system needs to be rebooted for these changes to take effect. warning
System Crypto Modules must be provided by a vendor that undergoes
FIPS-140 certifications.
FIPS-140 is applicable to all Federal agencies that use
cryptographic-based security systems to protect sensitive information
in computer and telecommunication systems (including voice systems) as
defined in Section 5131 of the Information Technology Management Reform
Act of 1996, Public Law 104-106. This standard shall be used in
designing and implementing cryptographic modules that Federal
departments and agencies operate or are operated for them under
contract. See https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.140-2.pdf
To meet this, the system has to have cryptographic software provided by
a vendor that has undergone this certification. This means providing
documentation, test results, design information, and independent third
party review by an accredited lab. While open source software is
capable of meeting this, it does not meet FIPS-140 unless the vendor
submits to this process. | ||||
OVAL test results details add_dracutmodules contains fips oval:ssg-test_enable_dracut_fips_module:tst:1 trueFollowing items have been found on the system:
|
Configure BIND to use System Crypto Policy
Rule ID | xccdf_org.ssgproject.content_rule_configure_bind_crypto_policy | ||||||||
Result | pass | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | medium | ||||||||
Identifiers and References | Identifiers: CCE-80934-3 References: SC-12(3), SRG-OS-000423-GPOS-00187, SRG-OS-000426-GPOS-00190 | ||||||||
Description | Crypto Policies provide a centralized control over crypto algorithms usage of many packages.
BIND is supported by crypto policy, but the BIND configuration may be
set up to ignore it.
To check that Crypto Policies settings are configured correctly, ensure that the | ||||||||
Rationale | Overriding the system crypto policy makes the behavior of the BIND service violate expectations, and makes system configuration more fragmented. | ||||||||
OVAL test results details package bind is removed oval:ssg-test_package_bind_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_bind_removed:obj:1 of type rpminfo_object
Check that the configuration includes the policy config file. oval:ssg-test_configure_bind_crypto_policy:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_configure_bind_crypto_policy:obj:1 of type textfilecontent54_object
|
Configure Libreswan to use System Crypto Policy
Rule ID | xccdf_org.ssgproject.content_rule_configure_libreswan_crypto_policy | ||||||||
Result | pass | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | medium | ||||||||
Identifiers and References | Identifiers: CCE-80937-6 References: MA-4(6), SC-12(3), SRG-OS-000033-GPOS-00014 | ||||||||
Description | Crypto Policies provide a centralized control over crypto algorithms usage of many packages.
Libreswan is supported by system crypto policy, but the Libreswan configuration may be
set up to ignore it.
To check that Crypto Policies settings are configured correctly, ensure that the | ||||||||
Rationale | Overriding the system crypto policy makes the behavior of the Libreswan service violate expectations, and makes system configuration more fragmented. | ||||||||
OVAL test results details package libreswan is installed oval:ssg-test_package_libreswan_installed:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_libreswan_installed:obj:1 of type rpminfo_object
Check that the libreswan configuration includes the crypto policy config file oval:ssg-test_configure_libreswan_crypto_policy:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_configure_libreswan_crypto_policy:obj:1 of type textfilecontent54_object
|
Configure System Cryptography Policy
Rule ID | xccdf_org.ssgproject.content_rule_configure_crypto_policy | ||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||
Severity | high | ||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80935-0 References: AC-17(a), AC-17(2), MA-4(6), SC-12(3), SRG-OS-000396-GPOS-00176, SRG-OS-000393-GPOS-00173, SRG-OS-000394-GPOS-00174 | ||||||||||||||||||||||||
Description | To configure the system cryptography policy to use ciphers only from the $ sudo update-crypto-policies --set FIPS:OSPPThe rule checks if settings for selected crypto policy are configured as expected. Configuration files in the /etc/crypto-policies/back-ends are either symlinks to correct files provided by Crypto-policies package or they are regular files in case crypto policy customizations are applied.
Crypto policies may be customized by crypto policy modules, in which case it is delimited from the base policy using a colon. | ||||||||||||||||||||||||
Rationale | Centralized cryptographic policies simplify applying secure ciphers across an operating system and the applications that run on that operating system. Use of weak or untested encryption algorithms undermines the purposes of utilizing encryption to protect data. | ||||||||||||||||||||||||
Warnings | warning
The system needs to be rebooted for these changes to take effect. warning
System Crypto Modules must be provided by a vendor that undergoes
FIPS-140 certifications.
FIPS-140 is applicable to all Federal agencies that use
cryptographic-based security systems to protect sensitive information
in computer and telecommunication systems (including voice systems) as
defined in Section 5131 of the Information Technology Management Reform
Act of 1996, Public Law 104-106. This standard shall be used in
designing and implementing cryptographic modules that Federal
departments and agencies operate or are operated for them under
contract. See https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.140-2.pdf
To meet this, the system has to have cryptographic software provided by
a vendor that has undergone this certification. This means providing
documentation, test results, design information, and independent third
party review by an accredited lab. While open source software is
capable of meeting this, it does not meet FIPS-140 unless the vendor
submits to this process. | ||||||||||||||||||||||||
OVAL test results details check for crypto policy correctly configured in /etc/crypto-policies/config oval:ssg-test_configure_crypto_policy:tst:1 trueFollowing items have been found on the system:
check for crypto policy correctly configured in /etc/crypto-policies/state/current oval:ssg-test_configure_crypto_policy_current:tst:1 trueFollowing items have been found on the system:
Check if update-crypto-policies has been run oval:ssg-test_crypto_policies_updated:tst:1 trueFollowing items have been found on the system:
Check if /etc/crypto-policies/back-ends/nss.config exists oval:ssg-test_crypto_policy_nss_config:tst:1 trueFollowing items have been found on the system:
|
Configure OpenSSL library to use System Crypto Policy
Rule ID | xccdf_org.ssgproject.content_rule_configure_openssl_crypto_policy | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-80938-4 References: SC-12(2), SC-12(3), SRG-OS-000250-GPOS-00093 | ||||
Description | Crypto Policies provide a centralized control over crypto algorithms usage of many packages.
OpenSSL is supported by crypto policy, but the OpenSSL configuration may be
set up to ignore it.
To check that Crypto Policies settings are configured correctly, you have to examine the OpenSSL config file
available under | ||||
Rationale | Overriding the system crypto policy makes the behavior of the Java runtime violates expectations, and makes system configuration more fragmented. | ||||
OVAL test results details Check that the configuration mandates usage of system-wide crypto policies. oval:ssg-test_configure_openssl_crypto_policy:tst:1 trueFollowing items have been found on the system:
|
Configure Kerberos to use System Crypto Policy
Rule ID | xccdf_org.ssgproject.content_rule_configure_kerberos_crypto_policy | ||||||||
Result | error | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | medium | ||||||||
Identifiers and References | Identifiers: CCE-80936-8 References: SC-12(3), SRG-OS-000120-GPOS-00061 | ||||||||
Description | Crypto Policies provide a centralized control over crypto algorithms usage of many packages. Kerberos is supported by crypto policy, but it's configuration may be set up to ignore it. To check that Crypto Policies settings for Kerberos are configured correctly, examine that there is a symlink at /etc/krb5.conf.d/crypto-policies targeting /etc/cypto-policies/back-ends/krb5.config. If the symlink exists, kerberos is configured to use the system-wide crypto policy settings. | ||||||||
Rationale | Overriding the system crypto policy makes the behavior of Kerberos violate expectations, and makes system configuration more fragmented. | ||||||||
OVAL test results details Check if kerberos configuration symlink and crypto policy kerberos backend symlink point to same file oval:ssg-test_configure_kerberos_crypto_policy:tst:1 errorFollowing items have been found on the system:
| |||||||||
Remediation Shell script: (show)
| |||||||||
Remediation Ansible snippet: (show)
|
Enable Kernel Page-Table Isolation (KPTI)
Rule ID | xccdf_org.ssgproject.content_rule_grub2_pti_argument | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | high | ||||
Identifiers and References | Identifiers: CCE-82194-2 References: SRG-OS-000433-GPOS-00193 | ||||
Description | To enable Kernel page-table isolation,
add the argument GRUB_CMDLINE_LINUX="pti=on" | ||||
Rationale | Kernel page-table isolation is a kernel feature that mitigates the Meltdown security vulnerability and hardens the kernel against attempts to bypass kernel address space layout randomization (KASLR). | ||||
Warnings | warning
The GRUB 2 configuration file, grub.cfg ,
is automatically updated each time a new kernel is installed. Note that any
changes to /etc/default/grub require rebuilding the grub.cfg
file. To update the GRUB 2 configuration file manually, use the
grub2-mkconfig -ocommand as follows:
| ||||
OVAL test results details check forkernel command line parameters pti=on in /boot/grub2/grubenv for all kernels oval:ssg-test_grub2_pti_argument_grub_env:tst:1 trueFollowing items have been found on the system:
|
Set the UEFI Boot Loader Password
Rule ID | xccdf_org.ssgproject.content_rule_grub2_uefi_password | ||||||||||||||||||||
Result | pass | ||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||
Severity | medium | ||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80829-5 References: NT28(R17), 1.4.2, 11, 12, 14, 15, 16, 18, 3, 5, DSS05.02, DSS05.04, DSS05.05, DSS05.07, DSS06.03, DSS06.06, 3.4.5, CCI-000213, 164.308(a)(1)(ii)(B), 164.308(a)(7)(i), 164.308(a)(7)(ii)(A), 164.310(a)(1), 164.310(a)(2)(i), 164.310(a)(2)(ii), 164.310(a)(2)(iii), 164.310(b), 164.310(c), 164.310(d)(1), 164.310(d)(2)(iii), 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, A.6.1.2, A.7.1.1, A.9.1.2, A.9.2.1, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-3, PR.AC-4, PR.AC-6, PR.PT-3, FIA_AFL.1, SRG-OS-000080-GPOS-00048 | ||||||||||||||||||||
Description | The grub2 boot loader should have a superuser account and password
protection enabled to protect boot-time settings.
$ grub2-setpasswordWhen prompted, enter the password that was selected. NOTE: It is recommended not to use common administrator account names like root, admin, or administrator for the grub2 superuser account. Change the superuser to a different username (The default is 'root'). $ sed -i s/root/bootuser/g /etc/grub.d/01_users To meet FISMA Moderate, the bootloader superuser account and password MUST differ from the root account and password. Once the superuser account and password have been added, update the grub.cfg file by running:
grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfgNOTE: Do NOT manually add the superuser account and password to the grub.cfg file as the grub2-mkconfig command overwrites this file. | ||||||||||||||||||||
Rationale | Password protection on the boot loader configuration ensures users with physical access cannot trivially alter important bootloader settings. These include which kernel to use, and whether to enter single-user mode. | ||||||||||||||||||||
Warnings | warning
To prevent hard-coded passwords, automatic remediation of this control is not available. Remediation
must be automated as a component of machine provisioning, or followed manually as outlined above. | ||||||||||||||||||||
OVAL test results details /boot/efi/EFI/redhat/grub.cfg does not exist oval:ssg-test_bootloader_uefi_grub_cfg:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-object_bootloader_uefi_grub_cfg:obj:1 of type file_object
make sure a password is defined in /boot/efi/EFI/redhat/user.cfg oval:ssg-test_grub2_uefi_password_usercfg:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_grub2_uefi_password_usercfg:obj:1 of type textfilecontent54_object
make sure a password is defined in /boot/efi/EFI/redhat/grub.cfg oval:ssg-test_grub2_uefi_password_grubcfg:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_grub2_uefi_password_grubcfg:obj:1 of type textfilecontent54_object
superuser is defined in /boot/efi/EFI/redhat/grub.cfg. Superuser is not root, admin, or administrator oval:ssg-test_bootloader_uefi_superuser:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_bootloader_uefi_superuser:obj:1 of type textfilecontent54_object
|
Install the tmux Package
Rule ID | xccdf_org.ssgproject.content_rule_package_tmux_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-80644-8 References: 1, 12, 15, 16, DSS05.04, DSS05.10, DSS06.10, 3.1.10, CCI-000058, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, SR 1.1, SR 1.10, SR 1.2, SR 1.5, SR 1.7, SR 1.8, SR 1.9, A.18.1.4, A.9.2.1, A.9.2.4, A.9.3.1, A.9.4.2, A.9.4.3, AC-11(a), PR.AC-7, FMT_MOF_EXT.1, SRG-OS-000030-GPOS-00011, SRG-OS-000030-VMM-000110 | ||||||||||||||||
Description | To enable console screen locking, install the $ sudo yum install tmuxInstruct users to begin new terminal sessions with the following command: $ tmuxThe console can now be locked with the following key combination: ctrl+b :lock-session | ||||||||||||||||
Rationale | A session time-out lock is a temporary action taken when a user stops work and moves away from the immediate
physical vicinity of the information system but does not logout because of the temporary nature of the absence.
Rather than relying on the user to manually lock their operation system session prior to vacating the vicinity,
operating systems need to be able to identify when a user's session has idled and take action to initiate the
session lock.
| ||||||||||||||||
OVAL test results details package tmux is installed oval:ssg-test_package_tmux_installed:tst:1 trueFollowing items have been found on the system:
|
Prevent user from disabling the screen lock
Rule ID | xccdf_org.ssgproject.content_rule_no_tmux_in_shells | ||||||
Result | pass | ||||||
Time | 2019-12-13T07:55:53 | ||||||
Severity | medium | ||||||
Identifiers and References | Identifiers: CCE-82361-7 References: FMT_SMF_EXT.1, SRG-OS-000324-GPOS-00125 | ||||||
Description | The | ||||||
Rationale | Not listing | ||||||
OVAL test results details check that tmux is not listed in /etc/shells oval:ssg-test_no_tmux_in_shells:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_no_tmux_in_shells:obj:1 of type textfilecontent54_object
|
Configure the tmux Lock Command
Rule ID | xccdf_org.ssgproject.content_rule_configure_tmux_lock_command | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-80940-0 References: CCI-000056, CCI-000058, AC-11(a), AC-11(b), SRG-OS-000028-GPOS-00009, SRG-OS-000028-VMM-000090, SRG-OS-000030-VMM-000110 | ||||
Description | To enable console screen locking in set -g lock-command vlock. The console can now be locked with the following key combination: ctrl+b :lock-session | ||||
Rationale | The | ||||
OVAL test results details check lock-command is set to vlock in /etc/tmux.conf oval:ssg-test_configure_tmux_lock_command:tst:1 trueFollowing items have been found on the system:
|
Configure tmux to lock session after inactivity
Rule ID | xccdf_org.ssgproject.content_rule_configure_tmux_lock_after_time | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-82199-1 References: FMT_SMF_EXT.1, SRG-OS-000029-GPOS-00010 | ||||
Description | To enable console screen locking in | ||||
Rationale | Locking the session after a period of inactivity limits the potential exposure if the session is left unattended. | ||||
OVAL test results details check lock-after-time is set to 900 in /etc/tmux.conf oval:ssg-test_configure_tmux_lock_after_time:tst:1 trueFollowing items have been found on the system:
|
Support session locking with tmux
Rule ID | xccdf_org.ssgproject.content_rule_configure_bashrc_exec_tmux | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-82266-8 References: FMT_SMF_EXT.1, SRG-OS-000031-GPOS-00012 | ||||
Description | The | ||||
Rationale | Unlike | ||||
OVAL test results details check tmux is configured to exec on the last line of /etc/bashrc oval:ssg-test_configure_bashrc_exec_tmux:tst:1 trueFollowing items have been found on the system:
|
Disable debug-shell SystemD Service
Rule ID | xccdf_org.ssgproject.content_rule_service_debug-shell_disabled | ||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80876-6 References: 3.4.5, 164.308(a)(1)(ii)(B), 164.308(a)(7)(i), 164.308(a)(7)(ii)(A), 164.310(a)(1), 164.310(a)(2)(i), 164.310(a)(2)(ii), 164.310(a)(2)(iii), 164.310(b), 164.310(c), 164.310(d)(1), 164.310(d)(2)(iii), FIA_AFL.1, SRG-OS-000324-GPOS-00125 | ||||||||||||||||||||||||||||
Description | SystemD's $ sudo systemctl disable debug-shell.serviceThe debug-shell service can be masked with the following command:
$ sudo systemctl mask debug-shell.service | ||||||||||||||||||||||||||||
Rationale | This prevents attackers with physical access from trivially bypassing security on the machine through valid troubleshooting configurations and gaining root access when the system is rebooted. | ||||||||||||||||||||||||||||
OVAL test results details package systemd is removed oval:ssg-test_service_debug-shell_package_systemd_removed:tst:1 falseFollowing items have been found on the system:
Test that the debug-shell service is not running oval:ssg-test_service_not_running_debug-shell:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_service_not_running_debug-shell:obj:1 of type systemdunitproperty_object
Test that the property LoadState from the service debug-shell is masked oval:ssg-test_service_loadstate_is_masked_debug-shell:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_service_loadstate_is_masked_debug-shell:obj:1 of type systemdunitproperty_object
Test that the property FragmentPath from the service debug-shell is set to /dev/null oval:ssg-test_service_fragmentpath_is_dev_null_debug-shell:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_service_fragmentpath_is_dev_null_debug-shell:obj:1 of type systemdunitproperty_object
|
Verify that Interactive Boot is Disabled
Rule ID | xccdf_org.ssgproject.content_rule_grub2_disable_interactive_boot | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-80826-1 References: 11, 12, 14, 15, 16, 18, 3, 5, DSS05.02, DSS05.04, DSS05.05, DSS05.07, DSS06.03, DSS06.06, 3.1.2, 3.4.5, CCI-000213, 164.308(a)(1)(ii)(B), 164.308(a)(7)(i), 164.308(a)(7)(ii)(A), 164.310(a)(1), 164.310(a)(2)(i), 164.310(a)(2)(ii), 164.310(a)(2)(iii), 164.310(b), 164.310(c), 164.310(d)(1), 164.310(d)(2)(iii), 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, A.6.1.2, A.7.1.1, A.9.1.2, A.9.2.1, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, SC-2, AC-3, PR.AC-4, PR.AC-6, PR.PT-3, FIA_AFL.1, SRG-OS-000480-GPOS-00227 | ||||||||||||||||
Description | Red Hat Enterprise Linux 8 systems support an "interactive boot" option that can
be used to prevent services from being started. On a Red Hat Enterprise Linux 8
system, interactive boot can be enabled by providing a systemd.confirm_spawn=(1|yes|true|on)from the kernel arguments in that file to disable interactive boot. It is also required to change the runtime configuration, run: /sbin/grubby --update-kernel=ALL --remove-args="systemd.confirm_spawn" | ||||||||||||||||
Rationale | Using interactive boot, the console user could disable auditing, firewalls, or other services, weakening system security. | ||||||||||||||||
OVAL test results details Check systemd.confirm_spawn=(1|true|yes|on) not in GRUB_CMDLINE_LINUX oval:ssg-test_grub2_disable_interactive_boot_grub_cmdline_linux:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-object_grub2_disable_interactive_boot_grub_cmdline_linux:obj:1 of type textfilecontent54_object
Check systemd.confirm_spawn=(1|true|yes|on) not in GRUB_CMDLINE_LINUX_DEFAULT oval:ssg-test_grub2_disable_interactive_boot_grub_cmdline_linux_default:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-object_grub2_disable_interactive_boot_grub_cmdline_linux_default:obj:1 of type textfilecontent54_object
Check for GRUB_DISABLE_RECOVERY=true in /etc/default/grub oval:ssg-test_bootloader_disable_recovery_set_to_true:tst:1 trueFollowing items have been found on the system:
|
Require Authentication for Single User Mode
Rule ID | xccdf_org.ssgproject.content_rule_require_singleuser_auth | ||||||||||||||||||||
Result | pass | ||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||
Severity | medium | ||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80855-0 References: 1.5.3, 1, 11, 12, 14, 15, 16, 18, 3, 5, DSS05.02, DSS05.04, DSS05.05, DSS05.07, DSS05.10, DSS06.03, DSS06.06, DSS06.10, 3.1.1, 3.4.5, CCI-000213, 164.308(a)(1)(ii)(B), 164.308(a)(7)(i), 164.308(a)(7)(ii)(A), 164.310(a)(1), 164.310(a)(2)(i), 164.310(a)(2)(ii), 164.310(a)(2)(iii), 164.310(b), 164.310(c), 164.310(d)(1), 164.310(d)(2)(iii), 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, A.18.1.4, A.6.1.2, A.7.1.1, A.9.1.2, A.9.2.1, A.9.2.2, A.9.2.3, A.9.2.4, A.9.2.6, A.9.3.1, A.9.4.1, A.9.4.2, A.9.4.3, A.9.4.4, A.9.4.5, IA-2, IA-2(1), AC-3, PR.AC-1, PR.AC-4, PR.AC-6, PR.AC-7, PR.PT-3, FIA_AFL.1, SRG-OS-000080-GPOS-00048 | ||||||||||||||||||||
Description | Single-user mode is intended as a system recovery
method, providing a single user root access to the system by
providing a boot option at startup. By default, no authentication
is performed if single-user mode is selected.
| ||||||||||||||||||||
Rationale | This prevents attackers with physical access from trivially bypassing security on the machine and gaining root access. Such accesses are further prevented by configuring the bootloader password. | ||||||||||||||||||||
OVAL test results details Tests that /usr/lib/systemd/systemd-sulogin-shell was not removed from the default systemd rescue.service to ensure that a password must be entered to access single user mode oval:ssg-test_require_rescue_service:tst:1 trueFollowing items have been found on the system:
Tests that the systemd rescue.service is in the runlevel1.target oval:ssg-test_require_rescue_service_runlevel1:tst:1 trueFollowing items have been found on the system:
look for runlevel1.target in /etc/systemd/system oval:ssg-test_no_custom_runlevel1_target:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_no_custom_runlevel1_target:obj:1 of type file_object
look for rescue.service in /etc/systemd/system oval:ssg-test_no_custom_rescue_service:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_no_custom_rescue_service:obj:1 of type file_object
|
Disable Ctrl-Alt-Del Reboot Activation
Rule ID | xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_reboot | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | high | ||||
Identifiers and References | Identifiers: CCE-80785-9 References: 12, 13, 14, 15, 16, 18, 3, 5, APO01.06, DSS05.04, DSS05.07, DSS06.02, 3.4.5, CCI-000366, 164.308(a)(1)(ii)(B), 164.308(a)(7)(i), 164.308(a)(7)(ii)(A), 164.310(a)(1), 164.310(a)(2)(i), 164.310(a)(2)(ii), 164.310(a)(2)(iii), 164.310(b), 164.310(c), 164.310(d)(1), 164.310(d)(2)(iii), 4.3.3.7.3, SR 2.1, SR 5.2, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.13.1.1, A.13.1.3, A.13.2.1, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-6, PR.AC-4, PR.DS-5, SRG-OS-000324-GPOS-00125 | ||||
Description |
By default, ln -sf /dev/null /etc/systemd/system/ctrl-alt-del.targetor systemctl mask ctrl-alt-del.target Do not simply delete the /usr/lib/systemd/system/ctrl-alt-del.service file,
as this file may be restored during future system updates. | ||||
Rationale | A locally logged-in user who presses Ctrl-Alt-Del, when at the console, can reboot the system. If accidentally pressed, as could happen in the case of mixed OS environment, this can create the risk of short-term loss of availability of systems due to unintentional reboot. | ||||
Warnings | warning
Disabling the Ctrl-Alt-Del key sequence
in /etc/init/control-alt-delete.conf DOES NOT disable the Ctrl-Alt-Del
key sequence if running in runlevel 6 (e.g. in GNOME, KDE, etc.)! The
Ctrl-Alt-Del key sequence will only be disabled if running in
the non-graphical runlevel 3 . | ||||
OVAL test results details Disable Ctrl-Alt-Del key sequence override exists oval:ssg-test_disable_ctrlaltdel_exists:tst:1 trueFollowing items have been found on the system:
|
Disable Ctrl-Alt-Del Burst Action
Rule ID | xccdf_org.ssgproject.content_rule_disable_ctrlaltdel_burstaction | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | high | ||||
Identifiers and References | Identifiers: CCE-80784-2 References: 12, 13, 14, 15, 16, 18, 3, 5, APO01.06, DSS05.04, DSS05.07, DSS06.02, 3.4.5, CCI-000366, 164.308(a)(1)(ii)(B), 164.308(a)(7)(i), 164.308(a)(7)(ii)(A), 164.310(a)(1), 164.310(a)(2)(i), 164.310(a)(2)(ii), 164.310(a)(2)(iii), 164.310(b), 164.310(c), 164.310(d)(1), 164.310(d)(2)(iii), 4.3.3.7.3, SR 2.1, SR 5.2, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.13.1.1, A.13.1.3, A.13.2.1, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-6, PR.AC-4, PR.DS-5, SRG-OS-000324-GPOS-00125 | ||||
Description | By default, CtrlAltDelBurstAction=none | ||||
Rationale | A locally logged-in user who presses Ctrl-Alt-Del, when at the console, can reboot the system. If accidentally pressed, as could happen in the case of mixed OS environment, this can create the risk of short-term loss of availability of systems due to unintentional reboot. | ||||
Warnings | warning
Disabling the Ctrl-Alt-Del key sequence
in /etc/init/control-alt-delete.conf DOES NOT disable the Ctrl-Alt-Del
key sequence if running in runlevel 6 (e.g. in GNOME, KDE, etc.)! The
Ctrl-Alt-Del key sequence will only be disabled if running in
the non-graphical runlevel 3 . | ||||
OVAL test results details check if CtrlAltDelBurstAction is set to none oval:ssg-test_disable_ctrlaltdel_burstaction:tst:1 trueFollowing items have been found on the system:
|
Ensure the Default Bash Umask is Set Correctly
Rule ID | xccdf_org.ssgproject.content_rule_accounts_umask_etc_bashrc | ||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81036-6 References: 5.4.4, 18, APO13.01, BAI03.01, BAI03.02, BAI03.03, CCI-000366, 4.3.4.3.3, A.14.1.1, A.14.2.1, A.14.2.5, A.6.1.5, SA-8, PR.IP-2, SRG-OS-000480-GPOS-00228 | ||||||||||||||||||||||
Description | To ensure the default umask for users of the Bash shell is set properly,
add or correct the umask 027 | ||||||||||||||||||||||
Rationale | The umask value influences the permissions assigned to files when they are created. A misconfigured umask value could result in files with excessive permissions that can be read or written to by unauthorized users. | ||||||||||||||||||||||
OVAL test results details Verify the existence of var_accounts_user_umask_as_number variable oval:ssg-test_existence_of_var_accounts_user_umask_as_number_variable:tst:1 trueFollowing items have been found on the system:
Test the retrieved /etc/bashrc umask value(s) match the var_accounts_user_umask requirement oval:ssg-tst_accounts_umask_etc_bashrc:tst:1 trueFollowing items have been found on the system:
|
Ensure the Default Umask is Set Correctly in /etc/profile
Rule ID | xccdf_org.ssgproject.content_rule_accounts_umask_etc_profile | ||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81035-8 References: NT28(R35), 5.4.4, 18, APO13.01, BAI03.01, BAI03.02, BAI03.03, CCI-000366, 4.3.4.3.3, A.14.1.1, A.14.2.1, A.14.2.5, A.6.1.5, SA-8, PR.IP-2, SRG-OS-000480-GPOS-00228 | ||||||||||||||||||||||
Description | To ensure the default umask controlled by umask 027 | ||||||||||||||||||||||
Rationale | The umask value influences the permissions assigned to files when they are created. A misconfigured umask value could result in files with excessive permissions that can be read or written to by unauthorized users. | ||||||||||||||||||||||
OVAL test results details Verify the existence of var_accounts_user_umask_as_number variable oval:ssg-test_existence_of_var_accounts_user_umask_as_number_variable:tst:1 trueFollowing items have been found on the system:
Test the retrieved /etc/profile umask value(s) match the var_accounts_user_umask requirement oval:ssg-tst_accounts_umask_etc_profile:tst:1 trueFollowing items have been found on the system:
|
Ensure the Default C Shell Umask is Set Correctly
Rule ID | xccdf_org.ssgproject.content_rule_accounts_umask_etc_csh_cshrc | ||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-81037-4 References: 18, APO13.01, BAI03.01, BAI03.02, BAI03.03, CCI-000366, 4.3.4.3.3, A.14.1.1, A.14.2.1, A.14.2.5, A.6.1.5, SA-8, PR.IP-2, SRG-OS-000480-GPOS-00228 | ||||||||||||||||||||||
Description | To ensure the default umask for users of the C shell is set properly,
add or correct the umask 027 | ||||||||||||||||||||||
Rationale | The umask value influences the permissions assigned to files when they are created. A misconfigured umask value could result in files with excessive permissions that can be read or written to by unauthorized users. | ||||||||||||||||||||||
OVAL test results details Verify the existence of var_accounts_user_umask_as_number variable oval:ssg-test_existence_of_var_accounts_user_umask_as_number_variable:tst:1 trueFollowing items have been found on the system:
Test the retrieved /etc/csh.cshrc umask value(s) match the var_accounts_user_umask requirement oval:ssg-tst_accounts_umask_etc_csh_cshrc:tst:1 trueFollowing items have been found on the system:
|
Limit the Number of Concurrent Login Sessions Allowed Per User
Rule ID | xccdf_org.ssgproject.content_rule_accounts_max_concurrent_login_sessions | ||||||||||||||||||||
Result | pass | ||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||
Severity | low | ||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80955-8 References: 14, 15, 18, 9, 5.5.2.2, DSS01.05, DSS05.02, CCI-000054, 4.3.3.4, SR 3.1, SR 3.8, A.13.1.1, A.13.1.3, A.13.2.1, A.14.1.2, A.14.1.3, AC-10, PR.AC-5, SRG-OS-000027-GPOS-00008, SRG-OS-000027-VMM-000080 | ||||||||||||||||||||
Description | Limiting the number of allowed users and sessions per user can limit risks related to Denial of
Service attacks. This addresses concurrent sessions for a single account and does not address
concurrent sessions by a single user via multiple accounts. To set the number of concurrent
sessions per user add the following line in * hard maxlogins 10 | ||||||||||||||||||||
Rationale | Limiting simultaneous user logins can insulate the system from denial of service problems caused by excessive logins. Automated login processes operating improperly or maliciously may result in an exceptional number of simultaneous login sessions. | ||||||||||||||||||||
OVAL test results details the value maxlogins should be set appropriately in /etc/security/limits.d/*.conf oval:ssg-test_limitsd_maxlogins:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_etc_security_limitsd_conf_maxlogins:obj:1 of type textfilecontent54_object
the value maxlogins should be set appropriately in /etc/security/limits.d/*.conf oval:ssg-test_limitsd_maxlogins_exists:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_etc_security_limitsd_conf_maxlogins_exists:obj:1 of type textfilecontent54_object
the value maxlogins should be set appropriately in /etc/security/limits.conf oval:ssg-test_maxlogins:tst:1 trueFollowing items have been found on the system:
|
Ensure PAM Enforces Password Requirements - Minimum Different Characters
Rule ID | xccdf_org.ssgproject.content_rule_accounts_password_pam_difok | ||||||||
Result | pass | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | medium | ||||||||
Identifiers and References | Identifiers: CCE-80654-7 References: 1, 12, 15, 16, 5, 5.6.2.1.1, DSS05.04, DSS05.05, DSS05.07, DSS05.10, DSS06.03, DSS06.10, CCI-000195, 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.2, 4.3.3.7.4, SR 1.1, SR 1.10, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.7, SR 1.8, SR 1.9, SR 2.1, A.18.1.4, A.7.1.1, A.9.2.1, A.9.2.2, A.9.2.3, A.9.2.4, A.9.2.6, A.9.3.1, A.9.4.2, A.9.4.3, IA-5(b), IA-5(c), IA-5(1)(b), PR.AC-1, PR.AC-6, PR.AC-7, SRG-OS-000072-GPOS-00040, SRG-OS-000072-VMM-000390 | ||||||||
Description | The pam_pwquality module's | ||||||||
Rationale | Use of a complex password helps to increase the time and resources
required to compromise the password. Password complexity, or strength,
is a measure of the effectiveness of a password in resisting attempts
at guessing and brute–force attacks.
| ||||||||
OVAL test results details check the configuration of /etc/pam.d/system-auth oval:ssg-test_password_pam_pwquality:tst:1 trueFollowing items have been found on the system:
check the configuration of /etc/security/pwquality.conf oval:ssg-test_password_pam_pwquality_difok:tst:1 trueFollowing items have been found on the system:
|
Ensure PAM Enforces Password Requirements - Minimum Uppercase Characters
Rule ID | xccdf_org.ssgproject.content_rule_accounts_password_pam_ucredit | ||||||||
Result | pass | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | medium | ||||||||
Identifiers and References | Identifiers: CCE-80665-3 References: 6.3.2, 1, 12, 15, 16, 5, DSS05.04, DSS05.05, DSS05.07, DSS05.10, DSS06.03, DSS06.10, CCI-000192, 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.2, 4.3.3.7.4, SR 1.1, SR 1.10, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.7, SR 1.8, SR 1.9, SR 2.1, A.18.1.4, A.7.1.1, A.9.2.1, A.9.2.2, A.9.2.3, A.9.2.4, A.9.2.6, A.9.3.1, A.9.4.2, A.9.4.3, IA-5(b), IA-5(c), IA-5(1)(a), PR.AC-1, PR.AC-6, PR.AC-7, FMT_MOF_EXT.1, Req-8.2.3, SRG-OS-000069-GPOS-00037, SRG-OS-000069-VMM-000360 | ||||||||
Description | The pam_pwquality module's | ||||||||
Rationale | Use of a complex password helps to increase the time and resources reuiqred to compromise the password.
Password complexity, or strength, is a measure of the effectiveness of a password in resisting attempts
at guessing and brute-force attacks.
| ||||||||
OVAL test results details check the configuration of /etc/pam.d/system-auth oval:ssg-test_password_pam_pwquality:tst:1 trueFollowing items have been found on the system:
check the configuration of /etc/security/pwquality.conf oval:ssg-test_password_pam_pwquality_ucredit:tst:1 trueFollowing items have been found on the system:
|
Ensure PAM Enforces Password Requirements - Minimum Digit Characters
Rule ID | xccdf_org.ssgproject.content_rule_accounts_password_pam_dcredit | ||||||||
Result | pass | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | medium | ||||||||
Identifiers and References | Identifiers: CCE-80653-9 References: 6.3.2, 1, 12, 15, 16, 5, DSS05.04, DSS05.05, DSS05.07, DSS05.10, DSS06.03, DSS06.10, CCI-000194, 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.2, 4.3.3.7.4, SR 1.1, SR 1.10, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.7, SR 1.8, SR 1.9, SR 2.1, A.18.1.4, A.7.1.1, A.9.2.1, A.9.2.2, A.9.2.3, A.9.2.4, A.9.2.6, A.9.3.1, A.9.4.2, A.9.4.3, IA-5(1)(a), IA-5(b), IA-5(c), 194, PR.AC-1, PR.AC-6, PR.AC-7, FMT_MOF_EXT.1, Req-8.2.3, SRG-OS-000071-GPOS-00039, SRG-OS-000071-VMM-000380 | ||||||||
Description | The pam_pwquality module's | ||||||||
Rationale | Use of a complex password helps to increase the time and resources required
to compromise the password. Password complexity, or strength, is a measure of
the effectiveness of a password in resisting attempts at guessing and brute-force
attacks.
| ||||||||
OVAL test results details check the configuration of /etc/pam.d/system-auth oval:ssg-test_password_pam_pwquality:tst:1 trueFollowing items have been found on the system:
check the configuration of /etc/security/pwquality.conf oval:ssg-test_password_pam_pwquality_dcredit:tst:1 trueFollowing items have been found on the system:
|
Set Password Maximum Consecutive Repeating Characters
Rule ID | xccdf_org.ssgproject.content_rule_accounts_password_pam_maxrepeat | ||||||||
Result | pass | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | medium | ||||||||
Identifiers and References | Identifiers: CCE-82066-2 References: 1, 12, 15, 16, 5, DSS05.04, DSS05.05, DSS05.07, DSS05.10, DSS06.03, DSS06.10, CCI-000195, 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.2, 4.3.3.7.4, SR 1.1, SR 1.10, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.7, SR 1.8, SR 1.9, SR 2.1, A.18.1.4, A.7.1.1, A.9.2.1, A.9.2.2, A.9.2.3, A.9.2.4, A.9.2.6, A.9.3.1, A.9.4.2, A.9.4.3, IA-5, IA-5(c), PR.AC-1, PR.AC-6, PR.AC-7, SRG-OS-000072-GPOS-00040 | ||||||||
Description | The pam_pwquality module's | ||||||||
Rationale | Use of a complex password helps to increase the time and resources required to compromise the password.
Password complexity, or strength, is a measure of the effectiveness of a password in resisting attempts at
guessing and brute-force attacks.
| ||||||||
OVAL test results details check the configuration of /etc/pam.d/system-auth oval:ssg-test_password_pam_pwquality:tst:1 trueFollowing items have been found on the system:
check the configuration of /etc/security/pwquality.conf oval:ssg-test_password_pam_pwquality_maxrepeat:tst:1 trueFollowing items have been found on the system:
|
Ensure PAM Enforces Password Requirements - Maximum Consecutive Repeating Characters from Same Character Class
Rule ID | xccdf_org.ssgproject.content_rule_accounts_password_pam_maxclassrepeat | ||||||||
Result | pass | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | medium | ||||||||
Identifiers and References | Identifiers: CCE-81034-1 References: 1, 12, 15, 16, 5, DSS05.04, DSS05.05, DSS05.07, DSS05.10, DSS06.03, DSS06.10, CCI-000195, 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.2, 4.3.3.7.4, SR 1.1, SR 1.10, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.7, SR 1.8, SR 1.9, SR 2.1, A.18.1.4, A.7.1.1, A.9.2.1, A.9.2.2, A.9.2.3, A.9.2.4, A.9.2.6, A.9.3.1, A.9.4.2, A.9.4.3, IA-5, IA-5(c), PR.AC-1, PR.AC-6, PR.AC-7, SRG-OS-000072-GPOS-00040 | ||||||||
Description | The pam_pwquality module's | ||||||||
Rationale | Use of a complex password helps to increase the time and resources required to comrpomise the password.
Password complexity, or strength, is a measure of the effectiveness of a password in resisting
attempts at guessing and brute-force attacks.
| ||||||||
OVAL test results details check the configuration of /etc/pam.d/system-auth oval:ssg-test_password_pam_pwquality:tst:1 trueFollowing items have been found on the system:
check the configuration of /etc/security/pwquality.conf oval:ssg-test_password_pam_pwquality_maxclassrepeat:tst:1 trueFollowing items have been found on the system:
|
Ensure PAM Enforces Password Requirements - Minimum Length
Rule ID | xccdf_org.ssgproject.content_rule_accounts_password_pam_minlen | ||||||||
Result | pass | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | medium | ||||||||
Identifiers and References | Identifiers: CCE-80656-2 References: 6.3.2, 1, 12, 15, 16, 5, 5.6.2.1.1, DSS05.04, DSS05.05, DSS05.07, DSS05.10, DSS06.03, DSS06.10, CCI-000205, 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.2, 4.3.3.7.4, SR 1.1, SR 1.10, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.7, SR 1.8, SR 1.9, SR 2.1, A.18.1.4, A.7.1.1, A.9.2.1, A.9.2.2, A.9.2.3, A.9.2.4, A.9.2.6, A.9.3.1, A.9.4.2, A.9.4.3, IA-5(1)(a), PR.AC-1, PR.AC-6, PR.AC-7, FMT_MOF_EXT.1, Req-8.2.3, SRG-OS-000078-GPOS-00046, SRG-OS-000072-VMM-000390, SRG-OS-000078-VMM-000450 | ||||||||
Description | The pam_pwquality module's | ||||||||
Rationale | The shorter the password, the lower the number of possible combinations
that need to be tested before the password is compromised.
| ||||||||
OVAL test results details check the configuration of /etc/pam.d/system-auth oval:ssg-test_password_pam_pwquality:tst:1 trueFollowing items have been found on the system:
check the configuration of /etc/security/pwquality.conf oval:ssg-test_password_pam_pwquality_minlen:tst:1 trueFollowing items have been found on the system:
|
Ensure PAM Enforces Password Requirements - Minimum Special Characters
Rule ID | xccdf_org.ssgproject.content_rule_accounts_password_pam_ocredit | ||||||||
Result | pass | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | medium | ||||||||
Identifiers and References | Identifiers: CCE-80663-8 References: 1, 12, 15, 16, 5, DSS05.04, DSS05.05, DSS05.07, DSS05.10, DSS06.03, DSS06.10, CCI-001619, 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.2, 4.3.3.7.4, SR 1.1, SR 1.10, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.7, SR 1.8, SR 1.9, SR 2.1, A.18.1.4, A.7.1.1, A.9.2.1, A.9.2.2, A.9.2.3, A.9.2.4, A.9.2.6, A.9.3.1, A.9.4.2, A.9.4.3, IA-5(b), IA-5(c), IA-5(1)(a), PR.AC-1, PR.AC-6, PR.AC-7, FMT_MOF_EXT.1, SRG-OS-000266-GPOS-00101, SRG-OS-000266-VMM-000940 | ||||||||
Description | The pam_pwquality module's | ||||||||
Rationale | Use of a complex password helps to increase the time and resources required
to compromise the password. Password complexity, or strength, is a measure of
the effectiveness of a password in resisting attempts at guessing and brute-force
attacks.
| ||||||||
OVAL test results details check the configuration of /etc/pam.d/system-auth oval:ssg-test_password_pam_pwquality:tst:1 trueFollowing items have been found on the system:
check the configuration of /etc/security/pwquality.conf oval:ssg-test_password_pam_pwquality_ocredit:tst:1 trueFollowing items have been found on the system:
|
Ensure PAM Enforces Password Requirements - Minimum Lowercase Characters
Rule ID | xccdf_org.ssgproject.content_rule_accounts_password_pam_lcredit | ||||||||
Result | pass | ||||||||
Time | 2019-12-13T07:55:53 | ||||||||
Severity | medium | ||||||||
Identifiers and References | Identifiers: CCE-80655-4 References: 1, 12, 15, 16, 5, DSS05.04, DSS05.05, DSS05.07, DSS05.10, DSS06.03, DSS06.10, CCI-000193, 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.2, 4.3.3.7.4, SR 1.1, SR 1.10, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.7, SR 1.8, SR 1.9, SR 2.1, A.18.1.4, A.7.1.1, A.9.2.1, A.9.2.2, A.9.2.3, A.9.2.4, A.9.2.6, A.9.3.1, A.9.4.2, A.9.4.3, IA-5(b), IA-5(c), IA-5(1)(a), PR.AC-1, PR.AC-6, PR.AC-7, FMT_MOF_EXT.1, Req-8.2.3, SRG-OS-000070-GPOS-00038, SRG-OS-000070-VMM-000370 | ||||||||
Description | The pam_pwquality module's | ||||||||
Rationale | Use of a complex password helps to increase the time and resources required
to compromise the password. Password complexity, or strength, is a measure of
the effectiveness of a password in resisting attempts at guessing and brute-force
attacks.
| ||||||||
OVAL test results details check the configuration of /etc/pam.d/system-auth oval:ssg-test_password_pam_pwquality:tst:1 trueFollowing items have been found on the system:
check the configuration of /etc/security/pwquality.conf oval:ssg-test_password_pam_pwquality_lcredit:tst:1 trueFollowing items have been found on the system:
|
Set Lockout Time for Failed Password Attempts
Rule ID | xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_unlock_time | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-80670-3 References: 5.3.2, 1, 12, 15, 16, 5.5.3, DSS05.04, DSS05.10, DSS06.10, 3.1.8, CCI-002238, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, SR 1.1, SR 1.10, SR 1.2, SR 1.5, SR 1.7, SR 1.8, SR 1.9, A.18.1.4, A.9.2.1, A.9.2.4, A.9.3.1, A.9.4.2, A.9.4.3, AC-7(b), PR.AC-7, FMT_MOF_EXT.1, Req-8.1.7, SRG-OS-000329-GPOS-00128, SRG-OS-000021-GPOS-00005, SRG-OS-000329-VMM-001180 | ||||||||||||||||
Description | To configure the system to lock out accounts after a number of incorrect login
attempts and require an administrator to unlock the account using
unlock_time is set to 0 , manual intervention by an administrator is required to unlock a user. | ||||||||||||||||
Rationale | Locking out user accounts after a number of incorrect attempts prevents direct password guessing attacks. Ensuring that an administrator is involved in unlocking locked accounts draws appropriate attention to such situations. | ||||||||||||||||
OVAL test results details check preauth maximum failed login attempts allowed in /etc/pam.d/system-auth oval:ssg-test_accounts_passwords_pam_faillock_unlock_time_system-auth:tst:1 trueFollowing items have been found on the system:
check authfail maximum failed login attempts allowed in /etc/pam.d/system-auth oval:ssg-test_accounts_passwords_pam_faillock_authfail_unlock_time_system-auth:tst:1 trueFollowing items have been found on the system:
check authfail maximum failed login attempts allowed in /etc/pam.d/password-auth oval:ssg-test_accounts_passwords_pam_faillock_unlock_time_password-auth:tst:1 trueFollowing items have been found on the system:
check preauth maximum failed login attempts allowed in /etc/pam.d/password-auth oval:ssg-test_accounts_passwords_pam_faillock_preauth_unlock_time_password-auth:tst:1 trueFollowing items have been found on the system:
|
Set Deny For Failed Password Attempts
Rule ID | xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_deny | ||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80667-9 References: 5.3.2, 1, 12, 15, 16, 5.5.3, DSS05.04, DSS05.10, DSS06.10, 3.1.8, CCI-002238, CCI-000044, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, SR 1.1, SR 1.10, SR 1.2, SR 1.5, SR 1.7, SR 1.8, SR 1.9, A.18.1.4, A.9.2.1, A.9.2.4, A.9.3.1, A.9.4.2, A.9.4.3, AC-7(a), PR.AC-7, FMT_MOF_EXT.1, Req-8.1.6, SRG-OS-000329-GPOS-00128, SRG-OS-000021-GPOS-00005, SRG-OS-000021-VMM-000050 | ||||||||||||||||||||||||||||||||||||
Description | To configure the system to lock out accounts after a number of incorrect login
attempts using
| ||||||||||||||||||||||||||||||||||||
Rationale | Locking out user accounts after a number of incorrect attempts prevents direct password guessing attacks. | ||||||||||||||||||||||||||||||||||||
OVAL test results details Check pam_faillock.so preauth silent present, with correct deny value, and is followed by pam_unix. oval:ssg-test_accounts_passwords_pam_faillock_preauth_silent_system-auth:tst:1 trueFollowing items have been found on the system:
Check if pam_faillock.so is called in account phase before pam_unix oval:ssg-test_accounts_passwords_pam_faillock_account_phase_system-auth:tst:1 trueFollowing items have been found on the system:
Check pam_faillock.so preauth silent present in /etc/pam.d/password-auth, has correct deny value, and is followed by pam_unix oval:ssg-test_accounts_passwords_pam_faillock_preauth_silent_password-auth:tst:1 trueFollowing items have been found on the system:
Check if pam_faillock_so is called in account phase before pam_unix. oval:ssg-test_accounts_passwords_pam_faillock_account_phase_password-auth:tst:1 trueFollowing items have been found on the system:
Checks if pam_faillock authfail is hit even if pam_unix skips lines by defaulting, and also authfail deny value oval:ssg-test_accounts_passwords_pam_faillock_numeric_default_check_system-auth:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_accounts_passwords_pam_faillock_when_lines_skipped_system-auth:obj:1 of type textfilecontent54_object
Check control values of pam_unix, that it is followed by pam_faillock.so authfail and deny value of pam_faillock.so authfail oval:ssg-test_accounts_passwords_pam_faillock_authfail_deny_system-auth:tst:1 trueFollowing items have been found on the system:
Checks if pam_faillock authfail is hit even if pam_unix skips lines by defaulting, and also authfail deny value oval:ssg-test_accounts_passwords_pam_faillock_numeric_default_check_password-auth:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_accounts_passwords_pam_faillock_when_lines_skipped_password-auth:obj:1 of type textfilecontent54_object
Check pam_faillock authfail is present after pam_unix, check pam_unix has proper control values, and authfail deny value is correct. oval:ssg-test_accounts_passwords_pam_faillock_authfail_deny_password-auth:tst:1 trueFollowing items have been found on the system:
|
Set Interval For Counting Failed Password Attempts
Rule ID | xccdf_org.ssgproject.content_rule_accounts_passwords_pam_faillock_interval | ||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80669-5 References: 1, 12, 15, 16, DSS05.04, DSS05.10, DSS06.10, CCI-002238, CCI-000044, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, SR 1.1, SR 1.10, SR 1.2, SR 1.5, SR 1.7, SR 1.8, SR 1.9, A.18.1.4, A.9.2.1, A.9.2.4, A.9.3.1, A.9.4.2, A.9.4.3, AC-7(a), PR.AC-7, FMT_MOF_EXT.1, SRG-OS-000329-GPOS-00128, SRG-OS-000021-GPOS-00005, SRG-OS-000021-VMM-000050 | ||||||||||||||||||||||||
Description | Utilizing
| ||||||||||||||||||||||||
Rationale | By limiting the number of failed logon attempts the risk of unauthorized system access via user password guessing, otherwise known as brute-forcing, is reduced. Limits are imposed by locking the account. | ||||||||||||||||||||||||
OVAL test results details check maximum preauth fail_interval allowed in /etc/pam.d/system-auth oval:ssg-test_accounts_passwords_pam_faillock_fail_interval_system-auth:tst:1 trueFollowing items have been found on the system:
check maximum authfail fail_interval allowed in /etc/pam.d/system-auth oval:ssg-test_accounts_passwords_pam_faillock_authfail_fail_interval_system-auth:tst:1 trueFollowing items have been found on the system:
check maximum authfail fail_interval allowed in /etc/pam.d/password-auth oval:ssg-test_accounts_passwords_pam_faillock_fail_interval_password-auth:tst:1 trueFollowing items have been found on the system:
check maximum preauth fail_interval allowed in /etc/pam.d/password-auth oval:ssg-test_accounts_passwords_pam_faillock_preauth_fail_interval_password-auth:tst:1 trueFollowing items have been found on the system:
check if pam_faillock.so is required in account section in /etc/pam.d/password-auth oval:ssg-test_accounts_passwords_pam_faillock_account_requires_password-auth:tst:1 trueFollowing items have been found on the system:
check if pam_faillock.so is required in account section in /etc/pam.d/system-auth oval:ssg-test_accounts_passwords_pam_faillock_account_requires_system-auth:tst:1 trueFollowing items have been found on the system:
|
Limit Password Reuse
Rule ID | xccdf_org.ssgproject.content_rule_accounts_password_pam_unix_remember | ||||||||||
Result | pass | ||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||
Severity | medium | ||||||||||
Identifiers and References | Identifiers: CCE-80666-1 References: 5.3.3, 1, 12, 15, 16, 5, 5.6.2.1.1, DSS05.04, DSS05.05, DSS05.07, DSS05.10, DSS06.03, DSS06.10, 3.5.8, CCI-000200, 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.2, 4.3.3.7.4, SR 1.1, SR 1.10, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.7, SR 1.8, SR 1.9, SR 2.1, A.18.1.4, A.7.1.1, A.9.2.1, A.9.2.2, A.9.2.3, A.9.2.4, A.9.2.6, A.9.3.1, A.9.4.2, A.9.4.3, IA-5(f), IA-5(1)(e), PR.AC-1, PR.AC-6, PR.AC-7, Req-8.2.5, SRG-OS-000077-GPOS-00045, SRG-OS-000077-VMM-000440 | ||||||||||
Description | Do not allow users to reuse recent passwords. This can be
accomplished by using the
| ||||||||||
Rationale | Preventing re-use of previous passwords helps ensure that a compromised password is not re-used by a user. | ||||||||||
OVAL test results details Test if remember attribute of pam_unix.so is set correctly in /etc/pam.d/system-auth oval:ssg-test_accounts_password_pam_unix_remember:tst:1 trueFollowing items have been found on the system:
Test if remember attribute of pam_pwhistory.so is set correctly in /etc/pam.d/system-auth oval:ssg-test_accounts_password_pam_pwhistory_remember:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-object_accounts_password_pam_pwhistory_remember:obj:1 of type textfilecontent54_object
|
Set Password Minimum Length in login.defs
Rule ID | xccdf_org.ssgproject.content_rule_accounts_password_minlen_login_defs | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-80652-1 References: 1, 12, 15, 16, 5, 5.6.2.1, DSS05.04, DSS05.05, DSS05.07, DSS05.10, DSS06.03, DSS06.10, 3.5.7, 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.2, 4.3.3.7.4, SR 1.1, SR 1.10, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.7, SR 1.8, SR 1.9, SR 2.1, A.18.1.4, A.7.1.1, A.9.2.1, A.9.2.2, A.9.2.3, A.9.2.4, A.9.2.6, A.9.3.1, A.9.4.2, A.9.4.3, IA-5(f), IA-5(1)(a), PR.AC-1, PR.AC-6, PR.AC-7, FMT_MOF_EXT.1, SRG-OS-000078-GPOS-00046 | ||||
Description | To specify password length requirements for new accounts, edit the file
PASS_MIN_LEN 12 The DoD requirement is 15 .
The FISMA requirement is 12 .
The profile requirement is
12 .
If a program consults /etc/login.defs and also another PAM module
(such as pam_pwquality ) during a password change operation, then
the most restrictive must be satisfied. See PAM section for more
information about enforcing password quality requirements. | ||||
Rationale | Requiring a minimum password length makes password cracking attacks more difficult by ensuring a larger search space. However, any security benefit from an onerous requirement must be carefully weighed against usability problems, support costs, or counterproductive behavior that may result. | ||||
OVAL test results details The value of PASS_MIN_LEN should be set appropriately in /etc/login.defs oval:ssg-test_pass_min_len:tst:1 trueFollowing items have been found on the system:
|
Prevent Login to Accounts With Empty Password
Rule ID | xccdf_org.ssgproject.content_rule_no_empty_passwords | ||||||
Result | pass | ||||||
Time | 2019-12-13T07:55:53 | ||||||
Severity | high | ||||||
Identifiers and References | Identifiers: CCE-80841-0 References: 1, 12, 13, 14, 15, 16, 18, 3, 5, 5.5.2, APO01.06, DSS05.04, DSS05.05, DSS05.07, DSS05.10, DSS06.02, DSS06.03, DSS06.10, 3.1.1, 3.1.5, CCI-000366, 164.308(a)(1)(ii)(B), 164.308(a)(7)(i), 164.308(a)(7)(ii)(A), 164.310(a)(1), 164.310(a)(2)(i), 164.310(a)(2)(ii), 164.310(a)(2)(iii), 164.310(b), 164.310(c), 164.310(d)(1), 164.310(d)(2)(iii), 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, SR 1.1, SR 1.10, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 5.2, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.13.1.1, A.13.1.3, A.13.2.1, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.18.1.4, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.1, A.9.2.2, A.9.2.3, A.9.2.4, A.9.2.6, A.9.3.1, A.9.4.1, A.9.4.2, A.9.4.3, A.9.4.4, A.9.4.5, AC-6, IA-5(b), IA-5(c), IA-5(1)(a), PR.AC-1, PR.AC-4, PR.AC-6, PR.AC-7, PR.DS-5, FIA_AFL.1, Req-8.2.3, SRG-OS-000480-GPOS-00227 | ||||||
Description | If an account is configured for password authentication
but does not have an assigned password, it may be possible to log
into the account without authentication. Remove any instances of the | ||||||
Rationale | If an account has an empty password, anyone could log in and run commands with the privileges of that account. Accounts with empty passwords should never be used in operational environments. | ||||||
OVAL test results details make sure nullok is not used in /etc/pam.d/system-auth oval:ssg-test_no_empty_passwords:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-object_no_empty_passwords:obj:1 of type textfilecontent54_object
|
Restrict Virtual Console Root Logins
Rule ID | xccdf_org.ssgproject.content_rule_securetty_root_login_console_only | ||||||
Result | pass | ||||||
Time | 2019-12-13T07:55:53 | ||||||
Severity | medium | ||||||
Identifiers and References | Identifiers: CCE-80864-2 References: 12, 13, 14, 15, 16, 18, 3, 5, APO01.06, DSS05.04, DSS05.07, DSS06.02, 3.1.1, 3.1.5, CCI-000770, 164.308(a)(1)(ii)(B), 164.308(a)(7)(i), 164.308(a)(7)(ii)(A), 164.310(a)(1), 164.310(a)(2)(i), 164.310(a)(2)(ii), 164.310(a)(2)(iii), 164.310(b), 164.310(c), 164.310(d)(1), 164.310(d)(2)(iii), 4.3.3.7.3, SR 2.1, SR 5.2, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.13.1.1, A.13.1.3, A.13.2.1, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-6(2), IA-2, PR.AC-4, PR.DS-5, SRG-OS-000324-GPOS-00125 | ||||||
Description | To restrict root logins through the (deprecated) virtual console devices,
ensure lines of this form do not appear in vc/1 vc/2 vc/3 vc/4 | ||||||
Rationale | Preventing direct root login to virtual console devices helps ensure accountability for actions taken on the system using the root account. | ||||||
OVAL test results details virtual consoles /etc/securetty oval:ssg-test_virtual_consoles_etc_securetty:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-object_virtual_consoles_etc_securetty:obj:1 of type textfilecontent54_object
|
Install fapolicyd Package
Rule ID | xccdf_org.ssgproject.content_rule_package_fapolicyd_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82191-8 References: SI-4(22), SRG-OS-000370-GPOS-00155 | ||||||||||||||||
Description | The $ sudo yum install fapolicyd | ||||||||||||||||
Rationale |
| ||||||||||||||||
OVAL test results details package fapolicyd is installed oval:ssg-test_package_fapolicyd_installed:tst:1 trueFollowing items have been found on the system:
|
Enable the File Access Policy Service
Rule ID | xccdf_org.ssgproject.content_rule_service_fapolicyd_enabled | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82249-4 References: SI-4(22), FMT_SMF_EXT.1, SRG-OS-000370-GPOS-00155 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | The File Access Policy service should be enabled.
The $ sudo systemctl enable fapolicyd.service | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | The | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details package fapolicyd is installed oval:ssg-test_service_fapolicyd_package_fapolicyd_installed:tst:1 trueFollowing items have been found on the system:
Test that the fapolicyd service is running oval:ssg-test_service_running_fapolicyd:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_fapolicyd:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_fapolicyd_socket:tst:1 falseFollowing items have been found on the system:
|
Install usbguard Package
Rule ID | xccdf_org.ssgproject.content_rule_package_usbguard_installed | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82959-8 References: SRG-OS-000378-GPOS-00163 | ||||||||||||||||
Description | The $ sudo yum install usbguard | ||||||||||||||||
Rationale |
| ||||||||||||||||
OVAL test results details package usbguard is installed oval:ssg-test_package_usbguard_installed:tst:1 trueFollowing items have been found on the system:
|
Enable the USBGuard Service
Rule ID | xccdf_org.ssgproject.content_rule_service_usbguard_enabled | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82853-3 References: FMT_SMF_EXT.1, SRG-OS-000378-GPOS-00163 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | The USBGuard service should be enabled.
The $ sudo systemctl enable usbguard.service | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | The | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details package usbguard is installed oval:ssg-test_service_usbguard_package_usbguard_installed:tst:1 trueFollowing items have been found on the system:
Test that the usbguard service is running oval:ssg-test_service_running_usbguard:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_usbguard:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_usbguard_socket:tst:1 falseFollowing items have been found on the system:
|
Authorize Human Interface Devices and USB hubs in USBGuard daemon
Rule ID | xccdf_org.ssgproject.content_rule_usbguard_allow_hid_and_hub | ||||
Result | pass | ||||
Time | 2019-12-13T07:55:53 | ||||
Severity | medium | ||||
Identifiers and References | Identifiers: CCE-82368-2 References: FMT_SMF_EXT.1, SRG-OS-000114-GPOS-00059 | ||||
Description | To allow authorization of USB devices combining human interface device and hub capabilities
by USBGuard daemon,
add the line
| ||||
Rationale | Without allowing Human Interface Devices, it might not be possible to interact with the system. Without allowing hubs, it might not be possible to use any USB devices on the system. | ||||
Warnings | warning
This rule should be understood primarily as a convenience administration feature. This rule ensures that if the USBGuard default rules.conf file is present, it will alter it so that USB human interface devices and hubs are allowed. However, if the rules.conf file is altered by system administrator, the rule does not check if USB human interface devices and hubs are allowed. This assumes that an administrator modified the file with some purpose in mind. | ||||
OVAL test results details Check that /etc/usbguard/rules.conf contains at least one non whitespace character and exists oval:ssg-test_usbguard_rules_nonempty:tst:1 trueFollowing items have been found on the system:
|
Log USBGuard daemon audit events using Linux Audit
Rule ID | xccdf_org.ssgproject.content_rule_configure_usbguard_auditbackend | ||||||||||||||||
Result | pass | ||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||
Severity | medium | ||||||||||||||||
Identifiers and References | Identifiers: CCE-82168-6 References: FMT_SMF_EXT.1, SRG-OS-000062-GPOS-00031 | ||||||||||||||||
Description | To configure USBGuard daemon to log via Linux Audit
(as opposed directly to a file),
| ||||||||||||||||
Rationale | Using the Linux Audit logging allows for centralized trace of events. | ||||||||||||||||
OVAL test results details tests the value of AuditBackend setting in the /etc/usbguard/usbguard-daemon.conf file oval:ssg-test_configure_usbguard_auditbackend:tst:1 trueFollowing items have been found on the system:
The configuration file /etc/usbguard/usbguard-daemon.conf exists for configure_usbguard_auditbackend oval:ssg-test_configure_usbguard_auditbackend_config_file_exists:tst:1 trueFollowing items have been found on the system:
|
Enable Use of Strict Mode Checking
Rule ID | xccdf_org.ssgproject.content_rule_sshd_enable_strictmodes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80904-6 References: 12, 13, 14, 15, 16, 18, 3, 5, APO01.06, DSS05.04, DSS05.07, DSS06.02, 3.1.12, CCI-000366, 164.308(a)(4)(i), 164.308(b)(1), 164.308(b)(3), 164.310(b), 164.312(e)(1), 164.312(e)(2)(ii), 4.3.3.7.3, SR 2.1, SR 5.2, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.13.1.1, A.13.1.3, A.13.2.1, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-6, AC-17(a), AC-17(b), AC-17(b), PR.AC-4, PR.DS-5, SRG-OS-000480-GPOS-00227, SRG-OS-000480-VMM-002000 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | SSHs StrictModes option checks file and ownership permissions in
the user's home directory StrictModes yes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | If other users have access to modify user-specific SSH configuration files, they may be able to log into the system as another user. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details Verify if Profile set Value sshd_required as not required oval:ssg-test_sshd_not_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is removed oval:ssg-test_package_openssh-server_removed:tst:1 falseFollowing items have been found on the system:
Verify if Profile set Value sshd_required as required oval:ssg-test_sshd_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is installed oval:ssg-test_package_openssh-server_installed:tst:1 trueFollowing items have been found on the system:
tests the value of StrictModes setting in the /etc/ssh/sshd_config file oval:ssg-test_sshd_enable_strictmodes:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_sshd_enable_strictmodes:obj:1 of type textfilecontent54_object
tests the absence of StrictModes setting in the /etc/ssh/sshd_config file oval:ssg-test_sshd_enable_strictmodes_default_not_overriden:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_sshd_enable_strictmodes_default_not_overriden:obj:1 of type textfilecontent54_object
|
Force frequent session key renegotiation
Rule ID | xccdf_org.ssgproject.content_rule_sshd_rekey_limit | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82177-7 References: FCS_SSHS_EXT.1, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | The | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | By decreasing the limit based on the amount of data and enabling time-based limit, effects of potential attacks against encryption keys are limited. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details Verify if Profile set Value sshd_required as not required oval:ssg-test_sshd_not_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is removed oval:ssg-test_package_openssh-server_removed:tst:1 falseFollowing items have been found on the system:
Verify if Profile set Value sshd_required as required oval:ssg-test_sshd_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is installed oval:ssg-test_package_openssh-server_installed:tst:1 trueFollowing items have been found on the system:
tests the value of RekeyLimit setting in the /etc/ssh/sshd_config file oval:ssg-test_sshd_rekey_limit:tst:1 trueFollowing items have been found on the system:
|
Disable Kerberos Authentication
Rule ID | xccdf_org.ssgproject.content_rule_sshd_disable_kerb_auth | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80898-0 References: 11, 3, 9, BAI10.01, BAI10.02, BAI10.03, BAI10.05, 3.1.12, CCI-000368, CCI-000318, CCI-001812, CCI-001813, CCI-001814, 164.308(a)(4)(i), 164.308(b)(1), 164.308(b)(3), 164.310(b), 164.312(e)(1), 164.312(e)(2)(ii), 4.3.4.3.2, 4.3.4.3.3, SR 7.6, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, CM-6(c), PR.IP-1, FIA_AFL.1, SRG-OS-000364-GPOS-00151, SRG-OS-000480-VMM-002000 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | Unless needed, SSH should not permit extraneous or unnecessary
authentication mechanisms like Kerberos. To disable Kerberos authentication, add
or correct the following line in the KerberosAuthentication no | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Kerberos authentication for SSH is often implemented using GSSAPI. If Kerberos is enabled through SSH, the SSH daemon provides a means of access to the system's Kerberos implementation. Vulnerabilities in the system's Kerberos implementations may be subject to exploitation. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details Verify if Profile set Value sshd_required as not required oval:ssg-test_sshd_not_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is removed oval:ssg-test_package_openssh-server_removed:tst:1 falseFollowing items have been found on the system:
Verify if Profile set Value sshd_required as required oval:ssg-test_sshd_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is installed oval:ssg-test_package_openssh-server_installed:tst:1 trueFollowing items have been found on the system:
tests the value of KerberosAuthentication setting in the /etc/ssh/sshd_config file oval:ssg-test_sshd_disable_kerb_auth:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_sshd_disable_kerb_auth:obj:1 of type textfilecontent54_object
tests the absence of KerberosAuthentication setting in the /etc/ssh/sshd_config file oval:ssg-test_sshd_disable_kerb_auth_default_not_overriden:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_sshd_disable_kerb_auth_default_not_overriden:obj:1 of type textfilecontent54_object
|
Set SSH Client Alive Max Count
Rule ID | xccdf_org.ssgproject.content_rule_sshd_set_keepalive | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80907-9 References: 5.2.12, 1, 12, 13, 14, 15, 16, 18, 3, 5, 7, 8, 5.5.6, APO13.01, BAI03.01, BAI03.02, BAI03.03, DSS01.03, DSS03.05, DSS05.04, DSS05.05, DSS05.07, DSS05.10, DSS06.03, DSS06.10, 3.1.11, CCI-000879, CCI-001133, CCI-002361, 164.308(a)(4)(i), 164.308(b)(1), 164.308(b)(3), 164.310(b), 164.312(e)(1), 164.312(e)(2)(ii), 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 6.2, A.12.4.1, A.12.4.3, A.14.1.1, A.14.2.1, A.14.2.5, A.18.1.4, A.6.1.2, A.6.1.5, A.7.1.1, A.9.1.2, A.9.2.1, A.9.2.2, A.9.2.3, A.9.2.4, A.9.2.6, A.9.3.1, A.9.4.1, A.9.4.2, A.9.4.3, A.9.4.4, A.9.4.5, AC-2(5), SA-8, AC-12, AC-17(a), AC-17(b), SC-10, DE.CM-1, DE.CM-3, PR.AC-1, PR.AC-4, PR.AC-6, PR.AC-7, PR.IP-2, SRG-OS-000163-GPOS-00072, SRG-OS-000279-GPOS-00109, SRG-OS-000480-VMM-002000 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | To ensure the SSH idle timeout occurs precisely when the ClientAliveCountMax 0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | This ensures a user login will be terminated as soon as the | ||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details Verify if Profile set Value sshd_required as not required oval:ssg-test_sshd_not_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is removed oval:ssg-test_package_openssh-server_removed:tst:1 falseFollowing items have been found on the system:
Verify if Profile set Value sshd_required as required oval:ssg-test_sshd_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is installed oval:ssg-test_package_openssh-server_installed:tst:1 trueFollowing items have been found on the system:
Tests the value of the ClientAliveCountMax setting in the /etc/ssh/sshd_config file oval:ssg-test_sshd_clientalivecountmax:tst:1 trueFollowing items have been found on the system:
|
Set SSH Idle Timeout Interval
Rule ID | xccdf_org.ssgproject.content_rule_sshd_set_idle_timeout | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80906-1 References: NT28(R29), 5.2.12, 1, 12, 13, 14, 15, 16, 18, 3, 5, 7, 8, 5.5.6, APO13.01, BAI03.01, BAI03.02, BAI03.03, DSS01.03, DSS03.05, DSS05.04, DSS05.05, DSS05.07, DSS05.10, DSS06.03, DSS06.10, 3.1.11, CCI-000879, CCI-001133, CCI-002361, 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 6.2, A.12.4.1, A.12.4.3, A.14.1.1, A.14.2.1, A.14.2.5, A.18.1.4, A.6.1.2, A.6.1.5, A.7.1.1, A.9.1.2, A.9.2.1, A.9.2.2, A.9.2.3, A.9.2.4, A.9.2.6, A.9.3.1, A.9.4.1, A.9.4.2, A.9.4.3, A.9.4.4, A.9.4.5, AC-2(5), SA-8(i), AC-12, AC-17(a), AC-17(b), AC-17(b), SC-10, DE.CM-1, DE.CM-3, PR.AC-1, PR.AC-4, PR.AC-6, PR.AC-7, PR.IP-2, Req-8.1.8, SRG-OS-000163-GPOS-00072, SRG-OS-000279-GPOS-00109, SRG-OS-000126-GPOS-00066, SRG-OS-000395-GPOS-00175, SRG-OS-000480-VMM-002000 | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | SSH allows administrators to set an idle timeout
interval.
After this interval has passed, the idle user will be
automatically logged out.
ClientAliveInterval 840The timeout interval is given in seconds. To have a timeout of e.g. 10 minutes, set interval to 600. If a shorter timeout has already been set for the login shell, that value will preempt any SSH setting made here. Keep in mind that some processes may stop SSH from correctly detecting that the user is idle. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Terminating an idle ssh session within a short time period reduces the window of opportunity for unauthorized personnel to take control of a management session enabled on the console or console port that has been let unattended. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details Verify if Profile set Value sshd_required as not required oval:ssg-test_sshd_not_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is removed oval:ssg-test_package_openssh-server_removed:tst:1 falseFollowing items have been found on the system:
Verify if Profile set Value sshd_required as required oval:ssg-test_sshd_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is installed oval:ssg-test_package_openssh-server_installed:tst:1 trueFollowing items have been found on the system:
timeout is configured oval:ssg-test_sshd_idle_timeout:tst:1 trueFollowing items have been found on the system:
|
Disable Host-Based Authentication
Rule ID | xccdf_org.ssgproject.content_rule_disable_host_auth | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80786-7 References: 5.2.7, 11, 12, 14, 15, 16, 18, 3, 5, 9, 5.5.6, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.04, DSS05.05, DSS05.07, DSS06.03, DSS06.06, 3.1.12, CCI-000366, 164.308(a)(4)(i), 164.308(b)(1), 164.308(b)(3), 164.310(b), 164.312(e)(1), 164.312(e)(2)(ii), 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.6.1.2, A.7.1.1, A.9.1.2, A.9.2.1, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-3, AC-17(a), CM-6(b), PR.AC-4, PR.AC-6, PR.IP-1, PR.PT-3, FIA_AFL.1, SRG-OS-000480-GPOS-00229, SRG-OS-000480-VMM-002000 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | SSH's cryptographic host-based authentication is
more secure than HostbasedAuthentication no | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | SSH trust relationships mean a compromise on one host can allow an attacker to move trivially to other hosts. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details Verify if Profile set Value sshd_required as not required oval:ssg-test_sshd_not_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is removed oval:ssg-test_package_openssh-server_removed:tst:1 falseFollowing items have been found on the system:
Verify if Profile set Value sshd_required as required oval:ssg-test_sshd_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is installed oval:ssg-test_package_openssh-server_installed:tst:1 trueFollowing items have been found on the system:
tests the value of HostbasedAuthentication setting in the /etc/ssh/sshd_config file oval:ssg-test_disable_host_auth:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_disable_host_auth:obj:1 of type textfilecontent54_object
tests the absence of HostbasedAuthentication setting in the /etc/ssh/sshd_config file oval:ssg-test_disable_host_auth_default_not_overriden:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_disable_host_auth_default_not_overriden:obj:1 of type textfilecontent54_object
|
Disable SSH Access via Empty Passwords
Rule ID | xccdf_org.ssgproject.content_rule_sshd_disable_empty_passwords | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | high | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80896-4 References: 5.2.9, 11, 12, 13, 14, 15, 16, 18, 3, 5, 9, 5.5.6, APO01.06, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.04, DSS05.05, DSS05.07, DSS06.02, DSS06.03, DSS06.06, 3.1.1, 3.1.5, CCI-000366, 164.308(a)(4)(i), 164.308(b)(1), 164.308(b)(3), 164.310(b), 164.312(e)(1), 164.312(e)(2)(ii), 4.3.3.2.2, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 5.2, SR 7.6, A.10.1.1, A.11.1.4, A.11.1.5, A.11.2.1, A.12.1.2, A.12.5.1, A.12.6.2, A.13.1.1, A.13.1.3, A.13.2.1, A.13.2.3, A.13.2.4, A.14.1.2, A.14.1.3, A.14.2.2, A.14.2.3, A.14.2.4, A.6.1.2, A.7.1.1, A.7.1.2, A.7.3.1, A.8.2.2, A.8.2.3, A.9.1.1, A.9.1.2, A.9.2.1, A.9.2.3, A.9.4.1, A.9.4.4, A.9.4.5, AC-3, AC-6, AC-17(a), AC-17(b), CM-6(b), PR.AC-4, PR.AC-6, PR.DS-5, PR.IP-1, PR.PT-3, FIA_AFL.1, SRG-OS-000480-GPOS-00229, SRG-OS-000480-VMM-002000 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | To explicitly disallow SSH login from accounts with
empty passwords, add or correct the following line in PermitEmptyPasswords no Any accounts with empty passwords should be disabled immediately, and PAM configuration should prevent users from being able to assign themselves empty passwords. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Configuring this setting for the SSH daemon provides additional assurance that remote login via SSH will require a password, even in the event of misconfiguration elsewhere. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details Verify if Profile set Value sshd_required as not required oval:ssg-test_sshd_not_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is removed oval:ssg-test_package_openssh-server_removed:tst:1 falseFollowing items have been found on the system:
Verify if Profile set Value sshd_required as required oval:ssg-test_sshd_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is installed oval:ssg-test_package_openssh-server_installed:tst:1 trueFollowing items have been found on the system:
tests the value of PermitEmptyPasswords setting in the /etc/ssh/sshd_config file oval:ssg-test_sshd_disable_empty_passwords:tst:1 falseNo items have been found conforming to the following objects:Object oval:ssg-obj_sshd_disable_empty_passwords:obj:1 of type textfilecontent54_object
tests the absence of PermitEmptyPasswords setting in the /etc/ssh/sshd_config file oval:ssg-test_sshd_disable_empty_passwords_default_not_overriden:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_sshd_disable_empty_passwords_default_not_overriden:obj:1 of type textfilecontent54_object
|
Disable GSSAPI Authentication
Rule ID | xccdf_org.ssgproject.content_rule_sshd_disable_gssapi_auth | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-80897-2 References: 11, 3, 9, BAI10.01, BAI10.02, BAI10.03, BAI10.05, 3.1.12, CCI-000368, CCI-000318, CCI-001812, CCI-001813, CCI-001814, 164.308(a)(4)(i), 164.308(b)(1), 164.308(b)(3), 164.310(b), 164.312(e)(1), 164.312(e)(2)(ii), 4.3.4.3.2, 4.3.4.3.3, SR 7.6, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, AC-17(a), AC-17(b), CM-6(c), PR.IP-1, FIA_AFL.1, SRG-OS-000364-GPOS-00151, SRG-OS-000480-VMM-002000 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | Unless needed, SSH should not permit extraneous or unnecessary
authentication mechanisms like GSSAPI. To disable GSSAPI authentication, add or
correct the following line in the GSSAPIAuthentication no | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | GSSAPI authentication is used to provide additional authentication mechanisms to applications. Allowing GSSAPI authentication through SSH exposes the system's GSSAPI to remote hosts, increasing the attack surface of the system. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details Verify if Profile set Value sshd_required as not required oval:ssg-test_sshd_not_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is removed oval:ssg-test_package_openssh-server_removed:tst:1 falseFollowing items have been found on the system:
Verify if Profile set Value sshd_required as required oval:ssg-test_sshd_required:tst:1 falseFollowing items have been found on the system:
Verify if Value of sshd_required is the default oval:ssg-test_sshd_requirement_unset:tst:1 trueFollowing items have been found on the system:
package openssh-server is installed oval:ssg-test_package_openssh-server_installed:tst:1 trueFollowing items have been found on the system:
tests the value of GSSAPIAuthentication setting in the /etc/ssh/sshd_config file oval:ssg-test_sshd_disable_gssapi_auth:tst:1 trueFollowing items have been found on the system:
tests the absence of GSSAPIAuthentication setting in the /etc/ssh/sshd_config file oval:ssg-test_sshd_disable_gssapi_auth_default_not_overriden:tst:1 falseFollowing items have been found on the system:
|
Uninstall Sendmail Package
Rule ID | xccdf_org.ssgproject.content_rule_package_sendmail_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | medium | ||
Identifiers and References | Identifiers: CCE-81039-0 References: NT28(R1), 11, 14, 3, 9, BAI10.01, BAI10.02, BAI10.03, BAI10.05, DSS05.02, DSS05.05, DSS06.06, 4.3.3.5.1, 4.3.3.5.2, 4.3.3.5.3, 4.3.3.5.4, 4.3.3.5.5, 4.3.3.5.6, 4.3.3.5.7, 4.3.3.5.8, 4.3.3.6.1, 4.3.3.6.2, 4.3.3.6.3, 4.3.3.6.4, 4.3.3.6.5, 4.3.3.6.6, 4.3.3.6.7, 4.3.3.6.8, 4.3.3.6.9, 4.3.3.7.1, 4.3.3.7.2, 4.3.3.7.3, 4.3.3.7.4, 4.3.4.3.2, 4.3.4.3.3, SR 1.1, SR 1.10, SR 1.11, SR 1.12, SR 1.13, SR 1.2, SR 1.3, SR 1.4, SR 1.5, SR 1.6, SR 1.7, SR 1.8, SR 1.9, SR 2.1, SR 2.2, SR 2.3, SR 2.4, SR 2.5, SR 2.6, SR 2.7, SR 7.6, A.12.1.2, A.12.5.1, A.12.6.2, A.14.2.2, A.14.2.3, A.14.2.4, A.9.1.2, CM-7, PR.IP-1, PR.PT-3, SRG-OS-000480-GPOS-00227 | ||
Description | Sendmail is not the default mail transfer agent and is
not installed by default.
The $ sudo yum erase sendmail | ||
Rationale | The sendmail software was not developed with security in mind and its design prevents it from being effectively contained by SELinux. Postfix should be used instead. | ||
OVAL test results details package sendmail is removed oval:ssg-test_package_sendmail_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_sendmail_removed:obj:1 of type rpminfo_object
|
Uninstall Automatic Bug Reporting Tool (abrt)
Rule ID | xccdf_org.ssgproject.content_rule_package_abrt_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | medium | ||
Identifiers and References | Identifiers: CCE-80948-3 References: SRG-OS-000095-GPOS-00049 | ||
Description | The Automatic Bug Reporting Tool ( $ sudo yum erase abrt | ||
Rationale | Mishandling crash data could expose sensitive information about vulnerabilities in software executing on the system, as well as sensitive information from within a process's address space or registers. | ||
OVAL test results details package abrt is removed oval:ssg-test_package_abrt_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_abrt_removed:obj:1 of type rpminfo_object
|
Disable chrony daemon from acting as server
Rule ID | xccdf_org.ssgproject.content_rule_chronyd_client_only | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82988-7 References: FMT_SMF_EXT.1, SRG-OS-000096-GPOS-00050 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | The | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Minimizing the exposure of the server functionality of the chrony daemon diminishes the attack surface. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details package chrony is installed oval:ssg-test_service_chronyd_package_chrony_installed:tst:1 trueFollowing items have been found on the system:
Test that the chronyd service is running oval:ssg-test_service_running_chronyd:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_chronyd:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_chronyd_socket:tst:1 falseFollowing items have been found on the system:
check if port is 0 in /etc/chrony.conf oval:ssg-test_chronyd_client_only:tst:1 trueFollowing items have been found on the system:
|
Disable network management of chrony daemon
Rule ID | xccdf_org.ssgproject.content_rule_chronyd_no_chronyc_network | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | unknown | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82840-0 References: FMT_SMF_EXT.1, SRG-OS-000096-GPOS-00050 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | The | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | Not exposing the management interface of the chrony daemon on the network diminishes the attack space. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details package chrony is installed oval:ssg-test_service_chronyd_package_chrony_installed:tst:1 trueFollowing items have been found on the system:
Test that the chronyd service is running oval:ssg-test_service_running_chronyd:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_chronyd:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_chronyd_socket:tst:1 falseFollowing items have been found on the system:
check if cmdport is 0 in /etc/chrony.conf oval:ssg-test_chronyd_no_chronyc_network:tst:1 trueFollowing items have been found on the system:
|
Enable the Hardware RNG Entropy Gatherer Service
Rule ID | xccdf_org.ssgproject.content_rule_service_rngd_enabled | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Result | pass | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Time | 2019-12-13T07:55:53 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Severity | medium | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Identifiers and References | Identifiers: CCE-82831-9 References: FCS_RBG_EXT.1, SRG-OS-000480-GPOS-00227 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description | The Hardware RNG Entropy Gatherer service should be enabled.
The $ sudo systemctl enable rngd.service | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rationale | The | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OVAL test results details package rng-tools is installed oval:ssg-test_service_rngd_package_rng-tools_installed:tst:1 trueFollowing items have been found on the system:
Test that the rngd service is running oval:ssg-test_service_running_rngd:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_rngd:tst:1 trueFollowing items have been found on the system:
systemd test oval:ssg-test_multi_user_wants_rngd_socket:tst:1 falseFollowing items have been found on the system:
|
Disable Kerberos by removing host keytab
Rule ID | xccdf_org.ssgproject.content_rule_kerberos_disable_no_keytab | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | medium | ||
Identifiers and References | Identifiers: CCE-82175-1 References: FCS_CKM.1, SRG-OS-000120-GPOS-00061 | ||
Description | Kerberos is not an approved key distribution method for
Common Criteria. To prevent using Kerberos by system daemons,
remove the Kerberos keytab files, especially
| ||
Rationale | The key derivation function (KDF) in Kerberos is not FIPS compatible. | ||
OVAL test results details Ensure a keytab file exists oval:ssg-test_kerberos_disable_no_keytab:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_kerberos_disable_no_keytab:obj:1 of type file_object
|
Uninstall nfs-utils Package
Rule ID | xccdf_org.ssgproject.content_rule_package_nfs-utils_removed | ||
Result | pass | ||
Time | 2019-12-13T07:55:53 | ||
Severity | low | ||
Identifiers and References | Identifiers: CCE-82932-5 References: SRG-OS-000095-GPOS-00049 | ||
Description | The $ sudo yum erase nfs-utils | ||
Rationale |
| ||
OVAL test results details package nfs-utils is removed oval:ssg-test_package_nfs-utils_removed:tst:1 trueNo items have been found conforming to the following objects:Object oval:ssg-obj_test_package_nfs-utils_removed:obj:1 of type rpminfo_object
|