You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Deepin Integration]~[v25-Release] feat: update nginx to 1.26.3-3+deb13u6 by deepin-community-bot[bot]@deepin-community/nginx by deepin-community-ci-bot[bot] #13414
Apply both patches to fix CVE-2026-42946. In the previous version,
only one part of the patch was applied, so the fix was incomplete.
This really fixes CVE-2026-42946, thanks to charles@debian.org for
pointing it out.
backport max_headers directive from upstream nginx. It limits the number
of request headers accepted from clients. Fixes remote denial-of-service
exploit.
And move max_headers from core module to the ngx_http_header_count_module
to avoid potential ABI breakage and keep all the 3rd party modules
compatible with the new version of nginx without recompilation.
A big thanks to Miao Wang for preparing the modification.
Fixes TEMP-1138794-BADE22.
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
nginx (1.26.3-3+deb13u6) trixie-security; urgency=medium
only one part of the patch was applied, so the fix was incomplete.
This really fixes CVE-2026-42946, thanks to charles@debian.org for
pointing it out.
ngx_http_rewrite_module (CVE-2026-9256) from upstream 1.30.2 nginx.
of request headers accepted from clients. Fixes remote denial-of-service
exploit.
And move max_headers from core module to the ngx_http_header_count_module
to avoid potential ABI breakage and keep all the 3rd party modules
compatible with the new version of nginx without recompilation.
A big thanks to Miao Wang for preparing the modification.
Fixes TEMP-1138794-BADE22.