Sploitus

CVE-2026-74334

No indexed exploits for CVE-2026-74334 yet

In the Linux kernel, the following vulnerability has been resolved: RDMA/nldev: Fix locking when accessing mr->pd Sashiko points out that, due to rereg_mr, the PD is actually variable and all the touches in nldev are racy. Use mr->device instead of mr->pd->device. Getting the PD restrack ID is more tricky. To avoid disturbing all the happy paths, add an rdma_restrack_sync() operation which is sort of like flush_workqueue() or synchronize_irq(): after it returns, all the old nldev touches to the mr are gone and everything sees the new PD. This makes it safe to reach into the PD pointer.

Affected products
Linux Kernel
CVSS 3.1
7.8 HIGH
EPSS
0.1% (2th percentile)
NVD status
Received
Published
2026-08-15
CVE-2026-74334 at NVD
Authoritative description, scoring and affected products

No indexed exploits for CVE-2026-74334 yet

Our index is partial: it proves presence, never absence

No exploit for CVE-2026-74334 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows — not that no exploit exists.