STIGQter STIGQter: STIG Summary: Oracle Linux 6 Security Technical Implementation Guide Version: 2 Release: 3 Benchmark Date: 23 Apr 2021:

The Automatic Bug Reporting Tool (abrtd) service must not be running.

DISA Rule

SV-208937r603263_rule

Vulnerability Number

V-208937

Group Title

SRG-OS-000096

Rule Version

OL6-00-000261

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

The Automatic Bug Reporting Tool ("abrtd") daemon collects and reports crash data when an application crash is detected. Using a variety of plugins, abrtd can email crash reports to system administrators, log crash reports to files, or forward crash reports to a centralized issue-tracking system such as the operating system vendor's centralized issue-tracking system. The "abrtd" service can be disabled with the following commands:

# chkconfig abrtd off
# service abrtd stop

Check Contents

To check that the "abrtd" service is disabled in system boot configuration, run the following command:

# chkconfig "abrtd" --list

Output should indicate the "abrtd" service has either not been installed, or has been disabled at all runlevels, as shown in the example below:

# chkconfig "abrtd" --list
"abrtd" 0:off 1:off 2:off 3:off 4:off 5:off 6:off

Run the following command to verify "abrtd" is disabled through current runtime configuration:

# service abrtd status

If the service is disabled the command will return the following output:

abrtd is stopped

If the service is running, this is a finding.

Vulnerability Number

V-208937

Documentable

False

Rule Version

OL6-00-000261

Severity Override Guidance

To check that the "abrtd" service is disabled in system boot configuration, run the following command:

# chkconfig "abrtd" --list

Output should indicate the "abrtd" service has either not been installed, or has been disabled at all runlevels, as shown in the example below:

# chkconfig "abrtd" --list
"abrtd" 0:off 1:off 2:off 3:off 4:off 5:off 6:off

Run the following command to verify "abrtd" is disabled through current runtime configuration:

# service abrtd status

If the service is disabled the command will return the following output:

abrtd is stopped

If the service is running, this is a finding.

Check Content Reference

M

Target Key

2928

Comments