Lucene search
+L

83986 matches found

OSV
OSV
added 2026/09/17 4:06 p.m.3 views

CVE-2026-90139 fuse: check for NULL root inode in fuse_fill_super_submount

In the Linux kernel, the following vulnerability has been resolved: fuse: check for NULL root inode in fusefillsupersubmount fuseiget can return NULL when its inode allocation fails, but fusefillsupersubmount passed the result straight to getfuseinode and decremented fi-nlookup without checking i...

SaveExploits0References8
OSV
OSV
added 2026/09/17 4:06 p.m.2 views

CVE-2026-90115 xsk: fix NULL pointer dereference in __xsk_rcv()

In the Linux kernel, the following vulnerability has been resolved: xsk: fix NULL pointer dereference in xskrcv In the xskrcv multi-buffer path, xskbuffalloc is called in a loop without checking its return value. xskbuffcanalloc only counts fill queue entries without validating their addresses, s...

SaveExploits0References8
CVE
CVE
added 2026/09/17 4:06 p.m.10 views

CVE-2026-90115

CVE-2026-90115 affects the Linux kernel XDP subsystem (net/xdp/xsk.c). In the __xsk_rcv() multi-buffer path, xsk_buff_alloc() is called in a loop without checking its return value. Since xsk_buff_can_alloc() only counts fill queue entries without validating their addresses, it can succeed while x...

0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/17 4:06 p.m.6 views

EUVD-2026-81708

In the Linux kernel, the following vulnerability has been resolved: xsk: fix NULL pointer dereference in xskrcv In the xskrcv multi-buffer path, xskbuffalloc is called in a loop without checking its return value. xskbuffcanalloc only counts fill queue entries without validating their addresses, s...

0.002EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/17 4:06 p.m.5 views

CVE-2026-90103

In the Linux kernel, the following vulnerability has been resolved: NFSv4.2: fix LAYOUTSTATS send buffer exhaustion encodelayoutstatsmaxsz budgets XDRQUADLENPNFSLAYOUTSTATSMAXSIZE, i.e. 256 bytes, for the layoutupdate4 body written by the layout driver. The flexfiles record can exceed that...

7.5CVSS0.0021EPSS
SaveExploits0
CVE
CVE
added 2026/09/17 4:06 p.m.7 views

CVE-2026-90102

CVE-2026-90102 is a Linux kernel vulnerability in the NFSv4/pnfs flexfiles layout driver. The per-net data server cache in nfs4_pnfs_ds_add() keyed entries only on the multipath address set, ignoring the NFS version. When one address legitimately serves both NFSv3 and NFSv4 , two deviceids alias ...

7.5CVSS0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/17 4:06 p.m.25 views

CVE-2026-90102 NFSv4/pnfs: key the data server cache on the NFS version

In the Linux kernel, the following vulnerability has been resolved: NFSv4/pnfs: key the data server cache on the NFS version nfs4pnfsdsadd keys the per-net data server cache on the multipath address set alone, and struct nfs4pnfsds records no version. That suffices for the files layout driver,...

7.5CVSS0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/17 4:06 p.m.4 views

CVE-2026-90102 NFSv4/pnfs: key the data server cache on the NFS version

In the Linux kernel, the following vulnerability has been resolved: NFSv4/pnfs: key the data server cache on the NFS version nfs4pnfsdsadd keys the per-net data server cache on the multipath address set alone, and struct nfs4pnfsds records no version. That suffices for the files layout driver,...

7.5CVSS
SaveExploits0References11
EUVD
EUVD
added 2026/09/17 4:06 p.m.5 views

EUVD-2026-81695

In the Linux kernel, the following vulnerability has been resolved: NFSv4/pnfs: key the data server cache on the NFS version nfs4pnfsdsadd keys the per-net data server cache on the multipath address set alone, and struct nfs4pnfsds records no version. That suffices for the files layout driver,...

0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/17 4:06 p.m.6 views

