Ensure kernel core dumps are disabled.

Details

The operating system must disable Kernel core dumps unless needed.

Rationale:

Kernel core dumps may contain the full contents of system memory at the time of the crash. Kernel core dumps may consume a considerable amount of disk space and may result in denial of service by exhausting the available space on the target file system partition.

Solution

If kernel core dumps are not required, disable the kdump service with the following command:

# systemctl disable kdump.service

If kernel core dumps are required, document the need with the Authorizing Official.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles