2026年3月24日,官方发布了Nginx的最新社区稳定版-1.28.3,该版本修复了多个安全漏洞和程序Bug。
一、修复的安全漏洞
二、修复的程序Bug
三、新增的限制
该二进制源码包,经编译安装测试,仍兼容CentOS 7.9系统
$ ./nginx -V
nginx version: nginx/1.28.3
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC)
built with OpenSSL 1.0.2k-fips 26 Jan 2017
TLS SNI support enabled
configure arguments: –prefix=/data/nginx –with-threads –with-http_ssl_module –with-http_stub_status_module –add-module=../nginx_upstream_check_module-0.4.0 –group=app –user=app
# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
附1:二进制源码包下载
| CHANGES-1.28 | nginx-1.28.3 http://nginx.org/download/nginx-1.28.3.tar.gz pgp |
nginx/Windows-1.28.3 http://nginx.org/download/nginx-1.28.3.zip pgp |
附2:RPM包下载
nginx-1.28.3-1.el8.ngx.x86_64.rpm
http://nginx.org/packages/centos/8/x86_64/RPMS/nginx-1.28.3-1.el8.ngx.x86_64.rpm
nginx-1.28.3-1.el9.ngx.x86_64.rpm
http://nginx.org/packages/centos/9/x86_64/RPMS/nginx-1.28.3-1.el9.ngx.x86_64.rpm
nginx-1.28.3-1.el10.ngx.x86_64.rpm
http://nginx.org/packages/centos/10/x86_64/RPMS/nginx-1.28.3-1.el10.ngx.x86_64.rpm



