RHSA-2025:22910

Vulnerability from csaf_redhat - Published: 2025-12-09 11:59 - Updated: 2026-03-30 10:32
Summary
Red Hat Security Advisory: kernel security update
Severity
Moderate
Notes
Topic: An update for kernel is now available for Red Hat Enterprise Linux 7 Extended Lifecycle Support. Red Hat Product Security has rated this update as having a security impact of Moderate. 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: use after free flaw in l2cap_conn_del in net/bluetooth/l2cap_core.c (CVE-2022-3640) * kernel: sctp: linearize cloned gso packets in sctp_rcv (CVE-2025-38718) * kernel: Bluetooth: L2CAP: Fix use-after-free (CVE-2023-53305) * kernel: cifs: fix oops during encryption (CVE-2022-50341) * kernel: ip6mr: Fix skb_under_panic in ip6mr_cache_report() (CVE-2023-53365) * kernel: Bluetooth: L2CAP: Fix user-after-free (CVE-2022-50386) * kernel: wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit() (CVE-2022-50408) 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 vulnerability was found in the Linux Kernel in the l2cap_conn_del in net/bluetooth/l2cap_core.c function in the Bluetooth component. This issue leads to a use-after-free problem.

CWE-416 - Use After Free
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-2025:22910
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.

An out-of-bounds memory access vulnerability exists in the linux kernel, such that A stack-allocated buffer (backed by vmalloc) was passed into crypto code (scatterwalk_map_and_copy() → __memcpy) where a cross-page write occurred. This ended up hitting a read-only mapping, causing a page-level fault and kernel panic (Oops: 9600004f), potentially damaging system availability and stability.

CWE-119 - Improper Restriction of Operations within the Bounds of a Memory Buffer
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-2025:22910
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.

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix user-after-free This uses l2cap_chan_hold_unless_zero() after calling __l2cap_get_chan_blah() to prevent the following trace: Bluetooth: l2cap_core.c:static void l2cap_chan_destroy(struct kref *kref) Bluetooth: chan 0000000023c4974d Bluetooth: parent 00000000ae861c08 ================================================================== BUG: KASAN: use-after-free in __mutex_waiter_is_first kernel/locking/mutex.c:191 [inline] BUG: KASAN: use-after-free in __mutex_lock_common kernel/locking/mutex.c:671 [inline] BUG: KASAN: use-after-free in __mutex_lock+0x278/0x400 kernel/locking/mutex.c:729 Read of size 8 at addr ffff888006a49b08 by task kworker/u3:2/389

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-2025:22910
Workaround To mitigate these vulnerabilities on the operating system level, disable the Bluetooth functionality via blocklisting kernel modules in the Linux kernel. The kernel modules can be prevented from being loaded by using system-wide modprobe rules. Instructions on how to disable Bluetooth modules are available on the customer portal at https://access.redhat.com/solutions/2682931. Alternatively, bluetooth can be disabled within the hardware or at the BIOS level, which will also provide effective mitigation as the kernel will not detect Bluetooth hardware on the system.

A use after free exists in the wifi module of the linux kernel in the function brcmf_netdev_start_xmit(),thereby leading to damage to system availability and integrity.

CWE-416 - Use After Free
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-2025:22910
Workaround To mitigate this issue, prevent module brcmfmac from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free Fix potential use-after-free in l2cap_le_command_rej.

CWE-416 - Use After Free
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-2025:22910
Workaround To mitigate these vulnerabilities on the operating system level, disable the Bluetooth functionality via blocklisting kernel modules in the Linux kernel. The kernel modules can be prevented from being loaded by using system-wide modprobe rules. Instructions on how to disable Bluetooth modules are available on the customer portal at https://access.redhat.com/solutions/2682931. Alternatively, bluetooth can be disabled within the hardware or at the BIOS level, which will also provide effective mitigation as the kernel will not detect Bluetooth hardware on the system.

A buffer underwrite vulnerability exists in the linux kernel in the function skb_under_panic in ip6mr_cache_report(), leading to an attacker, via crafting a payload, could result in damage to system availability and integrity.

CWE-124 - Buffer Underwrite ('Buffer Underflow')
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-2025:22910
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.

