STIGQter STIGQter: STIG Summary: Oracle Linux 9 Security Technical Implementation Guide Version: 1 Release: 6 Benchmark Date: 01 Jul 2026:

OL 9 must have GPG signature verification enabled for all software repositories.

DISA Rule

SV-271525r1091287_rule

Vulnerability Number

V-271525

Group Title

SRG-OS-000366-GPOS-00153

Rule Version

OL09-00-000498

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Configure all software repositories defined in "/etc/yum.repos.d/" to have "gpgcheck" enabled:

$ sudo sed -i 's/gpgcheck\s*=.*/gpgcheck=1/g' /etc/yum.repos.d/*

Check Contents

Verify that OL 9 software repositories defined in "/etc/yum.repos.d/" have been configured with "gpgcheck" enabled:

$ grep gpgcheck /etc/yum.repos.d/*.repo | more
gpgcheck = 1

If "gpgcheck" is not set to "1" for all returned lines, this is a finding.

Vulnerability Number

V-271525

Documentable

False

Rule Version

OL09-00-000498

Severity Override Guidance

Verify that OL 9 software repositories defined in "/etc/yum.repos.d/" have been configured with "gpgcheck" enabled:

$ grep gpgcheck /etc/yum.repos.d/*.repo | more
gpgcheck = 1

If "gpgcheck" is not set to "1" for all returned lines, this is a finding.

Check Content Reference

M

Target Key

5680