2.4.8 Ensure File Sharing Is Disabled

Warning! Audit Deprecated

This audit has been deprecated and will be removed in a future update.

View Next Audit Version

Information

File sharing from a user workstation creates additional risks, such as:

Open ports are created that can be probed and attacked

Passwords are attached to user accounts for access that may be exposed and endanger other parts of the organizational environment, including directory accounts

Increased complexity makes security more difficult and may expose additional attack vectors

Apple's File Sharing uses the Server Message Block (SMB) protocol to share to other computers that can mount SMB shares. This includes other macOS computers.

Apple warns that SMB sharing stored passwords is less secure, and anyone with system access can gain access to the password for that account. When sharing with SMB, each user accessing the Mac must have SMB enabled. Storing passwords, especially copies of valid directory passwords, decrease security for the directory account and should not be used.

Rationale:

By disabling File Sharing, the remote attack surface and risk of unauthorized access to files stored on the system is reduced.

Impact:

File Sharing can be used to share documents with other users, but hardened servers should be used rather than user endpoints. Turning on File Sharing increases the visibility and attack surface of a system unnecessarily.

Solution

Perform the following to disable File Sharing:
Graphical Method:

Open System Preferences

Select Sharing

Uncheck File Sharing

Terminal Method:
Run the following command to disable File Sharing:

$ sudo launchctl disable system/com.apple.smbd

See Also

https://workbench.cisecurity.org/files/4004