CVE & CISA-KEV Catalog

CVE-2022-48796

HIGH
7.8
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: iommu: Fix potential use-after-free during probe Kasan has reported the following use after free on dev->iommu. when a device probe fails and it is in process of freeing dev->iommu in dev_iommu_free function, a deferred_probe_work_func runs in parallel and tries to access dev->iommu->fwspec in of_iommu_configure path thus causing use after free. BUG: KASAN: use-after-free in of_iommu_configure+0xb4/0x4a4 Read of size 8 at addr ffffff87a2f1acb8 by task kworker/u16:2/153 Workqueue: events_unbound deferred_probe_work_func Call trace: dump_backtrace+0x0/0x33c show_stack+0x18/0x24 dump_stack_lvl+0x16c/0x1e0 print_address_description+0x84/0x39c __kasan_report+0x184/0x308 kasan_report+0x50/0x78 __asan_load8+0xc0/0xc4 of_iommu_configure+0xb4/0x4a4 of_dma_configure_id+0x2fc/0x4d4 platform_dma_configure+0x40/0x5c really_probe+0x1b4/0xb74 driver_probe_device+0x11c/0x228 __device_attach_driver+0x14c/0x304 bus_for_each_drv+0x124/0x1b0 __device_attach+0x25c/0x334 device_initial_probe+0x24/0x34 bus_probe_device+0x78/0x134 deferred_probe_work_func+0x130/0x1a8 process_one_work+0x4c8/0x970 worker_thread+0x5c8/0xaec kthread+0x1f8/0x220 ret_from_fork+0x10/0x18 Allocated by task 1: ____kasan_kmalloc+0xd4/0x114 __kasan_kmalloc+0x10/0x1c kmem_cache_alloc_trace+0xe4/0x3d4 __iommu_probe_device+0x90/0x394 probe_iommu_group+0x70/0x9c bus_for_each_dev+0x11c/0x19c bus_iommu_probe+0xb8/0x7d4 bus_set_iommu+0xcc/0x13c arm_smmu_bus_init+0x44/0x130 [arm_smmu] arm_smmu_device_probe+0xb88/0xc54 [arm_smmu] platform_drv_probe+0xe4/0x13c really_probe+0x2c8/0xb74 driver_probe_device+0x11c/0x228 device_driver_attach+0xf0/0x16c __driver_attach+0x80/0x320 bus_for_each_dev+0x11c/0x19c driver_attach+0x38/0x48 bus_add_driver+0x1dc/0x3a4 driver_register+0x18c/0x244 __platform_driver_register+0x88/0x9c init_module+0x64/0xff4 [arm_smmu] do_one_initcall+0x17c/0x2f0 do_init_module+0xe8/0x378 load_module+0x3f80/0x4a40 __se_sys_finit_module+0x1a0/0x1e4 __arm64_sys_finit_module+0x44/0x58 el0_svc_common+0x100/0x264 do_el0_svc+0x38/0xa4 el0_svc+0x20/0x30 el0_sync_handler+0x68/0xac el0_sync+0x160/0x180 Freed by task 1: kasan_set_track+0x4c/0x84 kasan_set_free_info+0x28/0x4c ____kasan_slab_free+0x120/0x15c __kasan_slab_free+0x18/0x28 slab_free_freelist_hook+0x204/0x2fc kfree+0xfc/0x3a4 __iommu_probe_device+0x284/0x394 probe_iommu_group+0x70/0x9c bus_for_each_dev+0x11c/0x19c bus_iommu_probe+0xb8/0x7d4 bus_set_iommu+0xcc/0x13c arm_smmu_bus_init+0x44/0x130 [arm_smmu] arm_smmu_device_probe+0xb88/0xc54 [arm_smmu] platform_drv_probe+0xe4/0x13c really_probe+0x2c8/0xb74 driver_probe_device+0x11c/0x228 device_driver_attach+0xf0/0x16c __driver_attach+0x80/0x320 bus_for_each_dev+0x11c/0x19c driver_attach+0x38/0x48 bus_add_driver+0x1dc/0x3a4 driver_register+0x18c/0x244 __platform_driver_register+0x88/0x9c init_module+0x64/0xff4 [arm_smmu] do_one_initcall+0x17c/0x2f0 do_init_module+0xe8/0x378 load_module+0x3f80/0x4a40 __se_sys_finit_module+0x1a0/0x1e4 __arm64_sys_finit_module+0x44/0x58 el0_svc_common+0x100/0x264 do_el0_svc+0x38/0xa4 el0_svc+0x20/0x30 el0_sync_handler+0x68/0xac el0_sync+0x160/0x180 Fix this by setting dev->iommu to NULL first and then freeing dev_iommu structure in dev_iommu_free function.

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.103-1CVE-2022-48796
Fixed in:5.16.10-1CVE-2022-48796
Fixed in:5.16.10-1CVE-2022-48796
Fixed in:5.16.10-1CVE-2022-48796
bpftoolRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
bpftool-debuginfoRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernelRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernelRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-abi-stablelistsRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-coreRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-coreRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debugRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debugRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debug-coreRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debug-coreRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debug-debuginfoRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debug-develRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debug-develRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debug-modulesRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debug-modules-extraRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debuginfoRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debuginfo-common-s390xRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-develRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-develRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-devel-matchedRocky
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-docRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-docRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-modulesRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-modules-extraRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-rtRocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-coreRocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debugRocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-develRocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-kvmRocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-modulesRocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.rt21.193.el9_0RHSA-2024:9943
kernel-toolsRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-toolsRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-tools-debuginfoRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-tools-libsRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-tools-libsRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-zfcpdumpRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-zfcpdump-coreRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-zfcpdump-debuginfoRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-zfcpdump-develRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-zfcpdump-modulesRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
kernel-zfcpdump-modules-extraRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
perfRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
perfRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
perf-debuginfoRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
python3-perfRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
python3-perfRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
python3-perf-debuginfoRocky
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:4.18.0-372.121.1.el8_6RHSA-2024:6297
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942
Fixed in:0:5.14.0-70.121.1.el9_0RHSA-2024:9942

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

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.25%probability of exploitation in 30 days
17thpercentile

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

References

Related Vulnerabilities

Other CWE-416 (Use After Free) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-0708Critical9.8100%KEV + Ransom-
CVE-2021-31166Critical9.8100%KEVFix
CVE-2015-5119Critical9.899%KEV-
CVE-2010-3962High8.197%KEV-
CVE-2015-0313Critical9.896%KEVFix
CVE-2017-9798High7.595%-Fix
Embed a live status badge for CVE-2022-48796
CVE-2022-48796 severity badge

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2022-48796"><img src="https://tridentstack.com/cve/badge/CVE-2022-48796.svg" alt="CVE-2022-48796"></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-01-10.