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

The centralized process core dump data directory must have mode 0700 or less permissive.

DISA Rule

SV-227784r603266_rule

Vulnerability Number

V-227784

Group Title

SRG-OS-000480

Rule Version

GEN003504

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

Change the mode of the core file directory.
# chmod 0700 [core file directory]

Check Contents

Check the defined directory for process core dumps.

# coreadm | grep "global core file pattern"
OR
# grep COREADM_GLOB_PATTERN /etc/coreadm.conf

Check the permissions of the directory.
# ls -lLd [core file directory]
If the directory has a mode more permissive than 0700, this is a finding.

Vulnerability Number

V-227784

Documentable

False

Rule Version

GEN003504

Severity Override Guidance

Check the defined directory for process core dumps.

# coreadm | grep "global core file pattern"
OR
# grep COREADM_GLOB_PATTERN /etc/coreadm.conf

Check the permissions of the directory.
# ls -lLd [core file directory]
If the directory has a mode more permissive than 0700, this is a finding.

Check Content Reference

M

Target Key

4061

Comments