Information
Allowing guests to connect to shared folders enables users to access selected shared folders and their contents from different computers on a network.
Not allowing guests to connect to shared folders mitigates the risk of an untrusted user doing basic reconnaissance and possibly using privilege escalation attacks to take control of the system.
Solution
Run the following commands to verify that shared folders are not accessible to guest users:
% /usr/bin/sudo /usr/sbin/sysadminctl -smbGuestAccess off
Impact:
Unauthorized users could access shared files on the system.