2 matches found
CVE-2026-53187
The CVE-2026-53187 entry describes a Linux kernel vulnerability in RDMA/core where UVERBS_ATTR_ALLOC_DMAH_CPU_ID from user space is passed to cpumask_test_cpu() without validating against nr_cpu_ids. This can cause an out-of-bounds read of the cpumask bitmap (indexed by cpu_id / BITS_PER_LONG) an...
CVE-2025-38022
The CVE-2025-38022 issue resides in the Linux kernel RDMA/core where KASAN reports a slab-use-after-free Read in ib_register_device. Root cause: ib_device_rename() renames the device name under a lock while kobject_uevent() accesses the name without lock protection, leading to a race. The fix is ...