• 阿里云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
  • 相关阅读:
    多维数组的索引与切片
    多维数组
    开学第一课Java考试
    大一第九周学习体会
    大一第八周学习体会
    大一第七周学习体会
    大一第六周学习体会
    大一第五周学习体会
    《大道至简》读后感
    大一暑假第四周学习体会
  • 原文地址:https://www.cnblogs.com/kingsonfu/p/10069624.html
Copyright © 2020-2023  润新知