Vulnerability Discussion
Without authenticating devices, unidentified or unknown devices may be introduced, thereby facilitating malicious activity. Bidirectional authentication provides stronger safeguards to validate the identity of other devices for connections that are of greater risk.
Bidirectional authentication solutions include, but are not limited to, IEEE 802.1x and Extensible Authentication Protocol (EAP), RADIUS server with EAP-Transport Layer Security (TLS) authentication, Kerberos, and SSL mutual authentication.
A local connection is any connection with a device communicating without the use of a network. A network connection is any connection with a device that communicates through a network (e.g., local area network, wide area network, or the internet). A remote connection is any connection with a device communicating through an external network (e.g., the internet).
Because of the challenges of applying this requirement on a large scale, organizations are encouraged to only apply this requirement to those limited number (and type) of devices that truly need to support this capability.
Satisfies: SRG-OS-000379-GPOS-00164, SRG-OS-000114-GPOS-00059
Check
Note: If the autofs service is not installed, this requirement is Not Applicable.
Verify that the autofs package is not installed with the following command:
$ dnf list --installed autofs
Error: No matching Packages to list
If the "autofs" package is installed, and is not documented as an operational requirement with the information system security officer (ISSO), this is a finding.
Fix
Remove the autofs package with the following command:
$ dnf remove autofs