CVE-2026-43128 is a Linux kernel vulnerability in the RDMA/umem subsystem caused by incorrect cleanup handling in ib_umem_dmabuf_get_pinned_with_dma_device(). When ib_umem_dmabuf_map_pages() fails, the vulnerable error path immediately calls dma_buf_unpin() but leaves the umem_dmabuf->pinned state set. During later teardown, ib_umem_release() invokes ib_umem_dmabuf_revoke(), which can call dma_buf_unpin() again based on that stale pinned state, resulting in a double unpin condition. The fix removes the immediate unpin from the failure path and relies on the normal release and revoke cleanup path to perform the operation once, while also preserving correct unmap-before-unpin unwind ordering when the mapping failure occurs after reservation waiting and a scatter-gather table has already been established.
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
What an attacker gets, and what they’ve been doing with it.
If you can’t patch tonight, do this now.
Patch, then assume compromise.
No public exploits tracked yet. Mallory keeps watching.
No public exploit code observed for this vulnerability.
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
9 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Linux kernel RDMA/umem vulnerability involving double dma_buf_unpin in a failure path, fixed in this Red Hat kernel update.
A Linux kernel vulnerability in RDMA/umem caused by a double dma_buf_unpin in a failure path.
A Linux kernel RDMA/umem vulnerability involving a double dma_buf_unpin in a failure path, fixed in this Red Hat kernel-rt update.
A Linux kernel vulnerability in RDMA/umem involving a double dma_buf_unpin in a failure path.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.