一、概述

nginx 1.16.1 稳定版和 nginx 1.17.3 主线版发布 修复安全问题

nginx 1.17.3

安全:当使用 HTTP/2 时,客户端可能会导致过多的内存消耗和 CPU 使用 (CVE-2019-9511, CVE-2019-9513, CVE-2019-9516)

Bugfix:使用 gzipping 时 "zero size buf" 警告可能会出现在日志中(此 bug 在 1.17.2 中出现)

Bugfix:如果在 SMTP 中使用了 "resolver 指令,worker 进程可能会出现段错误

nginx 1.16.1

安全:当使用 HTTP/2 时,客户端可能会导致过多的内存消耗和 CPU 使用 (CVE-2019-9511, CVE-2019-9513, CVE-2019-9516)

a.漏洞详情图:

 

b.nginx 官网参考链接:

 http://nginx0org.icopy.site/en/security_advisories.html

截图:

 二、修复方案

a.原nginx版本

[root]# nginx -v
nginx version: nginx/1.17.2

b.更新nginx版本

[root]# yum update nginx  
Loaded plugins: fastestmirror
Setting up Update Process
Determining fastest mirrors
 * base: mirrors.aliyun.com
 * elrepo: mirrors.tuna.tsinghua.edu.cn
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com

 c.新版版本:

[root]# nginx -v
nginx version: nginx/1.17.9

 

Logo

有“AI”的1024 = 2048,欢迎大家加入2048 AI社区

更多推荐