Lucene search
+L

244989 matches found

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
Cvelist
Cvelist
added yesterday16 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
CVE
CVE
added yesterday12 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
OSV
OSV
added yesterday2 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
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
Cvelist
Cvelist
added yesterday17 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 yesterday10 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 yesterday18 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 yesterday11 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 yesterday10 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
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
Cvelist
Cvelist
added yesterday16 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...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added yesterday12 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
EUVD
EUVD
added yesterday5 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.00166EPSS
SaveExploits0References3
CVE
CVE
added yesterday12 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
Cvelist
Cvelist
added yesterday16 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
EUVD
EUVD
added yesterday4 views

EUVD-2026-59517

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
SaveExploits0References2
Cvelist
Cvelist
added yesterday17 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...

0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added yesterday5 views

EUVD-2026-59516

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
SaveExploits0References2
CVE
CVE
added yesterday15 views

CVE-2026-74368

The CVE-2026-74368 entry documents a memory leak in the Linux kernel’s ath12k wifi path (ath12k_wifi7_dp_rx_h_verify_tkip_mic) triggered when NWIFI header length validation fails. The root cause is a false return from ath12k_dp_rx_check_nwifi_hdr_len_valid() for invalid NWIFI headers, causing ear...

5.3AI score0.00155EPSS
SaveExploits0References2
Rows per page
Query Builder