UCF STIG Viewer Logo

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


Overview

Finding ID Version Rule ID IA Controls Severity
V-22402 GEN003504 SV-26056r1_rule ECLP-1 Low
Description
Process core dumps contain the memory in use by the process when it crashed. Any data the process was handling may be contained in the core file, and it must be protected accordingly. If the process core dump data directory has a mode more permissive than 0700, unauthorized users may be able to view or to modify sensitive information contained any process core dumps in the directory.
STIG Date
VMware ESX 3 Server 2016-05-13

Details

Check Text ( C-29239r1_chk )
Determine the mode of the centralized process core dump data directory.

Procedure:
# ls -lLd

If the mode is more permissive than 0700, this is a finding.

Fix Text (F-26259r1_fix)
Change the mode of the centralized process core dump directory to 0700.
Procedure:
# chmod 0700