Lucene search
+L

245051 matches found

Debian CVE
Debian CVE
added yesterday6 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...

5.4AI score0.00155EPSS
SaveExploits0
EUVD
EUVD
added yesterday7 views

EUVD-2026-59522

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
SaveExploits0References2
Cvelist
Cvelist
added yesterday28 views

CVE-2026-74375 md/raid1,raid10: fix deadlock in read error recovery path

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
CVE
CVE
added yesterday12 views

CVE-2026-74375

In the Linux kernel, md/raid1 and raid10 components were hardened to prevent a deadlock during read-error recovery. Specifically, when handling a read error, raid1d/raid10d could resubmit a split md cloned bio while an array is suspended, and attempt to acquire a second active_io reference via pe...

5.4AI score0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added yesterday4 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...

5.3AI score0.00155EPSS
SaveExploits0
EUVD
EUVD
added yesterday3 views

EUVD-2026-59521

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...

5.3AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
added yesterday13 views

CVE-2026-74374

CVE-2026-74374 affects the Linux kernel (md/raid1 and md/raid10) where error-path detection could rely on r1_bio or r10_bio->read_slot after splitting/resubmitting a failed bio. The consequence is that the error path may not be recognized, causing memory allocations to use GFP_NOIO instead of ...

5.3AI score0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added yesterday27 views

CVE-2026-74374 md/raid1,raid10: fix error-path detection with md_cloned_bio()

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...

0.00155EPSS
SaveExploits0References2
OSV
OSV
added yesterday3 views

CVE-2026-74374 md/raid1,raid10: fix error-path detection with md_cloned_bio()

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...

5.5AI score
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday5 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...

5.5AI score0.00166EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday3 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.4AI score0.00172EPSS
SaveExploits0
EUVD
EUVD
added yesterday5 views

EUVD-2026-59520

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.00172EPSS
SaveExploits0References2
CVE
CVE
added yesterday11 views

CVE-2026-74372

CVE-2026-74372 concerns the Linux kernel RAID1 code path. In raid1_write_request(), every per-mirror iteration starts by incrementing rdev->nr_pending. If a REQ_ATOMIC write hits a badblock within the range, control jumps to err_handle without dropping the reference for the current mirror. The...

5.5AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added yesterday31 views

CVE-2026-74372 raid1: fix nr_pending leak in REQ_ATOMIC bad-block error path

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
CVE
CVE
added yesterday12 views

CVE-2026-74373

The CVE-2026-74373 entry documents a Linux kernel issue in md/raid1 and raid10 where bio accounting was incorrect for split md cloned bios. The mitigation implemented is to use md_cloned_bio() to detect md cloned bios and skip accounting accordingly, replacing reliance on r1bio_existed (raid1) or...

5.4AI score0.00172EPSS
SaveExploits0References2
Cvelist
Cvelist
added yesterday33 views

CVE-2026-74373 md/raid1,raid10: fix bio accounting for split md cloned bios

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.00172EPSS
SaveExploits0References2
EUVD
EUVD
added yesterday12 views

EUVD-2026-59519

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...

5.5AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added yesterday5 views

CVE-2026-74371 bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compat

In the Linux kernel, the following vulnerability has been resolved: bpf: fix BPFPROGQUERY OOB write and cgroup backward compat BPFPROGQUERY writes back the 'query.revision' field unconditionally to userspace. If userspace passes a smaller 'bpfattr' structure e.g. 40 bytes, which was the layout...

5.9AI score
SaveExploits0References6
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-74371

In the Linux kernel, the following vulnerability has been resolved: bpf: fix BPFPROGQUERY OOB write and cgroup backward compat BPFPROGQUERY writes back the 'query.revision' field unconditionally to userspace. If userspace passes a smaller 'bpfattr' structure e.g. 40 bytes, which was the layout...

5.8AI score0.00166EPSS
SaveExploits0
CVE
CVE
added yesterday15 views

CVE-2026-74371

The CVE concerns the Linux kernel BPF_PROG_QUERY OOB write. BPF_PROG_QUERY unconditionally writes query.revision to userspace; if a smaller bpf_attr buffer is provided, this can cause an out-of-bounds write. The fixes propagate the user-supplied attribute size (uattr_size) down to the cgroup quer...

5.8AI score0.00166EPSS
SaveExploits0References3
Rows per page
Query Builder