Lucene search
+L

251586 matches found

Debian CVE
Debian CVE
added 2026/08/15 5:58 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...

5.5AI score0.00166EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.7 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.00173EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:58 a.m.9 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.00173EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.33 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 2026/08/15 5:58 a.m.22 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
OSV
OSV
added 2026/08/15 5:58 a.m.20 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...

5.6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.36 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.00173EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:58 a.m.17 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
CVE
CVE
added 2026/08/15 5:58 a.m.28 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.00173EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:58 a.m.15 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...

5.6AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.8 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...

7.8CVSS5.8AI score0.00127EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:58 a.m.15 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...

7.8CVSS5.9AI score
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:58 a.m.34 views

CVE-2026-74371

CVE-2026-74371 concerns a Linux kernel BPF issue where BPF_PROG_QUERY could cause an OOB write by unconditionally writing query.revision to userspace when a smaller bpf_attr buffer is provided. The fixes propagate the user-supplied attribute size (uattr_size) down to cgroup query handlers and ski...

7.8CVSS5.8AI score0.00127EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.30 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...

7.8CVSS0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:58 a.m.7 views

EUVD-2026-59518

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.00127EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.7 views

CVE-2026-74369

In the Linux kernel, the following vulnerability has been resolved: liveupdate: fix u-a-f in luofileunpreservefiles and luofilefinish In luofileunpreservefiles and luofilefinish, reorder moduleput and xaerase to ensure the file handler module remains pinned while its operations are being accessed...

5.3AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.5 views

CVE-2026-74370

In the Linux kernel, the following vulnerability has been resolved: liveupdate: fix TOCTOU race in luosessionretrieve Extend the scope of the rwsemread lock in luosessionretrieve to overlap with the acquisition of the session mutex. This prevents a concurrent thread from releasing and freeing the...

5.3AI score0.00155EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:58 a.m.31 views

CVE-2026-74370

The CVE-2026-74370 issue affects the Linux kernel and is resolved by a liveupdate fix for a TOCTOU race in luo_session_retrieve(). The root cause was a race between the lookup and the session mutex where a thread could release and free the session; the patch extends the scope of the rwsem_read lo...

5.3AI score0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:58 a.m.9 views

CVE-2026-74369 liveupdate: fix u-a-f in luo_file_unpreserve_files() and luo_file_finish()

In the Linux kernel, the following vulnerability has been resolved: liveupdate: fix u-a-f in luofileunpreservefiles and luofilefinish In luofileunpreservefiles and luofilefinish, reorder moduleput and xaerase to ensure the file handler module remains pinned while its operations are being accessed...

5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.32 views

CVE-2026-74370 liveupdate: fix TOCTOU race in luo_session_retrieve()

In the Linux kernel, the following vulnerability has been resolved: liveupdate: fix TOCTOU race in luosessionretrieve Extend the scope of the rwsemread lock in luosessionretrieve to overlap with the acquisition of the session mutex. This prevents a concurrent thread from releasing and freeing the...

0.00155EPSS
SaveExploits0References2
Rows per page
Query Builder