THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-74334 (HIGH 7.8) — 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

[NVD] CVE-2026-74334 (HIGH 7.8) — 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

lownvdPublished 2026-08-15

CVE-2026-74334 CVSS: 7.8 HIGH Published: 2026-08-15T06:22:34.280

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 al

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-74334