Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Linux (Debian/Ubuntu).

  1. For Samba servers, edit /etc/samba/smb.conf and add to the [global] section:

    server signing = mandatory
    client signing = mandatory
  2. Restart Samba:

    sudo systemctl restart smbd nmbd