CVE & CISA-KEV Catalog

CVE-2023-52490

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: mm: migrate: fix getting incorrect page mapping during page migration When running stress-ng testing, we found below kernel crash after a few hours: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000000 pc : dentry_name+0xd8/0x224 lr : pointer+0x22c/0x370 sp : ffff800025f134c0 ...... Call trace: dentry_name+0xd8/0x224 pointer+0x22c/0x370 vsnprintf+0x1ec/0x730 vscnprintf+0x2c/0x60 vprintk_store+0x70/0x234 vprintk_emit+0xe0/0x24c vprintk_default+0x3c/0x44 vprintk_func+0x84/0x2d0 printk+0x64/0x88 __dump_page+0x52c/0x530 dump_page+0x14/0x20 set_migratetype_isolate+0x110/0x224 start_isolate_page_range+0xc4/0x20c offline_pages+0x124/0x474 memory_block_offline+0x44/0xf4 memory_subsys_offline+0x3c/0x70 device_offline+0xf0/0x120 ...... After analyzing the vmcore, I found this issue is caused by page migration. The scenario is that, one thread is doing page migration, and we will use the target page's ->mapping field to save 'anon_vma' pointer between page unmap and page move, and now the target page is locked and refcount is 1. Currently, there is another stress-ng thread performing memory hotplug, attempting to offline the target page that is being migrated. It discovers that the refcount of this target page is 1, preventing the offline operation, thus proceeding to dump the page. However, page_mapping() of the target page may return an incorrect file mapping to crash the system in dump_mapping(), since the target page->mapping only saves 'anon_vma' pointer without setting PAGE_MAPPING_ANON flag. There are seveval ways to fix this issue: (1) Setting the PAGE_MAPPING_ANON flag for target page's ->mapping when saving 'anon_vma', but this can confuse PageAnon() for PFN walkers, since the target page has not built mappings yet. (2) Getting the page lock to call page_mapping() in __dump_page() to avoid crashing the system, however, there are still some PFN walkers that call page_mapping() without holding the page lock, such as compaction. (3) Using target page->private field to save the 'anon_vma' pointer and 2 bits page state, just as page->mapping records an anonymous page, which can remove the page_mapping() impact for PFN walkers and also seems a simple way. So I choose option 3 to fix this issue, and this can also fix other potential issues for PFN walkers, such as compaction.

How to fix

