RHSA-2023:6840HighCVSS 7.5

Red Hat Security Advisory: OpenShift Container Platform 4.14.2 packages and security update

Published
November 15, 2023
Last Modified
September 19, 2026

🔗 CVE IDs covered (8)

📋 Description

CVE-2023-29406 — golang: net/http: insufficient sanitization of Host header CVE-2023-29409 — golang: crypto/tls: slow verification of certificate chains containing large RSA keys CVE-2023-39318 — golang: html/template: improper handling of HTML-like comments within script contexts CVE-2023-39319 — golang: html/template: improper handling of special tags within script contexts CVE-2023-39321 — golang: crypto/tls: panic when processing post-handshake message on QUIC connections CVE-2023-39322 — golang: crypto/tls: lack of a limit on buffered post-handshake CVE-2023-39325 — golang: net/http, x/net/http2: rapid stream resets can cause excessive work (CVE-2023-44487) CVE-2023-44487 — HTTP/2: Multiple HTTP/2 enabled web servers are vulnerable to a DDoS attack (Rapid Reset Attack)

🎯 Affected products200

  • Red Hat OpenShift Container Platform 4.14
  • bpftool-0:7.0.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14
  • bpftool-0:7.0.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14
  • bpftool-0:7.0.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14
  • bpftool-0:7.0.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14
  • bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.aarch64 as a component of Red Hat OpenShift Container Platform 4.14
  • bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.ppc64le as a component of Red Hat OpenShift Container Platform 4.14
  • bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.s390x as a component of Red Hat OpenShift Container Platform 4.14
  • bpftool-debuginfo-0:7.0.0-284.40.1.el9_2.x86_64 as a component of Red Hat OpenShift Container Platform 4.14
  • container-selinux-3:2.223.0-1.rhaos4.14.el8.noarch as a component of Red Hat OpenShift Container Platform 4.14
  • container-selinux-3:2.223.0-1.rhaos4.14.el8.src as a component of Red Hat OpenShift Container Platform 4.14
  • container-selinux-3:2.223.0-2.rhaos4.14.el9.noarch as a component of Red Hat OpenShift Container Platform 4.14
  • container-selinux-3:2.223.0-2.rhaos4.14.el9.src as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.src as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.src as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.x86_64 as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.aarch64 as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.ppc64le as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.s390x as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el8.x86_64 as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.aarch64 as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.ppc64le as a component of Red Hat OpenShift Container Platform 4.14
  • cri-o-debuginfo-0:1.27.1-13.1.rhaos4.14.git956c5f7.el9.s390x as a component of Red Hat OpenShift Container Platform 4.14
  • +170 more not shown

✅ Remediation

For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update: https://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html Workaround: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2. Workaround: Users are strongly urged to update their software as soon as fixes are available. There are several mitigation approaches for this flaw. 1. If circumstances permit, users may disable http2 endpoints to circumvent the flaw altogether until a fix is available. 2. IP-based blocking or flood protection and rate control tools may be used at network endpoints to filter incoming traffic. 3. Several package specific mitigations are also available. a. nginx: https://www.nginx.com/blog/http-2-rapid-reset-attack-impacting-f5-nginx-products/ b. netty: https://github.com/netty/netty/security/advisories/GHSA-xpw8-rcwv-8f8p c. haproxy: https://www.haproxy.com/blog/haproxy-is-not-affected-by-the-http-2-rapid-reset-attack-cve-2023-44487 d. nghttp2: https://github.com/nghttp2/nghttp2/security/advisories/GHSA-vx74-f528-fxqg e. golang: The default stream concurrency limit in golang is 250 streams (requests) per HTTP/2 connection. This value may be adjusted in the golang.org/x/net/http2 package using the Server.MaxConcurrentStreams setting and the ConfigureServer function which are available in golang.org/x/net/http2.

🔗 References (12)