RHSA-2022:7933

Vulnerability from csaf_redhat - Published: 2022-11-15 11:38 - Updated: 2026-03-30 10:28
Summary
Red Hat Security Advisory: kernel-rt security and bug fix update
Severity
Moderate
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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
Details: The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism requirements. Security Fix(es): * off-path attacker may inject data or terminate victim's TCP session (CVE-2020-36516) * use-after-free vulnerability in function sco_sock_sendmsg() (CVE-2021-3640) * smb2_ioctl_query_info NULL pointer dereference (CVE-2022-0168) * NULL pointer dereference in udf_expand_file_adinicbdue() during writeback (CVE-2022-0617) * swiotlb information leak with DMA_FROM_DEVICE (CVE-2022-0854) * uninitialized registers on stack in nft_do_chain can cause kernel pointer leakage to UM (CVE-2022-1016) * race condition in snd_pcm_hw_free leading to use-after-free (CVE-2022-1048) * use-after-free and memory errors in ext4 when mounting and operating on a corrupted image (CVE-2022-1184) * concurrency use-after-free between drm_setmaster_ioctl and drm_mode_getresources (CVE-2022-1280) * kernel info leak issue in pfkey_register (CVE-2022-1353) * use-after-free in ath9k_htc_probe_device() could cause an escalation of privileges (CVE-2022-1679) * NULL pointer dereference in x86_emulate_insn may lead to DoS (CVE-2022-1852) * fanotify misuses fd_install() which could lead to use-after-free (CVE-2022-1998) * nf_tables cross-table potential use-after-free may lead to local privilege escalation (CVE-2022-2586) * openvswitch: integer underflow leads to out-of-bounds write in reserve_sfa_size() (CVE-2022-2639) * slab-out-of-bounds access in packet_recvmsg() (CVE-2022-20368) * incomplete clean-up of multi-core shared buffers (aka SBDR) (CVE-2022-21123) * incomplete clean-up of microarchitectural fill buffers (aka SBDS) (CVE-2022-21125) * incomplete clean-up in specific special register write operations (aka DRPW) (CVE-2022-21166) * possible to use the debugger to write zero into a location of choice (CVE-2022-21499) * AMD: RetBleed Arbitrary Speculative Code Execution with Return Instructions (CVE-2022-23816, CVE-2022-29900) * AMD: Branch Type Confusion (non-retbleed) (CVE-2022-23825) * Intel: Post-barrier Return Stack Buffer Predictions (CVE-2022-26373) * double free in ems_usb_start_xmit in drivers/net/can/usb/ems_usb.c (CVE-2022-28390) * use after free in SUNRPC subsystem (CVE-2022-28893) * use-after-free due to improper update of reference count in net/sched/cls_u32.c (CVE-2022-29581) * Intel: RetBleed Arbitrary Speculative Code Execution with Return Instructions (CVE-2022-29901) * DoS in nfqnl_mangle in net/netfilter/nfnetlink_queue.c (CVE-2022-36946) * nf_tables disallow binding to already bound chain (CVE-2022-39190) * nfs_atomic_open() returns uninitialized data instead of ENOTDIR (CVE-2022-24448) 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. Additional Changes: For detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.

A TCP/IP packet spoofing attack flaw was found in the Linux kernel’s TCP/IP protocol, where a Man-in-the-Middle Attack (MITM) performs an IP fragmentation attack and an IPID collision. This flaw allows a remote user to pretend to be the sender of the TCP/IP packet for an existing TCP/IP session.

CWE-290 - Authentication Bypass by Spoofing
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-2022:7933
Workaround Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.

A flaw use-after-free in function sco_sock_sendmsg() of the Linux kernel HCI subsystem was found in the way user calls ioct UFFDIO_REGISTER or other way triggers race condition of the call sco_conn_del() together with the call sco_sock_sendmsg() with the expected controllable faulting memory page. A privileged local user could use this flaw 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-2022:7933
Workaround Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

