RHSA-2023:0300

Vulnerability from csaf_redhat - Published: 2023-01-23 15:23 - Updated: 2026-03-04 07:49
Summary
Red Hat Security Advisory: kernel-rt security and bug fix update
Severity
Important
Notes
Topic: An update for kernel-rt is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fix(es): * kernel: watch queue race condition can lead to privilege escalation (CVE-2022-2959) * kernel: memory corruption in AX88179_178A based USB ethernet device. (CVE-2022-2964) * kernel: i915: Incorrect GPU TLB flush can lead to random memory access (CVE-2022-4139) * kernel: nfsd buffer overflow by RPC message over TCP with garbage data (CVE-2022-43945) * kernel: i2c: unbounded length leads to buffer overflow in ismt_access() (CVE-2022-3077) * kernel: Unprivileged users may use PTRACE_SEIZE to set PTRACE_O_SUSPEND_SECCOMP option (CVE-2022-30594) 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. Bug Fix(es): * DELL EMC: System is not booting into RT Kernel with perc12 [kernel-rt] (BZ#2139863) * kernel-rt: update RT source tree to the latest RHEL-9.1.z1 Batch (BZ#2141817)
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.

A race condition was found in the Linux kernel's watch queue due to a missing lock in the pipe_resize_ring(). The race condition occurs when a thread uses ioctl(IOC_WATCH_QUEUE_SET_SIZE) to resize the pipe buffer and free the old pipe buffer, while another thread uses keyctl() to trigger a notification in the watch queue, calling post_one_notification() and accessing the freed pipe buffer. This flaw allows a local user to crash the system or escalate their privileges on the system.

CWE-820 - Missing Synchronization
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2023:0300

A flaw was found in the Linux kernel’s driver for the ASIX AX88179_178A-based USB 2.0/3.0 Gigabit Ethernet Devices. The vulnerability contains multiple out-of-bounds reads and possible out-of-bounds writes.

CWE-119 - Improper Restriction of Operations within the Bounds of a Memory Buffer
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2023:0300
Workaround Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A buffer overflow vulnerability was found in the Linux kernel Intel’s iSMT SMBus host controller driver in the way it handled the I2C_SMBUS_BLOCK_PROC_CALL case (via the ioctl I2C_SMBUS) with malicious input data. In particular, the userspace controllable "data->block[0]" variable was not capped to a number between 0-255 and then used as the size of a memcpy, thus possibly writing beyond the end of dma_buffer. This flaw could allow a privileged local user to crash the system.

CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2023:0300
Workaround This flaw can be mitigated by preventing the i2c-ismt module from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from being loaded automatically.

An incorrect TLB flush issue was found in the Linux kernel’s GPU i915 kernel driver, potentially leading to random memory corruption or data leaks. This flaw could allow a local user to crash the system or escalate their privileges on the system.

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

A flaw was found in the Linux kernel. The PTRACE_SEIZE code path allows attackers to bypass intended restrictions on setting the PT_SUSPEND_SECCOMP flag, possibly disabling seccomp.

CWE-276 - Incorrect Default Permissions
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2023:0300
Workaround If ptrace is not required, ptrace can be disabled in multiple ways. 1. SELinux policy. # setsebool -P deny_ptrace on 2. Kernel sysctl. # sysctl -w kernel.yama.ptrace_scope=3 Or to make persistent , create /etc/sysctl.d/99-yama-ptrace_scope.conf kernel.yama.ptrace_scope=3 If you need further assistance, see the KCS article https://access.redhat.com/solutions/41278 or contact Red Hat Global Support Services.

A buffer overflow flaw was found in the Linux kernel nfsd (network file system) subsystem. The way a user sends RPC over TCP with excess data added at the end of the message could allow a remote user to starve the resources, causing a denial of service.

CWE-770 - Allocation of Resources Without Limits or Throttling
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2023:0300
References
https://access.redhat.com/errata/RHSA-2023:0300 self
https://access.redhat.com/security/updates/classi… external
https://bugzilla.redhat.com/show_bug.cgi?id=2067482 external
https://bugzilla.redhat.com/show_bug.cgi?id=2085300 external
https://bugzilla.redhat.com/show_bug.cgi?id=2103681 external
https://bugzilla.redhat.com/show_bug.cgi?id=2123309 external
https://bugzilla.redhat.com/show_bug.cgi?id=2141752 external
https://bugzilla.redhat.com/show_bug.cgi?id=2147572 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2022-2959 self
https://bugzilla.redhat.com/show_bug.cgi?id=2103681 external
https://www.cve.org/CVERecord?id=CVE-2022-2959 external
https://nvd.nist.gov/vuln/detail/CVE-2022-2959 external
https://www.zerodayinitiative.com/advisories/ZDI-… external
https://access.redhat.com/security/cve/CVE-2022-2964 self
https://bugzilla.redhat.com/show_bug.cgi?id=2067482 external
https://www.cve.org/CVERecord?id=CVE-2022-2964 external
https://nvd.nist.gov/vuln/detail/CVE-2022-2964 external
https://access.redhat.com/security/cve/CVE-2022-3077 self
https://bugzilla.redhat.com/show_bug.cgi?id=2123309 external
https://www.cve.org/CVERecord?id=CVE-2022-3077 external
https://nvd.nist.gov/vuln/detail/CVE-2022-3077 external
https://access.redhat.com/security/cve/CVE-2022-4139 self
https://bugzilla.redhat.com/show_bug.cgi?id=2147572 external
https://www.cve.org/CVERecord?id=CVE-2022-4139 external
https://nvd.nist.gov/vuln/detail/CVE-2022-4139 external
https://www.openwall.com/lists/oss-security/2022/… external
https://access.redhat.com/security/cve/CVE-2022-30594 self
https://bugzilla.redhat.com/show_bug.cgi?id=2085300 external
https://www.cve.org/CVERecord?id=CVE-2022-30594 external
https://nvd.nist.gov/vuln/detail/CVE-2022-30594 external
https://access.redhat.com/security/cve/CVE-2022-43945 self
https://bugzilla.redhat.com/show_bug.cgi?id=2141752 external
https://www.cve.org/CVERecord?id=CVE-2022-43945 external
https://nvd.nist.gov/vuln/detail/CVE-2022-43945 external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
Acknowledgments
Enesdex Selim Enes Karaduman

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for kernel-rt is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements.\n\nSecurity Fix(es):\n\n* kernel: watch queue race condition can lead to privilege escalation (CVE-2022-2959)\n\n* kernel: memory corruption in AX88179_178A based USB ethernet device. (CVE-2022-2964)\n\n* kernel: i915: Incorrect GPU TLB flush can lead to random memory access (CVE-2022-4139)\n\n* kernel: nfsd buffer overflow by RPC message over TCP with garbage data (CVE-2022-43945)\n\n* kernel: i2c: unbounded length leads to buffer overflow in ismt_access() (CVE-2022-3077)\n\n* kernel: Unprivileged users may use PTRACE_SEIZE to set PTRACE_O_SUSPEND_SECCOMP option (CVE-2022-30594)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nBug Fix(es):\n\n* DELL EMC: System is not booting into RT Kernel with perc12 [kernel-rt] (BZ#2139863)\n\n* kernel-rt: update RT source tree to the latest RHEL-9.1.z1 Batch (BZ#2141817)",
        "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-2023:0300",
        "url": "https://access.redhat.com/errata/RHSA-2023:0300"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#important",
        "url": "https://access.redhat.com/security/updates/classification/#important"
      },
      {
        "category": "external",
        "summary": "2067482",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067482"
      },
      {
        "category": "external",
        "summary": "2085300",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085300"
      },
      {
        "category": "external",
        "summary": "2103681",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103681"
      },
      {
        "category": "external",
        "summary": "2123309",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123309"
      },
      {
        "category": "external",
        "summary": "2141752",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141752"
      },
      {
        "category": "external",
        "summary": "2147572",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2147572"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_0300.json"
      }
    ],
    "title": "Red Hat Security Advisory: kernel-rt security and bug fix update",
    "tracking": {
      "current_release_date": "2026-03-04T07:49:20+00:00",
      "generator": {
        "date": "2026-03-04T07:49:20+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.7.2"
        }
      },
      "id": "RHSA-2023:0300",
      "initial_release_date": "2023-01-23T15:23:35+00:00",
      "revision_history": [
        {
          "date": "2023-01-23T15:23:35+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2023-01-23T15:23:35+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-03-04T07:49: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 Real Time for NFV (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux Real Time for NFV (v. 9)",
                  "product_id": "NFV-9.1.0.Z.MAIN",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::nfv"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "Red Hat Enterprise Linux Real Time (v. 9)",
                "product": {
                  "name": "Red Hat Enterprise Linux Real Time (v. 9)",
                  "product_id": "RT-9.1.0.Z.MAIN",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:enterprise_linux:9::realtime"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Enterprise Linux"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
                "product": {
                  "name": "kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
                  "product_id": "kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-162.12.1.rt21.175.el9_1?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-162.12.1.rt21.175.el9_1?arch=x86_64"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src"
        },
        "product_reference": "kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src"
        },
        "product_reference": "kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.Z.MAIN"
      }
    ]
  },
  "vulnerabilities": [
    {
      "acknowledgments": [
        {
          "names": [
            "Selim Enes Karaduman"
          ],
          "organization": "Enesdex"
        }
      ],
      "cve": "CVE-2022-2959",
      "cwe": {
        "id": "CWE-820",
        "name": "Missing Synchronization"
      },
      "discovery_date": "2022-05-26T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2103681"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A race condition was found in the Linux kernel\u0027s watch queue due to a missing lock in the pipe_resize_ring(). The race condition occurs when a thread uses ioctl(IOC_WATCH_QUEUE_SET_SIZE) to resize the pipe buffer and free the old pipe buffer, while another thread uses keyctl() to trigger a notification in the watch queue, calling post_one_notification() and accessing the freed pipe buffer. This flaw allows a local user to crash the system or escalate their privileges on the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: watch queue race condition can lead to privilege escalation",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Enterprise Linux 6, 7 and 8 are not affected by this issue as they did not include support for general notification queue.",
          "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": [
          "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
          "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
          "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-2959"
        },
        {
          "category": "external",
          "summary": "RHBZ#2103681",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103681"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2959",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-2959"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2959",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2959"
        },
        {
          "category": "external",
          "summary": "https://www.zerodayinitiative.com/advisories/ZDI-22-1165/",
          "url": "https://www.zerodayinitiative.com/advisories/ZDI-22-1165/"
        }
      ],
      "release_date": "2022-05-27T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-01-23T15:23:35+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:0300"
        }
      ],
      "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": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: watch queue race condition can lead to privilege escalation"
    },
    {
      "cve": "CVE-2022-2964",
      "cwe": {
        "id": "CWE-119",
        "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
      },
      "discovery_date": "2022-03-21T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2067482"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u2019s driver for the ASIX AX88179_178A-based USB 2.0/3.0 Gigabit Ethernet Devices. The vulnerability contains multiple out-of-bounds reads and possible out-of-bounds writes.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: memory corruption in AX88179_178A based USB ethernet device.",
          "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": [
          "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
          "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
          "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-2964"
        },
        {
          "category": "external",
          "summary": "RHBZ#2067482",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2067482"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2964",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-2964"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2964",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2964"
        }
      ],
      "release_date": "2022-03-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-01-23T15:23:35+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:0300"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: memory corruption in AX88179_178A based USB ethernet device."
    },
    {
      "cve": "CVE-2022-3077",
      "cwe": {
        "id": "CWE-120",
        "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
      },
      "discovery_date": "2022-06-03T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2123309"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A buffer overflow vulnerability was found in the Linux kernel Intel\u2019s iSMT SMBus host controller driver in the way it handled the I2C_SMBUS_BLOCK_PROC_CALL case (via the ioctl I2C_SMBUS) with malicious input data. In particular, the userspace controllable \"data-\u003eblock[0]\" variable was not capped to a number between 0-255 and then used as the size of a memcpy, thus possibly writing beyond the end of dma_buffer. This flaw could allow a privileged local user to crash the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: i2c: unbounded length leads to buffer overflow in ismt_access()",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Enterprise Linux 6, 7 and 8 are not affected by this issue as they did not include support for I2C_SMBUS_BLOCK_PROC_CALL (upstream commit 5e9a97b).",
          "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": [
          "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
          "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
          "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-3077"
        },
        {
          "category": "external",
          "summary": "RHBZ#2123309",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123309"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-3077",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-3077"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3077",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3077"
        }
      ],
      "release_date": "2022-06-02T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-01-23T15:23:35+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:0300"
        },
        {
          "category": "workaround",
          "details": "This flaw can be mitigated by preventing the i2c-ismt module from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from being loaded automatically.",
          "product_ids": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.4,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: i2c: unbounded length leads to buffer overflow in ismt_access()"
    },
    {
      "cve": "CVE-2022-4139",
      "cwe": {
        "id": "CWE-825",
        "name": "Expired Pointer Dereference"
      },
      "discovery_date": "2022-11-24T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2147572"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An incorrect TLB flush issue was found in the Linux kernel\u2019s GPU i915 kernel driver, potentially leading to random memory corruption or data leaks. This flaw could allow a local user to crash the system or escalate their privileges on the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: i915: Incorrect GPU TLB flush can lead to random memory access",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Enterprise Linux 7 is not affected by this flaw as it did not include support for Intel Gen12 GPU.",
          "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": [
          "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
          "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
          "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-4139"
        },
        {
          "category": "external",
          "summary": "RHBZ#2147572",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2147572"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-4139",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-4139"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-4139",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-4139"
        },
        {
          "category": "external",
          "summary": "https://www.openwall.com/lists/oss-security/2022/11/30/1",
          "url": "https://www.openwall.com/lists/oss-security/2022/11/30/1"
        }
      ],
      "release_date": "2022-11-30T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-01-23T15:23:35+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:0300"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
          "product_ids": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.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": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: i915: Incorrect GPU TLB flush can lead to random memory access"
    },
    {
      "cve": "CVE-2022-30594",
      "cwe": {
        "id": "CWE-276",
        "name": "Incorrect Default Permissions"
      },
      "discovery_date": "2022-05-12T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2085300"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel. The PTRACE_SEIZE code path allows attackers to bypass intended restrictions on setting the PT_SUSPEND_SECCOMP flag, possibly disabling seccomp.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: Unprivileged users may use PTRACE_SEIZE to set PTRACE_O_SUSPEND_SECCOMP option",
          "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": [
          "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
          "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
          "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-30594"
        },
        {
          "category": "external",
          "summary": "RHBZ#2085300",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2085300"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-30594",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-30594"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-30594",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-30594"
        }
      ],
      "release_date": "2022-05-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-01-23T15:23:35+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:0300"
        },
        {
          "category": "workaround",
          "details": "If ptrace is not required, ptrace can be disabled in multiple ways.\n\n   1. SELinux policy.\n\n   # setsebool -P deny_ptrace on\n\n   2. Kernel sysctl.\n\n   # sysctl -w kernel.yama.ptrace_scope=3\n\n   Or to make persistent , create\n\n   /etc/sysctl.d/99-yama-ptrace_scope.conf\n\n   kernel.yama.ptrace_scope=3\n\nIf you need further assistance, see the KCS article https://access.redhat.com/solutions/41278 or contact Red Hat Global Support Services.",
          "product_ids": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: Unprivileged users may use PTRACE_SEIZE to set PTRACE_O_SUSPEND_SECCOMP option"
    },
    {
      "cve": "CVE-2022-43945",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "discovery_date": "2022-11-10T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2141752"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A buffer overflow flaw was found in the Linux kernel nfsd (network file system) subsystem. The way a user sends RPC over TCP with excess data added at the end of the message could allow a remote user to starve the resources, causing a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: nfsd buffer overflow by RPC message over TCP with garbage data",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Affected versions of the Red Hat Enterprise Linux are 8.7 and higher, because starting from the 8.7 the affected source code introduced with the errata RHSA-2022:7683.",
          "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": [
          "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
          "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
          "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
          "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-43945"
        },
        {
          "category": "external",
          "summary": "RHBZ#2141752",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2141752"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-43945",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-43945"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-43945",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-43945"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f90497a16e434c2211c66e3de8e77b17868382b8",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f90497a16e434c2211c66e3de8e77b17868382b8"
        }
      ],
      "release_date": "2022-10-03T09:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2023-01-23T15:23:35+00:00",
          "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.",
          "product_ids": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2023:0300"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "NFV-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "NFV-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.src",
            "RT-9.1.0.Z.MAIN:kernel-rt-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-core-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debug-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-devel-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-kvm-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64",
            "RT-9.1.0.Z.MAIN:kernel-rt-modules-extra-0:5.14.0-162.12.1.rt21.175.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: nfsd buffer overflow by RPC message over TCP with garbage data"
    }
  ]
}


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…