Vulnerability Discussion
The system must not have the Unix-to-Unix Copy Protocol (UUCP) service active.
UUCP, a set of programs that enable the sending of files between different Unix systems as well as sending commands to be executed on another system, is not essential and must be disabled in order to prevent the unauthorized connection of devices, transfer of information, and tunneling.
Note: UUCP service is disabled at startup by default macOS.
Check
Verify the macOS system is configured to disable Unix-to-Unix copy protocol service with the following command:
/bin/launchctl print-disabled system | /usr/bin/grep -c '"com.apple.uucp" => disabled'
If the result is not "1", this is a finding.
Fix
Configure the macOS system to disable Unix-to-Unix copy protocol service with the following command:
/bin/launchctl disable system/com.apple.uucp
The system may need to be restarted for the update to take effect.