Lucene search
+L

369999 matches found

Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.8 views

CVE-2026-74261

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: avoid stale FIFO cells during resize sndseqfiforesize still needs to publish the replacement pool before it waits for FIFO users. A blocking sndseqread holds f-uselock while it sleeps, so concurrent senders must be abl...

5.4AI score0.00198EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.7 views

CVE-2026-74262

In the Linux kernel, the following vulnerability has been resolved: kcm: use WRITEONCE when changing lower socket callbacks kcmattach replaces a live lower TCP socket's skdataready and skwritespace callbacks with KCM handlers, and kcmunattach restores them later. Those callback-pointer updates ar...

7.8CVSS5.6AI score0.00136EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:57 a.m.6 views

EUVD-2026-59407

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfdupnetdev: add nfdevxmitrecursion helpers and use them Update nftdup and nftfwd to use the nfdevxmitrecursion helpers. This patch also disables BH when transmitting the skb to address a possible migration to differen...

5.4AI score0.00154EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:57 a.m.24 views

CVE-2026-74260

In the Linux kernel, CVE-2026-74260 concerns netfilter nf_dup_netdev. Affected area: nf_dev_xmit_recursion*() helpers were added and then used by nft_dup and nft_fwd. The patch also disables bh (BH) when transmitting the skb to address potential migration to a different CPU, which could cause imb...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.31 views

CVE-2026-74260 netfilter: nf_dup_netdev: add nf_dev_xmit_recursion*() helpers and use them

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfdupnetdev: add nfdevxmitrecursion helpers and use them Update nftdup and nftfwd to use the nfdevxmitrecursion helpers. This patch also disables BH when transmitting the skb to address a possible migration to differen...

7.8CVSS0.00154EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.6 views

CVE-2026-74260

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfdupnetdev: add nfdevxmitrecursion helpers and use them Update nftdup and nftfwd to use the nfdevxmitrecursion helpers. This patch also disables BH when transmitting the skb to address a possible migration to differen...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:57 a.m.7 views

CVE-2026-74260 netfilter: nf_dup_netdev: add nf_dev_xmit_recursion*() helpers and use them

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfdupnetdev: add nfdevxmitrecursion helpers and use them Update nftdup and nftfwd to use the nfdevxmitrecursion helpers. This patch also disables BH when transmitting the skb to address a possible migration to differen...

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

EUVD-2026-59405

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard getuser acesss with accessok for uprobemulti data As reported by sashiko 1 we need to use accessok to check the user space data bounds before we use get-user to get it. 1...

5.4AI score0.00154EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.29 views

CVE-2026-74258 bpf: Guard __get_user acesss with access_ok for uprobe_multi data

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard getuser acesss with accessok for uprobemulti data As reported by sashiko 1 we need to use accessok to check the user space data bounds before we use get-user to get it. 1...

7.8CVSS0.00154EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:57 a.m.7 views

CVE-2026-74259 cifs: remove all cifs files before kill super

In the Linux kernel, the following vulnerability has been resolved: cifs: remove all cifs files before kill super Cifs files may be put into fileinfoputwq during umounting cifs. After umount done, cifsFileInfoputfinal is called, which cause following BUG: BUG: kernel NULL pointer dereference,...

8.4CVSS5.4AI score
SaveExploits0References9
EUVD
EUVD
added 2026/08/15 5:57 a.m.5 views

EUVD-2026-59406

In the Linux kernel, the following vulnerability has been resolved: cifs: remove all cifs files before kill super Cifs files may be put into fileinfoputwq during umounting cifs. After umount done, cifsFileInfoputfinal is called, which cause following BUG: BUG: kernel NULL pointer dereference,...

5.3AI score0.00182EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.8 views

CVE-2026-74259

In the Linux kernel, the following vulnerability has been resolved: cifs: remove all cifs files before kill super Cifs files may be put into fileinfoputwq during umounting cifs. After umount done, cifsFileInfoputfinal is called, which cause following BUG: BUG: kernel NULL pointer dereference,...

8.4CVSS5.2AI score0.00182EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:57 a.m.12 views

CVE-2026-74258 bpf: Guard __get_user acesss with access_ok for uprobe_multi data

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard getuser acesss with accessok for uprobemulti data As reported by sashiko 1 we need to use accessok to check the user space data bounds before we use get-user to get it. 1...

7.8CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:57 a.m.30 views

CVE-2026-74258

Summary (CVE-2026-74258): The Linux kernel patch fixes a vulnerability in the BPF upprobe path where __get_user could read user-space data without proper bounds checks. The root cause is missing bounds validation prior to using __get_user in uprobe_multi data; the fix adds an access_ok check to v...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:57 a.m.21 views

CVE-2026-74259

Summary (mode C): CVE-2026-74259 affects the Linux kernel CIFS implementation. The issue arises when cifs files are not cleaned up before killing the superblock during unmount, allowing a NULL pointer dereference in cifsFileInfo_put_final which can trigger a BUG check. Reproduction notes outline ...

8.4CVSS5.2AI score0.00182EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/15 5:57 a.m.6 views

CVE-2026-74258

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard getuser acesss with accessok for uprobemulti data As reported by sashiko 1 we need to use accessok to check the user space data bounds before we use get-user to get it. 1...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.35 views

CVE-2026-74259 cifs: remove all cifs files before kill super

In the Linux kernel, the following vulnerability has been resolved: cifs: remove all cifs files before kill super Cifs files may be put into fileinfoputwq during umounting cifs. After umount done, cifsFileInfoputfinal is called, which cause following BUG: BUG: kernel NULL pointer dereference,...

8.4CVSS0.00182EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:57 a.m.33 views

CVE-2026-74257 sockmap: Fix use-after-free in udp_bpf_recvmsg()

In the Linux kernel, the following vulnerability has been resolved: sockmap: Fix use-after-free in udpbpfrecvmsg syzbot reported use-after-free of struct skmsg in skmsgrecvmsg. 0 skmsgrecvmsg peeks skmsg from psock-ingressmsg under a lock, but its processing is lockless. Thus, skmsgrecvmsg must b...

7.8CVSS0.00124EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:57 a.m.28 views

CVE-2026-74257

CVE-2026-74257 stems from a use-after-free in the Linux kernel sockmap path (udp_bpf_recvmsg) where sk_msg_recvmsg() can touch the same sk_msg when multiple threads race. The mitigation described in connected docs is to serialize sk_msg_recvmsg() by callers, specifically by adding a lock around u...

7.8CVSS5.5AI score0.00124EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:57 a.m.8 views

EUVD-2026-59404

In the Linux kernel, the following vulnerability has been resolved: sockmap: Fix use-after-free in udpbpfrecvmsg syzbot reported use-after-free of struct skmsg in skmsgrecvmsg. 0 skmsgrecvmsg peeks skmsg from psock-ingressmsg under a lock, but its processing is lockless. Thus, skmsgrecvmsg must b...

5.6AI score0.00124EPSS
SaveExploits0References3
Rows per page
Query Builder