RHSA-2026:40764

Vulnerability from csaf_redhat - Published: 2026-07-21 15:14 - Updated: 2026-07-23 00:56
Summary
Red Hat Security Advisory: OpenShift Container Platform 4.22.6 bug fix and security update
Severity
Important
Notes
Topic: Red Hat OpenShift Container Platform release 4.22.6 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.22. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments. This advisory contains the container images for Red Hat OpenShift Container Platform 4.22.6. See the following advisory for the RPM packages for this release: https://access.redhat.com/errata/RHBA-2026:40763 Space precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes: https://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html/release_notes/ Security Fix(es): * kernel: Arm Processors: Privilege escalation or information disclosure via writes to higher exception level resources (CVE-2025-10263) * kernel: fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath (CVE-2026-43112) * kernel: netfilter: flowtable: strictly check for maximum number of actions (CVE-2026-43329) * kernel: eventpoll: fix ep_remove struct eventpoll / struct file UAF (CVE-2026-46242) * kernel: KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry (CVE-2026-46316) * kernel: KVM: x86: Fix shadow paging use-after-free due to unexpected role (CVE-2026-53359) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section. All OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.

A flaw was found in the Linux kernel on ARM processors. A race condition in Translation Lookaside Buffer Invalidation (TLBI) operations during memory permission changes allows a local attacker to write to memory resources owned by higher privilege levels. This could allow an unprivileged local attacker to gain kernel privileges or a guest VM to escape to the hypervisor, resulting in complete system compromise.

CWE-266 - Incorrect Privilege Assignment
Affected products
Product Identifier Version Remediation
Unresolved product id: 9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0
Vendor Fix fix
Unresolved product id: 9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0
Vendor Fix fix
Unresolved product id: 9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0
Vendor Fix fix
Unresolved product id: 9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0
Vendor Fix fix
Threats
Impact Important

A flaw was found in the Linux kernel's CIFS (Common Internet File System) client. When the `cifs_sanitize_prepath` function processes specially crafted input, such as an empty string or a string containing only delimiters, it can attempt to read data beyond its allocated memory buffer. This out-of-bounds read can lead to a system crash, resulting in a denial of service.

CWE-125 - Out-of-bounds Read
Affected products
Product Identifier Version Remediation
Unresolved product id: 9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0
Vendor Fix fix
Unresolved product id: 9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0
Vendor Fix fix
Unresolved product id: 9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0
Vendor Fix fix
Unresolved product id: 9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0
Vendor Fix fix
Threats
Impact Important

A flaw was found in the Netfilter flowtable component of the Linux kernel. This vulnerability occurs because the system does not strictly check the maximum number of hardware offload actions for IPv6, allowing it to process more actions than supported. This could potentially lead to system instability or a denial of service (DoS) condition, where the affected system becomes unresponsive.

CWE-770 - Allocation of Resources Without Limits or Throttling
Affected products
Product Identifier Version Remediation
Unresolved product id: 9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0
Vendor Fix fix
Unresolved product id: 9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0
Vendor Fix fix
Unresolved product id: 9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0
Vendor Fix fix
Unresolved product id: 9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0
Vendor Fix fix
Threats
Impact Important

A flaw was found in the Linux kernel's `eventpoll` mechanism. A Use-After-Free (UAF) vulnerability, where the system attempts to access memory after it has been freed, can occur during the removal of a file. A local attacker could exploit this race condition to corrupt memory, potentially leading to privilege escalation or arbitrary code execution. This allows an attacker to gain elevated control over the system.

CWE-825 - Expired Pointer Dereference
Affected products
Product Identifier Version Remediation
Unresolved product id: 9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0
Vendor Fix fix
Workaround
Unresolved product id: 9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0
Vendor Fix fix
Workaround
Unresolved product id: 9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0
Vendor Fix fix
Workaround
Unresolved product id: 9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0
Vendor Fix fix
Workaround
Threats
Impact Important

