How to update CentOS 7 with fixes for Spectre and the Meltdown cyber security threats
EcoStruxure IT forum
Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-0403:38 AM. Last Modified: 2024-04-0503:15 AM
How to update CentOS 7 with fixes for Spectre and the Meltdown cyber security threats
You can patch CentOS v7 for Spectre and the Meltdown cyber security threats yourself if you have administrator access to the system. First, check ssh to your system and try this command:
$ uname -r 3.10.0-693.5.2.el7.x86_64
This is the system's kernel version. Take note of it.
Now, let's update CentOS to latest packages:
$ sudo yum update
Depending on your version of CentOS you may get different size of download. Mine was 294Mb. After accepting the download you may have to wait for packages to install. When package update is complete, you should reboot your system:
$ sudo reboot
After reboot you can check kernel version again
$ uname -r 3.10.0-693.11.6.el7.x86_64
Version should be 3.10.0-693.11... or later.
You could also check kernel changelog, to see if it has entries about CVE-2017-5753