CVE-2026-74334

Source
https://cve.org/CVERecord?id=CVE-2026-74334
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74334.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74334
Downstream
Published
2026-08-15T05:58:26.455Z
Modified
2026-08-16T03:48:54.933534240Z
Summary
RDMA/nldev: Fix locking when accessing mr->pd
Details

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 rdmarestracksync() operation which is sort of like flushworkqueue() or synchronizeirq(): 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74334.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
da5c8507821573b8ed6e3f47e009f273493ffaf7
Fixed
1a132ee4e655288d9a0937ea5109a0d038431ae9
Fixed
50d5c02ab8e62325548bd3a6e6b758a9dcd6e7c3

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74334.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.18.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74334.json"