STIGQter STIGQter: STIG Summary: Solaris 10 X86 Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 22 Jan 2021:

If the system is using LDAP for authentication or account information, the LDAP TLS certificate authority file and/or directory (as appropriate) must not have an extended ACL.

DISA Rule

SV-220121r603266_rule

Vulnerability Number

V-220121

Group Title

SRG-OS-000480

Rule Version

GEN008200

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Remove the extended ACL from the certificate database files.
# chmod A- /var/ldap/cert8.db /var/ldap/key3.db /var/ldap/secmod.db

Check Contents

Check if the system is using NSS LDAP.
# grep -v '^#' /etc/nsswitch.conf | grep ldap
If no lines are returned, this vulnerability is not applicable.

Verify the permissions of the certificate database files.
# ls -lL /var/ldap/cert8.db /var/ldap/key3.db /var/ldap/secmod.db
If the permissions of any of the files contain a "+", and extended ACL is present, this is a finding.

Vulnerability Number

V-220121

Documentable

False

Rule Version

GEN008200

Severity Override Guidance

Check if the system is using NSS LDAP.
# grep -v '^#' /etc/nsswitch.conf | grep ldap
If no lines are returned, this vulnerability is not applicable.

Verify the permissions of the certificate database files.
# ls -lL /var/ldap/cert8.db /var/ldap/key3.db /var/ldap/secmod.db
If the permissions of any of the files contain a "+", and extended ACL is present, this is a finding.

Check Content Reference

M

Target Key

4061

Comments