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

The system package management tool must verify group-ownership on all files and directories associated with packages.

DISA Rule

SV-209062r603263_rule

Vulnerability Number

V-209062

Group Title

SRG-OS-000480

Rule Version

OL6-00-000517

Severity

CAT III

CCI(s)

Weight

10

Fix Recommendation

The RPM package management system can restore group-ownership of the package files and directories. The following command will update files and directories with group-ownership different from what is expected by the RPM database:

# rpm -qf [file or directory name]
# rpm --setugids [package]

Check Contents

The following command will list which files on the system have group-ownership different from what is expected by the RPM database:

# rpm -Va | grep '^......G'

If any output is produced, verify that the changes were due to STIG application and have been documented with the ISSO.

If any output has not been documented with the ISSO, this is a finding.

Vulnerability Number

V-209062

Documentable

False

Rule Version

OL6-00-000517

Severity Override Guidance

The following command will list which files on the system have group-ownership different from what is expected by the RPM database:

# rpm -Va | grep '^......G'

If any output is produced, verify that the changes were due to STIG application and have been documented with the ISSO.

If any output has not been documented with the ISSO, this is a finding.

Check Content Reference

M

Target Key

2928

Comments