๐Ÿ” CVE Alert

CVE-2026-43278

UNKNOWN 0.0

dm: clear cloned request bio pointer when last clone bio completes

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: dm: clear cloned request bio pointer when last clone bio completes Stale rq->bio values have been observed to cause double-initialization of cloned bios in request-based device-mapper targets, leading to use-after-free and double-free scenarios. One such case occurs when using dm-multipath on top of a PCIe NVMe namespace, where cloned request bios are freed during blk_complete_request(), but rq->bio is left intact. Subsequent clone teardown then attempts to free the same bios again via blk_rq_unprep_clone(). The resulting double-free path looks like: nvme_pci_complete_batch() nvme_complete_batch() blk_mq_end_request_batch() blk_complete_request() // called on a DM clone request bio_endio() // first free of all clone bios ... rq->end_io() // end_clone_request() dm_complete_request(tio->orig) dm_softirq_done() dm_done() dm_end_request() blk_rq_unprep_clone() // second free of clone bios Fix this by clearing the clone request's bio pointer when the last cloned bio completes, ensuring that later teardown paths do not attempt to free already-released bios.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published May 6, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 3d746b639be4b4f5cd8ce2b06aa52dc443f50edc 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 9a95b98202113045bc1a5bcb30388a500f25e050 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 8d9ddad561136f7e6a9346767bf97b4d79e38e67 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 7daf279c674d515fb22a727a7bbc92aeb35c5442 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < e2e738e8dfbbf83bd2bae0467ec4420cc52da42a 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < b1c1a2637ebd675aa2d71fee8c70da8791d73850 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 83d72091804600ead96dc9e9f518ea56cb4942f6 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < fb8a6c18fb9a6561f7a15b58b272442b77a242dd
Linux / Linux
All versions affected

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/3d746b639be4b4f5cd8ce2b06aa52dc443f50edc git.kernel.org: https://git.kernel.org/stable/c/9a95b98202113045bc1a5bcb30388a500f25e050 git.kernel.org: https://git.kernel.org/stable/c/8d9ddad561136f7e6a9346767bf97b4d79e38e67 git.kernel.org: https://git.kernel.org/stable/c/7daf279c674d515fb22a727a7bbc92aeb35c5442 git.kernel.org: https://git.kernel.org/stable/c/e2e738e8dfbbf83bd2bae0467ec4420cc52da42a git.kernel.org: https://git.kernel.org/stable/c/b1c1a2637ebd675aa2d71fee8c70da8791d73850 git.kernel.org: https://git.kernel.org/stable/c/83d72091804600ead96dc9e9f518ea56cb4942f6 git.kernel.org: https://git.kernel.org/stable/c/fb8a6c18fb9a6561f7a15b58b272442b77a242dd