Lucene search
+L

179 matches found

RedhatCVE
RedhatCVE
added 2026/08/19 12:44 p.m.6 views

CVE-2026-74376

A flaw was found in the Linux kernel's md/raid10 component. This vulnerability occurs when a specific internal data structure, used for disk operations, is reused for a discard operation without properly resetting a critical flag. This oversight can lead to improper release of system resources,...

9.8CVSS5.4AI score0.00509EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 10:02 a.m.5 views

CVE-2026-74373

A flaw was found in the Linux kernel's md/raid1 and raid10 components. This flaw involves incorrect accounting of block I/O bio operations for split cloned bios. When a failed bio is split and resubmitted, the system may either double count or miss accounting for these bios. This can lead to...

5.5CVSS5.4AI score0.00173EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 7:44 a.m.6 views

CVE-2026-74375

A flaw was found in the Linux kernel's RAID1 and RAID10 subsystems. When handling read errors, a specific sequence of operations involving cloned I/O requests and array suspension can lead to a deadlock. This can cause the system to become unresponsive, resulting in a Denial of Service DoS...

5.5CVSS5.4AI score0.00155EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 12:43 p.m.6 views

CVE-2026-72439

A flaw was found in the Linux kernel's md/raid10 component. When write requests fail, the raid10writerequest function may not properly release a writespending reference. This resource leak can accumulate over time, potentially leading to a denial of service DoS condition where the system becomes...

5.5CVSS5.3AI score0.00162EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/18 10:55 a.m.5 views

CVE-2026-72438

A flaw was found in the Linux kernel's multiple device MD driver, specifically in the RAID10 implementation. This vulnerability occurs due to reference leaks in the writespending and barrier mechanisms during discard failures. An attacker could potentially exploit this by triggering discard...

7.5CVSS5.6AI score0.00359EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-74376

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - md/raid10: reset readslot when reusing r10bio for discard putallbios always drops devsi.bio, but it only drops devsi.replbio when r10bio-readslot 0. If discard...

9.8CVSS5.4AI score0.00509EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/15 6:22 a.m.7 views

CVE-2026-74374

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: fix error-path detection with mdclonedbio Detect the error path using mdclonedbio instead of relying on r1bio in raid1 or r10bio-readslot in raid10, which may be NULL or -1 after splitting and resubmitting a fail...

7.5CVSS0.00344EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 6:22 a.m.6 views

CVE-2026-74373

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: fix bio accounting for split md cloned bios Use mdclonedbio to control bio accounting instead of relying on r1bioexisted in raid1 or the ioaccounting flag in raid10. The previous logic does not reliably reflect...

0.00173EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 6:22 a.m.7 views

CVE-2026-74375

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: fix deadlock in read error recovery path raid1d and raid10d may resubmit a split md cloned bio while handling a read error. In this case, resubmitting the bio can lead to a deadlock if the array is suspended befo...

0.00155EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 6:22 a.m.7 views

CVE-2026-74376

In the Linux kernel, the following vulnerability has been resolved: md/raid10: reset readslot when reusing r10bio for discard putallbios always drops devsi.bio, but it only drops devsi.replbio when r10bio-readslot 0. If discard reuses an r10bio that was previously used for a read, readslot can...

9.8CVSS0.00509EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/15 6:22 a.m.6 views

CVE-2026-72439

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix writespending leak on write request failures raid10makerequest acquires a writespending reference with mdwritestart before dispatching write requests. Several failure paths in raid10writerequest complete the bio an...

0.00162EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 6:22 a.m.6 views

CVE-2026-72438

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix writespending and barrier reference leaks on discard failures raid10makerequest acquires a writespending reference with mdwritestart before calling raid10handlediscard. Several failure paths in raid10handlediscard...

7.5CVSS0.00359EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.12 views

CVE-2026-74376

In the Linux kernel, the following vulnerability has been resolved: md/raid10: reset readslot when reusing r10bio for discard putallbios always drops devsi.bio, but it only drops devsi.replbio when r10bio-readslot 0. If discard reuses an r10bio that was previously used for a read, readslot can...

9.8CVSS5.5AI score0.00509EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.8 views

CVE-2026-74374

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: fix error-path detection with mdclonedbio Detect the error path using mdclonedbio instead of relying on r1bio in raid1 or r10bio-readslot in raid10, which may be NULL or -1 after splitting and resubmitting a fail...

7.5CVSS5.4AI score0.00344EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 6:22 a.m.7 views

UBUNTU-CVE-2026-72439

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix writespending leak on write request failures raid10makerequest acquires a writespending reference with mdwritestart before dispatching write requests. Several failure paths in raid10writerequest complete the bio an...

5.3AI score0.00162EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 6:22 a.m.8 views

UBUNTU-CVE-2026-74375

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: fix deadlock in read error recovery path raid1d and raid10d may resubmit a split md cloned bio while handling a read error. In this case, resubmitting the bio can lead to a deadlock if the array is suspended befo...

5.4AI score0.00155EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.8 views

CVE-2026-74373

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: fix bio accounting for split md cloned bios Use mdclonedbio to control bio accounting instead of relying on r1bioexisted in raid1 or the ioaccounting flag in raid10. The previous logic does not reliably reflect...

5.5AI score0.00173EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/15 6:22 a.m.8 views

UBUNTU-CVE-2026-74376

In the Linux kernel, the following vulnerability has been resolved: md/raid10: reset readslot when reusing r10bio for discard putallbios always drops devsi.bio, but it only drops devsi.replbio when r10bio-readslot 0. If discard reuses an r10bio that was previously used for a read, readslot can...

9.8CVSS5.3AI score0.00509EPSS
SaveExploits0References10
OSV
OSV
added 2026/08/15 6:22 a.m.8 views

UBUNTU-CVE-2026-74373

In the Linux kernel, the following vulnerability has been resolved: md/raid1,raid10: fix bio accounting for split md cloned bios Use mdclonedbio to control bio accounting instead of relying on r1bioexisted in raid1 or the ioaccounting flag in raid10. The previous logic does not reliably reflect...

5.4AI score0.00173EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 6:22 a.m.6 views

UBUNTU-CVE-2026-72438

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix writespending and barrier reference leaks on discard failures raid10makerequest acquires a writespending reference with mdwritestart before calling raid10handlediscard. Several failure paths in raid10handlediscard...

7.5CVSS5.4AI score0.00359EPSS
SaveExploits0References5
Rows per page
Query Builder