CVE-2026-74334
Last modified
CVE-2026-74334 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= da5c8507821573b8ed6e3f47e009f273493ffaf7, < 1a132ee4e655288d9a0937ea5109a0d038431ae9; >= da5c8507821573b8ed6e3f47e009f273493ffaf7, < 50d5c02ab8e62325548bd3a6e6b758a9dcd6e7c3 |
| Linux | Linux | 4.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74334?
How severe is CVE-2026-74334?
How do I fix CVE-2026-74334?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74328In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74329In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74330In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74331In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74332In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-74333In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-74335In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74336In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74337In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74338In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74339In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74340In the Linux kernel, the following vulnerability has been re…8.1
Are you affected by CVE-2026-74334?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
