RHSA-2026:59220HighCVSS 8.2

Red Hat Security Advisory: nginx security update

Published
August 24, 2026
Last Modified
August 24, 2026

🔗 CVE IDs covered (2)

📋 Description

CVE-2026-56434 — nginx: NGINX: Heap buffer over-read allows memory modification or denial of service CVE-2026-60005 — nginx: NGINX: Memory disclosure and denial of service in ngx_http_slice_module

🎯 Affected products101

  • Red Hat Enterprise Linux AppStream (v. 10)
  • Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
  • nginx-2:1.26.3-6.el10_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-2:1.26.3-6.el10_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-2:1.26.3-6.el10_2.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-2:1.26.3-6.el10_2.6.src as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-2:1.26.3-6.el10_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-all-modules-2:1.26.3-6.el10_2.6.noarch as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-core-2:1.26.3-6.el10_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-core-2:1.26.3-6.el10_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-core-2:1.26.3-6.el10_2.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-core-2:1.26.3-6.el10_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-core-debuginfo-2:1.26.3-6.el10_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-core-debuginfo-2:1.26.3-6.el10_2.6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
  • nginx-core-debuginfo-2:1.26.3-6.el10_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-core-debuginfo-2:1.26.3-6.el10_2.6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
  • nginx-core-debuginfo-2:1.26.3-6.el10_2.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-core-debuginfo-2:1.26.3-6.el10_2.6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
  • nginx-core-debuginfo-2:1.26.3-6.el10_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-core-debuginfo-2:1.26.3-6.el10_2.6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
  • nginx-debuginfo-2:1.26.3-6.el10_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-debuginfo-2:1.26.3-6.el10_2.6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
  • nginx-debuginfo-2:1.26.3-6.el10_2.6.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-debuginfo-2:1.26.3-6.el10_2.6.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
  • nginx-debuginfo-2:1.26.3-6.el10_2.6.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-debuginfo-2:1.26.3-6.el10_2.6.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
  • nginx-debuginfo-2:1.26.3-6.el10_2.6.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-debuginfo-2:1.26.3-6.el10_2.6.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
  • nginx-debugsource-2:1.26.3-6.el10_2.6.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)
  • nginx-debugsource-2:1.26.3-6.el10_2.6.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)
  • +71 more not shown

✅ Remediation

For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 Workaround: To prevent exploitation, avoid configuring NGINX with `ngx_http_ssi_module` when `proxy_pass` and `proxy_buffering off` are simultaneously active. If Server-Side Includes (SSI) are not essential, disable the `ngx_http_ssi_module` by removing or commenting out the `ssi on;` directive. Alternatively, ensure `proxy_buffering` is explicitly enabled (`proxy_buffering on;`) when `proxy_pass` is used with SSI. A reload or restart of the NGINX service is necessary for configuration changes to apply, which may cause a brief service interruption. Workaround: To mitigate this issue, disable the ngx_http_slice_module entirely if it is not required. If the module must be used, avoid unnamed regex captures with the slice directive and explicitly disable proxy_cache_background_update. Reload or restart the NGINX service to apply these changes. Please note this may cause a brief service interruption.

🔗 References (5)