zoukankan      html  css  js  c++  java
  • 阿里云ECS服务器提示需要修复的漏洞问题

    1、漏洞:

    RHSA-2018:1842: kernel security, bug fix, and enhancement update
    RHSA-2018:2299: NetworkManager and libnl3 security, bug fix and enhancement update
    RHSA-2018:1916: glibc security, bug fix, and enhancement update
    RHSA-2018:3075: wget security update
    RHSA-2018:2029: openssh security, bug fix, and enhancement update
    RHSA-2018:2292: gnutls security, bug fix, and enhancement update

    RHSA-2018:3157: nss-pem security and bug fix update

    2、如何修复

    kernel security, bug fix, and enhancement update:
    $ yum update kernel-tools
    $ yum update kernel-tools-libs
    $ yum update python-perf
    
    NetworkManager and libnl3 security, bug fix and enhancement update:
    $ yum update libnl3
    $ yum update libnl3-cli
    $ yum update NetworkManager
    //$ yum update NetworkManager-libnm
    //$ yum update NetworkManager-team
    //$ yum update NetworkManager-tui
    //$ yum update NetworkManager-wifi
    
    glibc security update (Important):
    $ yum update glibc
    $ yum update glibc-common
    $ yum update glibc-devel
    $ yum update glibc-headers
    
    wget security update:
    $ yum update wget
    
    openssh security and bug fix update (Moderate):
    $ yum update openssh
    $ yum update openssh-clients
    $ yum update openssh-server
    
    gnutls security, bug fix, and enhancement update:
    $ yum update gnutls

    nss-pem security and bug fix update
    $yum update nss-pem
  • 相关阅读:
    Oracle 多版本控制
    texedo 分布式事务
    OLAP 大表和小表并行hash join
    分页SQL模板
    全表扫描分页
    索引的结构图
    利用函数索引优化<>
    分页SQL取下一页
    SORT ORDER BY STOPKEY
    压缩跟踪(CT)代码具体学习_模块1(样本的採集和扩充)
  • 原文地址:https://www.cnblogs.com/kingsonfu/p/10069624.html
Copyright © 2011-2022 走看看