Lucene search
+L

45828 matches found

EUVD
EUVD
added 4 days ago4 views

EUVD-2026-59489

In the Linux kernel, the following vulnerability has been resolved: kernfs: link kn to its parent before the LSM init hook After commit 12e9e3cd03b5 "simpexattr: use per-sb cache", kernfsxattrset and kernfsxattrget compute the cache via kernfsrootkn before any other check. kernfsrootkn walks...

5.5AI score0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 4 days ago30 views

CVE-2026-74335 bpf: Fix NULL pointer dereference in bpf_task_from_vpid()

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL pointer dereference in bpftaskfromvpid bpftaskfromvpid looks up a task in the pid namespace of the current task, via findtaskbyvpid: findtaskbyvpidvpid findtaskbypidnsvpid, taskactivepidnscurrent findpidnsnr, ns -...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-59482

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL pointer dereference in bpftaskfromvpid bpftaskfromvpid looks up a task in the pid namespace of the current task, via findtaskbyvpid: findtaskbyvpidvpid findtaskbypidnsvpid, taskactivepidnscurrent findpidnsnr, ns -...

5.3AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 4 days ago19 views

CVE-2026-74335

The CVE-2026-74335 issue is in the Linux kernel’s BPF helpers: bpf_task_from_vpid() dereferences NULL in task_active_pid_ns(current) when a thread is exiting and its pid namespace is cleared, leading to a NULL pointer dereference in idr_find(). The vulnerability path involves bpf/cgroup programs ...

5.3AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 4 days ago4 views

CVE-2026-74335 bpf: Fix NULL pointer dereference in bpf_task_from_vpid()

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NULL pointer dereference in bpftaskfromvpid bpftaskfromvpid looks up a task in the pid namespace of the current task, via findtaskbyvpid: findtaskbyvpidvpid findtaskbypidnsvpid, taskactivepidnscurrent findpidnsnr, ns -...

5.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 4 days ago29 views

CVE-2026-74327 vmalloc: fix NULL pointer dereference in is_vm_area_hugepages()

In the Linux kernel, the following vulnerability has been resolved: vmalloc: fix NULL pointer dereference in isvmareahugepages findvmarea can return NULL if the given address is not a valid vmalloc area. Check the return value before dereferencing it to avoid a kernel crash...

0.00172EPSS
SaveExploits0References7
CVE
CVE
added 4 days ago20 views

CVE-2026-74327

CVE-2026-74327 affects the Linux kernel vmalloc area handling. The issue is a NULL pointer dereference in is_vm_area_hugepages() because find_vm_area() can return NULL for an invalid vmalloc address; the patch adds a check on the returned pointer before dereferencing it to prevent a kernel crash....

5.3AI score0.00172EPSS
SaveExploits0References7
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-59474

In the Linux kernel, the following vulnerability has been resolved: vmalloc: fix NULL pointer dereference in isvmareahugepages findvmarea can return NULL if the given address is not a valid vmalloc area. Check the return value before dereferencing it to avoid a kernel crash...

5.4AI score0.00172EPSS
SaveExploits0References7
OSV
OSV
added 4 days ago6 views

CVE-2026-74327 vmalloc: fix NULL pointer dereference in is_vm_area_hugepages()

In the Linux kernel, the following vulnerability has been resolved: vmalloc: fix NULL pointer dereference in isvmareahugepages findvmarea can return NULL if the given address is not a valid vmalloc area. Check the return value before dereferencing it to avoid a kernel crash...

5.5AI score
SaveExploits0References10
Cvelist
Cvelist
added 4 days ago30 views

CVE-2026-74322 wifi: mt76: mt7996: Fix possible NULL pointer dereference in mt7996_mac_write_txwi_80211()

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix possible NULL pointer dereference in mt7996macwritetxwi80211 For injected frames e.g. via radiotap, mac80211 can pass info-control.vif = NULL, as explicitly noted in struct ieee80211txinfo. Check vif point...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-59469

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix possible NULL pointer dereference in mt7996macwritetxwi80211 For injected frames e.g. via radiotap, mac80211 can pass info-control.vif = NULL, as explicitly noted in struct ieee80211txinfo. Check vif point...

5.4AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 4 days ago13 views

CVE-2026-74322

In the Linux kernel, the wifi/mt76 mt7996 path is affected by CVE-2026-74322. The vulnerability stems from a possible NULL pointer dereference in mt7996_mac_write_txwi_80211() when handling injected frames (e.g., radiotap) where info->control.vif can be NULL. The code originally calls ieee8021...

5.3AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 4 days ago30 views

CVE-2026-74321 btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in btrfsrundelayedrefs In the beginning of the loop, we try to obtain a locked delayed ref head, if 'lockedref' is currently NULL, by calling btrfsselectrefhead, which can return an error...

7.5CVSS0.00508EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago8 views

EUVD-2026-59468

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in btrfsrundelayedrefs In the beginning of the loop, we try to obtain a locked delayed ref head, if 'lockedref' is currently NULL, by calling btrfsselectrefhead, which can return an error...

5.4AI score0.00508EPSS
SaveExploits0References8
OSV
OSV
added 4 days ago7 views

CVE-2026-74321 btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in btrfsrundelayedrefs In the beginning of the loop, we try to obtain a locked delayed ref head, if 'lockedref' is currently NULL, by calling btrfsselectrefhead, which can return an error...

7.5CVSS5.5AI score
SaveExploits0References11
CVE
CVE
added 4 days ago14 views

CVE-2026-74321

In the Linux kernel CVE-2026-74321, the bug is in btrfs: __btrfs_run_delayed_refs loop where, if btrfs_select_ref_head() returns ERR_PTR(-EAGAIN), the code previously could end up dereferencing an invalid pointer (locked_ref) after the next iteration. The fix ensures that when an ERR_PTR(-EAGAIN)...

7.5CVSS5.4AI score0.00508EPSS
SaveExploits0References8
OSV
OSV
added 4 days ago4 views

CVE-2026-74311 virtio: rtc: tear down old virtqueues before restore

In the Linux kernel, the following vulnerability has been resolved: virtio: rtc: tear down old virtqueues before restore virtiodevicerestore resets the device and restores the negotiated features before calling -restore. viortcfreeze intentionally leaves the existing virtqueues in place so the...

7.8CVSS5.6AI score
SaveExploits0References6
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-59458

In the Linux kernel, the following vulnerability has been resolved: virtio: rtc: tear down old virtqueues before restore virtiodevicerestore resets the device and restores the negotiated features before calling -restore. viortcfreeze intentionally leaves the existing virtqueues in place so the...

5.5AI score0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-59451

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciqca: fix NULL pointer dereference in qcasetup for non-serdev device hu-serdev is NULL for hciuart attached via non-serdev paths, but qcasetup unconditionally calls serdevdevicegetdrvdatahu-serdev and dereferences th...

5.3AI score0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 4 days ago30 views

CVE-2026-74304 Bluetooth: hci_qca: fix NULL pointer dereference in qca_setup() for non-serdev device

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciqca: fix NULL pointer dereference in qcasetup for non-serdev device hu-serdev is NULL for hciuart attached via non-serdev paths, but qcasetup unconditionally calls serdevdevicegetdrvdatahu-serdev and dereferences th...

0.00155EPSS
SaveExploits0References2
Rows per page
Query Builder