Lucene search
+L

187 matches found

AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.3 views

Astra Linux – Vulnerability found in Linux 5.15, Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: md/raid1: Stop the mdxraid1 thread when the raid1 array fails to run. When the raid1 array fails to run during initialization, we only assemble the array with inactive disks. However, the mdxraid1 thread is not stopped. Even if t...

5.9AI score0.00278EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: md: raid1: fixed a potential out-of-bounds error in raid1removedisk. If rddev-raiddisk is greater than mddev-raiddisks, an out-of-bounds error will occur in raid1removedisk. We have already encountered similar reports, as...

5.9AI score0.00195EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2026/08/24 12:00 a.m.19 views

The vulnerability in the md/raid1.c component of the Linux operating system’s kernel allows a hacker to cause a service failure.

The vulnerability in the md/raid1.c component of the Linux kernel lies in the fact that resources are not released after their useful lifespan has ended. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.1AI score0.0016EPSS
SaveExploits0References11Affected Software2
RedhatCVE
RedhatCVE
added 2026/08/19 5:53 p.m.8 views

CVE-2026-72437

A flaw was found in the Linux kernel's md/raid1 component. When a read operation is retried with the REQNOWAIT flag set, and the waitreadbarrier function fails, a pre-allocated r1bio structure may not be properly freed. This resource leak can accumulate over time, potentially leading to a denial ...

5.5CVSS5.3AI score0.00215EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 10:02 a.m.7 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 10:01 a.m.9 views

CVE-2026-74372

A flaw was found in the Linux kernel's RAID1 subsystem. When a REQATOMIC write operation encounters a bad block, a reference to the RAID device rdev is not properly released. This resource leak prevents the affected RAID device from being removed, potentially leading to a denial of service DoS...

5.5CVSS5.3AI score0.00166EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/19 7:44 a.m.7 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/19 7:18 a.m.7 views

CVE-2026-72440

A flaw was found in the Linux kernel's RAID1 Redundant Array of Independent Disks Level 1 implementation. During write failures, the md/raid1 module may fail to release writespending and barrier references. This oversight can lead to a resource leak, potentially causing system instability or a...

7.1CVSS5.4AI score0.00364EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.30 views

Linux Distros Unpatched Vulnerability : CVE-2026-74372

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - raid1: fix nrpending leak in REQATOMIC bad-block error path In raid1writerequest, each per-mirror loop iteration begins by incrementing rdev-nrpending. If a...

5.9AI score0.00166EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-72437

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - md/raid1: free r1bio when REQNOWAIT is set and read would block on retry When a read is retried, raid1readrequest may be called with a pre-allocated r1bio. If...

5.8AI score0.00215EPSS
SaveExploits0References3
NVD
NVD
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.5CVSS0.00344EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 6:22 a.m.10 views

AZL-96084 CVE-2026-74374 affecting package kernel 6.6.150.1-1

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.8AI score0.00344EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 6:22 a.m.6 views

AZL-96323 CVE-2026-74373 affecting package kernel 6.6.150.1-1

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.8AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/15 6:22 a.m.8 views

AZL-96420 CVE-2026-74375 affecting package kernel 6.6.150.1-1

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.8AI score0.00155EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/15 6:22 a.m.10 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.9 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.9 views

CVE-2026-74372

In the Linux kernel, the following vulnerability has been resolved: raid1: fix nrpending leak in REQATOMIC bad-block error path In raid1writerequest, each per-mirror loop iteration begins by incrementing rdev-nrpending. If a REQATOMIC write encounters a badblock within the requested range, the co...

0.00166EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/15 6:22 a.m.9 views

CVE-2026-72440

In the Linux kernel, the following vulnerability has been resolved: md/raid1: fix writespending and barrier reference leaks on write failures raid1makerequest acquires a writespending reference with mdwritestart before calling raid1writerequest. Several failure paths in raid1writerequest complete...

7.1CVSS0.00364EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/15 6:22 a.m.8 views

CVE-2026-72437

In the Linux kernel, the following vulnerability has been resolved: md/raid1: free r1bio when REQNOWAIT is set and read would block on retry When a read is retried, raid1readrequest may be called with a pre-allocated r1bio. If waitreadbarrier fails for a REQNOWAIT read, the bio is completed and t...

0.00215EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/15 6:22 a.m.9 views

AZL-96588 CVE-2026-72440 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: md/raid1: fix writespending and barrier reference leaks on write failures raid1makerequest acquires a writespending reference with mdwritestart before calling raid1writerequest. Several failure paths in raid1writerequest complete...

7.1CVSS5.8AI score0.00364EPSS
SaveExploits0References1
Rows per page
Query Builder