CVE-2026-90091 Bluetooth: L2CAP: fix race l2cap_sock_cleanup_listen() vs. put_chan

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix race l2capsockcleanuplisten vs. putchan For L2CAP sockets without owning sk-sksocket, reading l2cappisk-chan may race against concurrent l2capsockkill - l2capsockputchan. This excludes simultaneous protoops...

8CVSS
SaveExploits0References9
Cvelist
Cvelist
added 2026/09/17 4:06 p.m.26 views

CVE-2026-90091 Bluetooth: L2CAP: fix race l2cap_sock_cleanup_listen() vs. put_chan

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix race l2capsockcleanuplisten vs. putchan For L2CAP sockets without owning sk-sksocket, reading l2cappisk-chan may race against concurrent l2capsockkill - l2capsockputchan. This excludes simultaneous protoops...

8CVSS0.00205EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/17 4:06 p.m.4 views

EUVD-2026-81952

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix race l2capsockcleanuplisten vs. putchan For L2CAP sockets without owning sk-sksocket, reading l2cappisk-chan may race against concurrent l2capsockkill - l2capsockputchan. This excludes simultaneous protoops...

0.00205EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/17 4:06 p.m.8 views

CVE-2026-90091

CVE-2026-90091 is a race condition in the Linux kernel's Bluetooth L2CAP subsystem. For L2CAP sockets that do not own sk->sk_socket, an unsafe lockless read of l2cap_pi(sk)->chan in l2cap_sock_cleanup_listen() can race against a concurrent l2cap_sock_kill() → l2cap_sock_put_chan(), which se...

8CVSS0.00205EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/17 4:06 p.m.3 views

CVE-2026-90085 octeontx2-af: fix NULL deref in NIX TM tree debugfs read path

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: fix NULL deref in NIX TM tree debugfs read path rvudbgnixtmtreedisplay dereferences pfvf-sqctx without checking whether the SQ context has been allocated. Reading /sys/kernel/debug/octeontx2/nix/tmtree for a NIX LF...

SaveExploits0References7
CVE
CVE
added 2026/09/17 4:06 p.m.7 views

CVE-2026-90085

CVE-2026-90085 affects the octeontx2-af driver in the Linux kernel . The function rvu_dbg_nix_tm_tree_display() dereferences pfvf->sq_ctx without verifying that the SQ context has been allocated. Reading /sys/kernel/debug/octeontx2/nix/tm_tree for a NIX logical function whose transmit queues a...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/17 4:06 p.m.4 views

EUVD-2026-81946

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: fix NULL deref in NIX TM tree debugfs read path rvudbgnixtmtreedisplay dereferences pfvf-sqctx without checking whether the SQ context has been allocated. Reading /sys/kernel/debug/octeontx2/nix/tmtree for a NIX LF...

0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/17 4:06 p.m.9 views

CVE-2026-90084

CVE-2026-90084 affects the octeontx2-vf driver in the Linux kernel . A race condition exists in the probe/remove path: the VF workqueue was initialized after register_netdev(), meaning ndo_set_rx_mode could queue work on a NULL workqueue before initialization completed. The fix reorders the initi...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/17 4:05 p.m.4 views

EUVD-2026-81941

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: fix NULL deref of afxdpzcqidx on rep setup afxdpzcqidx tracks receive queues using AFXDP zero-copy and is allocated during PF/VF probe. Representors and other non-AFXDP paths leave the pointer NULL, but several call...

0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/17 4:05 p.m.9 views

CVE-2026-90080

In the Linux kernel , the octeontx2-pf driver (Mellanox OcteonTX2) contains a NULL pointer dereference on the af_xdp_zc_qidx bitmap. This pointer is allocated during PF/VF probe but remains NULL for representors and other non-AF_XDP paths. Several call sites invoked test_bit() on it unconditional...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/17 4:05 p.m.4 views

CVE-2026-90080 octeontx2-pf: fix NULL deref of af_xdp_zc_qidx on rep setup

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: fix NULL deref of afxdpzcqidx on rep setup afxdpzcqidx tracks receive queues using AFXDP zero-copy and is allocated during PF/VF probe. Representors and other non-AFXDP paths leave the pointer NULL, but several call...

SaveExploits0References6
Rows per page
Query Builder