RHSA-2024:1253

Vulnerability from csaf_redhat - Published: 2024-03-12 01:04 - Updated: 2026-03-18 02:34
Summary
Red Hat Security Advisory: kernel live patch module security update
Severity
Important
Notes
Topic: An update for kpatch-patch-5_14_0-70_64_1, kpatch-patch-5_14_0-70_70_1, kpatch-patch-5_14_0-70_75_1, kpatch-patch-5_14_0-70_80_1, and kpatch-patch-5_14_0-70_85_1 is now available for Red Hat Enterprise Linux 9.0 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: This is a kernel live patch module which is automatically loaded by the RPM post-install script to modify the code of a running kernel. Security Fix(es): * kernel: bpf: Incorrect verifier pruning leads to unsafe code paths being incorrectly marked as safe (CVE-2023-2163) * kernel: UAF in nftables when nft_set_lookup_global triggered after handling named and anonymous sets in batch requests (CVE-2023-3390) * kernel: net/sched: cls_u32 component reference counter leak if tcf_change_indev() fails (CVE-2023-3609) * kernel: use after free in unix_stream_sendpage (CVE-2023-4622) * kernel: ktls overwrites readonly memory pages when using function splice with a ktls socket as destination (CVE-2024-0646) * kernel: GSM multiplexing race condition leads to privilege escalation (CVE-2023-6546) 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.

An incorrect verifier pruning flaw was found in BPF in the Linux Kernel that may lead to unsafe code paths incorrectly marked as safe, resulting in arbitrary read/writes in kernel memory, lateral privilege escalation, and container escape.

CWE-682 - Incorrect Calculation
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 https://access.redhat.com/errata/RHSA-2024:1253
Workaround The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space. For Red Hat Enterprise Linux 8 to confirm the current state, inspect the sysctl with the command: # cat /proc/sys/kernel/unprivileged_bpf_disabled The setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.

A use-after-free flaw was found in the Netfilter subsystem of the Linux kernel when processing named and anonymous sets in batch requests, which can lead to performing arbitrary reads and writes in kernel memory. This flaw allows a local user with CAP_NET_ADMIN capability to crash or potentially escalate their privileges on the system.

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 https://access.redhat.com/errata/RHSA-2024:1253

A double-free flaw was found in u32_set_parms in net/sched/cls_u32.c in the Network Scheduler component in the Linux kernel. This flaw allows a local attacker to use a failure event to mishandle the reference counter, leading to a local privilege escalation threat.

CWE-415 - Double 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 https://access.redhat.com/errata/RHSA-2024:1253
Workaround To mitigate this issue, prevent module cls_u32 from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.

A use-after-free flaw was found in the Linux kernel's af_unix component that allows local privilege escalation. The unix_stream_sendpage() function tries to add data to the last skb in the peer's recv queue without locking the queue. This issue leads to a race condition where the unix_stream_sendpage() function could access a skb that is being released by garbage collection, resulting in a use-after-free issue.

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 https://access.redhat.com/errata/RHSA-2024:1253
Workaround Mitigation for this issue is either not available or 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 race condition was found in the GSM 0710 tty multiplexor in the Linux kernel. This issue occurs when two threads execute the GSMIOC_SETCONF ioctl on the same tty file descriptor with the gsm line discipline enabled, and can lead to a use-after-free problem on a struct gsm_dlci while restarting the gsm mux. This could allow a local unprivileged user to escalate their privileges on the system.

CWE-366 - Race Condition within a Thread
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 https://access.redhat.com/errata/RHSA-2024:1253
Workaround This flaw can be mitigated by preventing the affected `n_gsm` kernel module from being loaded. For instructions on how to blacklist a kernel module, please see https://access.redhat.com/solutions/41278.

An out-of-bounds memory write flaw was found in the Linux kernel’s Transport Layer Security functionality in how a user calls a function splice with a ktls socket as the destination. This flaw allows a local user to crash or potentially escalate their privileges on the system.

