UCF STIG Viewer Logo

The kernel core dump data directory must be owned by root.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227787 GEN003520 SV-227787r603266_rule Low
Description
Kernel core dumps may contain the full contents of system memory at the time of the crash. As the system memory may contain sensitive information, it must be protected accordingly. If the kernel core dump data directory is not owned by root, the core dumps contained in the directory may be subject to unauthorized access.
STIG Date
Solaris 10 X86 Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29949r489715_chk )
Check the ownership of the kernel core dump data directory.

# ls -ld /var/crash
OR
# ls -ld `grep DUMPADM_SAVDIR /etc/dumpadm.conf | cut -d= -f2`

If the kernel core dump data directory is not owned by root, this is a finding.
Fix Text (F-29937r489716_fix)
Change the owner of the kernel core dump data directory to root.
# chown root /var/crash