UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

Samba must be configured to use encrypted passwords.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22500 GEN006230 SV-64041r1_rule IAIA-1 IAIA-2 Medium
Description
Samba must be configured to protect authenticators. If Samba passwords are not encrypted for storage, plain-text user passwords may be read by those with access to the Samba password file.
STIG Date
Oracle Linux 5 Security Technical Implementation Guide 2015-06-05

Details

Check Text ( C-52465r4_chk )
If the "samba-common" package is not installed, this is not applicable.

Check the encryption setting of Samba.

# grep -i 'encrypt passwords' /etc/samba/smb.conf

If the setting is not present, or not set to 'yes', this is a finding.
Fix Text (F-54573r1_fix)
Edit the "/etc/samba/smb.conf" file and change the "encrypt passwords" setting to "yes".