CWE-787 - Out-of-bounds Write
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 https://access.redhat.com/errata/RHSA-2024:1253
Workaround To mitigate this issue, prevent module tls 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-2024:1253 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2213260 external
https://bugzilla.redhat.com/show_bug.cgi?id=2225201 external
https://bugzilla.redhat.com/show_bug.cgi?id=2237760 external
https://bugzilla.redhat.com/show_bug.cgi?id=2240249 external
https://bugzilla.redhat.com/show_bug.cgi?id=2253908 external
https://bugzilla.redhat.com/show_bug.cgi?id=2255498 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2023-2163 self
https://bugzilla.redhat.com/show_bug.cgi?id=2240249 external
https://www.cve.org/CVERecord?id=CVE-2023-2163 external
https://nvd.nist.gov/vuln/detail/CVE-2023-2163 external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
https://access.redhat.com/security/cve/CVE-2023-3390 self
https://bugzilla.redhat.com/show_bug.cgi?id=2213260 external
https://www.cve.org/CVERecord?id=CVE-2023-3390 external
https://nvd.nist.gov/vuln/detail/CVE-2023-3390 external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
https://access.redhat.com/security/cve/CVE-2023-3609 self
https://bugzilla.redhat.com/show_bug.cgi?id=2225201 external
https://www.cve.org/CVERecord?id=CVE-2023-3609 external
https://nvd.nist.gov/vuln/detail/CVE-2023-3609 external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
https://access.redhat.com/security/cve/CVE-2023-4622 self
https://bugzilla.redhat.com/show_bug.cgi?id=2237760 external
https://www.cve.org/CVERecord?id=CVE-2023-4622 external
https://nvd.nist.gov/vuln/detail/CVE-2023-4622 external
https://git.kernel.org/pub/scm/linux/kernel/git/s… external
https://access.redhat.com/security/cve/CVE-2023-6546 self
https://bugzilla.redhat.com/show_bug.cgi?id=2255498 external
https://www.cve.org/CVERecord?id=CVE-2023-6546 external
https://nvd.nist.gov/vuln/detail/CVE-2023-6546 external
https://github.com/torvalds/linux/commit/3c4f8333… external
https://www.zerodayinitiative.com/advisories/ZDI-… external
https://access.redhat.com/security/cve/CVE-2024-0646 self
https://bugzilla.redhat.com/show_bug.cgi?id=2253908 external
https://www.cve.org/CVERecord?id=CVE-2024-0646 external
https://nvd.nist.gov/vuln/detail/CVE-2024-0646 external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
Acknowledgments
Salesforce Offensive Security team Alagu M

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for kpatch-patch-5_14_0-70_64_1, kpatch-patch-5_14_0-70_70_1, kpatch-patch-5_14_0-70_75_1, kpatch-patch-5_14_0-70_80_1, and kpatch-patch-5_14_0-70_85_1 is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "This is a kernel live patch module which is automatically loaded by the RPM post-install script to modify the code of a running kernel.\n\nSecurity Fix(es):\n\n* kernel: bpf: Incorrect verifier pruning leads to unsafe code paths being incorrectly marked as safe (CVE-2023-2163)\n\n* kernel: UAF in nftables when nft_set_lookup_global triggered after handling named and anonymous sets in batch requests (CVE-2023-3390)\n\n* kernel: net/sched: cls_u32 component reference counter leak if tcf_change_indev() fails (CVE-2023-3609)\n\n* kernel: use after free in unix_stream_sendpage (CVE-2023-4622)\n\n* kernel: ktls overwrites readonly memory pages when using function splice with a ktls socket as destination (CVE-2024-0646)\n\n* kernel: GSM multiplexing race condition leads to privilege escalation (CVE-2023-6546)\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-2024:1253",
        "url": "https://access.redhat.com/errata/RHSA-2024:1253"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2213260",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213260"
      },
      {
        "category": "external",
        "summary": "2225201",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225201"
      },
      {
        "category": "external",
        "summary": "2237760",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237760"
      },
      {
        "category": "external",
        "summary": "2240249",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2240249"
      },
      {
        "category": "external",
        "summary": "2253908",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253908"
      },
      {
        "category": "external",
        "summary": "2255498",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255498"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1253.json"
      }
    ],
    "title": "Red Hat Security Advisory: kernel live patch module security update",
    "tracking": {
      "current_release_date": "2026-03-18T02:34:20+00:00",
      "generator": {
        "date": "2026-03-18T02:34:20+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.7.3"
        }
      },
      "id": "RHSA-2024:1253",
      "initial_release_date": "2024-03-12T01:04:27+00:00",
      "revision_history": [
        {
          "date": "2024-03-12T01:04:27+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2024-03-12T01:04:27+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-03-18T02:34:20+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
                "product": {
                  "name": "Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
                  "product_id": "BaseOS-9.0.0.Z.EUS",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:redhat:rhel_eus:9.0::baseos"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
                  "product_id": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_64_1@1-6.el9_0?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
                  "product_id": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_70_1@1-5.el9_0?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
                  "product_id": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_75_1@1-4.el9_0?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
                  "product_id": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_80_1@1-3.el9_0?arch=src"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
                  "product_id": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_85_1@1-2.el9_0?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_64_1@1-6.el9_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_64_1-debugsource@1-6.el9_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_64_1-debuginfo@1-6.el9_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_70_1@1-5.el9_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_70_1-debugsource@1-5.el9_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_70_1-debuginfo@1-5.el9_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_75_1@1-4.el9_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_75_1-debugsource@1-4.el9_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_75_1-debuginfo@1-4.el9_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_80_1@1-3.el9_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_80_1-debugsource@1-3.el9_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_80_1-debuginfo@1-3.el9_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_85_1@1-2.el9_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_85_1-debugsource@1-2.el9_0?arch=ppc64le"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
                  "product_id": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_85_1-debuginfo@1-2.el9_0?arch=ppc64le"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_64_1@1-6.el9_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_64_1-debugsource@1-6.el9_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_64_1-debuginfo@1-6.el9_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_70_1@1-5.el9_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_70_1-debugsource@1-5.el9_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_70_1-debuginfo@1-5.el9_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_75_1@1-4.el9_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_75_1-debugsource@1-4.el9_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_75_1-debuginfo@1-4.el9_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_80_1@1-3.el9_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_80_1-debugsource@1-3.el9_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_80_1-debuginfo@1-3.el9_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_85_1@1-2.el9_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_85_1-debugsource@1-2.el9_0?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
                "product": {
                  "name": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
                  "product_id": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kpatch-patch-5_14_0-70_85_1-debuginfo@1-2.el9_0?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src"
        },
        "product_reference": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src"
        },
        "product_reference": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src"
        },
        "product_reference": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src"
        },
        "product_reference": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src"
        },
        "product_reference": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le"
        },
        "product_reference": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS (v.9.0)",
          "product_id": "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
        },
        "product_reference": "kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64",
        "relates_to_product_reference": "BaseOS-9.0.0.Z.EUS"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2023-2163",
      "cwe": {
        "id": "CWE-682",
        "name": "Incorrect Calculation"
      },
      "discovery_date": "2023-09-20T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2240249"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An incorrect verifier pruning flaw was found in BPF in the Linux Kernel that may lead to unsafe code paths incorrectly marked as safe, resulting in arbitrary read/writes in kernel memory, lateral privilege escalation, and container escape.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: bpf: Incorrect verifier pruning leads to unsafe code paths being incorrectly marked as safe",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The Red Hat Enterprise Linux 9.3 not affected, because the required patch applied before this CVE creation. For the Red Hat Enterprise Linux 9 before version 9.3 required fixes applied too.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-2163"
        },
        {
          "category": "external",
          "summary": "RHBZ#2240249",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2240249"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-2163",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-2163"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2163",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2163"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=71b547f561247897a0a14f3082730156c0533fed",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=71b547f561247897a0a14f3082730156c0533fed"
        }
      ],
      "release_date": "2023-04-19T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-03-12T01:04:27+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",
          "product_ids": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:1253"
        },
        {
          "category": "workaround",
          "details": "The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.\n\nFor Red Hat Enterprise Linux 8 to confirm the current state, inspect the sysctl with the command:\n\n# cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.",
          "product_ids": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 8.2,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: bpf: Incorrect verifier pruning leads to unsafe code paths being incorrectly marked as safe"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Alagu M"
          ],
          "organization": "Salesforce Offensive Security team"
        }
      ],
      "cve": "CVE-2023-3390",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2023-06-06T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2213260"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use-after-free flaw was found in the Netfilter subsystem of the Linux kernel when processing named and anonymous sets in batch requests, which can lead to performing arbitrary reads and writes in kernel memory. This flaw allows a local user with CAP_NET_ADMIN capability to crash or potentially escalate their privileges on the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: UAF in nftables when nft_set_lookup_global triggered after handling named and anonymous sets in batch requests",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Only local users with `CAP_NET_ADMIN` capability or root can trigger this issue. \nOn Red Hat Enterprise Linux, local unprivileged users can exploit unprivileged user namespaces (CONFIG_USER_NS) to grant themselves this capability.\n\nThe OpenShift Container Platform (OCP) control planes or master machines are based on Red Hat Enterprise Linux CoreOS (RHCOS) that consists primarily of RHEL components, therefore, it is also affected by this kernel vulnerability. A successful exploit needs necessary privileges (CAP_NET_ADMIN) and direct, local access. A local user in RHCOS is already a root with full permissions, hence existence of this vulnerability does not bring any value from the potential attacker perspective. From the OpenShift containers perspective, this vulnerability cannot be exploited as in OpenShift the cluster processes on the node are namespaced, which means that switching the namespace in the running OpenShift container will not bring necessary capabilities.\nThis means that for OpenShift, the impact of this vulnerability is Low.\n\nSimilar to the CVE-2023-32233 vulnerability, this has been explained in the following blog post as an example of a \"Container escape vulnerability\":\nhttps://www.redhat.com/en/blog/containers-vulnerability-risk-assessment",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-3390"
        },
        {
          "category": "external",
          "summary": "RHBZ#2213260",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2213260"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3390",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-3390"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3390",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3390"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1240eb93f0616b21c675416516ff3d74798fdc97",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1240eb93f0616b21c675416516ff3d74798fdc97"
        }
      ],
      "release_date": "2023-06-08T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-03-12T01:04:27+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",
          "product_ids": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:1253"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: UAF in nftables when nft_set_lookup_global triggered after handling named and anonymous sets in batch requests"
    },
    {
      "cve": "CVE-2023-3609",
      "cwe": {
        "id": "CWE-415",
        "name": "Double Free"
      },
      "discovery_date": "2023-07-24T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2225201"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A double-free flaw was found in u32_set_parms in net/sched/cls_u32.c in the Network Scheduler component in the Linux kernel. This flaw allows a local attacker to use a failure event to mishandle the reference counter, leading to a local privilege escalation threat.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: net/sched: cls_u32 component reference counter leak if tcf_change_indev() fails",
          "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": [
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-3609"
        },
        {
          "category": "external",
          "summary": "RHBZ#2225201",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2225201"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3609",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-3609"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3609",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3609"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=04c55383fa5689357bcdd2c8036725a55ed632bc",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=04c55383fa5689357bcdd2c8036725a55ed632bc"
        }
      ],
      "release_date": "2023-07-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-03-12T01:04:27+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",
          "product_ids": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:1253"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, prevent module cls_u32 from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
          "product_ids": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.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": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: net/sched: cls_u32 component reference counter leak if tcf_change_indev() fails"
    },
    {
      "cve": "CVE-2023-4622",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2023-09-06T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2237760"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use-after-free flaw was found in the Linux kernel\u0027s af_unix component that allows local privilege escalation. The unix_stream_sendpage() function tries to add data to the last skb in the peer\u0027s recv queue without locking the queue. This issue leads to a race condition where the unix_stream_sendpage() function could access a skb that is being released by garbage collection, resulting in a use-after-free issue.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: use after free in unix_stream_sendpage",
          "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": [
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-4622"
        },
        {
          "category": "external",
          "summary": "RHBZ#2237760",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2237760"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-4622",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-4622"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-4622",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-4622"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.1.y\u0026id=790c2f9d15b594350ae9bca7b236f2b1859de02c",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.1.y\u0026id=790c2f9d15b594350ae9bca7b236f2b1859de02c"
        }
      ],
      "release_date": "2023-09-06T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-03-12T01:04:27+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",
          "product_ids": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:1253"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.6,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: use after free in unix_stream_sendpage"
    },
    {
      "cve": "CVE-2023-6546",
      "cwe": {
        "id": "CWE-366",
        "name": "Race Condition within a Thread"
      },
      "discovery_date": "2023-12-18T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2255498"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A race condition was found in the GSM 0710 tty multiplexor in the Linux kernel. This issue occurs when two threads execute the GSMIOC_SETCONF ioctl on the same tty file descriptor with the gsm line discipline enabled, and can lead to a use-after-free problem on a struct gsm_dlci while restarting the gsm mux. This could allow a local unprivileged user to escalate their privileges on the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: GSM multiplexing race condition leads to privilege escalation",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This vulnerability is critical because it can be exploited to escalate privileges, directly threatening system security. Despite requiring local access and having a high attack complexity, the potential to severely impact confidentiality, integrity, and availability justifies its \"Important\" rating.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-6546"
        },
        {
          "category": "external",
          "summary": "RHBZ#2255498",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2255498"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-6546",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-6546"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-6546",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-6546"
        },
        {
          "category": "external",
          "summary": "https://github.com/torvalds/linux/commit/3c4f8333b582487a2d1e02171f1465531cde53e3",
          "url": "https://github.com/torvalds/linux/commit/3c4f8333b582487a2d1e02171f1465531cde53e3"
        },
        {
          "category": "external",
          "summary": "https://www.zerodayinitiative.com/advisories/ZDI-CAN-20527",
          "url": "https://www.zerodayinitiative.com/advisories/ZDI-CAN-20527"
        }
      ],
      "release_date": "2023-12-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-03-12T01:04:27+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",
          "product_ids": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:1253"
        },
        {
          "category": "workaround",
          "details": "This flaw can be mitigated by preventing the affected `n_gsm` kernel module from being loaded. For instructions on how to blacklist a kernel module, please see https://access.redhat.com/solutions/41278.",
          "product_ids": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.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": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: GSM multiplexing race condition leads to privilege escalation"
    },
    {
      "cve": "CVE-2024-0646",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "discovery_date": "2024-01-17T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2253908"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An out-of-bounds memory write flaw was found in the Linux kernel\u2019s Transport Layer Security functionality in how a user calls a function splice with a ktls socket as the destination. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: ktls overwrites readonly memory pages when using function splice with a ktls socket as destination",
          "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": [
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
          "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2024-0646"
        },
        {
          "category": "external",
          "summary": "RHBZ#2253908",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2253908"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2024-0646",
          "url": "https://www.cve.org/CVERecord?id=CVE-2024-0646"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0646",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0646"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c5a595000e267",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c5a595000e267"
        }
      ],
      "release_date": "2023-12-07T06:30:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2024-03-12T01:04:27+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",
          "product_ids": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2024:1253"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, prevent module tls from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
          "product_ids": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.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": [
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debuginfo-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_64_1-debugsource-0:1-6.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debuginfo-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_70_1-debugsource-0:1-5.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debuginfo-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_75_1-debugsource-0:1-4.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debuginfo-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_80_1-debugsource-0:1-3.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.src",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debuginfo-0:1-2.el9_0.x86_64",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.ppc64le",
            "BaseOS-9.0.0.Z.EUS:kpatch-patch-5_14_0-70_85_1-debugsource-0:1-2.el9_0.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: ktls overwrites readonly memory pages when using function splice with a ktls socket as destination"
    }
  ]
}


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…