CVE & CISA-KEV Catalog

CVE-2021-47400

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: net: hns3: do not allow call hns3_nic_net_open repeatedly hns3_nic_net_open() is not allowed to called repeatly, but there is no checking for this. When doing device reset and setup tc concurrently, there is a small oppotunity to call hns3_nic_net_open repeatedly, and cause kernel bug by calling napi_enable twice. The calltrace information is like below: [ 3078.222780] ------------[ cut here ]------------ [ 3078.230255] kernel BUG at net/core/dev.c:6991! [ 3078.236224] Internal error: Oops - BUG: 0 [#1] PREEMPT SMP [ 3078.243431] Modules linked in: hns3 hclgevf hclge hnae3 vfio_iommu_type1 vfio_pci vfio_virqfd vfio pv680_mii(O) [ 3078.258880] CPU: 0 PID: 295 Comm: kworker/u8:5 Tainted: G O 5.14.0-rc4+ #1 [ 3078.269102] Hardware name: , BIOS KpxxxFPGA 1P B600 V181 08/12/2021 [ 3078.276801] Workqueue: hclge hclge_service_task [hclge] [ 3078.288774] pstate: 60400009 (nZCv daif +PAN -UAO -TCO BTYPE=--) [ 3078.296168] pc : napi_enable+0x80/0x84 tc qdisc sho[w 3d0e7v8 .e3t0h218 79] lr : hns3_nic_net_open+0x138/0x510 [hns3] [ 3078.314771] sp : ffff8000108abb20 [ 3078.319099] x29: ffff8000108abb20 x28: 0000000000000000 x27: ffff0820a8490300 [ 3078.329121] x26: 0000000000000001 x25: ffff08209cfc6200 x24: 0000000000000000 [ 3078.339044] x23: ffff0820a8490300 x22: ffff08209cd76000 x21: ffff0820abfe3880 [ 3078.349018] x20: 0000000000000000 x19: ffff08209cd76900 x18: 0000000000000000 [ 3078.358620] x17: 0000000000000000 x16: ffffc816e1727a50 x15: 0000ffff8f4ff930 [ 3078.368895] x14: 0000000000000000 x13: 0000000000000000 x12: 0000259e9dbeb6b4 [ 3078.377987] x11: 0096a8f7e764eb40 x10: 634615ad28d3eab5 x9 : ffffc816ad8885b8 [ 3078.387091] x8 : ffff08209cfc6fb8 x7 : ffff0820ac0da058 x6 : ffff0820a8490344 [ 3078.396356] x5 : 0000000000000140 x4 : 0000000000000003 x3 : ffff08209cd76938 [ 3078.405365] x2 : 0000000000000000 x1 : 0000000000000010 x0 : ffff0820abfe38a0 [ 3078.414657] Call trace: [ 3078.418517] napi_enable+0x80/0x84 [ 3078.424626] hns3_reset_notify_up_enet+0x78/0xd0 [hns3] [ 3078.433469] hns3_reset_notify+0x64/0x80 [hns3] [ 3078.441430] hclge_notify_client+0x68/0xb0 [hclge] [ 3078.450511] hclge_reset_rebuild+0x524/0x884 [hclge] [ 3078.458879] hclge_reset_service_task+0x3c4/0x680 [hclge] [ 3078.467470] hclge_service_task+0xb0/0xb54 [hclge] [ 3078.475675] process_one_work+0x1dc/0x48c [ 3078.481888] worker_thread+0x15c/0x464 [ 3078.487104] kthread+0x160/0x170 [ 3078.492479] ret_from_fork+0x10/0x18 [ 3078.498785] Code: c8027c81 35ffffa2 d50323bf d65f03c0 (d4210000) [ 3078.506889] ---[ end trace 8ebe0340a1b0fb44 ]--- Once hns3_nic_net_open() is excute success, the flag HNS3_NIC_STATE_DOWN will be cleared. So add checking for this flag, directly return when HNS3_NIC_STATE_DOWN is no set.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.84-1CVE-2021-47400
Fixed in:5.14.12-1CVE-2021-47400
Fixed in:5.14.12-1CVE-2021-47400
Fixed in:5.14.12-1CVE-2021-47400
bpftoolRocky
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
bpftoolRed Hat / RHEL
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
bpftool-debuginfoRocky
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.3.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:7.0.0-284.71.1.el9_2RHSA-2024:4108
kernelRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernelRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64kRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64k-coreRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64k-debugRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-develRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-abi-stablelistsRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-coreRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debugRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-debugRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debug-coreRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-debug-debuginfoRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debug-develRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debug-modulesRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debug-modules-extraRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-debuginfoRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-develRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-develRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-docRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-docRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-modulesRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-modules-coreRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-modules-extraRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rtRocky
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-coreRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-debugRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-develRocky
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-kvmRocky
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-modulesRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.rt14.356.el9_2RHSA-2024:4106
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-toolsRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-toolsRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-tools-debuginfoRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-tools-libsRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-tools-libsRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-uki-virtRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
libperfRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
perfRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
perfRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
perf-debuginfoRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
python3-perfRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
python3-perfRocky
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
python3-perf-debuginfoRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
rtlaRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-284.71.1.el9_2RHSA-2024:4108
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
rvRocky
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349
Fixed in:0:5.14.0-427.24.1.el9_4RHSA-2024:4349

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.24%probability of exploitation in 30 days
15thpercentile

Low risk: more likely to be exploited than 15% of all known CVEs.

References

Embed a live status badge for CVE-2021-47400
CVE-2021-47400 severity badge

Markdown

[![CVE-2021-47400](https://tridentstack.com/cve/badge/CVE-2021-47400.svg)](https://tridentstack.com/cve/CVE-2021-47400)

HTML

<a href="https://tridentstack.com/cve/CVE-2021-47400"><img src="https://tridentstack.com/cve/badge/CVE-2021-47400.svg" alt="CVE-2021-47400"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-09-25.