Rule ID
SV-221704r1155286_rule
Version
V3R5
CCIs
The EPEL is a repository of high-quality open-source packages for enterprise-class Linux distributions such as RHEL, CentOS, AlmaLinux, Rocky Linux, and Oracle Linux. These packages are not part of the official distribution but are built using the same Fedora build system to ensure compatibility and maintain quality standards.
Verify OL 7 is not able to install packages from the EPEL with the following command: # yum repolist enabled | grep -i 'epel' If any output is returned, this is a finding.
Configure OL7 to not have access to the EPEL repo. Remove the repo with the following command: # yum remove oracle-epel-release-el7