This article is a quick description of how to install security updates on a CentOS or Redhat system without installing other normal updates. First install the YUM Plugin:
yum install yum-security
You can optionally list the available security updates:
yum list-security
Now you can run the following to install security updates only:
yum update --security