In the Linux kernel, the following vulnerability has been resolved: veth: ensure skb entering GRO are not cloned. After commit d3256efd8e8b ("veth: allow enabling NAPI even without XDP"), if GRO is enabled on a veth device and TSO is disabled on the peer device, TCP skbs will go through the NAPI callback. If there is no XDP program attached, the veth code does not perform any share check, and shared/cloned skbs could enter the GRO engine. Ignat reported a BUG triggered later-on due to the above condition: [ 53.970529][ C1] kernel BUG at net/core/skbuff.c:3574! [ 53.981755][ C1] invalid opcode: 0000 [#1] PREEMPT SMP KASAN PTI [ 53.982634][ C1] CPU: 1 PID: 19 Comm: ksoftirqd/1 Not tainted 5.16.0-rc5+ #25 [ 53.982634][ C1] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015 [ 53.982634][ C1] RIP: 0010:skb_shift+0x13ef/0x23b0 [ 53.982634][ C1] Code: ea 03 0f b6 04 02 48 89 fa 83 e2 07 38 d0 7f 08 84 c0 0f 85 41 0c 00 00 41 80 7f 02 00 4d 8d b5 d0 00 00 00 0f 85 74 f5 ff ff <0f> 0b 4d 8d 77 20 be 04 00 00 00 4c 89 44 24 78 4c 89 f7 4c 89 8c [ 53.982634][ C1] RSP: 0018:ffff8881008f7008 EFLAGS: 00010246 [ 53.982634][ C1] RAX: 0000000000000000 RBX: ffff8881180b4c80 RCX: 0000000000000000 [ 53.982634][ C1] RDX: 0000000000000002 RSI: ffff8881180b4d3c RDI: ffff88810bc9cac2 [ 53.982634][ C1] RBP: ffff8881008f70b8 R08: ffff8881180b4cf4 R09: ffff8881180b4cf0 [ 53.982634][ C1] R10: ffffed1022999e5c R11: 0000000000000002 R12: 0000000000000590 [ 53.982634][ C1] R13: ffff88810f940c80 R14: ffff88810f940d50 R15: ffff88810bc9cac0 [ 53.982634][ C1] FS: 0000000000000000(0000) GS:ffff888235880000(0000) knlGS:0000000000000000 [ 53.982634][ C1] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 53.982634][ C1] CR2: 00007ff5f9b86680 CR3: 0000000108ce8004 CR4: 0000000000170ee0 [ 53.982634][ C1] Call Trace: [ 53.982634][ C1] <TASK> [ 53.982634][ C1] tcp_sacktag_walk+0xaba/0x18e0 [ 53.982634][ C1] tcp_sacktag_write_queue+0xe7b/0x3460 [ 53.982634][ C1] tcp_ack+0x2666/0x54b0 [ 53.982634][ C1] tcp_rcv_established+0x4d9/0x20f0 [ 53.982634][ C1] tcp_v4_do_rcv+0x551/0x810 [ 53.982634][ C1] tcp_v4_rcv+0x22ed/0x2ed0 [ 53.982634][ C1] ip_protocol_deliver_rcu+0x96/0xaf0 [ 53.982634][ C1] ip_local_deliver_finish+0x1e0/0x2f0 [ 53.982634][ C1] ip_sublist_rcv_finish+0x211/0x440 [ 53.982634][ C1] ip_list_rcv_finish.constprop.0+0x424/0x660 [ 53.982634][ C1] ip_list_rcv+0x2c8/0x410 [ 53.982634][ C1] __netif_receive_skb_list_core+0x65c/0x910 [ 53.982634][ C1] netif_receive_skb_list_internal+0x5f9/0xcb0 [ 53.982634][ C1] napi_complete_done+0x188/0x6e0 [ 53.982634][ C1] gro_cell_poll+0x10c/0x1d0 [ 53.982634][ C1] __napi_poll+0xa1/0x530 [ 53.982634][ C1] net_rx_action+0x567/0x1270 [ 53.982634][ C1] __do_softirq+0x28a/0x9ba [ 53.982634][ C1] run_ksoftirqd+0x32/0x60 [ 53.982634][ C1] smpboot_thread_fn+0x559/0x8c0 [ 53.982634][ C1] kthread+0x3b9/0x490 [ 53.982634][ C1] ret_from_fork+0x22/0x30 [ 53.982634][ C1] </TASK> Address the issue by skipping the GRO stage for shared or cloned skbs. To reduce the chance of OoO, try to unclone the skbs before giving up. v1 -> v2: - use avoid skb_copy and fallback to netif_receive_skb - Eric

CWE-20 - Improper Input Validation
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-2022:7933

A vulnerability was found in the Linux kernel's ethtool implementation in the ioctl handling of coalesce settings, where the system attempts to change coalesce settings using the ethtool_set_coalesce() function without verifying the availability of both the .get_coalesce() and .set_coalesce() callbacks, leading to a potential NULL pointer dereference causing system instability and crashes during network operations.

CWE-476 - NULL 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-2022:7933
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A vulnerability was found in the Linux kernel's SCSI driver, in sg_copy_buffer() function, where an incorrect type in the min_t() macro can lead to a stack out-of-bounds condition. This occurs due to sign extension of larger values, which may result in memory corruption or DoS.

CWE-843 - Access of Resource Using Incompatible Type ('Type Confusion')
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-2022:7933
Workaround Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

A denial of service (DOS) issue was found in the Linux kernel’s smb2_ioctl_query_info function in the fs/cifs/smb2ops.c Common Internet File System (CIFS) due to an incorrect return from the memdup_user function. This flaw allows a local, privileged (CAP_SYS_ADMIN) attacker to crash the system.

CWE-476 - NULL 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-2022:7933
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 NULL pointer dereference was found in the Linux kernel’s UDF file system functionality in the way the user triggers the udf_file_write_iter function for a malicious UDF image. This flaw allows a local user to crash the system.

CWE-476 - NULL 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-2022:7933
Workaround As the UDF module (udf.ho) will be auto-loaded when required, its use can be disabled by preventing the module from loading with the following instructions: # echo "install udf /bin/true" >> /etc/modprobe.d/disable-udf.conf If the system requires this module t\work correctly, this mitigation may not be suitable. If you need further assistance, see the KCS article https://access.redhat.com/solutions/41278 or contact Red Hat Global Support Services.

A memory leak flaw was found in the Linux kernel’s DMA subsystem, in the way a user calls DMA_FROM_DEVICE. This flaw allows a local user to read random memory from the kernel space.

CWE-401 - Missing Release of Memory after Effective Lifetime
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2022:7933
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 in net/netfilter/nf_tables_core.c:nft_do_chain, which can cause a use-after-free. This issue needs to handle 'return' with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker.

CWE-909 - Missing Initialization of Resource
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-2022:7933
Workaround On non-containerized deployments of Red Hat Enterprise Linux, you can disable user namespaces by setting user.max_user_namespaces to 0: # echo "user.max_user_namespaces=0" > /etc/sysctl.d/userns.conf # sysctl -p /etc/sysctl.d/userns.conf On containerized deployments, such as Red Hat OpenShift Container Platform, do not use this mitigation as the functionality is needed to be enabled.

A use-after-free flaw was found in the Linux kernel’s sound subsystem in the way a user triggers concurrent calls of PCM hw_params. The hw_free ioctls or similar race condition happens inside ALSA PCM for other ioctls. This flaw allows a local user to crash or potentially escalate their privileges on the system.

CWE-416 - Use After Free
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2022:7933
Workaround To mitigate this issue, prevent the module snd-pcm from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.

A flaw was found in KVM. When updating a guest's page table entry, vm_pgoff was improperly used as the offset to get the page's pfn. As vaddr and vm_pgoff are controllable by user-mode processes, this flaw allows unprivileged local users on the host to write outside the userspace region and potentially corrupt the kernel, resulting in a denial of service condition.

CWE-416 - Use After Free
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2022:7933
Workaround Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.

A use-after-free flaw was found in fs/ext4/namei.c:dx_insert_block() in the Linux kernel’s filesystem sub-component. This flaw allows a local attacker with a user privilege to cause a denial of service.

CWE-416 - Use After Free
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2022:7933
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 NULL pointer dereference issue was found in KVM when releasing a vCPU with dirty ring support enabled. This flaw allows an unprivileged local attacker on the host to issue specific ioctl calls, causing a kernel oops condition that results in a denial of service.

CWE-476 - NULL 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-2022:7933

A use-after-free vulnerability was found in drm_lease_held in drivers/gpu/drm/drm_lease.c in the Linux kernel due to a race problem. This flaw allows a local user privilege attacker to cause a denial of service (DoS) or a kernel information leak.

CWE-416 - Use After Free
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2022:7933
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 vulnerability was found in the pfkey_register function in net/key/af_key.c in the Linux kernel. This flaw allows a local, unprivileged user to gain access to kernel memory, leading to a system crash or a leak of internal kernel information.

CWE-212 - Improper Removal of Sensitive Information Before Storage or Transfer
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-2022:7933
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 use-after-free flaw was found in the Linux kernel’s Atheros wireless adapter driver in the way a user forces the ath9k_htc_wait_for_target function to fail with some input messages. This flaw allows a local user to crash or potentially escalate their privileges on the system.

CWE-416 - Use After Free
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2022:7933
Workaround To mitigate this issue, prevent the module ath9k from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.

A NULL pointer dereference flaw was found in the Linux kernel’s KVM module, which can lead to a denial of service in the x86_emulate_insn in arch/x86/kvm/emulate.c. This flaw occurs while executing an illegal instruction in guest in the Intel CPU.

CWE-476 - NULL 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-2022:7933
Workaround This flaw can be mitigated by preventing the affected KVM module from loading during the boot time, and ensuring the module is added to the blacklist file. ~~~ Refer: How do I blacklist a kernel module to prevent it from loading automatically? https://access.redhat.com/solutions/41278 ~~~

A use-after-free flaw was found in the Linux kernel’s File System notify functionality in the way a user triggers the copy_info_records_to_user() function call to fail in copy_event_to_user(). This flaw allows a local user to crash or potentially escalate their privileges on the system.

CWE-416 - Use After Free
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2022:7933

A flaw was found in the Linux kernel’s KVM when attempting to set a SynIC IRQ. This issue makes it possible for a misbehaving VMM to write to SYNIC/STIMER MSRs, causing a NULL pointer dereference. This flaw allows an unprivileged local attacker on the host to issue specific ioctl calls, causing a kernel oops condition that results in a denial of service.

CWE-476 - NULL 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-2022:7933
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. Dm-verity is used for extending root-of-trust to root filesystems. LoadPin builds on this property to restrict module and firmware loads to just the trusted root filesystem. Device-mapper table reloads currently allow users with root privileges to switch out the target with an equivalent dm-linear target and bypass verification until reboot. This allows root to bypass LoadPin and can be used to load untrusted and unverified kernel modules and firmware, which implies arbitrary kernel execution and persistence for peripherals that do not verify firmware updates.

CWE-288 - Authentication Bypass Using an Alternate Path or Channel
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-2022:7933
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 use-after-free flaw was found in nf_tables cross-table in the net/netfilter/nf_tables_api.c function in the Linux kernel. This flaw allows a local, privileged attacker to cause a use-after-free problem at the time of table deletion, possibly leading to local privilege escalation.

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

An integer coercion error was found in the openvswitch kernel module. Given a sufficiently large number of actions, while copying and reserving memory for a new action of a new flow, the reserve_sfa_size() function does not return -EMSGSIZE as expected, potentially leading to an out-of-bounds write access. This flaw allows a local user to crash or potentially escalate their privileges on the system.

CWE-681 - Incorrect Conversion between Numeric Types
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-2022:7933
Workaround To mitigate this issue, it is possible to prevent the affected code from being loaded by blocklisting the openvswitch kernel module. For instructions relating to blocklisting a kernel module, please see https://access.redhat.com/solutions/41278.

An issue was discovered in the Linux kernel through 5.16-rc6. netvsc_get_ethtool_stats in drivers/net/hyperv/netvsc_drv.c lacks check of the return value of kvmalloc_array() and will cause the null pointer dereference.

CWE-476 - NULL 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-2022:7933

An issue was discovered in the Linux kernel through 5.16-rc6. kfd_parse_subtype_iolink in drivers/gpu/drm/amd/amdkfd/kfd_crat.c lacks check of the return value of kmemdup().

CWE-476 - NULL 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-2022:7933

A use-after-free flaw was found in the Linux kernel’s video4linux driver in how a user triggers the em28xx_usb_probe() for the Empia 28xx-based TV cards. This flaw allows a local user to crash or potentially escalate their privileges on the system.

CWE-416 - Use After Free
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2022:7933
Workaround To mitigate this issue, prevent module em28xx from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.

An out-of-bounds access issue was found in the Linux kernel networking subsystem in the way raw packet sockets (AF_PACKET) used PACKET_COPY_THRESH and mmap operations. A local attacker with CAP_NET_RAW capability could use this flaw to trigger a buffer overflow resulting in a system crash or privilege escalation.

CWE-787 - Out-of-bounds Write
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2022:7933
Workaround The mitigation is to disable CAP_NET_RAW capability for regular users and executables to prevent access to raw packet sockets (AF_PACKET). On Red Hat Enterprise Linux 8, the mitigation is to either disable unprivileged user namespaces with `sysctl -w user.max_user_namespaces=0` or network namespaces with `sysctl -w user.max_net_namespaces=0`. For more information on how to set sysctl variables on Red Hat Enterprise Linux, please refer to https://access.redhat.com/solutions/2587.

A flaw was found in the Linux kernel, where it is possible to modify read-only files due to a missing permission check. This flaw can lead to local privilege escalation.

CWE-863 - Incorrect Authorization
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-2022:7933

A flaw was found in hw. Incomplete cleanup of multi-core shared buffers for some Intel® Processors may allow an authenticated user to enable information disclosure via local access.

CWE-459 - Incomplete Cleanup
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-2022:7933
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 baser or stability.

A flaw was found in hw. Incomplete cleanup of microarchitectural fill buffers on some Intel® Processors may allow an authenticated user to enable information disclosure via local access.

CWE-459 - Incomplete Cleanup
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-2022:7933
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 baser or stability.

A flaw was found in hw. Incomplete cleanup in specific special register write operations for some Intel® Processors may allow an authenticated user to enable information disclosure via local access.

CWE-459 - Incomplete Cleanup
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-2022:7933
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 baser or stability.

A flaw was found in the kernel/debug/debug_core.c in the Linux kernel in lockdown mode. This flaw allows an attacker with local access to trigger the debugger, bypass lockdown and write anonymously.

CWE-267 - Privilege Defined With Unsafe Actions
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-2022:7933
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 hw. Mis-trained branch predictions for return instructions may allow arbitrary speculative code execution under certain microarchitecture-dependent conditions.

CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
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-2022:7933

A flaw was found in hw. Aliases in the branch predictor may cause some AMD processors to predict the wrong branch type, potentially leading to information disclosure.

CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
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-2022:7933

A flaw was found in the Linux kernel. When an application tries to open a directory (using the O_DIRECTORY flag) in a mounted NFS filesystem, a lookup operation is performed. If the NFS server returns a file as a result of the lookup, the NFS filesystem returns an uninitialized file descriptor instead of the expected ENOTDIR value. This flaw leads to the kernel's data leak into the userspace.

CWE-908 - Use of Uninitialized Resource
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-2022:7933

A flaw was found in hw. In certain processors with Intel's Enhanced Indirect Branch Restricted Speculation (eIBRS) capabilities, soon after VM exit or IBPB command event, the linear address following the most recent near CALL instruction prior to a VM exit may be used as the Return Stack Buffer (RSB) prediction.

CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
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-2022:7933

A double-free flaw was found in the Linux kernel in the ems_usb_start_xmit function. This flaw allows an attacker to create a memory leak and corrupt the underlying data structure by calling free more than once.

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

A flaw was found in hw. The unprotected alternative channel of return branch target prediction in some Intel(R) Processors may allow an authorized user to enable information disclosure via local access.

CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
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-2022:7933

A use-after-free flaw was found in the Linux kernel’s net/sunrpc/xprt.c function in the Remote Procedure Call (SunRPC) protocol. This flaw allows a local attacker to crash the system, leading to a kernel information leak issue.

CWE-416 - Use After Free
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2022:7933
Workaround This flaw can be mitigated by preventing the affected SUNRPC driver (sunrpc) kernel module from loading during the boot time, ensuring the module is added to the blacklist file. ~~~ Refer: How do I blacklist a kernel module to prevent it from loading automatically? https://access.redhat.com/solutions/41278 ~~~

A use-after-free flaw was found in u32_change in net/sched/cls_u32.c in the network subcomponent of the Linux kernel. This flaw allows a local attacker to crash the system, cause a privilege escalation, and leak kernel information.

CWE-416 - Use After Free
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2022:7933
Workaround To mitigate this issue, prevent the module cls_u32 from being loaded by blacklisting the module to prevent it from loading automatically. ~~~ https://access.redhat.com/solutions/41278 ~~~

A flaw was found in hw. Mis-trained branch predictions for return instructions may allow arbitrary speculative code execution under certain microarchitecture-dependent conditions.

CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
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-2022:7933

A flaw was found in hw. Non-transparent sharing of branch predictor targets between contexts in some Intel(R) processors may potentially allow an authorized user to enable information disclosure via local access.

CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor
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-2022:7933

A memory corruption flaw was found in the Linux kernel’s Netfilter subsystem in the way a local user uses the libnetfilter_queue when analyzing a corrupted network packet. This flaw allows a local user to crash the system or a remote user to crash the system when the libnetfilter_queue is used by a local user.

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-2022:7933
Workaround To mitigate this issue, prevent the module nfnetlink_queue from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blocklist a kernel module to prevent it from loading automatically.

A flaw was found in net/netfilter/nf_tables_api.c in the Linux kernel. A denial of service can occur upon binding to an already bound chain.

CWE-392 - Missing Report of Error Condition
Vendor Fix For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258 The system must be rebooted for this update to take effect. https://access.redhat.com/errata/RHSA-2022:7933
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 nft_osf_eval function in the netfilter subsystem of the Linux kernel. This issue results from the lack of proper initialization of memory prior to accessing it, and could allow a local privileged user to leak stale kernel stack data to userspace.

CWE-457 - Use of Uninitialized Variable
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-2022:7933

A memory leak flaw was found in the Linux kernel’s IBM Virtual Network Interface Controller (ibmvnic ) driver. This issue involved not properly freeing memory associated with a reset work item when the reset work queue is flushed, causing the reset-work-item not to be deallocated. This flaw allows an attacker with control over the virtual NIC to repeatedly trigger interface resets to cause small amounts of memory to leak. Over time, this can lead to memory exhaustion, especially in systems already resource-constrained or under heavy load, resulting in a possible denial of service (DoS) condition.

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

A denial of service vulnerability was found in the Linux kernel. When debugfs is set as off in the kernel command line, iwiwifi's mvm module uses an invalid/unchecked debugfs_dir pointer, resulting in disruption to availability.

CWE-476 - NULL 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-2022:7933
Workaround Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

In the Linux kernel, the following vulnerability has been resolved: gso: do not skip outer ip header in case of ipip and net_failover We encounter a tcp drop issue in our cloud environment. Packet GROed in host forwards to a VM virtio_net nic with net_failover enabled. VM acts as a IPVS LB with ipip encapsulation. The full path like: host gro -> vm virtio_net rx -> net_failover rx -> ipvs fullnat -> ipip encap -> net_failover tx -> virtio_net tx When net_failover transmits a ipip pkt (gso_type = 0x0103, which means SKB_GSO_TCPV4, SKB_GSO_DODGY and SKB_GSO_IPXIP4), there is no gso did because it supports TSO and GSO_IPXIP4. But network_header points to inner ip header.

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-2022:7933

A NULL pointer dereference flaw was found in the Linux kernel’s netfilter subsystem. The issue could occur due to an error in nf_tables_updtable while freeing a transaction object not placed on the list head. This flaw allows a local, unprivileged user to crash the system, resulting in a denial of service.

CWE-476 - NULL 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-2022:7933
Workaround This flaw can be mitigated by preventing the affected netfilter kernel module from being loaded. For instructions on how to blacklist a kernel module, please see https://access.redhat.com/solutions/41278.

A flaw was found in the Linux kernel's udmabuf device driver, within a fault handler. This issue occurs due to the lack of proper validation of user-supplied data, which can result in memory access past the end of an array. This may allow an attacker to escalate privileges and execute arbitrary code in the context of the kernel.

CWE-129 - Improper Validation of Array Index
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-2022:7933
References
https://access.redhat.com/errata/RHSA-2022:7933 self
https://access.redhat.com/security/updates/classi… external
https://access.redhat.com/documentation/en-us/red… external
https://access.redhat.com/solutions/6971358 external
https://bugzilla.redhat.com/show_bug.cgi?id=1980646 external
https://bugzilla.redhat.com/show_bug.cgi?id=2037386 external
https://bugzilla.redhat.com/show_bug.cgi?id=2051444 external
https://bugzilla.redhat.com/show_bug.cgi?id=2052312 external
https://bugzilla.redhat.com/show_bug.cgi?id=2053632 external
https://bugzilla.redhat.com/show_bug.cgi?id=2058395 external
https://bugzilla.redhat.com/show_bug.cgi?id=2059928 external
https://bugzilla.redhat.com/show_bug.cgi?id=2066614 external
https://bugzilla.redhat.com/show_bug.cgi?id=2066706 external
https://bugzilla.redhat.com/show_bug.cgi?id=2066819 external
https://bugzilla.redhat.com/show_bug.cgi?id=2070205 external
https://bugzilla.redhat.com/show_bug.cgi?id=2071022 external
https://bugzilla.redhat.com/show_bug.cgi?id=2073064 external
https://bugzilla.redhat.com/show_bug.cgi?id=2074208 external
https://bugzilla.redhat.com/show_bug.cgi?id=2084125 external
https://bugzilla.redhat.com/show_bug.cgi?id=2084183 external
https://bugzilla.redhat.com/show_bug.cgi?id=2084479 external
https://bugzilla.redhat.com/show_bug.cgi?id=2088021 external
https://bugzilla.redhat.com/show_bug.cgi?id=2089815 external
https://bugzilla.redhat.com/show_bug.cgi?id=2090226 external
https://bugzilla.redhat.com/show_bug.cgi?id=2090237 external
https://bugzilla.redhat.com/show_bug.cgi?id=2090240 external
https://bugzilla.redhat.com/show_bug.cgi?id=2090241 external
https://bugzilla.redhat.com/show_bug.cgi?id=2103148 external
https://bugzilla.redhat.com/show_bug.cgi?id=2103153 external
https://bugzilla.redhat.com/show_bug.cgi?id=2114878 external
https://bugzilla.redhat.com/show_bug.cgi?id=2115065 external
https://bugzilla.redhat.com/show_bug.cgi?id=2115278 external
https://bugzilla.redhat.com/show_bug.cgi?id=2123695 external
https://bugzilla.redhat.com/show_bug.cgi?id=2129152 external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2020-36516 self
https://bugzilla.redhat.com/show_bug.cgi?id=2059928 external
https://www.cve.org/CVERecord?id=CVE-2020-36516 external
https://nvd.nist.gov/vuln/detail/CVE-2020-36516 external
https://www.spinics.net/lists/netdev/msg795642.html external
https://access.redhat.com/security/cve/CVE-2021-3640 self
https://bugzilla.redhat.com/show_bug.cgi?id=1980646 external
https://www.cve.org/CVERecord?id=CVE-2021-3640 external
https://nvd.nist.gov/vuln/detail/CVE-2021-3640 external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
https://lkml.org/lkml/2021/8/28/238 external
https://www.openwall.com/lists/oss-security/2021/… external
https://access.redhat.com/security/cve/CVE-2021-47099 self
https://bugzilla.redhat.com/show_bug.cgi?id=2267919 external
https://www.cve.org/CVERecord?id=CVE-2021-47099 external
https://nvd.nist.gov/vuln/detail/CVE-2021-47099 external
https://lore.kernel.org/linux-cve-announce/202403… external
https://access.redhat.com/security/cve/CVE-2021-47556 self
https://bugzilla.redhat.com/show_bug.cgi?id=2283393 external
https://www.cve.org/CVERecord?id=CVE-2021-47556 external
https://nvd.nist.gov/vuln/detail/CVE-2021-47556 external
https://lore.kernel.org/linux-cve-announce/202405… external
https://access.redhat.com/security/cve/CVE-2021-47580 self
https://bugzilla.redhat.com/show_bug.cgi?id=2293249 external
https://www.cve.org/CVERecord?id=CVE-2021-47580 external
https://nvd.nist.gov/vuln/detail/CVE-2021-47580 external
https://lore.kernel.org/linux-cve-announce/202406… external
https://access.redhat.com/security/cve/CVE-2022-0168 self
https://bugzilla.redhat.com/show_bug.cgi?id=2037386 external
https://www.cve.org/CVERecord?id=CVE-2022-0168 external
https://nvd.nist.gov/vuln/detail/CVE-2022-0168 external
https://starlabs.sg/advisories/22/22-0168/ external
https://access.redhat.com/security/cve/CVE-2022-0617 self
https://bugzilla.redhat.com/show_bug.cgi?id=2053632 external
https://www.cve.org/CVERecord?id=CVE-2022-0617 external
https://nvd.nist.gov/vuln/detail/CVE-2022-0617 external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
https://lore.kernel.org/lkml/20220114172329.ygzry… external
https://access.redhat.com/security/cve/CVE-2022-0854 self
https://bugzilla.redhat.com/show_bug.cgi?id=2058395 external
https://www.cve.org/CVERecord?id=CVE-2022-0854 external
https://nvd.nist.gov/vuln/detail/CVE-2022-0854 external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
https://access.redhat.com/security/cve/CVE-2022-1016 self
https://bugzilla.redhat.com/show_bug.cgi?id=2066614 external
https://www.cve.org/CVERecord?id=CVE-2022-1016 external
https://nvd.nist.gov/vuln/detail/CVE-2022-1016 external
http://blog.dbouman.nl/2022/04/02/How-The-Tables-… external
https://seclists.org/oss-sec/2022/q1/205 external
https://access.redhat.com/security/cve/CVE-2022-1048 self
https://bugzilla.redhat.com/show_bug.cgi?id=2066706 external
https://www.cve.org/CVERecord?id=CVE-2022-1048 external
https://nvd.nist.gov/vuln/detail/CVE-2022-1048 external
https://lore.kernel.org/lkml/20220322170720.3529-… external
https://access.redhat.com/security/cve/CVE-2022-1158 self
https://bugzilla.redhat.com/show_bug.cgi?id=2069793 external
https://www.cve.org/CVERecord?id=CVE-2022-1158 external
https://nvd.nist.gov/vuln/detail/CVE-2022-1158 external
https://www.openwall.com/lists/oss-security/2022/… external
https://access.redhat.com/security/cve/CVE-2022-1184 self
https://bugzilla.redhat.com/show_bug.cgi?id=2070205 external
https://www.cve.org/CVERecord?id=CVE-2022-1184 external
https://nvd.nist.gov/vuln/detail/CVE-2022-1184 external
https://access.redhat.com/security/cve/CVE-2022-1263 self
https://bugzilla.redhat.com/show_bug.cgi?id=2072698 external
https://www.cve.org/CVERecord?id=CVE-2022-1263 external
https://nvd.nist.gov/vuln/detail/CVE-2022-1263 external
https://www.openwall.com/lists/oss-security/2022/… external
https://access.redhat.com/security/cve/CVE-2022-1280 self
https://bugzilla.redhat.com/show_bug.cgi?id=2071022 external
https://www.cve.org/CVERecord?id=CVE-2022-1280 external
https://nvd.nist.gov/vuln/detail/CVE-2022-1280 external
https://access.redhat.com/security/cve/CVE-2022-1353 self
https://bugzilla.redhat.com/show_bug.cgi?id=2066819 external
https://www.cve.org/CVERecord?id=CVE-2022-1353 external
https://nvd.nist.gov/vuln/detail/CVE-2022-1353 external
https://github.com/torvalds/linux/commit/9a564bcc… external
https://access.redhat.com/security/cve/CVE-2022-1679 self
https://bugzilla.redhat.com/show_bug.cgi?id=2084125 external
https://www.cve.org/CVERecord?id=CVE-2022-1679 external
https://nvd.nist.gov/vuln/detail/CVE-2022-1679 external
https://lore.kernel.org/lkml/87ilqc7jv9.fsf@kerne… external
https://access.redhat.com/security/cve/CVE-2022-1852 self
https://bugzilla.redhat.com/show_bug.cgi?id=2089815 external
https://www.cve.org/CVERecord?id=CVE-2022-1852 external
https://nvd.nist.gov/vuln/detail/CVE-2022-1852 external
https://github.com/torvalds/linux/commit/fee060cd… external
https://access.redhat.com/security/cve/CVE-2022-1998 self
https://bugzilla.redhat.com/show_bug.cgi?id=2052312 external
https://www.cve.org/CVERecord?id=CVE-2022-1998 external
https://nvd.nist.gov/vuln/detail/CVE-2022-1998 external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
https://seclists.org/oss-sec/2022/q1/99 external
https://access.redhat.com/security/cve/CVE-2022-2153 self
https://bugzilla.redhat.com/show_bug.cgi?id=2069736 external
https://www.cve.org/CVERecord?id=CVE-2022-2153 external
https://nvd.nist.gov/vuln/detail/CVE-2022-2153 external
https://www.openwall.com/lists/oss-security/2022/… external
https://access.redhat.com/security/cve/CVE-2022-2503 self
https://bugzilla.redhat.com/show_bug.cgi?id=2177862 external
https://www.cve.org/CVERecord?id=CVE-2022-2503 external
https://nvd.nist.gov/vuln/detail/CVE-2022-2503 external
https://github.com/google/security-research/secur… external
https://access.redhat.com/security/cve/CVE-2022-2586 self
https://bugzilla.redhat.com/show_bug.cgi?id=2114878 external
https://www.cve.org/CVERecord?id=CVE-2022-2586 external
https://nvd.nist.gov/vuln/detail/CVE-2022-2586 external
https://lore.kernel.org/netfilter-devel/202208091… external
https://www.openwall.com/lists/oss-security/2022/… external
https://www.cisa.gov/known-exploited-vulnerabilit… external
https://access.redhat.com/security/cve/CVE-2022-2639 self
https://bugzilla.redhat.com/show_bug.cgi?id=2084479 external
https://www.cve.org/CVERecord?id=CVE-2022-2639 external
https://nvd.nist.gov/vuln/detail/CVE-2022-2639 external
https://access.redhat.com/security/cve/CVE-2022-3107 self
https://bugzilla.redhat.com/show_bug.cgi?id=2153060 external
https://www.cve.org/CVERecord?id=CVE-2022-3107 external
https://nvd.nist.gov/vuln/detail/CVE-2022-3107 external
https://access.redhat.com/security/cve/CVE-2022-3108 self
https://bugzilla.redhat.com/show_bug.cgi?id=2153052 external
https://www.cve.org/CVERecord?id=CVE-2022-3108 external
https://nvd.nist.gov/vuln/detail/CVE-2022-3108 external
https://access.redhat.com/security/cve/CVE-2022-3239 self
https://bugzilla.redhat.com/show_bug.cgi?id=2127985 external
https://www.cve.org/CVERecord?id=CVE-2022-3239 external
https://nvd.nist.gov/vuln/detail/CVE-2022-3239 external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
https://access.redhat.com/security/cve/CVE-2022-20368 self
https://bugzilla.redhat.com/show_bug.cgi?id=2123695 external
https://www.cve.org/CVERecord?id=CVE-2022-20368 external
https://nvd.nist.gov/vuln/detail/CVE-2022-20368 external
https://access.redhat.com/security/cve/CVE-2022-20572 self
https://bugzilla.redhat.com/show_bug.cgi?id=2186545 external
https://www.cve.org/CVERecord?id=CVE-2022-20572 external
https://nvd.nist.gov/vuln/detail/CVE-2022-20572 external
https://access.redhat.com/security/cve/CVE-2022-21123 self
https://bugzilla.redhat.com/show_bug.cgi?id=2090237 external
https://www.cve.org/CVERecord?id=CVE-2022-21123 external
https://nvd.nist.gov/vuln/detail/CVE-2022-21123 external
https://www.intel.com/content/www/us/en/developer… external
https://access.redhat.com/security/cve/CVE-2022-21125 self
https://bugzilla.redhat.com/show_bug.cgi?id=2090240 external
https://www.cve.org/CVERecord?id=CVE-2022-21125 external
https://nvd.nist.gov/vuln/detail/CVE-2022-21125 external
https://access.redhat.com/security/cve/CVE-2022-21166 self
https://bugzilla.redhat.com/show_bug.cgi?id=2090241 external
https://www.cve.org/CVERecord?id=CVE-2022-21166 external
https://nvd.nist.gov/vuln/detail/CVE-2022-21166 external
https://access.redhat.com/security/cve/CVE-2022-21499 self
https://bugzilla.redhat.com/show_bug.cgi?id=2084183 external
https://www.cve.org/CVERecord?id=CVE-2022-21499 external
https://nvd.nist.gov/vuln/detail/CVE-2022-21499 external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
https://access.redhat.com/security/cve/CVE-2022-23816 self
https://bugzilla.redhat.com/show_bug.cgi?id=2090226 external
https://www.cve.org/CVERecord?id=CVE-2022-23816 external
https://nvd.nist.gov/vuln/detail/CVE-2022-23816 external
https://www.amd.com/en/corporate/product-security… external
https://access.redhat.com/security/cve/CVE-2022-23825 self
https://bugzilla.redhat.com/show_bug.cgi?id=2103153 external
https://www.cve.org/CVERecord?id=CVE-2022-23825 external
https://nvd.nist.gov/vuln/detail/CVE-2022-23825 external
https://access.redhat.com/security/cve/CVE-2022-24448 self
https://bugzilla.redhat.com/show_bug.cgi?id=2051444 external
https://www.cve.org/CVERecord?id=CVE-2022-24448 external
https://nvd.nist.gov/vuln/detail/CVE-2022-24448 external
https://git.kernel.org/cgit/linux/kernel/git/torv… external
https://access.redhat.com/security/cve/CVE-2022-26373 self
https://bugzilla.redhat.com/show_bug.cgi?id=2115065 external
https://access.redhat.com/solutions/6971358 external
https://www.cve.org/CVERecord?id=CVE-2022-26373 external
https://nvd.nist.gov/vuln/detail/CVE-2022-26373 external
https://www.intel.com/content/www/us/en/developer… external
https://access.redhat.com/security/cve/CVE-2022-28390 self
https://bugzilla.redhat.com/show_bug.cgi?id=2073064 external
https://www.cve.org/CVERecord?id=CVE-2022-28390 external
https://nvd.nist.gov/vuln/detail/CVE-2022-28390 external
https://access.redhat.com/security/cve/CVE-2022-28693 self
https://bugzilla.redhat.com/show_bug.cgi?id=2107465 external
https://www.cve.org/CVERecord?id=CVE-2022-28693 external
https://nvd.nist.gov/vuln/detail/CVE-2022-28693 external
https://www.intel.com/content/www/us/en/security-… external
https://access.redhat.com/security/cve/CVE-2022-28893 self
https://bugzilla.redhat.com/show_bug.cgi?id=2074208 external
https://www.cve.org/CVERecord?id=CVE-2022-28893 external
https://nvd.nist.gov/vuln/detail/CVE-2022-28893 external
http://www.openwall.com/lists/oss-security/2022/04/11/3 external
http://www.openwall.com/lists/oss-security/2022/04/11/4 external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
https://access.redhat.com/security/cve/CVE-2022-29581 self
https://bugzilla.redhat.com/show_bug.cgi?id=2088021 external
https://www.cve.org/CVERecord?id=CVE-2022-29581 external
https://nvd.nist.gov/vuln/detail/CVE-2022-29581 external
https://git.kernel.org/pub/scm/linux/kernel/git/t… external
https://kernel.dance/#3db09e762dc79584a69c10d74a6… external
https://access.redhat.com/security/cve/CVE-2022-29900 self
https://www.cve.org/CVERecord?id=CVE-2022-29900 external
https://nvd.nist.gov/vuln/detail/CVE-2022-29900 external
https://access.redhat.com/security/cve/CVE-2022-29901 self
https://bugzilla.redhat.com/show_bug.cgi?id=2103148 external
https://www.cve.org/CVERecord?id=CVE-2022-29901 external
https://nvd.nist.gov/vuln/detail/CVE-2022-29901 external
https://www.intel.com/content/www/us/en/security-… external
https://access.redhat.com/security/cve/CVE-2022-36946 self
https://bugzilla.redhat.com/show_bug.cgi?id=2115278 external
https://www.cve.org/CVERecord?id=CVE-2022-36946 external
https://nvd.nist.gov/vuln/detail/CVE-2022-36946 external
https://lore.kernel.org/all/20220726104206.2036-1… external
https://access.redhat.com/security/cve/CVE-2022-39190 self
https://bugzilla.redhat.com/show_bug.cgi?id=2129152 external
https://www.cve.org/CVERecord?id=CVE-2022-39190 external
https://nvd.nist.gov/vuln/detail/CVE-2022-39190 external
https://lore.kernel.org/all/20220824220330.64283-… external
https://access.redhat.com/security/cve/CVE-2022-42432 self
https://bugzilla.redhat.com/show_bug.cgi?id=2182888 external
https://www.cve.org/CVERecord?id=CVE-2022-42432 external
https://nvd.nist.gov/vuln/detail/CVE-2022-42432 external
https://www.zerodayinitiative.com/advisories/ZDI-… external
https://access.redhat.com/security/cve/CVE-2022-48905 self
https://bugzilla.redhat.com/show_bug.cgi?id=2307158 external
https://www.cve.org/CVERecord?id=CVE-2022-48905 external
https://nvd.nist.gov/vuln/detail/CVE-2022-48905 external
https://lore.kernel.org/linux-cve-announce/202408… external
https://access.redhat.com/security/cve/CVE-2022-48918 self
https://bugzilla.redhat.com/show_bug.cgi?id=2307171 external
https://www.cve.org/CVERecord?id=CVE-2022-48918 external
https://nvd.nist.gov/vuln/detail/CVE-2022-48918 external
https://lore.kernel.org/linux-cve-announce/202408… external
https://access.redhat.com/security/cve/CVE-2022-48936 self
https://bugzilla.redhat.com/show_bug.cgi?id=2307192 external
https://www.cve.org/CVERecord?id=CVE-2022-48936 external
https://nvd.nist.gov/vuln/detail/CVE-2022-48936 external
https://lore.kernel.org/linux-cve-announce/202408… external
https://access.redhat.com/security/cve/CVE-2023-1095 self
https://bugzilla.redhat.com/show_bug.cgi?id=2173973 external
https://www.cve.org/CVERecord?id=CVE-2023-1095 external
https://nvd.nist.gov/vuln/detail/CVE-2023-1095 external
https://access.redhat.com/security/cve/CVE-2023-2008 self
https://bugzilla.redhat.com/show_bug.cgi?id=2186862 external
https://www.cve.org/CVERecord?id=CVE-2023-2008 external
https://nvd.nist.gov/vuln/detail/CVE-2023-2008 external
https://www.zerodayinitiative.com/advisories/ZDI-… external
Acknowledgments
STAR Labs Billy Jheng Bing Jhong
Halil Pasic
David Bouman
Takashi Iwai
Harbin Institute of Technology Qiuhao Li
Zhejiang University Gaoning Pan Yongkang Jia
Wenqing Liu
Zhejiang University Yongkang Jia Gaoning Pan
Tsinghua University Yuan Ming
Tencent Security Yunding Lab elijahbai
(Harbin Institute of Technology) Qiuhao Li
(Zhejiang University) Gaoning Pan Yongkang Jia
Sea Security Team Orca
Jiasheng Jiang
Dongliang Mu
Intel
ETH Zürich Johannes Wikner Kaveh Razavi
AMD
ETH Zurich Johannes Wikner Kaveh Razavi
ETH Zurich Kaveh Razavi Johannes Wikner

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Moderate"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "An update for kernel-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 Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "The kernel-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* off-path attacker may inject data or terminate victim\u0027s TCP session (CVE-2020-36516)\n\n* use-after-free vulnerability in function sco_sock_sendmsg() (CVE-2021-3640)\n\n* smb2_ioctl_query_info NULL pointer dereference (CVE-2022-0168)\n\n* NULL pointer dereference in udf_expand_file_adinicbdue() during writeback (CVE-2022-0617)\n\n* swiotlb information leak with DMA_FROM_DEVICE (CVE-2022-0854)\n\n* uninitialized registers on stack in nft_do_chain can cause kernel pointer leakage to UM (CVE-2022-1016)\n\n* race condition in snd_pcm_hw_free leading to use-after-free (CVE-2022-1048)\n\n* use-after-free and memory errors in ext4 when mounting and operating on a corrupted image (CVE-2022-1184)\n\n* concurrency use-after-free between drm_setmaster_ioctl and drm_mode_getresources (CVE-2022-1280)\n\n* kernel info leak issue in pfkey_register (CVE-2022-1353)\n\n* use-after-free in ath9k_htc_probe_device() could cause an escalation of privileges (CVE-2022-1679)\n\n* NULL pointer dereference in x86_emulate_insn may lead to DoS (CVE-2022-1852)\n\n* fanotify misuses fd_install() which could lead to use-after-free (CVE-2022-1998)\n\n* nf_tables cross-table potential use-after-free may lead to local privilege escalation (CVE-2022-2586)\n\n* openvswitch: integer underflow leads to out-of-bounds write in reserve_sfa_size() (CVE-2022-2639)\n\n* slab-out-of-bounds access in packet_recvmsg() (CVE-2022-20368)\n\n* incomplete clean-up of multi-core shared buffers (aka SBDR) (CVE-2022-21123)\n\n* incomplete clean-up of microarchitectural fill buffers (aka SBDS) (CVE-2022-21125)\n\n* incomplete clean-up in specific special register write operations (aka DRPW) (CVE-2022-21166)\n\n* possible to use the debugger to write zero into a location of choice (CVE-2022-21499)\n\n* AMD: RetBleed Arbitrary Speculative Code Execution with Return Instructions (CVE-2022-23816, CVE-2022-29900)\n\n* AMD: Branch Type Confusion (non-retbleed) (CVE-2022-23825)\n\n* Intel: Post-barrier Return Stack Buffer Predictions (CVE-2022-26373)\n\n* double free in ems_usb_start_xmit in drivers/net/can/usb/ems_usb.c (CVE-2022-28390)\n\n* use after free in SUNRPC subsystem (CVE-2022-28893)\n\n* use-after-free due to improper update of reference count in net/sched/cls_u32.c (CVE-2022-29581)\n\n* Intel: RetBleed Arbitrary Speculative Code Execution with Return Instructions (CVE-2022-29901)\n\n* DoS in nfqnl_mangle in net/netfilter/nfnetlink_queue.c (CVE-2022-36946)\n\n* nf_tables disallow binding to already bound chain (CVE-2022-39190)\n\n* nfs_atomic_open() returns uninitialized data instead of ENOTDIR (CVE-2022-24448)\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\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 9.1 Release Notes linked from the References section.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2022:7933",
        "url": "https://access.redhat.com/errata/RHSA-2022:7933"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/#moderate",
        "url": "https://access.redhat.com/security/updates/classification/#moderate"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index",
        "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/9.1_release_notes/index"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/solutions/6971358",
        "url": "https://access.redhat.com/solutions/6971358"
      },
      {
        "category": "external",
        "summary": "1980646",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980646"
      },
      {
        "category": "external",
        "summary": "2037386",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2037386"
      },
      {
        "category": "external",
        "summary": "2051444",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2051444"
      },
      {
        "category": "external",
        "summary": "2052312",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2052312"
      },
      {
        "category": "external",
        "summary": "2053632",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053632"
      },
      {
        "category": "external",
        "summary": "2058395",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2058395"
      },
      {
        "category": "external",
        "summary": "2059928",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059928"
      },
      {
        "category": "external",
        "summary": "2066614",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066614"
      },
      {
        "category": "external",
        "summary": "2066706",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066706"
      },
      {
        "category": "external",
        "summary": "2066819",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066819"
      },
      {
        "category": "external",
        "summary": "2070205",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2070205"
      },
      {
        "category": "external",
        "summary": "2071022",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2071022"
      },
      {
        "category": "external",
        "summary": "2073064",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073064"
      },
      {
        "category": "external",
        "summary": "2074208",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2074208"
      },
      {
        "category": "external",
        "summary": "2084125",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084125"
      },
      {
        "category": "external",
        "summary": "2084183",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084183"
      },
      {
        "category": "external",
        "summary": "2084479",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084479"
      },
      {
        "category": "external",
        "summary": "2088021",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088021"
      },
      {
        "category": "external",
        "summary": "2089815",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2089815"
      },
      {
        "category": "external",
        "summary": "2090226",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090226"
      },
      {
        "category": "external",
        "summary": "2090237",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090237"
      },
      {
        "category": "external",
        "summary": "2090240",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090240"
      },
      {
        "category": "external",
        "summary": "2090241",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090241"
      },
      {
        "category": "external",
        "summary": "2103148",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103148"
      },
      {
        "category": "external",
        "summary": "2103153",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103153"
      },
      {
        "category": "external",
        "summary": "2114878",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114878"
      },
      {
        "category": "external",
        "summary": "2115065",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115065"
      },
      {
        "category": "external",
        "summary": "2115278",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115278"
      },
      {
        "category": "external",
        "summary": "2123695",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123695"
      },
      {
        "category": "external",
        "summary": "2129152",
        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129152"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_7933.json"
      }
    ],
    "title": "Red Hat Security Advisory: kernel-rt security and bug fix update",
    "tracking": {
      "current_release_date": "2026-03-30T10:28:51+00:00",
      "generator": {
        "date": "2026-03-30T10:28:51+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.7.4"
        }
      },
      "id": "RHSA-2022:7933",
      "initial_release_date": "2022-11-15T11:38:03+00:00",
      "revision_history": [
        {
          "date": "2022-11-15T11:38:03+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2022-11-15T11:38:03+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-03-30T10:28:51+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.GA",
                  "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.GA",
                  "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.6.1.rt21.168.el9_1.src",
                "product": {
                  "name": "kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
                  "product_id": "kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-162.6.1.rt21.168.el9_1?arch=src"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "src"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-162.6.1.rt21.168.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-162.6.1.rt21.168.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-162.6.1.rt21.168.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-162.6.1.rt21.168.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-162.6.1.rt21.168.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-162.6.1.rt21.168.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-162.6.1.rt21.168.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-162.6.1.rt21.168.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-162.6.1.rt21.168.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-162.6.1.rt21.168.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-162.6.1.rt21.168.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-162.6.1.rt21.168.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-162.6.1.rt21.168.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-162.6.1.rt21.168.el9_1?arch=x86_64"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                "product": {
                  "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
                  "product_identification_helper": {
                    "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-162.6.1.rt21.168.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.6.1.rt21.168.el9_1.src as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src"
        },
        "product_reference": "kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time for NFV (v. 9)",
          "product_id": "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "NFV-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src"
        },
        "product_reference": "kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 9)",
          "product_id": "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        },
        "product_reference": "kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
        "relates_to_product_reference": "RT-9.1.0.GA"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2020-36516",
      "cwe": {
        "id": "CWE-290",
        "name": "Authentication Bypass by Spoofing"
      },
      "discovery_date": "2022-03-02T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2059928"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A TCP/IP packet spoofing attack flaw was found in the Linux kernel\u2019s TCP/IP protocol, where a Man-in-the-Middle Attack (MITM) performs an IP fragmentation attack and an IPID collision. This flaw allows a remote user to pretend to be the sender of the TCP/IP packet for an existing TCP/IP session.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: off-path attacker may inject data or terminate victim\u0027s TCP session",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2020-36516"
        },
        {
          "category": "external",
          "summary": "RHBZ#2059928",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2059928"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2020-36516",
          "url": "https://www.cve.org/CVERecord?id=CVE-2020-36516"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-36516",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-36516"
        },
        {
          "category": "external",
          "summary": "https://www.spinics.net/lists/netdev/msg795642.html",
          "url": "https://www.spinics.net/lists/netdev/msg795642.html"
        }
      ],
      "release_date": "2022-02-28T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 5.9,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:L",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: off-path attacker may inject data or terminate victim\u0027s TCP session"
    },
    {
      "cve": "CVE-2021-3640",
      "cwe": {
        "id": "CWE-825",
        "name": "Expired Pointer Dereference"
      },
      "discovery_date": "2021-07-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "1980646"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw use-after-free in function sco_sock_sendmsg() of the Linux kernel HCI subsystem was found in the way user calls ioct UFFDIO_REGISTER or other way triggers race condition of the call sco_conn_del() together with the call sco_sock_sendmsg() with the expected controllable faulting memory page. A privileged local user could use this flaw to crash the system or escalate their privileges on the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: use-after-free vulnerability in function sco_sock_sendmsg()",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This issue is rated as having a Moderate impact because of the privileges (CAP_NET_ADMIN in initial namespace) required for exploiting the issue.",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2021-3640"
        },
        {
          "category": "external",
          "summary": "RHBZ#1980646",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980646"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2021-3640",
          "url": "https://www.cve.org/CVERecord?id=CVE-2021-3640"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-3640",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3640"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/net/bluetooth/sco.c?h=v5.16\u0026id=99c23da0eed4fd20cae8243f2b51e10e66aa0951",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/net/bluetooth/sco.c?h=v5.16\u0026id=99c23da0eed4fd20cae8243f2b51e10e66aa0951"
        },
        {
          "category": "external",
          "summary": "https://lkml.org/lkml/2021/8/28/238",
          "url": "https://lkml.org/lkml/2021/8/28/238"
        },
        {
          "category": "external",
          "summary": "https://www.openwall.com/lists/oss-security/2021/07/22/1",
          "url": "https://www.openwall.com/lists/oss-security/2021/07/22/1"
        }
      ],
      "release_date": "2021-07-18T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: use-after-free vulnerability in function sco_sock_sendmsg()"
    },
    {
      "cve": "CVE-2021-47099",
      "cwe": {
        "id": "CWE-20",
        "name": "Improper Input Validation"
      },
      "discovery_date": "2024-03-04T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2267919"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nveth: ensure skb entering GRO are not cloned.\n\nAfter commit d3256efd8e8b (\"veth: allow enabling NAPI even without XDP\"),\nif GRO is enabled on a veth device and TSO is disabled on the peer\ndevice, TCP skbs will go through the NAPI callback. If there is no XDP\nprogram attached, the veth code does not perform any share check, and\nshared/cloned skbs could enter the GRO engine.\n\nIgnat reported a BUG triggered later-on due to the above condition:\n\n[   53.970529][    C1] kernel BUG at net/core/skbuff.c:3574!\n[   53.981755][    C1] invalid opcode: 0000 [#1] PREEMPT SMP KASAN PTI\n[   53.982634][    C1] CPU: 1 PID: 19 Comm: ksoftirqd/1 Not tainted 5.16.0-rc5+ #25\n[   53.982634][    C1] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 0.0.0 02/06/2015\n[   53.982634][    C1] RIP: 0010:skb_shift+0x13ef/0x23b0\n[   53.982634][    C1] Code: ea 03 0f b6 04 02 48 89 fa 83 e2 07 38 d0\n7f 08 84 c0 0f 85 41 0c 00 00 41 80 7f 02 00 4d 8d b5 d0 00 00 00 0f\n85 74 f5 ff ff \u003c0f\u003e 0b 4d 8d 77 20 be 04 00 00 00 4c 89 44 24 78 4c 89\nf7 4c 89 8c\n[   53.982634][    C1] RSP: 0018:ffff8881008f7008 EFLAGS: 00010246\n[   53.982634][    C1] RAX: 0000000000000000 RBX: ffff8881180b4c80 RCX: 0000000000000000\n[   53.982634][    C1] RDX: 0000000000000002 RSI: ffff8881180b4d3c RDI: ffff88810bc9cac2\n[   53.982634][    C1] RBP: ffff8881008f70b8 R08: ffff8881180b4cf4 R09: ffff8881180b4cf0\n[   53.982634][    C1] R10: ffffed1022999e5c R11: 0000000000000002 R12: 0000000000000590\n[   53.982634][    C1] R13: ffff88810f940c80 R14: ffff88810f940d50 R15: ffff88810bc9cac0\n[   53.982634][    C1] FS:  0000000000000000(0000) GS:ffff888235880000(0000) knlGS:0000000000000000\n[   53.982634][    C1] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n[   53.982634][    C1] CR2: 00007ff5f9b86680 CR3: 0000000108ce8004 CR4: 0000000000170ee0\n[   53.982634][    C1] Call Trace:\n[   53.982634][    C1]  \u003cTASK\u003e\n[   53.982634][    C1]  tcp_sacktag_walk+0xaba/0x18e0\n[   53.982634][    C1]  tcp_sacktag_write_queue+0xe7b/0x3460\n[   53.982634][    C1]  tcp_ack+0x2666/0x54b0\n[   53.982634][    C1]  tcp_rcv_established+0x4d9/0x20f0\n[   53.982634][    C1]  tcp_v4_do_rcv+0x551/0x810\n[   53.982634][    C1]  tcp_v4_rcv+0x22ed/0x2ed0\n[   53.982634][    C1]  ip_protocol_deliver_rcu+0x96/0xaf0\n[   53.982634][    C1]  ip_local_deliver_finish+0x1e0/0x2f0\n[   53.982634][    C1]  ip_sublist_rcv_finish+0x211/0x440\n[   53.982634][    C1]  ip_list_rcv_finish.constprop.0+0x424/0x660\n[   53.982634][    C1]  ip_list_rcv+0x2c8/0x410\n[   53.982634][    C1]  __netif_receive_skb_list_core+0x65c/0x910\n[   53.982634][    C1]  netif_receive_skb_list_internal+0x5f9/0xcb0\n[   53.982634][    C1]  napi_complete_done+0x188/0x6e0\n[   53.982634][    C1]  gro_cell_poll+0x10c/0x1d0\n[   53.982634][    C1]  __napi_poll+0xa1/0x530\n[   53.982634][    C1]  net_rx_action+0x567/0x1270\n[   53.982634][    C1]  __do_softirq+0x28a/0x9ba\n[   53.982634][    C1]  run_ksoftirqd+0x32/0x60\n[   53.982634][    C1]  smpboot_thread_fn+0x559/0x8c0\n[   53.982634][    C1]  kthread+0x3b9/0x490\n[   53.982634][    C1]  ret_from_fork+0x22/0x30\n[   53.982634][    C1]  \u003c/TASK\u003e\n\nAddress the issue by skipping the GRO stage for shared or cloned skbs.\nTo reduce the chance of OoO, try to unclone the skbs before giving up.\n\nv1 -\u003e v2:\n - use avoid skb_copy and fallback to netif_receive_skb  - Eric",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: veth: ensure skb entering GRO are not cloned.",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2021-47099"
        },
        {
          "category": "external",
          "summary": "RHBZ#2267919",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2267919"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2021-47099",
          "url": "https://www.cve.org/CVERecord?id=CVE-2021-47099"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47099",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47099"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024030415-CVE-2021-47099-3127@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024030415-CVE-2021-47099-3127@gregkh/T"
        }
      ],
      "release_date": "2024-03-04T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.0,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "kernel: veth: ensure skb entering GRO are not cloned."
    },
    {
      "cve": "CVE-2021-47556",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "discovery_date": "2024-05-24T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2283393"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A vulnerability was found in the Linux kernel\u0027s ethtool implementation in the ioctl handling of coalesce settings, where the system attempts to change coalesce settings using the ethtool_set_coalesce() function without verifying the availability of both the .get_coalesce() and .set_coalesce() callbacks, leading to a potential NULL pointer dereference causing system instability and crashes during network operations.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2021-47556"
        },
        {
          "category": "external",
          "summary": "RHBZ#2283393",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2283393"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2021-47556",
          "url": "https://www.cve.org/CVERecord?id=CVE-2021-47556"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47556",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47556"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024052443-CVE-2021-47556-558e@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024052443-CVE-2021-47556-558e@gregkh/T"
        }
      ],
      "release_date": "2024-05-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 4.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()"
    },
    {
      "cve": "CVE-2021-47580",
      "cwe": {
        "id": "CWE-843",
        "name": "Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)"
      },
      "discovery_date": "2024-06-19T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2293249"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A vulnerability was found in the Linux kernel\u0027s SCSI driver, in sg_copy_buffer() function, where an incorrect type in the min_t() macro can lead to a stack out-of-bounds condition. This occurs due to sign extension of larger values, which may result in memory corruption or DoS.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: scsi: scsi_debug: Fix type in min_t to avoid stack OOB",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2021-47580"
        },
        {
          "category": "external",
          "summary": "RHBZ#2293249",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2293249"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2021-47580",
          "url": "https://www.cve.org/CVERecord?id=CVE-2021-47580"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47580",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47580"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024061916-CVE-2021-47580-eac9@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024061916-CVE-2021-47580-eac9@gregkh/T"
        }
      ],
      "release_date": "2024-06-19T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: scsi: scsi_debug: Fix type in min_t to avoid stack OOB"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Billy Jheng Bing Jhong"
          ],
          "organization": "STAR Labs"
        }
      ],
      "cve": "CVE-2022-0168",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "discovery_date": "2022-01-05T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2037386"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A denial of service (DOS) issue was found in the Linux kernel\u2019s smb2_ioctl_query_info function in the fs/cifs/smb2ops.c Common Internet File System (CIFS) due to an incorrect return from the memdup_user function. This flaw allows a local, privileged (CAP_SYS_ADMIN) attacker to crash the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: smb2_ioctl_query_info NULL pointer dereference",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-0168"
        },
        {
          "category": "external",
          "summary": "RHBZ#2037386",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2037386"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-0168",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-0168"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0168",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0168"
        },
        {
          "category": "external",
          "summary": "https://starlabs.sg/advisories/22/22-0168/",
          "url": "https://starlabs.sg/advisories/22/22-0168/"
        }
      ],
      "release_date": "2022-03-09T15:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 4.4,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: smb2_ioctl_query_info NULL pointer dereference"
    },
    {
      "cve": "CVE-2022-0617",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "discovery_date": "2022-02-09T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2053632"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A NULL pointer dereference was found in the Linux kernel\u2019s UDF file system functionality in the way the user triggers the udf_file_write_iter function for a malicious UDF image. This flaw allows a local user to crash the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: NULL pointer dereference in udf_expand_file_adinicbdue() during writeback",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-0617"
        },
        {
          "category": "external",
          "summary": "RHBZ#2053632",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2053632"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-0617",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-0617"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0617",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0617"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7fc3b7c2981bbd1047916ade327beccb90994eee",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7fc3b7c2981bbd1047916ade327beccb90994eee"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ea8569194b43f0f01f0a84c689388542c7254a1f",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ea8569194b43f0f01f0a84c689388542c7254a1f"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/lkml/20220114172329.ygzry5rlz64ua2nr@quack3.lan/T/",
          "url": "https://lore.kernel.org/lkml/20220114172329.ygzry5rlz64ua2nr@quack3.lan/T/"
        }
      ],
      "release_date": "2022-01-24T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "As the UDF module (udf.ho) will be auto-loaded when required, its use can be disabled  by preventing the module from loading with the following instructions:\n\n# echo \"install udf /bin/true\" \u003e\u003e /etc/modprobe.d/disable-udf.conf\n\nIf the system requires this module t\\work correctly, this mitigation may not be suitable.\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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 4.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: NULL pointer dereference in udf_expand_file_adinicbdue() during writeback"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Halil Pasic"
          ]
        }
      ],
      "cve": "CVE-2022-0854",
      "cwe": {
        "id": "CWE-401",
        "name": "Missing Release of Memory after Effective Lifetime"
      },
      "discovery_date": "2022-02-24T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2058395"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A memory leak flaw was found in the Linux kernel\u2019s DMA subsystem, in the way a user calls DMA_FROM_DEVICE. This flaw allows a local user to read random memory from the kernel space.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: swiotlb information leak with DMA_FROM_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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-0854"
        },
        {
          "category": "external",
          "summary": "RHBZ#2058395",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2058395"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-0854",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-0854"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-0854",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-0854"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/kernel/dma/swiotlb.c?h=v5.17-rc8\u0026id=aa6f8dcbab473f3a3c7454b74caa46d36cdc5d13",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/kernel/dma/swiotlb.c?h=v5.17-rc8\u0026id=aa6f8dcbab473f3a3c7454b74caa46d36cdc5d13"
        }
      ],
      "release_date": "2022-03-07T10:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: swiotlb information leak with DMA_FROM_DEVICE"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "David Bouman"
          ]
        }
      ],
      "cve": "CVE-2022-1016",
      "cwe": {
        "id": "CWE-909",
        "name": "Missing Initialization of Resource"
      },
      "discovery_date": "2022-03-22T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2066614"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel in net/netfilter/nf_tables_core.c:nft_do_chain, which can cause a use-after-free. This issue needs to handle \u0027return\u0027 with proper preconditions, as it can lead to a kernel information leak problem caused by a local, unprivileged attacker.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: uninitialized registers on stack in nft_do_chain can cause kernel pointer leakage to UM",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-1016"
        },
        {
          "category": "external",
          "summary": "RHBZ#2066614",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066614"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1016",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-1016"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1016",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1016"
        },
        {
          "category": "external",
          "summary": "http://blog.dbouman.nl/2022/04/02/How-The-Tables-Have-Turned-CVE-2022-1015-1016/",
          "url": "http://blog.dbouman.nl/2022/04/02/How-The-Tables-Have-Turned-CVE-2022-1015-1016/"
        },
        {
          "category": "external",
          "summary": "https://seclists.org/oss-sec/2022/q1/205",
          "url": "https://seclists.org/oss-sec/2022/q1/205"
        }
      ],
      "release_date": "2022-03-28T15:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "On non-containerized deployments of Red Hat Enterprise Linux, you can disable user namespaces by setting user.max_user_namespaces to 0:\n\n# echo \"user.max_user_namespaces=0\" \u003e /etc/sysctl.d/userns.conf\n# sysctl -p /etc/sysctl.d/userns.conf\n\nOn containerized deployments, such as Red Hat OpenShift Container Platform, do not use this mitigation as the functionality is needed to be enabled.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: uninitialized registers on stack in nft_do_chain can cause kernel pointer leakage to UM"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Takashi Iwai"
          ]
        }
      ],
      "cve": "CVE-2022-1048",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2022-03-22T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2066706"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use-after-free flaw was found in the Linux kernel\u2019s sound subsystem in the way a user triggers concurrent calls of PCM hw_params. The hw_free ioctls or similar race condition happens inside ALSA PCM for other ioctls. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: race condition in snd_pcm_hw_free leading to use-after-free",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Keeping the rating as Moderate, because this issue is hard to trigger and requires some permissions for accessing the sound card and only exists if a specific model of the sound card such as Intel 82801 or similar. The known reproducer works only for systems where the /dev/snd/pcmC0D1c device exists.",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-1048"
        },
        {
          "category": "external",
          "summary": "RHBZ#2066706",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066706"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1048",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-1048"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1048",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1048"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/lkml/20220322170720.3529-5-tiwai@suse.de/T/#m1d3b791b815556012c6be92f1c4a7086b854f7f3",
          "url": "https://lore.kernel.org/lkml/20220322170720.3529-5-tiwai@suse.de/T/#m1d3b791b815556012c6be92f1c4a7086b854f7f3"
        }
      ],
      "release_date": "2022-03-23T10:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, prevent the module snd-pcm from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: race condition in snd_pcm_hw_free leading to use-after-free"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Qiuhao Li"
          ],
          "organization": "Harbin Institute of Technology"
        },
        {
          "names": [
            "Gaoning Pan",
            "Yongkang Jia"
          ],
          "organization": "Zhejiang University"
        }
      ],
      "cve": "CVE-2022-1158",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2022-03-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2069793"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in KVM. When updating a guest\u0027s page table entry, vm_pgoff was improperly used as the offset to get the page\u0027s pfn. As vaddr and vm_pgoff are controllable by user-mode processes, this flaw allows unprivileged local users on the host to write outside the userspace region and potentially corrupt the kernel, resulting in a denial of service condition.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: KVM: cmpxchg_gpte can write to pfns outside the userspace region",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-1158"
        },
        {
          "category": "external",
          "summary": "RHBZ#2069793",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2069793"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1158",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-1158"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1158",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1158"
        },
        {
          "category": "external",
          "summary": "https://www.openwall.com/lists/oss-security/2022/04/08/4",
          "url": "https://www.openwall.com/lists/oss-security/2022/04/08/4"
        }
      ],
      "release_date": "2022-04-07T15:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: KVM: cmpxchg_gpte can write to pfns outside the userspace region"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Wenqing Liu"
          ]
        }
      ],
      "cve": "CVE-2022-1184",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2022-01-22T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2070205"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use-after-free flaw was found in fs/ext4/namei.c:dx_insert_block() in the Linux kernel\u2019s filesystem sub-component. This flaw allows a local attacker with a user privilege to cause a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: use-after-free and memory errors in ext4 when mounting and operating on a corrupted image",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-1184"
        },
        {
          "category": "external",
          "summary": "RHBZ#2070205",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2070205"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1184",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-1184"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1184",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1184"
        }
      ],
      "release_date": "2022-04-18T05:39:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: use-after-free and memory errors in ext4 when mounting and operating on a corrupted image"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Yongkang Jia",
            "Gaoning Pan"
          ],
          "organization": "Zhejiang University"
        },
        {
          "names": [
            "Qiuhao Li"
          ],
          "organization": "Harbin Institute of Technology"
        }
      ],
      "cve": "CVE-2022-1263",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "discovery_date": "2022-04-06T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2072698"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A NULL pointer dereference issue was found in KVM when releasing a vCPU with dirty ring support enabled. This flaw allows an unprivileged local attacker on the host to issue specific ioctl calls, causing a kernel oops condition that results in a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: KVM: NULL pointer dereference in kvm_dirty_ring_push in virt/kvm/dirty_ring.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Enterprise Linux 6 and 7 did not provide support for KVM dirty ring and therefore are not affected by this issue.",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-1263"
        },
        {
          "category": "external",
          "summary": "RHBZ#2072698",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2072698"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1263",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-1263"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1263",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1263"
        },
        {
          "category": "external",
          "summary": "https://www.openwall.com/lists/oss-security/2022/04/07/1",
          "url": "https://www.openwall.com/lists/oss-security/2022/04/07/1"
        }
      ],
      "release_date": "2022-04-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: KVM: NULL pointer dereference in kvm_dirty_ring_push in virt/kvm/dirty_ring.c"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Yuan Ming"
          ],
          "organization": "Tsinghua University"
        }
      ],
      "cve": "CVE-2022-1280",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2022-04-01T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2071022"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use-after-free vulnerability was found in drm_lease_held in drivers/gpu/drm/drm_lease.c in the Linux kernel due to a race problem. This flaw allows a local user privilege attacker to cause a denial of service (DoS) or a kernel information leak.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: concurrency use-after-free between drm_setmaster_ioctl and drm_mode_getresources",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-1280"
        },
        {
          "category": "external",
          "summary": "RHBZ#2071022",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2071022"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1280",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-1280"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1280",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1280"
        }
      ],
      "release_date": "2022-04-07T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: concurrency use-after-free between drm_setmaster_ioctl and drm_mode_getresources"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "elijahbai"
          ],
          "organization": "Tencent Security Yunding Lab"
        }
      ],
      "cve": "CVE-2022-1353",
      "cwe": {
        "id": "CWE-212",
        "name": "Improper Removal of Sensitive Information Before Storage or Transfer"
      },
      "discovery_date": "2022-03-22T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2066819"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A vulnerability was found in the pfkey_register function in net/key/af_key.c in the Linux kernel. This flaw allows a local, unprivileged user to gain access to kernel memory, leading to a system crash or a leak of internal kernel information.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: kernel info leak issue in pfkey_register",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-1353"
        },
        {
          "category": "external",
          "summary": "RHBZ#2066819",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2066819"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1353",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-1353"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1353",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1353"
        },
        {
          "category": "external",
          "summary": "https://github.com/torvalds/linux/commit/9a564bccb78a76740ea9d75a259942df8143d02c",
          "url": "https://github.com/torvalds/linux/commit/9a564bccb78a76740ea9d75a259942df8143d02c"
        }
      ],
      "release_date": "2022-03-21T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "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:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: kernel info leak issue in pfkey_register"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "elijahbai"
          ],
          "organization": "Tencent Security Yunding Lab"
        }
      ],
      "cve": "CVE-2022-1679",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2022-05-11T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2084125"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use-after-free flaw was found in the Linux kernel\u2019s Atheros wireless adapter driver in the way a user forces the ath9k_htc_wait_for_target function to fail with some input messages. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: use-after-free in ath9k_htc_probe_device() could cause an escalation of privileges",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Keeping this issue Moderate, because the impact is limited: likely only possibility of memory leak and crash, but not privileges escalation and both kind of race condition that is hard to trigger.",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-1679"
        },
        {
          "category": "external",
          "summary": "RHBZ#2084125",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084125"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1679",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-1679"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1679",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1679"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/lkml/87ilqc7jv9.fsf@kernel.org/t/",
          "url": "https://lore.kernel.org/lkml/87ilqc7jv9.fsf@kernel.org/t/"
        }
      ],
      "release_date": "2022-02-07T10:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, prevent the module ath9k from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: use-after-free in ath9k_htc_probe_device() could cause an escalation of privileges"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Qiuhao Li"
          ],
          "organization": "(Harbin Institute of Technology)"
        },
        {
          "names": [
            "Gaoning Pan",
            "Yongkang Jia"
          ],
          "organization": "(Zhejiang University)"
        }
      ],
      "cve": "CVE-2022-1852",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "discovery_date": "2022-05-24T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2089815"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A NULL pointer dereference flaw was found in the Linux kernel\u2019s KVM module, which can lead to a denial of service in the x86_emulate_insn in arch/x86/kvm/emulate.c. This flaw occurs while executing an illegal instruction in guest in the Intel CPU.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: NULL pointer dereference in x86_emulate_insn may lead to DoS",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-1852"
        },
        {
          "category": "external",
          "summary": "RHBZ#2089815",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2089815"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1852",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-1852"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1852",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1852"
        },
        {
          "category": "external",
          "summary": "https://github.com/torvalds/linux/commit/fee060cd52d69c114b62d1a2948ea9648b5131f9",
          "url": "https://github.com/torvalds/linux/commit/fee060cd52d69c114b62d1a2948ea9648b5131f9"
        }
      ],
      "release_date": "2022-06-01T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "This flaw can be mitigated by preventing the affected KVM module from loading during the boot time, and ensuring the module is added to the blacklist file.\n~~~\nRefer:  \nHow do I blacklist a kernel module to prevent it from loading automatically? \nhttps://access.redhat.com/solutions/41278\n~~~",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: NULL pointer dereference in x86_emulate_insn may lead to DoS"
    },
    {
      "cve": "CVE-2022-1998",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2022-02-08T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2052312"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use-after-free flaw was found in the Linux kernel\u2019s File System notify functionality in the way a user triggers the copy_info_records_to_user() function call to fail in copy_event_to_user(). This flaw allows a local user to crash or potentially escalate their privileges on the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: fanotify misuses fd_install() which could lead to use-after-free",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-1998"
        },
        {
          "category": "external",
          "summary": "RHBZ#2052312",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2052312"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-1998",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-1998"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-1998",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-1998"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/fs/notify/fanotify/fanotify_user.c?h=v5.17\u0026id=ee12595147ac1fbfb5bcb23837e26dd58d94b15d",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/fs/notify/fanotify/fanotify_user.c?h=v5.17\u0026id=ee12595147ac1fbfb5bcb23837e26dd58d94b15d"
        },
        {
          "category": "external",
          "summary": "https://seclists.org/oss-sec/2022/q1/99",
          "url": "https://seclists.org/oss-sec/2022/q1/99"
        }
      ],
      "release_date": "2022-01-27T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: fanotify misuses fd_install() which could lead to use-after-free"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Yongkang Jia",
            "Gaoning Pan"
          ],
          "organization": "Zhejiang University"
        }
      ],
      "cve": "CVE-2022-2153",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "discovery_date": "2022-03-23T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2069736"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u2019s KVM when attempting to set a SynIC IRQ. This issue makes it possible for a misbehaving VMM to write to SYNIC/STIMER MSRs, causing a NULL pointer dereference. This flaw allows an unprivileged local attacker on the host to issue specific ioctl calls, causing a kernel oops condition that results in a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: KVM: NULL pointer dereference in kvm_irq_delivery_to_apic_fast()",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-2153"
        },
        {
          "category": "external",
          "summary": "RHBZ#2069736",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2069736"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2153",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-2153"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2153",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2153"
        },
        {
          "category": "external",
          "summary": "https://www.openwall.com/lists/oss-security/2022/06/22/1",
          "url": "https://www.openwall.com/lists/oss-security/2022/06/22/1"
        }
      ],
      "release_date": "2022-03-25T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: KVM: NULL pointer dereference in kvm_irq_delivery_to_apic_fast()"
    },
    {
      "cve": "CVE-2022-2503",
      "cwe": {
        "id": "CWE-288",
        "name": "Authentication Bypass Using an Alternate Path or Channel"
      },
      "discovery_date": "2022-08-12T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2177862"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel. Dm-verity is used for extending root-of-trust to root filesystems. LoadPin builds on this property to restrict module and firmware loads to just the trusted root filesystem. Device-mapper table reloads currently allow users with root privileges to switch out the target with an equivalent dm-linear target and bypass verification until reboot. This allows root to bypass LoadPin and can be used to load untrusted and unverified kernel modules and firmware, which implies arbitrary kernel execution and persistence for peripherals that do not verify firmware updates.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: LoadPin bypass via dm-verity table reload",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Starting from the Red Hat Enterprise Linux version 8.7 the bug already fixed (by previous ticket https://bugzilla.redhat.com/show_bug.cgi?id=2012340).\nSimilar for the Red Hat Enterprise Linux version 9.1 it is already fixed (by the ticket https://bugzilla.redhat.com/show_bug.cgi?id=2090507).",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-2503"
        },
        {
          "category": "external",
          "summary": "RHBZ#2177862",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2177862"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2503",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-2503"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2503",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2503"
        },
        {
          "category": "external",
          "summary": "https://github.com/google/security-research/security/advisories/GHSA-6vq3-w69p-w63m",
          "url": "https://github.com/google/security-research/security/advisories/GHSA-6vq3-w69p-w63m"
        }
      ],
      "release_date": "2022-08-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: LoadPin bypass via dm-verity table reload"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Team Orca"
          ],
          "organization": "Sea Security"
        }
      ],
      "cve": "CVE-2022-2586",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2022-08-03T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2114878"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use-after-free flaw was found in nf_tables cross-table in the net/netfilter/nf_tables_api.c function in the Linux kernel. This flaw allows a local, privileged attacker to cause a use-after-free problem at the time of table deletion, possibly leading to local privilege escalation.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: nf_tables cross-table potential use-after-free may lead to local privilege escalation",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-2586"
        },
        {
          "category": "external",
          "summary": "RHBZ#2114878",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2114878"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2586",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-2586"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2586",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2586"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/netfilter-devel/20220809170148.164591-1-cascardo@canonical.com/T/#t",
          "url": "https://lore.kernel.org/netfilter-devel/20220809170148.164591-1-cascardo@canonical.com/T/#t"
        },
        {
          "category": "external",
          "summary": "https://www.openwall.com/lists/oss-security/2022/08/09/5",
          "url": "https://www.openwall.com/lists/oss-security/2022/08/09/5"
        },
        {
          "category": "external",
          "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
          "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
        }
      ],
      "release_date": "2022-08-09T17:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "exploit_status",
          "date": "2024-06-26T00:00:00+00:00",
          "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
        },
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: nf_tables cross-table potential use-after-free may lead to local privilege escalation"
    },
    {
      "cve": "CVE-2022-2639",
      "cwe": {
        "id": "CWE-681",
        "name": "Incorrect Conversion between Numeric Types"
      },
      "discovery_date": "2022-05-12T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2084479"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An integer coercion error was found in the openvswitch kernel module. Given a sufficiently large number of actions, while copying and reserving memory for a new action of a new flow, the reserve_sfa_size() function does not return -EMSGSIZE as expected, potentially leading to an out-of-bounds write access. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: openvswitch: integer underflow leads to out-of-bounds write in reserve_sfa_size()",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "The `openvswitch` is not supported out of the Layered Products subscriptions (OCP, OSP, RHV). There are no Layered Products based on Red Hat Enterprise Linux 7 at the present time. Therefore, this CVE is not planned to be addressed on Red Hat Enterprise Linux 7.",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-2639"
        },
        {
          "category": "external",
          "summary": "RHBZ#2084479",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084479"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-2639",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-2639"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-2639",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-2639"
        }
      ],
      "release_date": "2022-04-15T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, it is possible to prevent the affected code from being loaded by blocklisting the openvswitch kernel module. For instructions relating to blocklisting a kernel module, please see https://access.redhat.com/solutions/41278.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: openvswitch: integer underflow leads to out-of-bounds write in reserve_sfa_size()"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Jiasheng Jiang"
          ]
        }
      ],
      "cve": "CVE-2022-3107",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "discovery_date": "2022-12-13T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2153060"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An issue was discovered in the Linux kernel through 5.16-rc6. netvsc_get_ethtool_stats in drivers/net/hyperv/netvsc_drv.c lacks check of the return value of kvmalloc_array() and will cause the null pointer dereference.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: hv_netvsc: NULL pointer dereference in netvsc_get_ethtool_stats()",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-3107"
        },
        {
          "category": "external",
          "summary": "RHBZ#2153060",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153060"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-3107",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-3107"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3107",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3107"
        }
      ],
      "release_date": "2022-12-13T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "kernel: hv_netvsc: NULL pointer dereference in netvsc_get_ethtool_stats()"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Jiasheng Jiang"
          ]
        }
      ],
      "cve": "CVE-2022-3108",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "discovery_date": "2022-12-13T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2153052"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An issue was discovered in the Linux kernel through 5.16-rc6. kfd_parse_subtype_iolink in drivers/gpu/drm/amd/amdkfd/kfd_crat.c lacks check of the return value of kmemdup().",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: drm/amdkfd: NULL pointer dereference in kfd_parse_subtype_iolink()",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-3108"
        },
        {
          "category": "external",
          "summary": "RHBZ#2153052",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2153052"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-3108",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-3108"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3108",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3108"
        }
      ],
      "release_date": "2022-12-13T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "kernel: drm/amdkfd: NULL pointer dereference in kfd_parse_subtype_iolink()"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Dongliang Mu"
          ]
        }
      ],
      "cve": "CVE-2022-3239",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2022-09-19T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2127985"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use-after-free flaw was found in the Linux kernel\u2019s video4linux driver in how a user triggers the em28xx_usb_probe() for the Empia 28xx-based TV cards. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: media: em28xx: initialize refcount before kref_get",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-3239"
        },
        {
          "category": "external",
          "summary": "RHBZ#2127985",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2127985"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-3239",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-3239"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-3239",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-3239"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c08eadca1bdfa099e20a32f8fa4b52b2f672236d",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c08eadca1bdfa099e20a32f8fa4b52b2f672236d"
        }
      ],
      "release_date": "2022-02-22T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, prevent module em28xx from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: media: em28xx: initialize refcount before kref_get"
    },
    {
      "cve": "CVE-2022-20368",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "discovery_date": "2022-08-26T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2123695"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "An out-of-bounds access issue was found in the Linux kernel networking subsystem in the way raw packet sockets (AF_PACKET) used PACKET_COPY_THRESH and mmap operations. A local attacker with CAP_NET_RAW capability could use this flaw to trigger a buffer overflow resulting in a system crash or privilege escalation.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: net/packet: slab-out-of-bounds access in packet_recvmsg()",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Only local users with `CAP_NET_RAW` capability enabled can trigger this issue. On Red Hat Enterprise Linux 8 `CAP_NET_RAW` capability can be gained by exploiting unprivileged user namespaces.\n\nIn a default or common use of Red Hat Enterprise Linux 7 unprivileged user namespaces are disabled by default, so local unprivileged users cannot abuse namespaces to grant themselves the `CAP_NET_RAW` capability and potentially elevate their privileges on the system.",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-20368"
        },
        {
          "category": "external",
          "summary": "RHBZ#2123695",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2123695"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-20368",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-20368"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-20368",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-20368"
        }
      ],
      "release_date": "2022-03-15T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "The mitigation is to disable CAP_NET_RAW capability for regular users and executables to prevent access to raw packet sockets (AF_PACKET). On Red Hat Enterprise Linux 8, the mitigation is to either disable unprivileged user namespaces with `sysctl -w user.max_user_namespaces=0` or network namespaces with `sysctl -w user.max_net_namespaces=0`. For more information on how to set sysctl variables on Red Hat Enterprise Linux, please refer to https://access.redhat.com/solutions/2587.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: net/packet: slab-out-of-bounds access in packet_recvmsg()"
    },
    {
      "cve": "CVE-2022-20572",
      "cwe": {
        "id": "CWE-863",
        "name": "Incorrect Authorization"
      },
      "discovery_date": "2022-12-16T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2186545"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel, where it is possible to modify read-only files due to a missing permission check. This flaw can lead to local privilege escalation.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: missing DM_TARGET_IMMUTABLE feature flag in verity_target in drivers/md/dm-verity-target.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-20572"
        },
        {
          "category": "external",
          "summary": "RHBZ#2186545",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186545"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-20572",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-20572"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-20572",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-20572"
        }
      ],
      "release_date": "2022-12-05T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: missing DM_TARGET_IMMUTABLE feature flag in verity_target in drivers/md/dm-verity-target.c"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Intel"
          ]
        }
      ],
      "cve": "CVE-2022-21123",
      "cwe": {
        "id": "CWE-459",
        "name": "Incomplete Cleanup"
      },
      "discovery_date": "2022-05-25T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2090237"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in hw. Incomplete cleanup of multi-core shared buffers for some Intel\u00ae Processors may allow an authenticated user to enable information disclosure via local access.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "hw: cpu: incomplete clean-up of multi-core shared buffers (aka SBDR)",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat has very limited to no visibility and control over binary blobs provided by third-party vendors. Red Hat relies heavily on the vendors to provide timely updates and information about included changes for this content and in most cases merely acts as a release vehicle between the third-party vendor and Red Hat customers with no possibility of influencing or even documenting the changes. Unless explicitly stated, the level of insight, oversight, and control Red Hat has does not meet the criteria required (in terms of Red Hat ownership of development processes, QA, and documentation) for releasing this content as RHSA. For more information please contact the binary content vendor.",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-21123"
        },
        {
          "category": "external",
          "summary": "RHBZ#2090237",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090237"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-21123",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-21123"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21123",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21123"
        },
        {
          "category": "external",
          "summary": "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html",
          "url": "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html"
        }
      ],
      "release_date": "2022-06-14T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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 baser or stability.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 6.1,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "hw: cpu: incomplete clean-up of multi-core shared buffers (aka SBDR)"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Intel"
          ]
        }
      ],
      "cve": "CVE-2022-21125",
      "cwe": {
        "id": "CWE-459",
        "name": "Incomplete Cleanup"
      },
      "discovery_date": "2022-05-25T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2090240"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in hw. Incomplete cleanup of microarchitectural fill buffers on some Intel\u00ae Processors may allow an authenticated user to enable information disclosure via local access.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "hw: cpu: incomplete clean-up of microarchitectural fill buffers (aka SBDS)",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat has very limited to no visibility and control over binary blobs provided by third-party vendors. Red Hat relies heavily on the vendors to provide timely updates and information about included changes for this content and in most cases merely acts as a release vehicle between the third-party vendor and Red Hat customers with no possibility of influencing or even documenting the changes. Unless explicitly stated, the level of insight, oversight, and control Red Hat has does not meet the criteria required (in terms of Red Hat ownership of development processes, QA, and documentation) for releasing this content as RHSA. For more information please contact the binary content vendor.",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-21125"
        },
        {
          "category": "external",
          "summary": "RHBZ#2090240",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090240"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-21125",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-21125"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21125",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21125"
        },
        {
          "category": "external",
          "summary": "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html",
          "url": "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html"
        }
      ],
      "release_date": "2022-06-14T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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 baser or stability.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "hw: cpu: incomplete clean-up of microarchitectural fill buffers (aka SBDS)"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Intel"
          ]
        }
      ],
      "cve": "CVE-2022-21166",
      "cwe": {
        "id": "CWE-459",
        "name": "Incomplete Cleanup"
      },
      "discovery_date": "2022-05-25T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2090241"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in hw. Incomplete cleanup in specific special register write operations for some Intel\u00ae Processors may allow an authenticated user to enable information disclosure via local access.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "hw: cpu: incomplete clean-up in specific special register write operations (aka DRPW)",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat has very limited to no visibility and control over binary blobs provided by third-party vendors. Red Hat relies heavily on the vendors to provide timely updates and information about included changes for this content and in most cases merely acts as a release vehicle between the third-party vendor and Red Hat customers with no possibility of influencing or even documenting the changes. Unless explicitly stated, the level of insight, oversight, and control Red Hat has does not meet the criteria required (in terms of Red Hat ownership of development processes, QA, and documentation) for releasing this content as RHSA. For more information please contact the binary content vendor.",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-21166"
        },
        {
          "category": "external",
          "summary": "RHBZ#2090241",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090241"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-21166",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-21166"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21166",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21166"
        },
        {
          "category": "external",
          "summary": "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html",
          "url": "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/processor-mmio-stale-data-vulnerabilities.html"
        }
      ],
      "release_date": "2022-06-14T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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 baser or stability.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "hw: cpu: incomplete clean-up in specific special register write operations (aka DRPW)"
    },
    {
      "cve": "CVE-2022-21499",
      "cwe": {
        "id": "CWE-267",
        "name": "Privilege Defined With Unsafe Actions"
      },
      "discovery_date": "2022-05-11T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2084183"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the kernel/debug/debug_core.c in the Linux kernel in lockdown mode. This flaw allows an attacker with local access to trigger the debugger, bypass lockdown and write anonymously.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: possible to use the debugger to write zero into a location of choice",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-21499"
        },
        {
          "category": "external",
          "summary": "RHBZ#2084183",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2084183"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-21499",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-21499"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21499",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21499"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=eadb2f47a3ced5c64b23b90fd2a3463f63726066",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=eadb2f47a3ced5c64b23b90fd2a3463f63726066"
        }
      ],
      "release_date": "2022-05-24T17:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: possible to use the debugger to write zero into a location of choice"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Johannes Wikner",
            "Kaveh Razavi"
          ],
          "organization": "ETH Z\u00fcrich"
        }
      ],
      "cve": "CVE-2022-23816",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "discovery_date": "2022-05-25T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2090226"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in hw. Mis-trained branch predictions for return instructions may allow arbitrary speculative code execution under certain microarchitecture-dependent conditions.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "hw: cpu: AMD: RetBleed Arbitrary Speculative Code Execution with Return Instructions",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-23816"
        },
        {
          "category": "external",
          "summary": "RHBZ#2090226",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090226"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-23816",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-23816"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23816",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23816"
        },
        {
          "category": "external",
          "summary": "https://www.amd.com/en/corporate/product-security/bulletin/amd-sb-1037",
          "url": "https://www.amd.com/en/corporate/product-security/bulletin/amd-sb-1037"
        }
      ],
      "release_date": "2022-07-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 5.6,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "hw: cpu: AMD: RetBleed Arbitrary Speculative Code Execution with Return Instructions"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "AMD"
          ]
        }
      ],
      "cve": "CVE-2022-23825",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "discovery_date": "2022-06-20T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2103153"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in hw. Aliases in the branch predictor may cause some AMD processors to predict the wrong branch type, potentially leading to information disclosure.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "hw: cpu: AMD: Branch Type Confusion (non-retbleed)",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-23825"
        },
        {
          "category": "external",
          "summary": "RHBZ#2103153",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103153"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-23825",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-23825"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-23825",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-23825"
        },
        {
          "category": "external",
          "summary": "https://www.amd.com/en/corporate/product-security/bulletin/amd-sb-1037",
          "url": "https://www.amd.com/en/corporate/product-security/bulletin/amd-sb-1037"
        }
      ],
      "release_date": "2022-07-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 5.6,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "hw: cpu: AMD: Branch Type Confusion (non-retbleed)"
    },
    {
      "cve": "CVE-2022-24448",
      "cwe": {
        "id": "CWE-908",
        "name": "Use of Uninitialized Resource"
      },
      "discovery_date": "2022-02-07T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2051444"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel. When an application tries to open a directory (using the O_DIRECTORY flag) in a mounted NFS filesystem, a lookup operation is performed. If the NFS server returns a file as a result of the lookup, the NFS filesystem returns an uninitialized file descriptor instead of the expected ENOTDIR value. This flaw leads to the kernel\u0027s data leak into the userspace.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: nfs_atomic_open() returns uninitialized data instead of ENOTDIR",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-24448"
        },
        {
          "category": "external",
          "summary": "RHBZ#2051444",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2051444"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-24448",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-24448"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-24448",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-24448"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ac795161c93699d600db16c1a8cc23a65a1eceaf",
          "url": "https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ac795161c93699d600db16c1a8cc23a65a1eceaf"
        }
      ],
      "release_date": "2022-02-04T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "confidentialityImpact": "LOW",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "kernel: nfs_atomic_open() returns uninitialized data instead of ENOTDIR"
    },
    {
      "cve": "CVE-2022-26373",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "discovery_date": "2022-07-30T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2115065"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in hw. In certain processors with Intel\u0027s Enhanced Indirect Branch Restricted Speculation (eIBRS) capabilities, soon after VM exit or IBPB command event, the linear address following the most recent near CALL instruction prior to a VM exit may be used as the Return Stack Buffer (RSB) prediction.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "hw: cpu: Intel: Post-barrier Return Stack Buffer Predictions",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-26373"
        },
        {
          "category": "external",
          "summary": "RHBZ#2115065",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115065"
        },
        {
          "category": "external",
          "summary": "RHSB-6971358",
          "url": "https://access.redhat.com/solutions/6971358"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-26373",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-26373"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-26373",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-26373"
        },
        {
          "category": "external",
          "summary": "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/post-barrier-return-stack-buffer-predictions.html",
          "url": "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/post-barrier-return-stack-buffer-predictions.html"
        }
      ],
      "release_date": "2022-08-09T06:30:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "hw: cpu: Intel: Post-barrier Return Stack Buffer Predictions"
    },
    {
      "cve": "CVE-2022-28390",
      "cwe": {
        "id": "CWE-415",
        "name": "Double Free"
      },
      "discovery_date": "2022-04-06T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2073064"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A double-free flaw was found in the Linux kernel in the ems_usb_start_xmit function. This flaw allows an attacker to create a memory leak and corrupt the underlying data structure by calling free more than once.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: double free in ems_usb_start_xmit in drivers/net/can/usb/ems_usb.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-28390"
        },
        {
          "category": "external",
          "summary": "RHBZ#2073064",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2073064"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28390",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-28390"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28390",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28390"
        }
      ],
      "release_date": "2022-04-04T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: double free in ems_usb_start_xmit in drivers/net/can/usb/ems_usb.c"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Johannes Wikner",
            "Kaveh Razavi"
          ],
          "organization": "ETH Zurich"
        }
      ],
      "cve": "CVE-2022-28693",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "discovery_date": "2022-07-15T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2107465"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in hw. The unprotected alternative channel of return branch target prediction in some Intel(R) Processors may allow an authorized user to enable information disclosure via local access.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "hw: cpu: Intel: information disclosure via local access",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-28693"
        },
        {
          "category": "external",
          "summary": "RHBZ#2107465",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2107465"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28693",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-28693"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28693",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28693"
        },
        {
          "category": "external",
          "summary": "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00707.html",
          "url": "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00707.html"
        }
      ],
      "release_date": "2022-07-13T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 4.7,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "hw: cpu: Intel: information disclosure via local access"
    },
    {
      "cve": "CVE-2022-28893",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2022-04-11T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2074208"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use-after-free flaw was found in the Linux kernel\u2019s net/sunrpc/xprt.c function in the Remote Procedure Call (SunRPC) protocol. This flaw allows a local attacker to crash the system, leading to a kernel information leak issue.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: use after free in SUNRPC subsystem",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-28893"
        },
        {
          "category": "external",
          "summary": "RHBZ#2074208",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2074208"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-28893",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-28893"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-28893",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-28893"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2022/04/11/3",
          "url": "http://www.openwall.com/lists/oss-security/2022/04/11/3"
        },
        {
          "category": "external",
          "summary": "http://www.openwall.com/lists/oss-security/2022/04/11/4",
          "url": "http://www.openwall.com/lists/oss-security/2022/04/11/4"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1a3b1bba7c7a5eb8a11513cf88427cb9d77bc60a",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1a3b1bba7c7a5eb8a11513cf88427cb9d77bc60a"
        }
      ],
      "release_date": "2022-04-11T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "This flaw can be mitigated by preventing the affected SUNRPC  driver (sunrpc) kernel module from loading during the boot time, ensuring the module is added to the blacklist file.\n~~~\nRefer:  \nHow do I blacklist a kernel module to prevent it from loading automatically? \nhttps://access.redhat.com/solutions/41278\n~~~",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.6,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "LOW",
            "integrityImpact": "LOW",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: use after free in SUNRPC subsystem"
    },
    {
      "cve": "CVE-2022-29581",
      "cwe": {
        "id": "CWE-416",
        "name": "Use After Free"
      },
      "discovery_date": "2022-05-17T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2088021"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A use-after-free flaw was found in u32_change in net/sched/cls_u32.c in the network subcomponent of the Linux kernel. This flaw allows a local attacker to crash the system, cause a privilege escalation, and leak kernel information.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: use-after-free due to improper update of reference count in net/sched/cls_u32.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Keeping the impact Moderate, because only memory leak can happen by default, and both hard to reproduce (at least reproducer not exists yet).",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-29581"
        },
        {
          "category": "external",
          "summary": "RHBZ#2088021",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2088021"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-29581",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-29581"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29581",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29581"
        },
        {
          "category": "external",
          "summary": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3db09e762dc79584a69c10d74a6b98f89a9979f8",
          "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=3db09e762dc79584a69c10d74a6b98f89a9979f8"
        },
        {
          "category": "external",
          "summary": "https://kernel.dance/#3db09e762dc79584a69c10d74a6b98f89a9979f8",
          "url": "https://kernel.dance/#3db09e762dc79584a69c10d74a6b98f89a9979f8"
        }
      ],
      "release_date": "2022-04-15T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, prevent the module cls_u32 from being loaded by blacklisting the module to prevent it from loading automatically. \n~~~\nhttps://access.redhat.com/solutions/41278 \n~~~",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: use-after-free due to improper update of reference count in net/sched/cls_u32.c"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Johannes Wikner",
            "Kaveh Razavi"
          ],
          "organization": "ETH Z\u00fcrich"
        }
      ],
      "cve": "CVE-2022-29900",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "discovery_date": "2022-05-25T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2090226"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in hw. Mis-trained branch predictions for return instructions may allow arbitrary speculative code execution under certain microarchitecture-dependent conditions.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "hw: cpu: AMD: RetBleed Arbitrary Speculative Code Execution with Return Instructions",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-29900"
        },
        {
          "category": "external",
          "summary": "RHBZ#2090226",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2090226"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-29900",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-29900"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29900",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29900"
        },
        {
          "category": "external",
          "summary": "https://www.amd.com/en/corporate/product-security/bulletin/amd-sb-1037",
          "url": "https://www.amd.com/en/corporate/product-security/bulletin/amd-sb-1037"
        }
      ],
      "release_date": "2022-07-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 5.6,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "hw: cpu: AMD: RetBleed Arbitrary Speculative Code Execution with Return Instructions"
    },
    {
      "acknowledgments": [
        {
          "names": [
            "Kaveh Razavi",
            "Johannes Wikner"
          ],
          "organization": "ETH Zurich"
        }
      ],
      "cve": "CVE-2022-29901",
      "cwe": {
        "id": "CWE-200",
        "name": "Exposure of Sensitive Information to an Unauthorized Actor"
      },
      "discovery_date": "2022-05-25T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2103148"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in hw. Non-transparent sharing of branch predictor targets between contexts in some Intel(R) processors may potentially allow an authorized user to enable information disclosure via local access.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "hw: cpu: Intel: RetBleed Arbitrary Speculative Code Execution with Return Instructions",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-29901"
        },
        {
          "category": "external",
          "summary": "RHBZ#2103148",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2103148"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-29901",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-29901"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-29901",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-29901"
        },
        {
          "category": "external",
          "summary": "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00702.html",
          "url": "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00702.html"
        }
      ],
      "release_date": "2022-07-12T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "HIGH",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 5.6,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "hw: cpu: Intel: RetBleed Arbitrary Speculative Code Execution with Return Instructions"
    },
    {
      "cve": "CVE-2022-36946",
      "discovery_date": "2022-08-01T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2115278"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A memory corruption flaw was found in the Linux kernel\u2019s Netfilter subsystem in the way a local user uses the libnetfilter_queue when analyzing a corrupted network packet. This flaw allows a local user to crash the system or a remote user to crash the system when the libnetfilter_queue is used by a local user.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: DoS in nfqnl_mangle in net/netfilter/nfnetlink_queue.c",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-36946"
        },
        {
          "category": "external",
          "summary": "RHBZ#2115278",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2115278"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-36946",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-36946"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-36946",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-36946"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/all/20220726104206.2036-1-fw@strlen.de/t/",
          "url": "https://lore.kernel.org/all/20220726104206.2036-1-fw@strlen.de/t/"
        }
      ],
      "release_date": "2022-07-26T09:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, prevent the module nfnetlink_queue from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blocklist a kernel module to prevent it from loading automatically.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 6.2,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: DoS in nfqnl_mangle in net/netfilter/nfnetlink_queue.c"
    },
    {
      "cve": "CVE-2022-39190",
      "cwe": {
        "id": "CWE-392",
        "name": "Missing Report of Error Condition"
      },
      "discovery_date": "2022-09-22T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2129152"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in net/netfilter/nf_tables_api.c in the Linux kernel. A denial of service can occur upon binding to an already bound chain.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: nf_tables disallow binding to already bound chain",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-39190"
        },
        {
          "category": "external",
          "summary": "RHBZ#2129152",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2129152"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-39190",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-39190"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-39190",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-39190"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/all/20220824220330.64283-12-pablo@netfilter.org/",
          "url": "https://lore.kernel.org/all/20220824220330.64283-12-pablo@netfilter.org/"
        }
      ],
      "release_date": "2022-08-21T22:30:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: nf_tables disallow binding to already bound chain"
    },
    {
      "cve": "CVE-2022-42432",
      "cwe": {
        "id": "CWE-457",
        "name": "Use of Uninitialized Variable"
      },
      "discovery_date": "2023-03-29T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2182888"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the nft_osf_eval function in the netfilter subsystem of the Linux kernel. This issue results from the lack of proper initialization of memory prior to accessing it, and could allow a local privileged user to leak stale kernel stack data to userspace.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: netfilter: nfnetlink_osf: uninitialized variable information disclosure vulnerability",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Enterprise Linux 6, 7 and 8 are not affected by this flaw as they did not include support for Netfilter OSF over nfnetlink (CONFIG_NETFILTER_NETLINK_OSF).",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-42432"
        },
        {
          "category": "external",
          "summary": "RHBZ#2182888",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2182888"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-42432",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-42432"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-42432",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-42432"
        },
        {
          "category": "external",
          "summary": "https://www.zerodayinitiative.com/advisories/ZDI-22-1457",
          "url": "https://www.zerodayinitiative.com/advisories/ZDI-22-1457"
        }
      ],
      "release_date": "2022-09-22T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "LOW",
            "baseScore": 5.1,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "NONE",
            "privilegesRequired": "HIGH",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "kernel: netfilter: nfnetlink_osf: uninitialized variable information disclosure vulnerability"
    },
    {
      "cve": "CVE-2022-48905",
      "cwe": {
        "id": "CWE-401",
        "name": "Missing Release of Memory after Effective Lifetime"
      },
      "discovery_date": "2024-08-22T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2307158"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A memory leak flaw was found in the Linux kernel\u2019s IBM Virtual Network Interface Controller (ibmvnic ) driver. This issue involved not properly freeing memory associated with a reset work item when the reset work queue is flushed, causing the reset-work-item not to be deallocated. This flaw allows an attacker with control over the virtual NIC to repeatedly trigger interface resets to cause small amounts of memory to leak. Over time, this can lead to memory exhaustion, especially in systems already resource-constrained or under heavy load, resulting in a possible denial of service (DoS) condition.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: ibmvnic: free reset-work-item when flushing",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-48905"
        },
        {
          "category": "external",
          "summary": "RHBZ#2307158",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2307158"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-48905",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-48905"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48905",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48905"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024082212-CVE-2022-48905-4c70@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024082212-CVE-2022-48905-4c70@gregkh/T"
        }
      ],
      "release_date": "2024-08-22T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "LOW",
            "baseScore": 3.3,
            "baseSeverity": "LOW",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "kernel: ibmvnic: free reset-work-item when flushing"
    },
    {
      "cve": "CVE-2022-48918",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "discovery_date": "2024-08-22T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2307171"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A denial of service vulnerability was found in the Linux kernel. When debugfs is set as off in the kernel command line, iwiwifi\u0027s mvm module uses an invalid/unchecked debugfs_dir pointer, resulting in disruption to availability.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: iwlwifi: mvm: check debugfs_dir ptr before use",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-48918"
        },
        {
          "category": "external",
          "summary": "RHBZ#2307171",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2307171"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-48918",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-48918"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48918",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48918"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024082217-CVE-2022-48918-9b85@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024082217-CVE-2022-48918-9b85@gregkh/T"
        }
      ],
      "release_date": "2024-08-22T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: iwlwifi: mvm: check debugfs_dir ptr before use"
    },
    {
      "cve": "CVE-2022-48936",
      "discovery_date": "2024-08-22T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2307192"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "In the Linux kernel, the following vulnerability has been resolved:\n\ngso: do not skip outer ip header in case of ipip and net_failover\n\nWe encounter a tcp drop issue in our cloud environment. Packet GROed in\nhost forwards to a VM virtio_net nic with net_failover enabled. VM acts\nas a IPVS LB with ipip encapsulation. The full path like:\nhost gro -\u003e vm virtio_net rx -\u003e net_failover rx -\u003e ipvs fullnat\n -\u003e ipip encap -\u003e net_failover tx -\u003e virtio_net tx\n\nWhen net_failover transmits a ipip pkt (gso_type = 0x0103, which means\nSKB_GSO_TCPV4, SKB_GSO_DODGY and SKB_GSO_IPXIP4), there is no gso\ndid because it supports TSO and GSO_IPXIP4. But network_header points to\ninner ip header.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: gso: do not skip outer ip header in case of ipip and net_failover",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This CVE has been rejected at upstream - https://lore.kernel.org/linux-cve-announce/2024083059-REJECTED-7912@gregkh/T/",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2022-48936"
        },
        {
          "category": "external",
          "summary": "RHBZ#2307192",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2307192"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2022-48936",
          "url": "https://www.cve.org/CVERecord?id=CVE-2022-48936"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-48936",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-48936"
        },
        {
          "category": "external",
          "summary": "https://lore.kernel.org/linux-cve-announce/2024082224-CVE-2022-48936-9302@gregkh/T",
          "url": "https://lore.kernel.org/linux-cve-announce/2024082224-CVE-2022-48936-9302@gregkh/T"
        }
      ],
      "release_date": "2024-08-22T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "NONE",
            "baseScore": 0.0,
            "baseSeverity": "NONE",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Low"
        }
      ],
      "title": "kernel: gso: do not skip outer ip header in case of ipip and net_failover"
    },
    {
      "cve": "CVE-2023-1095",
      "cwe": {
        "id": "CWE-476",
        "name": "NULL Pointer Dereference"
      },
      "discovery_date": "2022-12-16T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2173973"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A NULL pointer dereference flaw was found in the Linux kernel\u2019s netfilter subsystem. The issue could occur due to an error in nf_tables_updtable while freeing a transaction object not placed on the list head. This flaw allows a local, unprivileged user to crash the system, resulting in a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: netfilter: NULL pointer dereference in nf_tables due to zeroed list head",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-1095"
        },
        {
          "category": "external",
          "summary": "RHBZ#2173973",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2173973"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-1095",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-1095"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-1095",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-1095"
        }
      ],
      "release_date": "2022-08-09T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        },
        {
          "category": "workaround",
          "details": "This flaw can be mitigated by preventing the affected netfilter kernel module from being loaded. For instructions on how to blacklist a kernel module, please see https://access.redhat.com/solutions/41278.",
          "product_ids": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Moderate"
        }
      ],
      "title": "kernel: netfilter: NULL pointer dereference in nf_tables due to zeroed list head"
    },
    {
      "cve": "CVE-2023-2008",
      "cwe": {
        "id": "CWE-129",
        "name": "Improper Validation of Array Index"
      },
      "discovery_date": "2023-04-12T00:00:00+00:00",
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2186862"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the Linux kernel\u0027s udmabuf device driver, within a fault handler. This issue occurs due to the lack of proper validation of user-supplied data, which can result in memory access past the end of an array. This may allow an attacker to escalate privileges and execute arbitrary code in the context of the kernel.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "kernel: udmabuf: improper validation of array index leading to local privilege escalation",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Red Hat Enterprise Linux 6, 7, and 8 are not affected by this flaw as they did not include support for the userspace dmabuf misc driver (CONFIG_UDMABUF is not set).",
          "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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
          "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
          "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2023-2008"
        },
        {
          "category": "external",
          "summary": "RHBZ#2186862",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2186862"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2023-2008",
          "url": "https://www.cve.org/CVERecord?id=CVE-2023-2008"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2008",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2008"
        },
        {
          "category": "external",
          "summary": "https://www.zerodayinitiative.com/advisories/ZDI-23-441/",
          "url": "https://www.zerodayinitiative.com/advisories/ZDI-23-441/"
        }
      ],
      "release_date": "2023-04-13T00:00:00+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2022-11-15T11:38:03+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.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2022:7933"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "LOCAL",
            "availabilityImpact": "HIGH",
            "baseScore": 8.2,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "HIGH",
            "scope": "CHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "NFV-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "NFV-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.src",
            "RT-9.1.0.GA:kernel-rt-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-core-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debug-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-debuginfo-common-x86_64-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-devel-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-kvm-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64",
            "RT-9.1.0.GA:kernel-rt-modules-extra-0:5.14.0-162.6.1.rt21.168.el9_1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "kernel: udmabuf: improper validation of array index leading to local privilege escalation"
    }
  ]
}


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…