加入收藏 | 设为首页 | 会员中心 | 我要投稿 东莞站长网 (https://www.0769zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 服务器 > 搭建环境 > Windows > 正文

如何在CentOS或RHEL系统上检查可用的安全更新?

发布时间:2019-06-05 22:52:34 所属栏目:Windows 来源:Magesh Maruthamuthu
导读:副标题#e# 当你更新系统时,根据你所在公司的安全策略,有时候可能只需要打上与安全相关的补

列出所有可用的安全补丁,并且显示其详细信息:

  1. # yum info-sec
  2. .
  3. .
  4. ===============================================================================
  5. tzdata bug fix and enhancement update
  6. ===============================================================================
  7. Update ID : RHBA-2019:0689
  8. Release : 0
  9. Type : bugfix
  10. Status : final
  11. Issued : 2019-03-28 19:27:44 UTC
  12. Description : The tzdata packages contain data files with rules for various
  13. : time zones.
  14. :
  15. : The tzdata packages have been updated to version
  16. : 2019a, which addresses recent time zone changes.
  17. : Notably:
  18. :
  19. : * The Asia/Hebron and Asia/Gaza zones will start
  20. : DST on 2019-03-30, rather than 2019-03-23 as
  21. : previously predicted.
  22. : * Metlakatla rejoined Alaska time on 2019-01-20,
  23. : ending its observances of Pacific standard time.
  24. :
  25. : (BZ#1692616, BZ#1692615, BZ#1692816)
  26. :
  27. : Users of tzdata are advised to upgrade to these
  28. : updated packages.
  29. Severity : None

如果你想要知道某个更新的具体内容,可以运行下面这个命令:

  1. # yum updateinfo RHSA-2019:0163
  2.  
  3. Loaded plugins: changelog, package_upload, product-id, search-disabled-repos, subscription-manager, verify, versionlock
  4. rhel-7-server-rpms | 2.0 kB 00:00:00
  5. ===============================================================================
  6. Important: kernel security, bug fix, and enhancement update
  7. ===============================================================================
  8. Update ID : RHSA-2019:0163
  9. Release : 0
  10. Type : security
  11. Status : final
  12. Issued : 2019-01-29 15:21:23 UTC
  13. Updated : 2019-01-29 15:23:47 UTC Bugs : 1641548 - CVE-2018-18397 kernel: userfaultfd bypasses tmpfs file permissions
  14. : 1641878 - CVE-2018-18559 kernel: Use-after-free due to race condition in AF_PACKET implementation
  15. CVEs : CVE-2018-18397
  16. : CVE-2018-18559
  17. Description : The kernel packages contain the Linux kernel, the core of any
  18. : Linux operating system.
  19. :
  20. : Security Fix(es):
  21. :
  22. : * kernel: Use-after-free due to race condition in
  23. : AF_PACKET implementation (CVE-2018-18559)
  24. :
  25. : * kernel: userfaultfd bypasses tmpfs file
  26. : permissions (CVE-2018-18397)
  27. :
  28. : For more details about the security issue(s),
  29. : including the impact, a CVSS score, and other
  30. : related information, refer to the CVE page(s)
  31. : listed in the References section.
  32. :
  33. : Bug Fix(es):
  34. :
  35. : These updated kernel packages include also
  36. : numerous bug fixes and enhancements. Space
  37. : precludes documenting all of the bug fixes in this
  38. : advisory. See the descriptions in the related
  39. : Knowledge Article:
  40. : https://access.redhat.com/articles/3827321
  41. Severity : Important
  42. updateinfo info done

(编辑:东莞站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!