[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:3032-低危: binutils 安全和BUG修复更新

漏洞编号影响分漏洞公告
CVE-2018-103723.3binutils中dwarf.c中的process_cu_tu_index函数拒绝服务漏洞
CVE-2018-103733.3binutils中dwarf2.c中的concat_filename 函数空指针解引用可导致拒绝服务
CVE-2018-105342.8binutils中peXXigen.c中的_bfd_XX_bfd_copy_private_bfd_data_common函数存在内存越界写入
CVE-2018-105352.8binutils 中ignore_section_sym存在空指针解引用可导致拒绝服务
CVE-2018-130332.8Binutils可能会导致高内存分配的拒绝服务
CVE-2018-72087.8GNU Binutils拒绝服务漏洞
CVE-2018-75683.3binutils 的parse_die 函数存在整数溢出可导致拒绝服务漏洞
CVE-2018-75693.3binutils 中dwarf2.c 整数溢出导致拒绝服务
CVE-2018-76425.5GNU binutils 'swap_std_reloc_in'函数存在拒绝服务漏洞
CVE-2018-76437.8GNU binutils 'display_debug_ranges'函数存在拒绝服务漏洞
CVE-2018-89455.5GNU Binutils Binary File Descriptor库拒绝服务漏洞

修复命令:

yum update binutils

 

12-28 14:30