A flaw was found in the Linux kernel's Kernel-based Virtual Machine (KVM) for ARM64, specifically within the vgic-its component. This vulnerability occurs when multiple concurrent operations incorrectly drop the translation cache's reference to an entry more than once during cache invalidation. This leads to a use-after-free condition, which can result in memory corruption. The primary impact is potential system instability or a denial of service.

CWE-911 - Improper Update of Reference Count
Affected products
Product Identifier Version Remediation
Unresolved product id: 9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0
Vendor Fix fix
Unresolved product id: 9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0
Vendor Fix fix
Unresolved product id: 9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0
Vendor Fix fix
Unresolved product id: 9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0
Vendor Fix fix
Threats
Impact Important

A flaw was found in the Linux kernel's Kernel-based Virtual Machine (KVM) x86 shadow paging mechanism. This vulnerability occurs when a host page directory entry (PDE) mapping is changed from within the guest, leading to an unexpected role mismatch in shadow paging. This mismatch can cause a use-after-free condition, where the system attempts to access memory that has already been released. Such a condition can lead to system instability, denial of service, potentially the execution of arbitrary code or guest-to-host escape.

CWE-825 - Expired Pointer Dereference
Affected products
Product Identifier Version Remediation
Unresolved product id: 9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0
Vendor Fix fix
Workaround
Unresolved product id: 9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0
Vendor Fix fix
Workaround
Unresolved product id: 9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0
Vendor Fix fix
Workaround
Unresolved product id: 9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0
Vendor Fix fix
Workaround
Threats
Impact Important
References
URL Category
https://access.redhat.com/errata/RHSA-2026:40764 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2467015 external
https://bugzilla.redhat.com/show_bug.cgi?id=2468124 external
https://bugzilla.redhat.com/show_bug.cgi?id=2483519 external
https://bugzilla.redhat.com/show_bug.cgi?id=2486958 external
https://bugzilla.redhat.com/show_bug.cgi?id=2486982 external
https://bugzilla.redhat.com/show_bug.cgi?id=2497033 external
https://issues.redhat.com/browse/OCPBUGS-87805 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2025-10263 self
https://bugzilla.redhat.com/show_bug.cgi?id=2486958 external
https://www.cve.org/CVERecord?id=CVE-2025-10263 external
https://nvd.nist.gov/vuln/detail/CVE-2025-10263 external
https://developer.arm.com/documentation/112137 external
https://access.redhat.com/security/cve/CVE-2026-43112 self
https://bugzilla.redhat.com/show_bug.cgi?id=2467015 external
https://www.cve.org/CVERecord?id=CVE-2026-43112 external
https://nvd.nist.gov/vuln/detail/CVE-2026-43112 external
https://lore.kernel.org/linux-cve-announce/202605… external
https://access.redhat.com/security/cve/CVE-2026-43329 self
https://bugzilla.redhat.com/show_bug.cgi?id=2468124 external
https://www.cve.org/CVERecord?id=CVE-2026-43329 external
https://nvd.nist.gov/vuln/detail/CVE-2026-43329 external
https://git.kernel.org/pub/scm/linux/security/vul… external
https://access.redhat.com/security/cve/CVE-2026-46242 self
https://bugzilla.redhat.com/show_bug.cgi?id=2483519 external
https://www.cve.org/CVERecord?id=CVE-2026-46242 external
https://nvd.nist.gov/vuln/detail/CVE-2026-46242 external
https://lore.kernel.org/linux-cve-announce/202605… external
https://access.redhat.com/security/cve/CVE-2026-46316 self
https://bugzilla.redhat.com/show_bug.cgi?id=2486982 external
https://www.cve.org/CVERecord?id=CVE-2026-46316 external
https://nvd.nist.gov/vuln/detail/CVE-2026-46316 external
https://lore.kernel.org/linux-cve-announce/202606… external
https://www.openwall.com/lists/oss-security/2026/… external
https://access.redhat.com/security/cve/CVE-2026-53359 self
https://bugzilla.redhat.com/show_bug.cgi?id=2497033 external
https://www.cve.org/CVERecord?id=CVE-2026-53359 external
https://nvd.nist.gov/vuln/detail/CVE-2026-53359 external
https://lore.kernel.org/linux-cve-announce/202607… external
https://www.openwall.com/lists/oss-security/2026/… external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Red Hat OpenShift Container Platform release 4.22.6 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.22.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.22.6. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:40763\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html/release_notes/\n\nSecurity Fix(es):\n\n* kernel: Arm Processors: Privilege escalation or information disclosure via writes to higher exception level resources (CVE-2025-10263)\n* kernel: fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath (CVE-2026-43112)\n* kernel: netfilter: flowtable: strictly check for maximum number of actions (CVE-2026-43329)\n* kernel: eventpoll: fix ep_remove struct eventpoll / struct file UAF (CVE-2026-46242)\n* kernel: KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry (CVE-2026-46316)\n* kernel: KVM: x86: Fix shadow paging use-after-free due to unexpected role (CVE-2026-53359)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2026:40764",
        "url": "https://access.redhat.com/errata/RHSA-2026:40764"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2467015",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467015"
      },
      {
        "category": "external",
        "summary": "2468124",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468124"
      },
      {
        "category": "external",
        "summary": "2483519",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2483519"
      },
      {
        "category": "external",
        "summary": "2486958",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486958"
      },
      {
        "category": "external",
        "summary": "2486982",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486982"
      },
      {
        "category": "external",
        "summary": "2497033",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497033"
      },
      {
        "category": "external",
        "summary": "OCPBUGS-87805",
        "url": "https://issues.redhat.com/browse/OCPBUGS-87805"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_40764.json"
      }
    ],
    "title": "Red Hat Security Advisory: OpenShift Container Platform 4.22.6 bug fix and security update",
    "tracking": {
      "current_release_date": "2026-07-23T00:56:20+00:00",
      "generator": {
        "date": "2026-07-23T00:56:20+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "5.3.7"
        }
      },
      "id": "RHSA-2026:40764",
      "initial_release_date": "2026-07-21T15:14:26+00:00",
      "revision_history": [
        {
          "date": "2026-07-21T15:14:26+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-07-21T15:14:26+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-07-23T00:56:20+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat OpenShift Container Platform 4.22",
                "product": {
                  "name": "Red Hat OpenShift Container Platform 4.22",
                  "product_id": "9Base-RHOSE-4.22",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:openshift:4.22::el9"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat OpenShift Enterprise"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "rhcos-aarch64-4.22.9.8.202607152026-0",
                "product": {
                  "name": "rhcos-aarch64-4.22.9.8.202607152026-0",
                  "product_id": "rhcos-aarch64-4.22.9.8.202607152026-0",
                  "product_identification_helper": {
                    "purl": "pkg:generic/redhat/rhcos@4.22.9.8.202607152026?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "rhcos-ppc64le-4.22.9.8.202607152026-0",
                "product": {
                  "name": "rhcos-ppc64le-4.22.9.8.202607152026-0",
                  "product_id": "rhcos-ppc64le-4.22.9.8.202607152026-0",
                  "product_identification_helper": {
                    "purl": "pkg:generic/redhat/rhcos@4.22.9.8.202607152026?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "rhcos-s390x-4.22.9.8.202607152026-0",
                "product": {
                  "name": "rhcos-s390x-4.22.9.8.202607152026-0",
                  "product_id": "rhcos-s390x-4.22.9.8.202607152026-0",
                  "product_identification_helper": {
                    "purl": "pkg:generic/redhat/rhcos@4.22.9.8.202607152026?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "rhcos-x86_64-4.22.9.8.202607152026-0",
                "product": {
                  "name": "rhcos-x86_64-4.22.9.8.202607152026-0",
                  "product_id": "rhcos-x86_64-4.22.9.8.202607152026-0",
                  "product_identification_helper": {
                    "purl": "pkg:generic/redhat/rhcos@4.22.9.8.202607152026?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rhcos-aarch64-4.22.9.8.202607152026-0 as a component of Red Hat OpenShift Container Platform 4.22",
          "product_id": "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0"
        },
        "product_reference": "rhcos-aarch64-4.22.9.8.202607152026-0",
        "relates_to_product_reference": "9Base-RHOSE-4.22"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rhcos-ppc64le-4.22.9.8.202607152026-0 as a component of Red Hat OpenShift Container Platform 4.22",
          "product_id": "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0"
        },
        "product_reference": "rhcos-ppc64le-4.22.9.8.202607152026-0",
        "relates_to_product_reference": "9Base-RHOSE-4.22"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rhcos-s390x-4.22.9.8.202607152026-0 as a component of Red Hat OpenShift Container Platform 4.22",
          "product_id": "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0"
        },
        "product_reference": "rhcos-s390x-4.22.9.8.202607152026-0",
        "relates_to_product_reference": "9Base-RHOSE-4.22"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "rhcos-x86_64-4.22.9.8.202607152026-0 as a component of Red Hat OpenShift Container Platform 4.22",
          "product_id": "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
        },
        "product_reference": "rhcos-x86_64-4.22.9.8.202607152026-0",
        "relates_to_product_reference": "9Base-RHOSE-4.22"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-10263",
      "cwe": {
        "id": "CWE-266",
        "name": "Incorrect Privilege Assignment"
      },
      "discovery_date": "2026-06-09T11:01:37.157725+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2486958"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel on ARM processors. A race condition in Translation Lookaside Buffer Invalidation (TLBI) operations during memory permission changes allows a local attacker to write to memory resources owned by higher privilege levels. This could allow an unprivileged local attacker to gain kernel privileges or a guest VM to escape to the hypervisor, resulting in complete system compromise.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Arm Processors: Privilege escalation or information disclosure via writes to higher exception level resources",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This is an Important flaw in the Linux kernel on ARM processors, allowing a local unprivileged attacker to achieve privilege escalation to kernel level or a guest virtual machine to escape to the hypervisor. The vulnerability stems from a race condition during Translation Lookaside Buffer Invalidation (TLBI) operations when memory permissions are altered, enabling writes to higher exception level resources.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-10263"
        },
        {
          "category": "external",
          "summary": "RHBZ#2486958",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486958"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-10263",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-10263"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-10263",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-10263"
        },
        {
          "category": "external",
          "summary": "https://developer.arm.com/documentation/112137",
          "url": "https://developer.arm.com/documentation/112137"
        }
      ],
      "release_date": "2026-06-09T09:23:18.802000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T15:14:26+00:00",
          "details": "For OpenShift Container Platform 4.22 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:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html/release_notes/\n\nYou 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.\n\nThe sha values for the release are as follows:\n\n      (For x86_64 architecture)\n      The image digest is sha256:4b439fabd9a53e37a7fa436e349837283d04513bc8209e643171d1b86d31b845\n\n      (For s390x architecture)\n      The image digest is sha256:4b439fabd9a53e37a7fa436e349837283d04513bc8209e643171d1b86d31b845\n\n      (For ppc64le architecture)\n      The image digest is sha256:9c842e45cc643645313d721ba669dba4c66a97db63482dfee14e224de5e140d2\n\n      (For aarch64 architecture)\n      The image digest is sha256:60f35f63c8d87642bae7d49ff9b8953d429aa6bba7e510dcde317ddf48f30edd\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
          "product_ids": [
            "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:40764"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 8.4,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: Arm Processors: Privilege escalation or information disclosure via writes to higher exception level resources"
    },
    {
      "cve": "CVE-2026-43112",
      "cwe": {
        "id": "CWE-125",
        "name": "Out-of-bounds Read"
      },
      "discovery_date": "2026-05-06T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2467015"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s CIFS (Common Internet File System) client. When the `cifs_sanitize_prepath` function processes specially crafted input, such as an empty string or a string containing only delimiters, it can attempt to read data beyond its allocated memory buffer. This out-of-bounds read can lead to a system crash, resulting in a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "An Important out-of-bounds read flaw in the Linux kernel\u0027s CIFS client can lead to a system crash and denial of service. This vulnerability, present in Red Hat Enterprise Linux 8, 9, and 10, and Red Hat In-Vehicle OS 2, can be triggered by processing specially crafted input to the `cifs_sanitize_prepath` function, potentially disrupting system availability.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-43112"
        },
        {
          "category": "external",
          "summary": "RHBZ#2467015",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2467015"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-43112",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-43112"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43112",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43112"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026050625-CVE-2026-43112-f37f@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026050625-CVE-2026-43112-f37f@gregkh/T"
        }
      ],
      "release_date": "2026-05-06T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T15:14:26+00:00",
          "details": "For OpenShift Container Platform 4.22 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:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html/release_notes/\n\nYou 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.\n\nThe sha values for the release are as follows:\n\n      (For x86_64 architecture)\n      The image digest is sha256:4b439fabd9a53e37a7fa436e349837283d04513bc8209e643171d1b86d31b845\n\n      (For s390x architecture)\n      The image digest is sha256:4b439fabd9a53e37a7fa436e349837283d04513bc8209e643171d1b86d31b845\n\n      (For ppc64le architecture)\n      The image digest is sha256:9c842e45cc643645313d721ba669dba4c66a97db63482dfee14e224de5e140d2\n\n      (For aarch64 architecture)\n      The image digest is sha256:60f35f63c8d87642bae7d49ff9b8953d429aa6bba7e510dcde317ddf48f30edd\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
          "product_ids": [
            "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:40764"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath"
    },
    {
      "cve": "CVE-2026-43329",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "discovery_date": "2026-05-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2468124"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Netfilter flowtable component of the Linux kernel. This vulnerability occurs because the system does not strictly check the maximum number of hardware offload actions for IPv6, allowing it to process more actions than supported. This could potentially lead to system instability or a denial of service (DoS) condition, where the affected system becomes unresponsive.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: netfilter: flowtable: strictly check for maximum number of actions",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-43329"
        },
        {
          "category": "external",
          "summary": "RHBZ#2468124",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2468124"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-43329",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-43329"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-43329",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-43329"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2026/CVE-2026-43329.mbox",
          "url": "https://git.kernel.org/pub/scm/linux/security/vulns.git/plain/cve/published/2026/CVE-2026-43329.mbox"
        }
      ],
      "release_date": "2026-05-08T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T15:14:26+00:00",
          "details": "For OpenShift Container Platform 4.22 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:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html/release_notes/\n\nYou 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.\n\nThe sha values for the release are as follows:\n\n      (For x86_64 architecture)\n      The image digest is sha256:4b439fabd9a53e37a7fa436e349837283d04513bc8209e643171d1b86d31b845\n\n      (For s390x architecture)\n      The image digest is sha256:4b439fabd9a53e37a7fa436e349837283d04513bc8209e643171d1b86d31b845\n\n      (For ppc64le architecture)\n      The image digest is sha256:9c842e45cc643645313d721ba669dba4c66a97db63482dfee14e224de5e140d2\n\n      (For aarch64 architecture)\n      The image digest is sha256:60f35f63c8d87642bae7d49ff9b8953d429aa6bba7e510dcde317ddf48f30edd\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
          "product_ids": [
            "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:40764"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: netfilter: flowtable: strictly check for maximum number of actions"
    },
    {
      "cve": "CVE-2026-46242",
      "cwe": {
        "id": "CWE-825",
        "name": "Expired Pointer Dereference"
      },
      "discovery_date": "2026-05-30T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2483519"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s `eventpoll` mechanism. A Use-After-Free (UAF) vulnerability, where the system attempts to access memory after it has been freed, can occur during the removal of a file. A local attacker could exploit this race condition to corrupt memory, potentially leading to privilege escalation or arbitrary code execution. This allows an attacker to gain elevated control over the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: eventpoll: fix ep_remove struct eventpoll / struct file UAF",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "A race in eventpoll ep_remove() can let a concurrent file release observe a transient cleared file f_ep state and skip the normal eventpoll_release_file cleanup path. In the epoll watches epoll case this can free the watched struct eventpoll while ep_remove() still uses list pointers that refer into that freed object, so hlist_del_rcu() can write into freed kmalloc memory. This is a use-after-free memory corruption issue rather than a pure crash or resource leak. For the CVSS the AC:H is selected because reliable triggering depends on a race window between ep_remove() and __fput(). The issue is not network reachable. Impact is at least a local denial of service via kernel crash and in worst case may allow confidentiality, integrity, and availability compromise due to kernel heap memory corruption. Keeping Moderate with CVSS 7.0, but could be increased to the Important if reproducer becomes available that shows LPE possibility.\n\nRHEL 9.0 and 9.2 are not affected.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-46242"
        },
        {
          "category": "external",
          "summary": "RHBZ#2483519",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2483519"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-46242",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-46242"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46242",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46242"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026053014-CVE-2026-46242-8394@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026053014-CVE-2026-46242-8394@gregkh/T"
        }
      ],
      "release_date": "2026-05-30T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T15:14:26+00:00",
          "details": "For OpenShift Container Platform 4.22 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:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html/release_notes/\n\nYou 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.\n\nThe sha values for the release are as follows:\n\n      (For x86_64 architecture)\n      The image digest is sha256:4b439fabd9a53e37a7fa436e349837283d04513bc8209e643171d1b86d31b845\n\n      (For s390x architecture)\n      The image digest is sha256:4b439fabd9a53e37a7fa436e349837283d04513bc8209e643171d1b86d31b845\n\n      (For ppc64le architecture)\n      The image digest is sha256:9c842e45cc643645313d721ba669dba4c66a97db63482dfee14e224de5e140d2\n\n      (For aarch64 architecture)\n      The image digest is sha256:60f35f63c8d87642bae7d49ff9b8953d429aa6bba7e510dcde317ddf48f30edd\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
          "product_ids": [
            "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:40764"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.0,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: eventpoll: fix ep_remove struct eventpoll / struct file UAF"
    },
    {
      "cve": "CVE-2026-46316",
      "cwe": {
        "id": "CWE-911",
        "name": "Improper Update of Reference Count"
      },
      "discovery_date": "2026-06-09T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2486982"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s Kernel-based Virtual Machine (KVM) for ARM64, specifically within the vgic-its component. This vulnerability occurs when multiple concurrent operations incorrectly drop the translation cache\u0027s reference to an entry more than once during cache invalidation. This leads to a use-after-free condition, which can result in memory corruption. The primary impact is potential system instability or a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-46316"
        },
        {
          "category": "external",
          "summary": "RHBZ#2486982",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2486982"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-46316",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-46316"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-46316",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-46316"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026060936-CVE-2026-46316-f761@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026060936-CVE-2026-46316-f761@gregkh/T"
        },
        {
          "category": "external",
          "summary": "https://www.openwall.com/lists/oss-security/2026/06/10/16",
          "url": "https://www.openwall.com/lists/oss-security/2026/06/10/16"
        }
      ],
      "release_date": "2026-06-09T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T15:14:26+00:00",
          "details": "For OpenShift Container Platform 4.22 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:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html/release_notes/\n\nYou 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.\n\nThe sha values for the release are as follows:\n\n      (For x86_64 architecture)\n      The image digest is sha256:4b439fabd9a53e37a7fa436e349837283d04513bc8209e643171d1b86d31b845\n\n      (For s390x architecture)\n      The image digest is sha256:4b439fabd9a53e37a7fa436e349837283d04513bc8209e643171d1b86d31b845\n\n      (For ppc64le architecture)\n      The image digest is sha256:9c842e45cc643645313d721ba669dba4c66a97db63482dfee14e224de5e140d2\n\n      (For aarch64 architecture)\n      The image digest is sha256:60f35f63c8d87642bae7d49ff9b8953d429aa6bba7e510dcde317ddf48f30edd\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
          "product_ids": [
            "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:40764"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.0,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: KVM: arm64: vgic-its: Drop the translation cache reference only for the erased entry"
    },
    {
      "cve": "CVE-2026-53359",
      "cwe": {
        "id": "CWE-825",
        "name": "Expired Pointer Dereference"
      },
      "discovery_date": "2026-07-04T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2497033"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s Kernel-based Virtual Machine (KVM) x86 shadow paging mechanism. This vulnerability occurs when a host page directory entry (PDE) mapping is changed from within the guest, leading to an unexpected role mismatch in shadow paging. This mismatch can cause a use-after-free condition, where the system attempts to access memory that has already been released. Such a condition can lead to system instability, denial of service, potentially the execution of arbitrary code or guest-to-host escape.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: KVM: x86: Fix shadow paging use-after-free due to unexpected role",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This is an Important flaw in the KVM x86 shadow paging mechanism where an attacker with privileged access inside the guest VM could trigger a use-after-free condition by manipulating page directory entries on the host. This could lead to system instability, denial of service, or potentially arbitrary code execution on the host.\n\nIn Red Hat Enterprise Linux 7, nested virtualization for KVM is a Technology Preview feature and the nested parameter defaults to 0 (disabled) for both kvm_intel and kvm_amd.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
          "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-53359"
        },
        {
          "category": "external",
          "summary": "RHBZ#2497033",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2497033"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-53359",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-53359"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-53359",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-53359"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026070403-CVE-2026-53359-4f57@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026070403-CVE-2026-53359-4f57@gregkh/T"
        },
        {
          "category": "external",
          "summary": "https://www.openwall.com/lists/oss-security/2026/07/06/7",
          "url": "https://www.openwall.com/lists/oss-security/2026/07/06/7"
        }
      ],
      "release_date": "2026-07-04T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-07-21T15:14:26+00:00",
          "details": "For OpenShift Container Platform 4.22 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:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.22/html/release_notes/\n\nYou 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.\n\nThe sha values for the release are as follows:\n\n      (For x86_64 architecture)\n      The image digest is sha256:4b439fabd9a53e37a7fa436e349837283d04513bc8209e643171d1b86d31b845\n\n      (For s390x architecture)\n      The image digest is sha256:4b439fabd9a53e37a7fa436e349837283d04513bc8209e643171d1b86d31b845\n\n      (For ppc64le architecture)\n      The image digest is sha256:9c842e45cc643645313d721ba669dba4c66a97db63482dfee14e224de5e140d2\n\n      (For aarch64 architecture)\n      The image digest is sha256:60f35f63c8d87642bae7d49ff9b8953d429aa6bba7e510dcde317ddf48f30edd\n\nAll OpenShift Container Platform 4.22 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.22/html-single/updating_clusters/index#updating-cluster-cli.",
          "product_ids": [
            "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:40764"
        },
        {
          "category": "workaround",
          "details": "This vulnerability can be mitigated by disabling nested virtualization. Create a file in `/etc/modprobe.d/` with a descriptive name, such as `cve-2026-53359-mitigation.conf`. In that file, disable nested virtualization for the `kvm_intel` and `kvm_amd` kernel modules:\n```\noptions kvm-intel nested=0\noptions kvm-amd nested=0\n```\n\nUse `lsmod` to determine if either module is already loaded. If so, remove loaded modules with `modprobe -r`. To validate that nested virtualization is disabled, read the files `/sys/module/kvm_intel/parameters/nested` and `/sys/module/kvm_amd/parameters/nested`. If these modules are loaded, those files should read `N` to indicate that the feature is disabled.\n\nIn OpenShift 4, a MachineConfig can be utilized to create a modprobe configuration allowing control of the module on applicable nodes. See the following article for an example.\n\nhttps://access.redhat.com/solutions/6979679",
          "product_ids": [
            "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "9Base-RHOSE-4.22:rhcos-aarch64-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-ppc64le-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-s390x-4.22.9.8.202607152026-0",
            "9Base-RHOSE-4.22:rhcos-x86_64-4.22.9.8.202607152026-0"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: KVM: x86: Fix shadow paging use-after-free due to unexpected role"
    }
  ]
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Loading…