RHSA-2026:13664

Vulnerability from csaf_redhat - Published: 2026-05-05 09:38 - Updated: 2026-05-06 20:36
Summary
Red Hat Security Advisory: kernel security update
Severity
Important
Notes
Topic: An update for kernel is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service. 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: The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fix(es): * kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration (CVE-2026-23097) * kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() (CVE-2026-23193) * kernel: Linux kernel (qla2xxx): Double free vulnerability leads to denial of service and potential privilege escalation. (CVE-2025-71238) * kernel: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache (CVE-2026-31402) 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.
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's `qla2xxx` block SCSI generic (bsg) interface. This vulnerability, a double free, occurs because certain vendor-specific handlers incorrectly call the `bsg_job_done` function on both successful and failed operation paths. A local user could exploit this to trigger memory corruption, leading to a kernel crash and a Denial of Service (DoS). There is also a theoretical risk of local privilege escalation due to the memory corruption.

CWE-672 - Operation on a Resource after Expiration or Release
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2026:13664
Workaround To mitigate this issue, prevent module qla2xxx from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.

A flaw was found in the Linux kernel. A local attacker could exploit a deadlock vulnerability due to incorrect lock ordering between folio_lock and i_mmap_rwsem when migrating hugetlb file-backed folios. This could lead to hung tasks and potential system-wide stalls, resulting in a Denial of Service (DoS).

CWE-833 - Deadlock
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2026:13664
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() In iscsit_dec_session_usage_count(), the function calls complete() while holding the sess->session_usage_lock. Similar to the connection usage count logic, the waiter signaled by complete() (e.g., in the session release path) may wake up and free the iscsit_session structure immediately. This creates a race condition where the current thread may attempt to execute spin_unlock_bh() on a session structure that has already been deallocated, resulting in a KASAN slab-use-after-free. To resolve this, release the session_usage_lock before calling complete() to ensure all dereferences of the sess pointer are finished before the waiter is allowed to proceed with deallocation.

CWE-364 - Signal Handler Race Condition
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2026:13664
Workaround To mitigate this issue, prevent module iscsi_target_mod from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.

A flaw was found in the Linux kernel's NFSv4.0 server (nfsd). A remote, unauthenticated attacker can exploit this heap overflow vulnerability in the NFSv4.0 LOCK replay cache. By using two cooperating NFSv4.0 clients, where one sets a lock with a large owner string and another requests a conflicting lock, the attacker can trigger a slab-out-of-bounds write. This corruption of adjacent heap memory could lead to arbitrary code execution or a denial of service.

