Skip to content

The centralized process core dump data directory must be group-owned by root, bin, or sys.

An XCCDF Rule

Description

<VulnDiscussion>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 centralized process core dump data directory is not group-owned by a system group, the core dumps contained in the directory may be subject to unauthorized access.</VulnDiscussion><FalsePositives></FalsePositives><FalseNegatives></FalseNegatives><Documentable>false</Documentable><Mitigations></Mitigations><SeverityOverrideGuidance></SeverityOverrideGuidance><PotentialImpacts></PotentialImpacts><ThirdPartyTools></ThirdPartyTools><MitigationControl></MitigationControl><Responsibility></Responsibility><IAControls></IAControls>

ID
SV-216211r959010_rule
Severity
Medium
References
Updated



Remediation - Manual Procedure

The root role is required.

Change the group-owner of the core file directory to root, bin or sys.

Example: # chgrp root [core file directory]