RHSA-2026:57543HighCVSS 8.1

Red Hat Security Advisory: OpenShift Container Platform 4.20.35 bug fix and security update

Published
August 25, 2026
Last Modified
September 18, 2026

🔗 CVE IDs covered (3)

📋 Description

CVE-2025-54518 — kernel: xen: AMD Zen 2 Processors: Privilege escalation via improper CPU cache isolation CVE-2026-43112 — kernel: fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath CVE-2026-46483 — vim: command injection when decompressing .tgz archives

🎯 Affected products5

  • Red Hat OpenShift Container Platform 4.20
  • rhcos-aarch64-4.20.9.6.202608181658-0 as a component of Red Hat OpenShift Container Platform 4.20
  • rhcos-ppc64le-4.20.9.6.202608181658-0 as a component of Red Hat OpenShift Container Platform 4.20
  • rhcos-s390x-4.20.9.6.202608181658-0 as a component of Red Hat OpenShift Container Platform 4.20
  • rhcos-x86_64-4.20.9.6.202608181658-0 as a component of Red Hat OpenShift Container Platform 4.20

✅ Remediation

For OpenShift Container Platform 4.20 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.redhat.com/en/documentation/openshift_container_platform/4.20/html/release_notes/ You may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags. The sha values for the release are as follows: (For x86_64 architecture) The image digest is sha256:ffb9ee7de8d13bce19d67ce5c6c13c56ad8e9e1906341fccc7c5d12e2fb6d97e (For s390x architecture) The image digest is sha256:cc186d91c9aa6912b0c9b37d4ad6a2a351c7d2a25057be1dd877d4fdfa749199 (For ppc64le architecture) The image digest is sha256:53c1d50692a293687cdb9807dcbbe7fac623d7bfbe43e05424a3ed4669dff1c2 (For aarch64 architecture) The image digest is sha256:e6afe3fe2624db9921344d41cd507f65156faf84e3bb6ee23a0cf0ec5990b68f All OpenShift Container Platform 4.20 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.20/html-single/updating_clusters/index#updating-cluster-cli. Workaround: To mitigate this issue, prevent the `cifs` kernel module from loading if CIFS client functionality is not required. This can be achieved by blacklisting the module. Create a file named `/etc/modprobe.d/blacklist-cifs.conf` with the following content: ``` blacklist cifs ``` After creating the file, regenerate the initramfs and reboot the system for the changes to take effect. ```bash dracut -f -v reboot ``` Disabling the `cifs` module will prevent the system from mounting CIFS network shares, which may impact functionality relying on this protocol. Workaround: To mitigate this vulnerability, do not decompress untrusted .tgz archives with the Vimuntar command. Use 'tar -x -z -f' directly, instead.

🔗 References (7)