STIGQter STIGQter: STIG Summary: Canonical Ubuntu 22.04 LTS Security Technical Implementation Guide Version: 2 Release: 9 Benchmark Date: 01 Jul 2026:

Ubuntu 22.04 LTS must disable kernel core dumps so that it can fail to a secure state if system initialization fails, shutdown fails or aborts fail.

DISA Rule

SV-260473r1155207_rule

Vulnerability Number

V-260473

Group Title

SRG-OS-000184-GPOS-00078

Rule Version

UBTU-22-213015

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

If kernel core dumps are not required, disable and mask "kdump-tools.service" by using the following command:

$ sudo systemctl mask kdump-tools --now

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

Check Contents

Verify that kernel core dumps are disabled unless needed by using the following command:

$ systemctl status kdump-tools.service
o kdump-tools.service
Loaded: masked (Reason: Unit kdump-tools.service is masked.)
Active: inactive (dead)

If kdump-tools is not installed the output will be:
Unit kdump-tools.service could not be found.

If "kdump-tools.service" is not masked and inactive, ask the system administrator (SA) if the use of the service is required and documented with the information system security officer (ISSO).

If the service is active and is not documented, this is a finding.

Vulnerability Number

V-260473

Documentable

False

Rule Version

UBTU-22-213015

Severity Override Guidance

Verify that kernel core dumps are disabled unless needed by using the following command:

$ systemctl status kdump-tools.service
o kdump-tools.service
Loaded: masked (Reason: Unit kdump-tools.service is masked.)
Active: inactive (dead)

If kdump-tools is not installed the output will be:
Unit kdump-tools.service could not be found.

If "kdump-tools.service" is not masked and inactive, ask the system administrator (SA) if the use of the service is required and documented with the information system security officer (ISSO).

If the service is active and is not documented, this is a finding.

Check Content Reference

M

Target Key

5594