linux – CVE-2014-0196 CentOS漏洞

前端之家收集整理的这篇文章主要介绍了linux – CVE-2014-0196 CentOS漏洞前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
尝试修补CVE-2014-0196漏洞,但是yum无法找到软件包更新

CentOS 6.5(最终版)
面板版本:11.0.9更新#61

# uname -r
2.6.32-358.11.1.el6.x86_64

# yum update kernel
Loaded plugins: fastestmirror
Determining fastest mirrors
epel/Metalink                                                                   |  23 kB     00:00    
epel: mirror.fraunhofer.de
base                                                                            | 3.7 kB     00:00    
epel                                                                            | 4.4 kB     00:00    
epel/primary_db                                                                 | 6.2 MB     00:00    
extras                                                                          | 3.4 kB     00:00    
updates                                                                         | 3.4 kB     00:00    
updates/primary_db                                                              | 3.7 MB     00:00    
Setting up Update Process
No Packages marked for Update

编辑1

# rpm -q kernel
kernel-2.6.32-358.6.2.el6.x86_64
kernel-2.6.32-358.11.1.el6.x86_64
kernel-2.6.32-431.20.3.el6.x86_64

编辑2

# yum repolist all
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * epel: mirror.fraunhofer.de
repo id                        repo name                                                status
base                           CentOS-6 - Base                                          enabled:  6,367
epel                           Extra Packages for Enterprise Linux 6 - x86_64           enabled: 10,970
extras                         CentOS-6 - Extras                                        enabled:     14
updates                        CentOS-6 - Updates                                       enabled:  1,104
repolist: 18,455

解决方法

看起来你已经拥有了最新的内核

kernel-2.6.32-431.20.3.el6.x86_64

在你的系统上,所以yum是正确的,因为没有任何事情可做.但是这个内核不活跃.

uname -r
2.6.32-358.11.1.el6.x86_64

您需要重新启动系统才能使其处于活动状态.

原文链接:https://www.f2er.com/linux/398852.html

猜你在找的Linux相关文章