The system package management tool must be used to verify system software periodically.

From Oracle Linux 5 Security Technical Implementation Guide

Part of GEN006565

Associated with: CCI-000366 CCI-000698

SV-63667r1_rule The system package management tool must be used to verify system software periodically.

Vulnerability discussion

Verification using the system package management tool can be used to determine that system software has not been tampered with.This requirement is not applicable to systems not using package management tools.

Check content

Check the root crontab (crontab -l) and the global crontabs in "/etc/crontab", "/etc/cron.*" for the presence of an rpm verification command such as: rpm -qVa | awk '$2!="c" {print $0}' If no such cron job is found, this is a finding. If the result of the cron job indicates packages which do not pass verification exist, this is a finding unless the changes were made due to another STIG entry.

Fix text

Add a cron job to run an rpm verification command such as: rpm -qVa | awk '$2!="c" {print $0}' For packages which failed verification: If the package is not necessary for operations, remove it from the system. If the package is necessary for operations, re-install the package.

Pro Tips

Lavender hyperlinks in small type off to the right (of CSS class id, if you view the page source) point to globally unique URIs for each document and item. Copy the link location and paste anywhere you need to talk unambiguously about these things.

You can obtain data about documents and items in other formats. Simply provide an HTTP header Accept: text/turtle or Accept: application/rdf+xml.

Powered by sagemincer