CWE-787 - Out-of-bounds Write
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2026:13664
Workaround Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.
References
https://access.redhat.com/errata/RHSA-2026:13664 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2436802 external
https://bugzilla.redhat.com/show_bug.cgi?id=2439887 external
https://bugzilla.redhat.com/show_bug.cgi?id=2444398 external
https://bugzilla.redhat.com/show_bug.cgi?id=2454844 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2025-71238 self
https://bugzilla.redhat.com/show_bug.cgi?id=2444398 external
https://www.cve.org/CVERecord?id=CVE-2025-71238 external
https://nvd.nist.gov/vuln/detail/CVE-2025-71238 external
https://lore.kernel.org/linux-cve-announce/202603… external
https://access.redhat.com/security/cve/CVE-2026-23097 self
https://bugzilla.redhat.com/show_bug.cgi?id=2436802 external
https://www.cve.org/CVERecord?id=CVE-2026-23097 external
https://nvd.nist.gov/vuln/detail/CVE-2026-23097 external
https://lore.kernel.org/linux-cve-announce/202602… external
https://access.redhat.com/security/cve/CVE-2026-23193 self
https://bugzilla.redhat.com/show_bug.cgi?id=2439887 external
https://www.cve.org/CVERecord?id=CVE-2026-23193 external
https://nvd.nist.gov/vuln/detail/CVE-2026-23193 external
https://lore.kernel.org/linux-cve-announce/202602… external
https://access.redhat.com/security/cve/CVE-2026-31402 self
https://bugzilla.redhat.com/show_bug.cgi?id=2454844 external
https://www.cve.org/CVERecord?id=CVE-2026-31402 external
https://nvd.nist.gov/vuln/detail/CVE-2026-31402 external
https://lore.kernel.org/linux-cve-announce/202604… 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": "An update for kernel is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service.\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": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration (CVE-2026-23097)\n\n* kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() (CVE-2026-23193)\n\n* kernel: Linux kernel (qla2xxx): Double free vulnerability leads to denial of service and potential privilege escalation. (CVE-2025-71238)\n\n* kernel: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache (CVE-2026-31402)\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.",
        "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:13664",
        "url": "https://access.redhat.com/errata/RHSA-2026:13664"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2436802",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436802"
      },
      {
        "category": "external",
        "summary": "2439887",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439887"
      },
      {
        "category": "external",
        "summary": "2444398",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444398"
      },
      {
        "category": "external",
        "summary": "2454844",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454844"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13664.json"
      }
    ],
    "title": "Red Hat Security Advisory: kernel security update",
    "tracking": {
      "current_release_date": "2026-05-06T20:36:58+00:00",
      "generator": {
        "date": "2026-05-06T20:36:58+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.7.9"
        }
      },
      "id": "RHSA-2026:13664",
      "initial_release_date": "2026-05-05T09:38:12+00:00",
      "revision_history": [
        {
          "date": "2026-05-05T09:38:12+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-05-05T09:38:12+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-05-06T20:36:58+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
                "product": {
                  "name": "Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
                  "product_id": "BaseOS-8.6.0.Z.AUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:rhel_aus:8.6::baseos"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
                "product": {
                  "name": "Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
                  "product_id": "BaseOS-8.6.0.Z.E4S",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:rhel_e4s:8.6::baseos"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
                "product": {
                  "name": "Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
                  "product_id": "BaseOS-8.6.0.Z.TUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:rhel_tus:8.6::baseos"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "perf-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "perf-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                "product": {
                  "name": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_id": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.190.1.el8_6?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-0:4.18.0-372.190.1.el8_6.src",
                "product": {
                  "name": "kernel-0:4.18.0-372.190.1.el8_6.src",
                  "product_id": "kernel-0:4.18.0-372.190.1.el8_6.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@4.18.0-372.190.1.el8_6?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
                "product": {
                  "name": "kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
                  "product_id": "kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-abi-stablelists@4.18.0-372.190.1.el8_6?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
                "product": {
                  "name": "kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
                  "product_id": "kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-doc@4.18.0-372.190.1.el8_6?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "perf-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "perf-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                "product": {
                  "name": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_id": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.190.1.el8_6?arch=aarch64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "perf-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "perf-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                "product": {
                  "name": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_id": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.190.1.el8_6?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "bpftool-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "bpftool-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "perf-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "perf-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                "product": {
                  "name": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_id": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.190.1.el8_6?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:4.18.0-372.190.1.el8_6.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src"
        },
        "product_reference": "kernel-0:4.18.0-372.190.1.el8_6.src",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch"
        },
        "product_reference": "kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-doc-0:4.18.0-372.190.1.el8_6.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch"
        },
        "product_reference": "kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "perf-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.AUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "bpftool-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:4.18.0-372.190.1.el8_6.src as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src"
        },
        "product_reference": "kernel-0:4.18.0-372.190.1.el8_6.src",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch"
        },
        "product_reference": "kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-doc-0:4.18.0-372.190.1.el8_6.noarch as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch"
        },
        "product_reference": "kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "perf-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "perf-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "perf-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "perf-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64"
        },
        "product_reference": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le"
        },
        "product_reference": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x"
        },
        "product_reference": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS E4S (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.E4S"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:4.18.0-372.190.1.el8_6.src as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src"
        },
        "product_reference": "kernel-0:4.18.0-372.190.1.el8_6.src",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch"
        },
        "product_reference": "kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-core-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-doc-0:4.18.0-372.190.1.el8_6.noarch as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch"
        },
        "product_reference": "kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "perf-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64 as a component of Red Hat Enterprise Linux BaseOS TUS (v.8.6)",
          "product_id": "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        },
        "product_reference": "python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
        "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-71238",
      "cwe": {
        "id": "CWE-672",
        "name": "Operation on a Resource after Expiration or Release"
      },
      "discovery_date": "2026-03-04T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2444398"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s `qla2xxx` block SCSI generic (bsg) interface. This vulnerability, a double free, occurs because certain vendor-specific handlers incorrectly call the `bsg_job_done` function on both successful and failed operation paths. A local user could exploit this to trigger memory corruption, leading to a kernel crash and a Denial of Service (DoS). There is also a theoretical risk of local privilege escalation due to the memory corruption.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Linux kernel (qla2xxx): Double free vulnerability leads to denial of service and potential privilege escalation.",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "A kernel double free can be triggered in the qla2xxx bsg interface because some vendor specific handlers called bsg_job_done on both success and failure paths. This can result in the same bsg job being completed and freed twice which leads to memory corruption and a kernel crash. The issue is not network reachable. Impact is denial of service and there is a theoretical risk of local privilege escalation because the flaw is a kernel memory corruption condition.",
          "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": [
          "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
          "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
          "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-71238"
        },
        {
          "category": "external",
          "summary": "RHBZ#2444398",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444398"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-71238",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-71238"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-71238",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-71238"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026030437-CVE-2025-71238-76bc@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026030437-CVE-2025-71238-76bc@gregkh/T"
        }
      ],
      "release_date": "2026-03-04T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T09:38:12+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13664"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, prevent module qla2xxx from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
          "product_ids": [
            "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: Linux kernel (qla2xxx): Double free vulnerability leads to denial of service and potential privilege escalation."
    },
    {
      "cve": "CVE-2026-23097",
      "cwe": {
        "id": "CWE-833",
        "name": "Deadlock"
      },
      "discovery_date": "2026-02-04T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2436802"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel. A local attacker could exploit a deadlock vulnerability due to incorrect lock ordering between folio_lock and i_mmap_rwsem when migrating hugetlb file-backed folios. This could lead to hung tasks and potential system-wide stalls, resulting in a Denial of Service (DoS).",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "A deadlock can occur when migrating hugetlb file backed folios due to incorrect lock ordering between folio_lock and the mapping i_mmap_rwsem. One task in the migration path can hold folio_lock and then block on i_mmap_lock_read. Another task such as hugetlbfs fallocate or punch hole can hold i_mmap_lock_write and then block on folio_lock. This ABBA pattern can hang tasks indefinitely and lead to a denial of service. For the CVSS the PR is N because the involved operations can be triggered by normal users who can access hugetlbfs and run memory pressure and file operations. The issue is not network reachable. Impact is denial of service due to hung tasks and potential system wide stalls.",
          "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": [
          "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
          "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
          "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-23097"
        },
        {
          "category": "external",
          "summary": "RHBZ#2436802",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436802"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-23097",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23097",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23097"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026020427-CVE-2026-23097-a591@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026020427-CVE-2026-23097-a591@gregkh/T"
        }
      ],
      "release_date": "2026-02-04T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T09:38:12+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13664"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
          "product_ids": [
            "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: Linux kernel: Denial of Service due to a deadlock in hugetlb folio migration"
    },
    {
      "cve": "CVE-2026-23193",
      "cwe": {
        "id": "CWE-364",
        "name": "Signal Handler Race Condition"
      },
      "discovery_date": "2026-02-14T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2439887"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()\n\nIn iscsit_dec_session_usage_count(), the function calls complete() while\nholding the sess-\u003esession_usage_lock. Similar to the connection usage count\nlogic, the waiter signaled by complete() (e.g., in the session release\npath) may wake up and free the iscsit_session structure immediately.\n\nThis creates a race condition where the current thread may attempt to\nexecute spin_unlock_bh() on a session structure that has already been\ndeallocated, resulting in a KASAN slab-use-after-free.\n\nTo resolve this, release the session_usage_lock before calling complete()\nto ensure all dereferences of the sess pointer are finished before the\nwaiter is allowed to proceed with deallocation.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "A use after free can occur in the iSCSI target session usage count logic because iscsit_dec_session_usage_count can call complete while holding session_usage_lock. A waiting thread in the session release path can wake up and free the session structure immediately after the completion is signaled. The current thread may then attempt to unlock or otherwise access fields in a session object that has already been deallocated which can trigger a slab use after free and crash the kernel. The attack surface is adjacent network because iSCSI targets are typically reachable only inside storage or data center networks. Impact can be denial of service. A conservative assessment also considers potential confidentiality and integrity impact due to kernel memory corruption from a use after free.",
          "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": [
          "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
          "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
          "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-23193"
        },
        {
          "category": "external",
          "summary": "RHBZ#2439887",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439887"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-23193",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23193",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23193"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026021434-CVE-2026-23193-2c6c@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026021434-CVE-2026-23193-2c6c@gregkh/T"
        }
      ],
      "release_date": "2026-02-14T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T09:38:12+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13664"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, prevent module iscsi_target_mod from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
          "product_ids": [
            "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()"
    },
    {
      "cve": "CVE-2026-31402",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "discovery_date": "2026-04-03T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2454844"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s NFSv4.0 server (nfsd). A remote, unauthenticated attacker can exploit this heap overflow vulnerability in the NFSv4.0 LOCK replay cache. By using two cooperating NFSv4.0 clients, where one sets a lock with a large owner string and another requests a conflicting lock, the attacker can trigger a slab-out-of-bounds write. This corruption of adjacent heap memory could lead to arbitrary code execution or a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This Important flaw in the Linux kernel\u0027s NFSv4.0 server (nfsd) allows a heap overflow. In this flaw a local attacker can trigger this by orchestrating two NFSv4.0 clients to create a conflicting lock with an oversized owner string.",
          "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": [
          "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
          "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
          "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
          "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
          "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
          "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
          "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-31402"
        },
        {
          "category": "external",
          "summary": "RHBZ#2454844",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2454844"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-31402",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-31402"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-31402",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31402"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2026040327-CVE-2026-31402-3e6a@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2026040327-CVE-2026-31402-3e6a@gregkh/T"
        }
      ],
      "release_date": "2026-04-03T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T09:38:12+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13664"
        },
        {
          "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": [
            "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
          ]
        }
      ],
      "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": [
            "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.aarch64",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.ppc64le",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.s390x",
            "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.src",
            "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.190.1.el8_6.noarch",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.190.1.el8_6.x86_64",
            "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.190.1.el8_6.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: nfsd: fix heap overflow in NFSv4.0 LOCK replay cache"
    }
  ]
}


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…