Lucene search
+L

245046 matches found

Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-74385

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: check return value of nvmettcpsetqueuesock The return value of nvmettcpsetqueuesock is currently ignored in nvmettcptlshandshakedone. If it fails e.g., due to the socket not being in TCPESTABLISHED state, the socket...

5.4AI score0.00166EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-74386

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix page fragment cache leak in error path In nvmettcpallocqueue, when a connection is closed during the allocation process e.g., nvmettcpsetqueuesock returns -ENOTCONN, the error handling jumps to outdestroysq and the...

5.4AI score0.00168EPSS
SaveExploits0
OSV
OSV
added yesterday3 views

CVE-2026-74386 nvmet-tcp: fix page fragment cache leak in error path

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix page fragment cache leak in error path In nvmettcpallocqueue, when a connection is closed during the allocation process e.g., nvmettcpsetqueuesock returns -ENOTCONN, the error handling jumps to outdestroysq and the...

5.5AI score
SaveExploits0References7
EUVD
EUVD
added yesterday4 views

EUVD-2026-59532

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: check return value of nvmettcpsetqueuesock The return value of nvmettcpsetqueuesock is currently ignored in nvmettcptlshandshakedone. If it fails e.g., due to the socket not being in TCPESTABLISHED state, the socket...

5.4AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added yesterday25 views

CVE-2026-74385 nvmet-tcp: check return value of nvmet_tcp_set_queue_sock

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: check return value of nvmettcpsetqueuesock The return value of nvmettcpsetqueuesock is currently ignored in nvmettcptlshandshakedone. If it fails e.g., due to the socket not being in TCPESTABLISHED state, the socket...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added yesterday6 views

EUVD-2026-59533

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix page fragment cache leak in error path In nvmettcpallocqueue, when a connection is closed during the allocation process e.g., nvmettcpsetqueuesock returns -ENOTCONN, the error handling jumps to outdestroysq and the...

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

CVE-2026-74385

CVE-2026-74385 affects the Linux kernel’s nvmet-tcp path. The vulnerability arises because nvmet_tcp_set_queue_sock()'s return value is ignored in nvmet_tcp_tls_handshake_done(), so if the socket is not in TCP_ESTABLISHED state, socket callbacks may not be set and this can lead to queue and socke...

5.4AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added yesterday21 views

CVE-2026-74386 nvmet-tcp: fix page fragment cache leak in error path

In the Linux kernel, the following vulnerability has been resolved: nvmet-tcp: fix page fragment cache leak in error path In nvmettcpallocqueue, when a connection is closed during the allocation process e.g., nvmettcpsetqueuesock returns -ENOTCONN, the error handling jumps to outdestroysq and the...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added yesterday5 views

EUVD-2026-59531

In the Linux kernel, the following vulnerability has been resolved: nvme-multipath: fix flex array size in struct nvmenshead struct nvmenshead contains a flexible array member, currentpath, which is indexed using the NUMA node ID: head-currentpathnumanodeid The structure is currently allocated as...

5.4AI score0.00177EPSS
SaveExploits0References8
CVE
CVE
added yesterday13 views

CVE-2026-74384

CVE-2026-74384 (Linux kernel) : The nvme-multipath path handling has a bug in how the flexible array member current_path[] is allocated and indexed. The code allocates the nvme_ns_head with space for num_possible_nodes() entries but then uses numa_node_id() to index current_path[], which can be s...

5.3AI score0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added yesterday23 views

CVE-2026-74384 nvme-multipath: fix flex array size in struct nvme_ns_head

In the Linux kernel, the following vulnerability has been resolved: nvme-multipath: fix flex array size in struct nvmenshead struct nvmenshead contains a flexible array member, currentpath, which is indexed using the NUMA node ID: head-currentpathnumanodeid The structure is currently allocated as...

0.00177EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-74384

In the Linux kernel, the following vulnerability has been resolved: nvme-multipath: fix flex array size in struct nvmenshead struct nvmenshead contains a flexible array member, currentpath, which is indexed using the NUMA node ID: head-currentpathnumanodeid The structure is currently allocated as...

5.4AI score0.00177EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-74383

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix out-of-bounds access in nvmesetupdescriptorpools nvmesetupdescriptorpools indexes dev-descriptorpools using the numanode forwarded from hctx-numanode by its single caller, nvmeinithctxcommon. On a non-NUMA kernel...

5.4AI score0.00166EPSS
SaveExploits0
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-74382

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: prevent unbounded recursion in offload rollback Quan Sun reported 1 a stack overflow in clsbpfoffloadcmd. Reproducer on netdevsim: add a skipsw clsbpf filter, set the bpftcaccept debugfs knob to 0, then tc filt...

5.5AI score0.00195EPSS
SaveExploits0
CVE
CVE
added yesterday13 views

CVE-2026-74382

CVE-2026-74382 concerns a stack overflow in the Linux kernel’s net/sched cls_bpf offload rollback. The issue arises when cls_bpf_offload_cmd() recursively re-enters during rollback if tc_setup_cb_replace() fails twice in a row, allowing unbounded recursion until the stack is exhausted. Two propos...

5.5AI score0.00195EPSS
SaveExploits0References8
EUVD
EUVD
added yesterday4 views

EUVD-2026-59529

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: prevent unbounded recursion in offload rollback Quan Sun reported 1 a stack overflow in clsbpfoffloadcmd. Reproducer on netdevsim: add a skipsw clsbpf filter, set the bpftcaccept debugfs knob to 0, then tc filt...

5.6AI score0.00195EPSS
SaveExploits0References8
CVE
CVE
added yesterday16 views

CVE-2026-74383

CVE-2026-74383 relates to the Linux kernel NVMe subsystem: nvme_setup_descriptor_pools() can index descriptor_pools[] with hctx->numa_node, which becomes UINT_MAX when hctx->numa_node is NUMA_NO_NODE (-1) in non-NUMA kernels. This out-of-bounds access leads to a fault during nvme_alloc_ns()...

5.4AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added yesterday3 views

CVE-2026-74382 net/sched: cls_bpf: prevent unbounded recursion in offload rollback

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: prevent unbounded recursion in offload rollback Quan Sun reported 1 a stack overflow in clsbpfoffloadcmd. Reproducer on netdevsim: add a skipsw clsbpf filter, set the bpftcaccept debugfs knob to 0, then tc filt...

5.7AI score
SaveExploits0References11
Cvelist
Cvelist
added yesterday23 views

CVE-2026-74382 net/sched: cls_bpf: prevent unbounded recursion in offload rollback

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsbpf: prevent unbounded recursion in offload rollback Quan Sun reported 1 a stack overflow in clsbpfoffloadcmd. Reproducer on netdevsim: add a skipsw clsbpf filter, set the bpftcaccept debugfs knob to 0, then tc filt...

0.00195EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday3 views

CVE-2026-74381

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Allow entries in BO caches to be freed When a buffer object is pinned via host1xbopin with a cache, the resulting mapping is kept in the cache so it can be reused on subsequent pins. Each mapping held a reference to...

5.8AI score0.00172EPSS
SaveExploits0
Rows per page
Query Builder