UCF STIG Viewer Logo

The smbpasswd file must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227932 GEN006210 SV-227932r603266_rule Medium
Description
If the permissions of the smbpasswd file are too permissive, the smbpasswd file may be maliciously accessed or modified, potentially resulting in the compromise of Samba accounts.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-30094r490216_chk )
Check the group ownership of the Samba configuration file.
# ls -lL /etc/sfw/private/smbpasswd
If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-30082r490217_fix)
Remove the extended ACL from the file.
# chmod A- /etc/sfw/private/smbpasswd