Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-43278
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-06 May, 2026 | 11:29
Updated At-08 May, 2026 | 12:41
Rejected At-
▼CVE Numbering Authority (CNA)
dm: clear cloned request bio pointer when last clone bio completes

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.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/md/dm-rq.c
Default Status
unaffected
Versions
Affected
  • From ab3e1d3bbab9e973aeb4dd4603251578658a47ff before 8d9ddad561136f7e6a9346767bf97b4d79e38e67 (git)
  • From ab3e1d3bbab9e973aeb4dd4603251578658a47ff before 7daf279c674d515fb22a727a7bbc92aeb35c5442 (git)
  • From ab3e1d3bbab9e973aeb4dd4603251578658a47ff before e2e738e8dfbbf83bd2bae0467ec4420cc52da42a (git)
  • From ab3e1d3bbab9e973aeb4dd4603251578658a47ff before b1c1a2637ebd675aa2d71fee8c70da8791d73850 (git)
  • From ab3e1d3bbab9e973aeb4dd4603251578658a47ff before 83d72091804600ead96dc9e9f518ea56cb4942f6 (git)
  • From ab3e1d3bbab9e973aeb4dd4603251578658a47ff before fb8a6c18fb9a6561f7a15b58b272442b77a242dd (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/md/dm-rq.c
Default Status
affected
Versions
Affected
  • 6.1
Unaffected
  • From 0 before 6.1 (semver)
  • From 6.1.165 through 6.1.* (semver)
  • From 6.6.128 through 6.6.* (semver)
  • From 6.12.75 through 6.12.* (semver)
  • From 6.18.16 through 6.18.* (semver)
  • From 6.19.6 through 6.19.* (semver)
  • From 7.0 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
3.17.8HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Version: 3.1
Base score: 7.8
Base severity: HIGH
Vector:
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/8d9ddad561136f7e6a9346767bf97b4d79e38e67
N/A
https://git.kernel.org/stable/c/7daf279c674d515fb22a727a7bbc92aeb35c5442
N/A
https://git.kernel.org/stable/c/e2e738e8dfbbf83bd2bae0467ec4420cc52da42a
N/A
https://git.kernel.org/stable/c/b1c1a2637ebd675aa2d71fee8c70da8791d73850
N/A
https://git.kernel.org/stable/c/83d72091804600ead96dc9e9f518ea56cb4942f6
N/A
https://git.kernel.org/stable/c/fb8a6c18fb9a6561f7a15b58b272442b77a242dd
N/A
Hyperlink: https://git.kernel.org/stable/c/8d9ddad561136f7e6a9346767bf97b4d79e38e67
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/7daf279c674d515fb22a727a7bbc92aeb35c5442
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/e2e738e8dfbbf83bd2bae0467ec4420cc52da42a
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/b1c1a2637ebd675aa2d71fee8c70da8791d73850
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/83d72091804600ead96dc9e9f518ea56cb4942f6
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/fb8a6c18fb9a6561f7a15b58b272442b77a242dd
Resource: N/A
Details not found