Remediation Available
linuxDebian
Fixed in:6.6.15-1CVE-2023-52490
Fixed in:6.6.15-1CVE-2023-52490
bpftoolRed Hat / RHEL
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
bpftoolRocky
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
bpftool-debuginfoRocky
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:7.4.0-503.26.1.el9_5RHSA-2025:1659
kernelRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernelRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64kRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-coreRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debugRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-develRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-modulesRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-abi-stablelistsRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-coreRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debugRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debugRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-coreRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-debuginfoRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-develRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-modulesRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-modules-extraRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debuginfoRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-develRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-develRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-devel-matchedRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-docRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-docRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-modulesRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-modules-coreRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-modules-extraRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rtRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-coreRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debugRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-develRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-kvmRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-modulesRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-toolsRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-toolsRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-tools-debuginfoRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-tools-libsRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-tools-libsRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-uki-virtRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-uki-virt-addonsRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
libperfRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
libperfRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
libperf-debuginfoRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
perfRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
perfRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
perf-debuginfoRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
python3-perfRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
python3-perfRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
python3-perf-debuginfoRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
rtlaRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
rvRed Hat / RHEL
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
rvRocky
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
Fixed in:0:5.14.0-503.26.1.el9_5RHSA-2025:1659
linuxUbuntu
Fixed in:6.5.0-41.41USN-6818-1
linux-awsUbuntu
Fixed in:6.5.0-1021.21USN-6819-2
linux-azureUbuntu
Fixed in:6.5.0-1022.23USN-6819-1
linux-azure-6.5Ubuntu
Fixed in:6.5.0-1022.23~22.04.1USN-6819-1
linux-gcpUbuntu
Fixed in:6.5.0-1022.24USN-6818-1
linux-gcp-6.5Ubuntu
Fixed in:6.5.0-1022.24~22.04.1USN-6818-1
linux-hwe-6.5Ubuntu
Fixed in:6.5.0-41.41~22.04.2USN-6818-4
linux-image-6.5.0-1015-starfiveUbuntu
Fixed in:6.5.0-1015.16~22.04.1USN-6819-1
Fixed in:6.5.0-1015.16USN-6819-1
linux-image-6.5.0-1017-laptopUbuntu
Fixed in:6.5.0-1017.20USN-6818-2
linux-image-6.5.0-1018-raspiUbuntu
Fixed in:6.5.0-1018.21USN-6818-1
linux-image-6.5.0-1021-awsUbuntu
Fixed in:6.5.0-1021.21USN-6819-2
linux-image-6.5.0-1021-nvidiaUbuntu
Fixed in:6.5.0-1021.22USN-6818-3
linux-image-6.5.0-1021-nvidia-64kUbuntu
Fixed in:6.5.0-1021.22USN-6818-3
linux-image-6.5.0-1022-azureUbuntu
Fixed in:6.5.0-1022.23~22.04.1USN-6819-1
Fixed in:6.5.0-1022.23USN-6819-1
linux-image-6.5.0-1022-azure-fdeUbuntu
Fixed in:6.5.0-1022.23~22.04.1USN-6819-1
Fixed in:6.5.0-1022.23USN-6819-1
linux-image-6.5.0-1022-gcpUbuntu
Fixed in:6.5.0-1022.24~22.04.1USN-6818-1
Fixed in:6.5.0-1022.24USN-6818-1
linux-image-6.5.0-1024-oemUbuntu
Fixed in:6.5.0-1024.25USN-6819-3
linux-image-6.5.0-1024-oracleUbuntu
Fixed in:6.5.0-1024.24~22.04.1USN-6819-4
Fixed in:6.5.0-1024.24USN-6819-2
linux-image-6.5.0-1024-oracle-64kUbuntu
Fixed in:6.5.0-1024.24~22.04.1USN-6819-4
Fixed in:6.5.0-1024.24USN-6819-2
linux-image-6.5.0-41-genericUbuntu
Fixed in:6.5.0-41.41~22.04.2USN-6818-4
Fixed in:6.5.0-41.41USN-6818-1
linux-image-6.5.0-41-generic-64kUbuntu
Fixed in:6.5.0-41.41~22.04.2USN-6818-4
Fixed in:6.5.0-41.41USN-6818-1
linux-image-6.5.0-41-lowlatencyUbuntu
Fixed in:6.5.0-41.41.1~22.04.1USN-6818-1
Fixed in:6.5.0-41.41.1USN-6818-1
linux-image-6.5.0-41-lowlatency-64kUbuntu
Fixed in:6.5.0-41.41.1~22.04.1USN-6818-1
Fixed in:6.5.0-41.41.1USN-6818-1
linux-image-awsUbuntu
Fixed in:6.5.0.1021.21USN-6819-2
linux-image-azureUbuntu
Fixed in:6.5.0.1022.23~22.04.1USN-6819-1
Fixed in:6.5.0.1022.26USN-6819-1
linux-image-azure-fdeUbuntu
Fixed in:6.5.0.1022.23~22.04.1USN-6819-1
Fixed in:6.5.0.1022.26USN-6819-1
linux-image-gcpUbuntu
Fixed in:6.5.0.1022.24~22.04.1USN-6818-1
Fixed in:6.5.0.1022.24USN-6818-1
linux-image-genericUbuntu
Fixed in:6.5.0.41.41USN-6818-1
linux-image-generic-64kUbuntu
Fixed in:6.5.0.41.41USN-6818-1
linux-image-generic-64k-hwe-22.04Ubuntu
Fixed in:6.5.0.41.41~22.04.2USN-6818-4
linux-image-generic-hwe-22.04Ubuntu
Fixed in:6.5.0.41.41~22.04.2USN-6818-4
linux-image-generic-lpaeUbuntu
Fixed in:6.5.0.41.41USN-6818-1
linux-image-kvmUbuntu
Fixed in:6.5.0.41.41USN-6818-1
linux-image-laptop-23.10Ubuntu
Fixed in:6.5.0.1017.20USN-6818-2
linux-image-lowlatencyUbuntu
Fixed in:6.5.0.41.41.1USN-6818-1
linux-image-lowlatency-64kUbuntu
Fixed in:6.5.0.41.41.1USN-6818-1
linux-image-lowlatency-64k-hwe-22.04Ubuntu
Fixed in:6.5.0.41.41.1~22.04.1USN-6818-1
linux-image-lowlatency-hwe-22.04Ubuntu
Fixed in:6.5.0.41.41.1~22.04.1USN-6818-1
linux-image-nvidia-6.5Ubuntu
Fixed in:6.5.0.1021.29USN-6818-3
linux-image-nvidia-64k-6.5Ubuntu
Fixed in:6.5.0.1021.29USN-6818-3
linux-image-nvidia-64k-hwe-22.04Ubuntu
Fixed in:6.5.0.1021.29USN-6818-3
linux-image-nvidia-hwe-22.04Ubuntu
Fixed in:6.5.0.1021.29USN-6818-3
linux-image-oem-22.04Ubuntu
Fixed in:6.5.0.1024.26USN-6819-3
linux-image-oem-22.04aUbuntu
Fixed in:6.5.0.1024.26USN-6819-3
linux-image-oem-22.04bUbuntu
Fixed in:6.5.0.1024.26USN-6819-3
linux-image-oem-22.04cUbuntu
Fixed in:6.5.0.1024.26USN-6819-3
linux-image-oem-22.04dUbuntu
Fixed in:6.5.0.1024.26USN-6819-3
linux-image-oracleUbuntu
Fixed in:6.5.0.1024.24~22.04.1USN-6819-4
Fixed in:6.5.0.1024.26USN-6819-2
linux-image-oracle-64kUbuntu
Fixed in:6.5.0.1024.24~22.04.1USN-6819-4
Fixed in:6.5.0.1024.26USN-6819-2
linux-image-raspiUbuntu
Fixed in:6.5.0.1018.19USN-6818-1
linux-image-raspi-nolpaeUbuntu
Fixed in:6.5.0.1018.19USN-6818-1
linux-image-starfiveUbuntu
Fixed in:6.5.0.1015.16~22.04.1USN-6819-1
Fixed in:6.5.0.1015.17USN-6819-1
linux-image-virtualUbuntu
Fixed in:6.5.0.41.41USN-6818-1
linux-image-virtual-hwe-22.04Ubuntu
Fixed in:6.5.0.41.41~22.04.2USN-6818-4
linux-laptopUbuntu
Fixed in:6.5.0-1017.20USN-6818-2
linux-lowlatencyUbuntu
Fixed in:6.5.0-41.41.1USN-6818-1
linux-lowlatency-hwe-6.5Ubuntu
Fixed in:6.5.0-41.41.1~22.04.1USN-6818-1
linux-nvidia-6.5Ubuntu
Fixed in:6.5.0-1021.22USN-6818-3
linux-oem-6.5Ubuntu
Fixed in:6.5.0-1024.25USN-6819-3
linux-oracleUbuntu
Fixed in:6.5.0-1024.24USN-6819-2
linux-oracle-6.5Ubuntu
Fixed in:6.5.0-1024.24~22.04.1USN-6819-4
linux-raspiUbuntu
Fixed in:6.5.0-1018.21USN-6818-1
linux-starfiveUbuntu
Fixed in:6.5.0-1015.16USN-6819-1
linux-starfive-6.5Ubuntu
Fixed in:6.5.0-1015.16~22.04.1USN-6819-1

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.28%probability of exploitation in 30 days
19thpercentile

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

References

Related Vulnerabilities

Other CWE-476 (NULL Pointer Dereference) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2023-21758High7.592%-Fix
CVE-2023-21547High7.588%-Fix
CVE-2014-3470Medium4.386%-Fix
CVE-2021-44224High8.282%-Fix
CVE-2016-0742High7.582%-Fix
CVE-2009-1386Medium5.080%-Fix
Embed a live status badge for CVE-2023-52490
CVE-2023-52490 severity badge

Markdown

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

HTML

<a href="https://tridentstack.com/cve/CVE-2023-52490"><img src="https://tridentstack.com/cve/badge/CVE-2023-52490.svg" alt="CVE-2023-52490"></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-04-22.