Lucene search
+L

245051 matches found

CVE
CVE
added yesterday12 views

CVE-2026-74366

CVE-2026-74366 concerns a NULL dereference in the Linux kernel’s ath12k wifi driver when handling unready links. The issue occurs because a path that validates a MAC channel may not create the vdev, leaving arvif->is_created as false and arvif->ar NULL. Subsequent code paths allocate an ars...

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

CVE-2026-74366 wifi: ath12k: fix NULL deref in change_sta_links for unready link

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix NULL deref in changestalinks for unready link ieee80211setactivelinks calls ieee80211linkusechannel for each newly-added link and WARNONONCEs if it fails. The call uses assignonfailure=true, which allows mac8021...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added yesterday4 views

CVE-2026-74365 nvdimm/btt: Handle preemption in BTT lane acquisition

In the Linux kernel, the following vulnerability has been resolved: nvdimm/btt: Handle preemption in BTT lane acquisition BTT lanes serialize access to per-lane metadata and workspace state during BTT I/O. The btt-check unit test reports data mismatches during BTT writes due to a race in lane...

5.6AI score
SaveExploits0References9
CVE
CVE
added yesterday10 views

CVE-2026-74365

CVE-2026-74365 (Linux kernel, nvdimm/btt). The issue arises from a race in BTT lane acquisition where a spinlock-based recursion model became invalid after preemption, allowing concurrent access to a lane and risking silent data corruption during BTT I/O. A fix replaces the spinlock-based model w...

5.4AI score0.00181EPSS
SaveExploits0References6
EUVD
EUVD
added yesterday4 views

EUVD-2026-59512

In the Linux kernel, the following vulnerability has been resolved: nvdimm/btt: Handle preemption in BTT lane acquisition BTT lanes serialize access to per-lane metadata and workspace state during BTT I/O. The btt-check unit test reports data mismatches during BTT writes due to a race in lane...

5.5AI score0.00181EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-74365

In the Linux kernel, the following vulnerability has been resolved: nvdimm/btt: Handle preemption in BTT lane acquisition BTT lanes serialize access to per-lane metadata and workspace state during BTT I/O. The btt-check unit test reports data mismatches during BTT writes due to a race in lane...

5.4AI score0.00181EPSS
SaveExploits0
Cvelist
Cvelist
added yesterday30 views

CVE-2026-74365 nvdimm/btt: Handle preemption in BTT lane acquisition

In the Linux kernel, the following vulnerability has been resolved: nvdimm/btt: Handle preemption in BTT lane acquisition BTT lanes serialize access to per-lane metadata and workspace state during BTT I/O. The btt-check unit test reports data mismatches during BTT writes due to a race in lane...

0.00181EPSS
SaveExploits0References6
EUVD
EUVD
added yesterday4 views

EUVD-2026-59511

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject exclusive maps as inner maps in map-in-map An exclusive map created with exclproghash is bound to a single program by hash: checkmapprogcompatibility refuses to load any program whose digest does not match...

5.4AI score0.00176EPSS
SaveExploits0References3
CVE
CVE
added yesterday19 views

CVE-2026-74363

CVE-2026-74363 concerns a Linux kernel use-after-free in bpffs related to inode freeing under RCU. The issue arose when code was moved to destroy_inode() to avoid sleeping in RCU, unintentionally removing the RCU delay on freeing the inode and the cached i_link, which could be accessed by RCU pat...

5.5AI score0.00172EPSS
SaveExploits0References7
Cvelist
Cvelist
added yesterday29 views

CVE-2026-74364 bpf: Reject exclusive maps as inner maps in map-in-map

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject exclusive maps as inner maps in map-in-map An exclusive map created with exclproghash is bound to a single program by hash: checkmapprogcompatibility refuses to load any program whose digest does not match...

0.00176EPSS
SaveExploits0References3
CVE
CVE
added yesterday11 views

CVE-2026-74364

The CVE-2026-74364 entry concerns the Linux kernel BPF map-in-map handling. A map created as an exclusive map (excl_prog_hash) binds to a single program by hash, and check_map_prog_compatibility() requires a program’s digest to match map->excl_prog_sha. The flaw occurs because this check runs ...

5.4AI score0.00176EPSS
SaveExploits0References3
EUVD
EUVD
added yesterday6 views

EUVD-2026-59510

In the Linux kernel, the following vulnerability has been resolved: bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs commit 4f375ade6aa9 "bpf: Avoid RCU context warning when unpinning htab with internal structs" moved inode cleanup from -freeinode into -destroyinode to avoid sleeping ...

5.5AI score0.00172EPSS
SaveExploits0References7
OSV
OSV
added yesterday3 views

CVE-2026-74363 bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs

In the Linux kernel, the following vulnerability has been resolved: bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs commit 4f375ade6aa9 "bpf: Avoid RCU context warning when unpinning htab with internal structs" moved inode cleanup from -freeinode into -destroyinode to avoid sleeping ...

5.6AI score
SaveExploits0References10
Debian CVE
Debian CVE
added yesterday5 views

CVE-2026-74363

In the Linux kernel, the following vulnerability has been resolved: bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs commit 4f375ade6aa9 "bpf: Avoid RCU context warning when unpinning htab with internal structs" moved inode cleanup from -freeinode into -destroyinode to avoid sleeping ...

5.5AI score0.00172EPSS
SaveExploits0
Cvelist
Cvelist
added yesterday30 views

CVE-2026-74363 bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs

In the Linux kernel, the following vulnerability has been resolved: bpf: fix UAF by restoring RCU-delayed inode freeing in bpffs commit 4f375ade6aa9 "bpf: Avoid RCU context warning when unpinning htab with internal structs" moved inode cleanup from -freeinode into -destroyinode to avoid sleeping ...

0.00172EPSS
SaveExploits0References7
OSV
OSV
added yesterday5 views

CVE-2026-74364 bpf: Reject exclusive maps as inner maps in map-in-map

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject exclusive maps as inner maps in map-in-map An exclusive map created with exclproghash is bound to a single program by hash: checkmapprogcompatibility refuses to load any program whose digest does not match...

5.5AI score
SaveExploits0References6
Debian CVE
Debian CVE
added yesterday6 views

CVE-2026-74364

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject exclusive maps as inner maps in map-in-map An exclusive map created with exclproghash is bound to a single program by hash: checkmapprogcompatibility refuses to load any program whose digest does not match...

5.4AI score0.00176EPSS
SaveExploits0
EUVD
EUVD
added yesterday4 views

EUVD-2026-59509

In the Linux kernel, the following vulnerability has been resolved: ext2: fix ignored return value of genericwritesync Fix ext2diowriteiter to propagate the error returned by genericwritesync instead of silently discarding it, which could cause write2 to return success to userspace on OSYNC/ODSYN...

5.4AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added yesterday11 views

CVE-2026-74362

In the Linux kernel CVE-2026-74362, the vulnerability stems from ext2_write paths where ext2_dio_write_iter() does not propagate the error returned by generic_write_sync(), potentially causing write(2) to report success for O_SYNC/O_DSYNC files even when the sync failed. The corrective pattern is...

5.4AI score0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-74362

In the Linux kernel, the following vulnerability has been resolved: ext2: fix ignored return value of genericwritesync Fix ext2diowriteiter to propagate the error returned by genericwritesync instead of silently discarding it, which could cause write2 to return success to userspace on OSYNC/ODSYN...

5.4AI score0.00168EPSS
SaveExploits0
Rows per page
Query Builder