[root@localhost ~]# cat /etc/redhat-release 
CentOS Linux release 7.2.1511 (Core)

 

修复命令:

      使用root账号登陆Shell,键入以下代码回车:
            Centos/RedHat: yum update -y
            Ubuntu:apt-get update -y
      命令完成需重启系统:reboot

 

验证修复:

      登陆阿里云云中心管理控制台,逐个验证修复即可。

 

RHSA-2018:0007-重要: 内核 安全更新(需要重启、存在EXP)

 

漏洞编号 影响分 漏洞公告
CVE-2017-5715 6.7 Spectre 变种2, 分支目标注入漏洞
CVE-2017-5753 8.2 CPU处理器内核存在Meltdown漏洞(CNVD-2018-00304)
CVE-2017-5754 8.1 CPU处理器内核存在Spectre漏洞

 

修复命令:

yum update python-perf
yum update kernel
yum update kernel-headers
yum update kernel-tools
yum update kernel-tools-libs

 

 

修复后,需要重启系统。

 

相关文章:

  • 2022-12-23
  • 2021-07-09
  • 2021-07-25
  • 2021-06-06
  • 2021-07-02
  • 2022-12-23
  • 2021-10-09
  • 2022-01-13
猜你喜欢
  • 2021-08-12
  • 2021-06-26
  • 2022-01-17
  • 2021-06-14
  • 2022-02-17
  • 2021-11-24
  • 2021-10-08
相关资源
相似解决方案