A flaw use of uninitialized memory (uncontrolled and invisible by attacker) in the Linux kernel SCTP transport protocol was found in the way user triggers malicious SCTP packets. A remote user could use this flaw to crash the system. The bug actual only for systems where SCTP protocol being enabled and used.

CWE-664 - Improper Control of a Resource Through its Lifetime
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-2025:22910
Workaround To mitigate this issue, prevent module sctp from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.
References
https://access.redhat.com/errata/RHSA-2025:22910 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2139610 external
https://bugzilla.redhat.com/show_bug.cgi?id=2393166 external
https://bugzilla.redhat.com/show_bug.cgi?id=2395858 external
https://bugzilla.redhat.com/show_bug.cgi?id=2395879 external
https://bugzilla.redhat.com/show_bug.cgi?id=2396130 external
https://bugzilla.redhat.com/show_bug.cgi?id=2396431 external
https://bugzilla.redhat.com/show_bug.cgi?id=2396506 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2022-3640 self
https://bugzilla.redhat.com/show_bug.cgi?id=2139610 external
https://www.cve.org/CVERecord?id=CVE-2022-3640 external
https://nvd.nist.gov/vuln/detail/CVE-2022-3640 external
https://git.kernel.org/pub/scm/linux/kernel/git/b… external
https://access.redhat.com/security/cve/CVE-2022-50341 self
https://bugzilla.redhat.com/show_bug.cgi?id=2395879 external
https://www.cve.org/CVERecord?id=CVE-2022-50341 external
https://nvd.nist.gov/vuln/detail/CVE-2022-50341 external
https://lore.kernel.org/linux-cve-announce/202509… external
https://access.redhat.com/security/cve/CVE-2022-50386 self
https://bugzilla.redhat.com/show_bug.cgi?id=2396431 external
https://www.cve.org/CVERecord?id=CVE-2022-50386 external
https://nvd.nist.gov/vuln/detail/CVE-2022-50386 external
https://lore.kernel.org/linux-cve-announce/202509… external
https://access.redhat.com/security/cve/CVE-2022-50408 self
https://bugzilla.redhat.com/show_bug.cgi?id=2396506 external
https://www.cve.org/CVERecord?id=CVE-2022-50408 external
https://nvd.nist.gov/vuln/detail/CVE-2022-50408 external
https://lore.kernel.org/linux-cve-announce/202509… external
https://access.redhat.com/security/cve/CVE-2023-53305 self
https://bugzilla.redhat.com/show_bug.cgi?id=2395858 external
https://www.cve.org/CVERecord?id=CVE-2023-53305 external
https://nvd.nist.gov/vuln/detail/CVE-2023-53305 external
https://lore.kernel.org/linux-cve-announce/202509… external
https://access.redhat.com/security/cve/CVE-2023-53365 self
https://bugzilla.redhat.com/show_bug.cgi?id=2396130 external
https://www.cve.org/CVERecord?id=CVE-2023-53365 external
https://nvd.nist.gov/vuln/detail/CVE-2023-53365 external
https://lore.kernel.org/linux-cve-announce/202509… external
https://access.redhat.com/security/cve/CVE-2025-38718 self
https://bugzilla.redhat.com/show_bug.cgi?id=2393166 external
https://www.cve.org/CVERecord?id=CVE-2025-38718 external
https://nvd.nist.gov/vuln/detail/CVE-2025-38718 external
https://lore.kernel.org/linux-cve-announce/202509… external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "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 7 Extended Lifecycle Support.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. 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: use after free flaw in l2cap_conn_del in net/bluetooth/l2cap_core.c (CVE-2022-3640)\n\n* kernel: sctp: linearize cloned gso packets in sctp_rcv (CVE-2025-38718)\n\n* kernel: Bluetooth: L2CAP: Fix use-after-free (CVE-2023-53305)\n\n* kernel: cifs: fix oops during encryption (CVE-2022-50341)\n\n* kernel: ip6mr: Fix skb_under_panic in ip6mr_cache_report() (CVE-2023-53365)\n\n* kernel: Bluetooth: L2CAP: Fix user-after-free (CVE-2022-50386)\n\n* kernel: wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit() (CVE-2022-50408)\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-2025:22910",
        "url": "https://access.redhat.com/errata/RHSA-2025:22910"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "category": "external",
        "summary": "2139610",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139610"
      },
      {
        "category": "external",
        "summary": "2393166",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393166"
      },
      {
        "category": "external",
        "summary": "2395858",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395858"
      },
      {
        "category": "external",
        "summary": "2395879",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395879"
      },
      {
        "category": "external",
        "summary": "2396130",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396130"
      },
      {
        "category": "external",
        "summary": "2396431",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396431"
      },
      {
        "category": "external",
        "summary": "2396506",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396506"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_22910.json"
      }
    ],
    "title": "Red Hat Security Advisory: kernel security update",
    "tracking": {
      "current_release_date": "2026-03-30T10:32:23+00:00",
      "generator": {
        "date": "2026-03-30T10:32:23+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.7.4"
        }
      },
      "id": "RHSA-2025:22910",
      "initial_release_date": "2025-12-09T11:59:40+00:00",
      "revision_history": [
        {
          "date": "2025-12-09T11:59:40+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2025-12-09T11:59:40+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-03-30T10:32:23+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 Server (v. 7 ELS)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server (v. 7 ELS)",
                  "product_id": "7Server-ELS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:rhel_els:7"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
                "product": {
                  "name": "Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
                  "product_id": "7Server-optional-ELS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:rhel_els:7"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "bpftool-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "bpftool-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "kernel-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "kernel-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "perf-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "perf-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-perf-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "python-perf-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "python-perf-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-perf@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
                "product": {
                  "name": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_id": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-1160.143.1.el7?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "kernel-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "kernel-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-bootwrapper@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "perf-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "perf-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-perf@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
                "product": {
                  "name": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_id": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-1160.143.1.el7?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "bpftool-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "bpftool-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "kernel-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "kernel-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-bootwrapper@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "perf-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "perf-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-perf-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "python-perf-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "python-perf-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-perf@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
                "product": {
                  "name": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_id": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@3.10.0-1160.143.1.el7?arch=ppc64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "bpftool-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "bpftool-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "bpftool-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "kernel-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "kernel-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-devel@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-devel@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-kdump@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-kdump-devel@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "perf-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "perf-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-perf-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "python-perf-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "python-perf-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-perf@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/bpftool-debuginfo@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-kdump-debuginfo@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/perf-debuginfo@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                "product": {
                  "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                  "product_id": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/python-perf-debuginfo@3.10.0-1160.143.1.el7?arch=s390x"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-0:3.10.0-1160.143.1.el7.src",
                "product": {
                  "name": "kernel-0:3.10.0-1160.143.1.el7.src",
                  "product_id": "kernel-0:3.10.0-1160.143.1.el7.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel@3.10.0-1160.143.1.el7?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
                "product": {
                  "name": "kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
                  "product_id": "kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-abi-whitelists@3.10.0-1160.143.1.el7?arch=noarch"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
                "product": {
                  "name": "kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
                  "product_id": "kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-doc@3.10.0-1160.143.1.el7?arch=noarch"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "bpftool-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "bpftool-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "bpftool-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:3.10.0-1160.143.1.el7.src as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src"
        },
        "product_reference": "kernel-0:3.10.0-1160.143.1.el7.src",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch"
        },
        "product_reference": "kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-doc-0:3.10.0-1160.143.1.el7.noarch as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch"
        },
        "product_reference": "kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-kdump-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "perf-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "perf-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "perf-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "perf-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "python-perf-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "python-perf-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "python-perf-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server (v. 7 ELS)",
          "product_id": "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "bpftool-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "bpftool-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "bpftool-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:3.10.0-1160.143.1.el7.src as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src"
        },
        "product_reference": "kernel-0:3.10.0-1160.143.1.el7.src",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch"
        },
        "product_reference": "kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-doc-0:3.10.0-1160.143.1.el7.noarch as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch"
        },
        "product_reference": "kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-kdump-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "perf-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "perf-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "perf-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "perf-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "python-perf-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "python-perf-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "python-perf-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64"
        },
        "product_reference": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le"
        },
        "product_reference": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x"
        },
        "product_reference": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
        "relates_to_product_reference": "7Server-optional-ELS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64 as a component of Red Hat Enterprise Linux Server Optional (v. 7 ELS)",
          "product_id": "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        },
        "product_reference": "python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
        "relates_to_product_reference": "7Server-optional-ELS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2022-3640",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2022-11-03T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2139610"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A vulnerability was found in the Linux Kernel in the l2cap_conn_del in net/bluetooth/l2cap_core.c function in the Bluetooth component. This issue leads to a use-after-free problem.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: use after free flaw in l2cap_conn_del in net/bluetooth/l2cap_core.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-3640"
        },
        {
          "category": "external",
          "summary": "RHBZ#2139610",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2139610"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-3640",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-3640"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3640",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3640"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git/commit/?id=42cf46dea905a80f6de218e837ba4d4cc33d6979",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git/commit/?id=42cf46dea905a80f6de218e837ba4d4cc33d6979"
        }
      ],
      "release_date": "2022-10-17T12:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-12-09T11:59:40+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": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:22910"
        },
        {
          "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": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "REQUIRED",
            "vectorString": "CVSS:3.1/AV:A/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: use after free flaw in l2cap_conn_del in net/bluetooth/l2cap_core.c"
    },
    {
      "cve": "CVE-2022-50341",
      "cwe": {
        "id": "CWE-119",
        "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
      },
      "discovery_date": "2025-09-16T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2395879"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An out-of-bounds memory access vulnerability exists in the linux kernel, such that A stack-allocated buffer (backed by vmalloc) was passed into crypto code (scatterwalk_map_and_copy() \u2192 __memcpy) where a cross-page write occurred. This ended up hitting a read-only mapping, causing a page-level fault and kernel panic (Oops: 9600004f), potentially damaging system availability and stability.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: cifs: fix oops during encryption",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-50341"
        },
        {
          "category": "external",
          "summary": "RHBZ#2395879",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395879"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-50341",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-50341"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50341",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50341"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2025091638-CVE-2022-50341-12c1@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2025091638-CVE-2022-50341-12c1@gregkh/T"
        }
      ],
      "release_date": "2025-09-16T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-12-09T11:59:40+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": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:22910"
        },
        {
          "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": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.0,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: cifs: fix oops during encryption"
    },
    {
      "cve": "CVE-2022-50386",
      "discovery_date": "2025-09-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2396431"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: Fix user-after-free\n\nThis uses l2cap_chan_hold_unless_zero() after calling\n__l2cap_get_chan_blah() to prevent the following trace:\n\nBluetooth: l2cap_core.c:static void l2cap_chan_destroy(struct kref\n*kref)\nBluetooth: chan 0000000023c4974d\nBluetooth: parent 00000000ae861c08\n==================================================================\nBUG: KASAN: use-after-free in __mutex_waiter_is_first\nkernel/locking/mutex.c:191 [inline]\nBUG: KASAN: use-after-free in __mutex_lock_common\nkernel/locking/mutex.c:671 [inline]\nBUG: KASAN: use-after-free in __mutex_lock+0x278/0x400\nkernel/locking/mutex.c:729\nRead of size 8 at addr ffff888006a49b08 by task kworker/u3:2/389",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Bluetooth: L2CAP: Fix user-after-free",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "A use-after-free in the Bluetooth L2CAP subsystem could occur when handling channel responses in l2cap_connect_create_rsp(), due to missing reference checks. This condition can be triggered during race conditions between channel creation and teardown, leading to kernel crashes. Exploitation is most practical as a local or adjacent denial of service over Bluetooth.\n\nL2CAP underpins many Bluetooth profiles and services (BLE ATT/GATT, RFCOMM, A2DP/AVRCP, HID, PAN, SDP, OBEX, etc.). Any profile that creates logical L2CAP channels may be involved. Common real-world triggers include BLE GATT interactions, audio profiles, HID devices, and tethering/PAN connections.\n\nAn attacker within radio range can attempt to repeatedly open/close or otherwise race L2CAP channels to increase likelihood of the race (fast connect/disconnect storms or parallel requests).\n\nMost realistic impact is a local/adjacent attacker (in Bluetooth radio range) who can actively interact with the target Bluetooth stack.\n\nThe CIA=HHH for CVSS is a conservative/precautionary assessment. In practical terms, successful privilege escalation or remote compromise is unlikely but theoretically possible: to do so an attacker would need to craft a sequence that causes controlled memory corruption and further exploit kernel memory layout \u2014 substantially harder than causing a crash.",
          "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": [
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-50386"
        },
        {
          "category": "external",
          "summary": "RHBZ#2396431",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396431"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-50386",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-50386"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50386",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50386"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2025091852-CVE-2022-50386-07d7@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2025091852-CVE-2022-50386-07d7@gregkh/T"
        }
      ],
      "release_date": "2025-09-18T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-12-09T11:59:40+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": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:22910"
        },
        {
          "category": "workaround",
          "details": "To mitigate these vulnerabilities on the operating system level, disable the Bluetooth functionality via blocklisting kernel modules in the Linux kernel. The kernel modules can be prevented from being loaded by using system-wide modprobe rules. Instructions on how to disable Bluetooth modules are available on the customer portal at https://access.redhat.com/solutions/2682931.\n\nAlternatively, bluetooth can be disabled within the hardware or at the BIOS level, which will also provide effective mitigation as the kernel will not detect Bluetooth hardware on the system.",
          "product_ids": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.6,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: Bluetooth: L2CAP: Fix user-after-free"
    },
    {
      "cve": "CVE-2022-50408",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2025-09-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2396506"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use after free exists in the wifi module of the linux kernel in the function brcmf_netdev_start_xmit(),thereby leading to damage to system availability and integrity.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "A Use-After-Free vulnerability was found in brcmf_netdev_start_xmit() in the Broadcom brcmfmac driver.\nThe function updated ndev-\u003estats.tx_bytes after calling brcmf_proto_tx_queue_data(), which may complete asynchronously and free the skb object before accessing it.\nThe patch stores skb-\u003elen in a local variable before the transmission call to prevent dereferencing freed memory.\nPrivilege required is low (PR:L) since the issue is triggered during normal packet transmission from a network interface, accessible to local processes using networking APIs.",
          "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": [
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-50408"
        },
        {
          "category": "external",
          "summary": "RHBZ#2396506",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396506"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-50408",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-50408"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50408",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50408"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2025091853-CVE-2022-50408-5835@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2025091853-CVE-2022-50408-5835@gregkh/T"
        }
      ],
      "release_date": "2025-09-18T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-12-09T11:59:40+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": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:22910"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, prevent module brcmfmac 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": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.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": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: wifi: brcmfmac: fix use-after-free bug in brcmf_netdev_start_xmit()"
    },
    {
      "cve": "CVE-2023-53305",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2025-09-16T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2395858"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: L2CAP: Fix use-after-free\n\nFix potential use-after-free in l2cap_le_command_rej.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Bluetooth: L2CAP: Fix use-after-free",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This L2CAP issue is adjacency-only (Bluetooth LE): an attacker must be within radio range and craft malicious LE frames. Impact is primarily kernel crash / DoS.\nIt could trigger a use-after-free condition when processing LE command rejection.\nIn practice an attacker must either establish a BLE connection or rely on the device accepting unauthenticated L2CAP traffic. If the device enforces pairing/authentication for L2CAP operations, exploitation from an unauthenticated remote actor is unlikely.\nFixed in Red Hat Enterprise Linux 9 starting from 9.4.",
          "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": [
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-53305"
        },
        {
          "category": "external",
          "summary": "RHBZ#2395858",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2395858"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-53305",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-53305"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53305",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53305"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2025091641-CVE-2023-53305-b8fe@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2025091641-CVE-2023-53305-b8fe@gregkh/T"
        }
      ],
      "release_date": "2025-09-16T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-12-09T11:59:40+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": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:22910"
        },
        {
          "category": "workaround",
          "details": "To mitigate these vulnerabilities on the operating system level, disable the Bluetooth functionality via blocklisting kernel modules in the Linux kernel. The kernel modules can be prevented from being loaded by using system-wide modprobe rules. Instructions on how to disable Bluetooth modules are available on the customer portal at https://access.redhat.com/solutions/2682931.\n\nAlternatively, bluetooth can be disabled within the hardware or at the BIOS level, which will also provide effective mitigation as the kernel will not detect Bluetooth hardware on the system.",
          "product_ids": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "ADJACENT_NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.6,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: Bluetooth: L2CAP: Fix use-after-free"
    },
    {
      "cve": "CVE-2023-53365",
      "cwe": {
        "id": "CWE-124",
        "name": "Buffer Underwrite (\u0027Buffer Underflow\u0027)"
      },
      "discovery_date": "2025-09-17T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2396130"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A buffer underwrite vulnerability exists in the linux kernel in the function skb_under_panic in ip6mr_cache_report(), leading to an attacker, via crafting a payload, could result in damage to system availability and integrity.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: ip6mr: Fix skb_under_panic in ip6mr_cache_report()",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-53365"
        },
        {
          "category": "external",
          "summary": "RHBZ#2396130",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2396130"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-53365",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-53365"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-53365",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-53365"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2025091723-CVE-2023-53365-acb1@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2025091723-CVE-2023-53365-acb1@gregkh/T"
        }
      ],
      "release_date": "2025-09-17T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-12-09T11:59:40+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": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:22910"
        },
        {
          "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": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.0,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: ip6mr: Fix skb_under_panic in ip6mr_cache_report()"
    },
    {
      "cve": "CVE-2025-38718",
      "cwe": {
        "id": "CWE-664",
        "name": "Improper Control of a Resource Through its Lifetime"
      },
      "discovery_date": "2025-09-04T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2393166"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw use of uninitialized memory (uncontrolled and invisible by attacker) in the Linux kernel SCTP transport protocol was found in the way user triggers malicious SCTP packets. A remote user could use this flaw to crash the system. The bug actual only for systems where SCTP protocol being enabled and used.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: sctp: linearize cloned gso packets in sctp_rcv",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "A flaw in the SCTP receive path failed to linearize cloned GSO sk_buffs before accessing fraglists, leading to reads of uninitialized memory as reported by KMSAN. An attacker sending SCTP traffic can trigger incorrect processing and potentially cause a kernel denial of service on the target under specific RX conditions.\nStream Control Transmission Protocol (SCTP) is a transport-layer protocol (like TCP or UDP) primarily used in telecom signaling and some specialized applications. On most Linux systems it is disabled by default, and remote connectivity is only possible if SCTP support is enabled and listening services are configured (commonly using the IANA-assigned port 2905/tcp for M3UA or other protocol-specific ports). Therefore, the vulnerability is only exploitable when SCTP is enabled and reachable on the target system.\nAlthough KMSAN reports this issue as use of uninitialized memory (which deterministically crashes with KMSAN enabled), on production kernels the impact is still availability-related.",
          "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": [
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
          "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
          "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
          "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
          "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-38718"
        },
        {
          "category": "external",
          "summary": "RHBZ#2393166",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2393166"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38718",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-38718"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38718",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38718"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2025090459-CVE-2025-38718-5bb6@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2025090459-CVE-2025-38718-5bb6@gregkh/T"
        }
      ],
      "release_date": "2025-09-04T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2025-12-09T11:59:40+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": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ],
          "restart_required": {
            "category": "machine"
          },
          "url": "https://access.redhat.com/errata/RHSA-2025:22910"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, prevent module sctp 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": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:bpftool-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.src",
            "7Server-optional-ELS:kernel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-abi-whitelists-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-bootwrapper-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debug-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-debuginfo-common-ppc64le-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-debuginfo-common-s390x-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-debuginfo-common-x86_64-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-doc-0:3.10.0-1160.143.1.el7.noarch",
            "7Server-optional-ELS:kernel-kdump-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-kdump-devel-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:kernel-tools-libs-devel-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-0:3.10.0-1160.143.1.el7.x86_64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.ppc64le",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.s390x",
            "7Server-optional-ELS:python-perf-debuginfo-0:3.10.0-1160.143.1.el7.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: sctp: linearize cloned gso packets in sctp_rcv"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

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…