Lucene search
+L

369235 matches found

Cvelist
Cvelist
added 2026/08/15 5:58 a.m.32 views

CVE-2026-74339 ALSA: seq: Clear variable event pointer on read

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Clear variable event pointer on read sndseqread copies a queued variable-length event header to userspace before expanding the payload. Queued variable-length events use SNDRVSEQEXTCHAINED internally, and data.ext.ptr...

0.00172EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:58 a.m.24 views

CVE-2026-74339

The CVE-2026-74339 entry describes a Linux kernel ALSA seq vulnerability in snd_seq_read where a queued variable-length event header could reveal a kernel address via data.ext.ptr, because the read path did not clear the temporary header pointer before copy_to_user. The fix involves clearing that...

5.4AI score0.00172EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.6 views

CVE-2026-74338

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject sleepable BPFLSMCGROUP programs at load time The cgroup shim runs under rcureadlockdontmigrate, so we should not attach any sleepable BPF programs there. Add support to the verifier to explicitly reject attempts to lo...

7.8CVSS5.4AI score0.00128EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:58 a.m.13 views

CVE-2026-74338 bpf: Reject sleepable BPF_LSM_CGROUP programs at load time

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject sleepable BPFLSMCGROUP programs at load time The cgroup shim runs under rcureadlockdontmigrate, so we should not attach any sleepable BPF programs there. Add support to the verifier to explicitly reject attempts to lo...

7.8CVSS5.5AI score
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:58 a.m.7 views

CVE-2026-74339 ALSA: seq: Clear variable event pointer on read

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Clear variable event pointer on read sndseqread copies a queued variable-length event header to userspace before expanding the payload. Queued variable-length events use SNDRVSEQEXTCHAINED internally, and data.ext.ptr...

5.6AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.6 views

CVE-2026-74337

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NMI/tracepoint re-entry deadlock on lru locks NMI and tracepoint BPF programs can re-enter the per-CPU or global LRU lock that bpflrupopfree/pushfree already hold on the same CPU, AA-deadlocking. Lockdep reports...

5.4AI score0.00166EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:58 a.m.14 views

CVE-2026-74337 bpf: Fix NMI/tracepoint re-entry deadlock on lru locks

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NMI/tracepoint re-entry deadlock on lru locks NMI and tracepoint BPF programs can re-enter the per-CPU or global LRU lock that bpflrupopfree/pushfree already hold on the same CPU, AA-deadlocking. Lockdep reports...

5.5AI score
SaveExploits0References6
CVE
CVE
added 2026/08/15 5:58 a.m.27 views

CVE-2026-74337

CVE-2026-74337 describes a Linux kernel vulnerability where NMI/tracepoint BPF programs could re-enter per-CPU or global LRU locks held by bpf_lru_pop_free()/push_free(), causing AA-deadlock. The fix converts LRU lock sites to rqspinlock_t and adds a recovery path for failure windows to avoid nod...

5.3AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:58 a.m.6 views

EUVD-2026-59484

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NMI/tracepoint re-entry deadlock on lru locks NMI and tracepoint BPF programs can re-enter the per-CPU or global LRU lock that bpflrupopfree/pushfree already hold on the same CPU, AA-deadlocking. Lockdep reports...

5.4AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.33 views

CVE-2026-74337 bpf: Fix NMI/tracepoint re-entry deadlock on lru locks

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix NMI/tracepoint re-entry deadlock on lru locks NMI and tracepoint BPF programs can re-enter the per-CPU or global LRU lock that bpflrupopfree/pushfree already hold on the same CPU, AA-deadlocking. Lockdep reports...

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

CVE-2026-74336

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bound S1G TIM PVB walk to the TIM element ieee80211s1gchecktim parses the S1G Partial Virtual Bitmap PVB of a received TIM element. The TIM is handed in as the element payload: ieee80211parseelemsfull stores...

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

CVE-2026-74336 wifi: mac80211: bound S1G TIM PVB walk to the TIM element

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bound S1G TIM PVB walk to the TIM element ieee80211s1gchecktim parses the S1G Partial Virtual Bitmap PVB of a received TIM element. The TIM is handed in as the element payload: ieee80211parseelemsfull stores...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:58 a.m.10 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
EUVD
EUVD
added 2026/08/15 5:58 a.m.4 views

EUVD-2026-59483

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bound S1G TIM PVB walk to the TIM element ieee80211s1gchecktim parses the S1G Partial Virtual Bitmap PVB of a received TIM element. The TIM is handed in as the element payload: ieee80211parseelemsfull stores...

5.4AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:58 a.m.25 views

CVE-2026-74336

CVE-2026-74336 concerns the Linux kernel’s wifi/mac80211 code. The vulnerability arises in ieee80211_s1g_check_tim() when parsing the S1G TIM PVB, where the end boundary used for walking encoded blocks was incorrectly computed as tim_len + 2, allowing a read past the TIM element into adjacent dat...

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

CVE-2026-74335

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
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.27 views

CVE-2026-74336 wifi: mac80211: bound S1G TIM PVB walk to the TIM element

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: bound S1G TIM PVB walk to the TIM element ieee80211s1gchecktim parses the S1G Partial Virtual Bitmap PVB of a received TIM element. The TIM is handed in as the element payload: ieee80211parseelemsfull stores...

0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:58 a.m.24 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 2026/08/15 5:58 a.m.11 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
Rows per page
Query Builder