In the Linux kernel, the following vulnerability has been resolved:
md/raid10: reset read_slot when reusing r10bio for discard
putallbios() always drops devs[i].bio, but it only drops devs[i].replbio when r10bio->readslot < 0. If discard reuses an r10bio that was previously used for a read, readslot can still be non-negative, and discard cleanup can skip bioput() on replbio.
Reset read_slot to -1 when preparing an r10bio for discard so the replacement bio is always released correctly.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74376.json"
}