• 阿里云服务器常见漏洞修复整理


    1、第一次购买阿里云ECS服务器提示需要修复的漏洞

    RHSA-2017:1842: kernel security, bug fix, and enhancement update
    RHSA-2017:2299: NetworkManager and libnl3 security, bug fix and enhancement update
    RHSA-2017:1916: glibc security, bug fix, and enhancement update
    RHSA-2017:3075: wget security update
    RHSA-2017:2029: openssh security, bug fix, and enhancement update
    RHSA-2017:2292: gnutls security, bug fix, and enhancement 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

    github地址:https://github.com/line007/jucdemo2

    博客地址:https://line007.github.io/

  • 相关阅读:
    05. Spring Security 图形验证码
    Spring Security 登出
    03. Spring Security 异常处理
    02. Spring Security rememberMe
    Redirect和Forward的区别
    01. spring-security 初体验
    nextInt()和nextLine()注意点
    JavaBean
    05. Hystrix Dashboard
    bootstrap.yml 和 application.yml
  • 原文地址:https://www.cnblogs.com/ice-line/p/9590445.html
Copyright © 2020-2023  润新知