Lucene search
+L

5346 matches found

CVE
CVE
added 2026/07/19 3:40 p.m.14 views

CVE-2026-64110

CVE-2026-64110 affects the Linux kernel igc driver logic for transmitting frames on I226 adapters. The vulnerability arises when igc_fpe_init_tx_descriptor() fails and the allocated skb is not freed, causing a potential skb leak in igc_fpe_xmit_smd_frame(). The patch fixes this by ensuring dev_kf...

5.4AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 3:40 p.m.13 views

EUVD-2026-45795

In the Linux kernel, the following vulnerability has been resolved: igc: fix potential skb leak in igcfpexmitsmdframe When igcfpeinittxdescriptor fails, no one takes care of an allocated skb, leaking it. 1 Use devkfreeskbany on failure. Tested on an I226 adapter with the following command, while...

5.4AI score0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.10 views

CVE-2026-64110

In the Linux kernel, the following vulnerability has been resolved: igc: fix potential skb leak in igcfpexmitsmdframe When igcfpeinittxdescriptor fails, no one takes care of an allocated skb, leaking it. 1 Use devkfreeskbany on failure. Tested on an I226 adapter with the following command, while...

5.2AI score0.00166EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.32 views

CVE-2026-64110 igc: fix potential skb leak in igc_fpe_xmit_smd_frame()

In the Linux kernel, the following vulnerability has been resolved: igc: fix potential skb leak in igcfpexmitsmdframe When igcfpeinittxdescriptor fails, no one takes care of an allocated skb, leaking it. 1 Use devkfreeskbany on failure. Tested on an I226 adapter with the following command, while...

0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 3:39 p.m.13 views

CVE-2026-64019

Technical details are not publicly available in the provided documents; monitor for updates.

5.4AI score0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.7 views

CVE-2026-64019

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix dma mapping leak on data setup error We're leaking the initial DMA mapping during iteration if we fail to allocate the tracking descriptor for both PRP and SGL. Unmap the iterator directly; we can't use the existing...

5.2AI score0.00155EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:39 p.m.8 views

EUVD-2026-45592

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix dma mapping leak on data setup error We're leaking the initial DMA mapping during iteration if we fail to allocate the tracking descriptor for both PRP and SGL. Unmap the iterator directly; we can't use the existing...

5.4AI score0.00155EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/19 3:16 p.m.7 views

CVE-2026-63857

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Do not read uninitialized fragment address in airohadevxmit The transmit loop in airohadevxmit reads fragment address and length during its final iteration, when the loop index equals skbshinfoskb-nrfrags, at which...

9.8CVSS0.00347EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/19 2:56 p.m.14 views

EUVD-2026-45752

In the Linux kernel, the following vulnerability has been resolved: net/handshake: hand off the pinned file reference to acceptdoit handshakereqnext removes the request from the per-net pending list and drops hnlock before handshakenlacceptdoit reads req-hrsk-sksocket and dereferences sock-file...

5.4AI score0.00516EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/19 2:56 p.m.6 views

CVE-2026-63979 net/handshake: hand off the pinned file reference to accept_doit

In the Linux kernel, the following vulnerability has been resolved: net/handshake: hand off the pinned file reference to acceptdoit handshakereqnext removes the request from the per-net pending list and drops hnlock before handshakenlacceptdoit reads req-hrsk-sksocket and dereferences sock-file...

9.8CVSS5.4AI score
SaveExploits0References5
CVE
CVE
added 2026/07/19 2:55 p.m.13 views

CVE-2026-63962

The CVE-2026-63962 entry describes a Linux kernel vulnerability in usb: typec: tcpm: bound altmode_desc[] per iteration in svdm_consume_modes(). The root cause is that svdm_consume_modes() checked pmdata->altmodes against the array size only once before looping over the count, not at every ite...

5.3AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 2:55 p.m.32 views

CVE-2026-63952

CVE-2026-63952 affects the Linux kernel: when SEAL_EXEC is added, SEAL_WRITE is implied to enforce W^X, but the implied seal is applied after the write-mapping check. This allows a memfd to be modified via writable mappings despite being marked as write-sealed. The fix adds the implied seals befo...

8.4CVSS5.4AI score0.0016EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/19 2:55 p.m.5 views

CVE-2026-63952 memfd: deny writeable mappings when implying SEAL_WRITE

In the Linux kernel, the following vulnerability has been resolved: memfd: deny writeable mappings when implying SEALWRITE When SEALEXEC is added, SEALWRITE is implied to make W^X. But the implied seal is set after the check that makes sure the memfd can not have any writable mappings. This means...

8.4CVSS5.3AI score
SaveExploits0References8
CVE
CVE
added 2026/07/19 2:55 p.m.16 views

CVE-2026-63910

The CVE-2026-63910 entry describes a Linux kernel vulnerability in dma-buf: a slab-use-after-free (UAF) in the dma_buf_fd() tracepoint. The fault arises because FD_ADD() leaves the allocated file descriptor live in the table; a racing thread can close() the fd before the DMA_BUF_TRACE() tracepoin...

7.8CVSS5.3AI score0.00154EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/19 2:55 p.m.8 views

EUVD-2026-45683

In the Linux kernel, the following vulnerability has been resolved: dma-buf: fix UAF in dmabuffd tracepoint Once FDADD returns, the fd is live in the file descriptor table and a thread sharing that table can close it before DMABUFTRACE runs. The close drops the last reference, fput frees the...

5.3AI score0.00154EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.30 views

CVE-2026-63910 dma-buf: fix UAF in dma_buf_fd() tracepoint

In the Linux kernel, the following vulnerability has been resolved: dma-buf: fix UAF in dmabuffd tracepoint Once FDADD returns, the fd is live in the file descriptor table and a thread sharing that table can close it before DMABUFTRACE runs. The close drops the last reference, fput frees the...

7.8CVSS0.00154EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.28 views

CVE-2026-63896 usb: gadget: composite: fix integer underflow in WebUSB GET_URL handling

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: composite: fix integer underflow in WebUSB GETURL handling The WebUSB GETURL handler in compositesetup narrows landingpagelength to fit the host-supplied wLength using landingpagelength = wlength -...

0.002EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/19 2:55 p.m.17 views

CVE-2026-63890

The CVE-2026-63890 entry describes a Linux kernel vulnerability in the SCSI FCoE CVL walker where an unauthenticated L2 peer can hang fcoe_ctlr_recv_work on fcoe, qedf, or bnx2fc initiators by sending a CVL frame with a non‑critical descriptor (fip_dtype >= 128) and fip_dlen == 0. The issue ar...

5.4AI score0.00211EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.32 views

CVE-2026-63890 scsi: fcoe: Reject FIP descriptors with zero fip_dlen in CVL walker

In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Reject FIP descriptors with zero fipdlen in CVL walker drivers/scsi/fcoe/fcoectlr.c::fcoectlrrecvclrvlink advanced the descriptor cursor by an attacker-supplied fipdlen without ever requiring dlen = sizeofstruct fipde...

0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/19 2:55 p.m.9 views

CVE-2026-63890 scsi: fcoe: Reject FIP descriptors with zero fip_dlen in CVL walker

In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Reject FIP descriptors with zero fipdlen in CVL walker drivers/scsi/fcoe/fcoectlr.c::fcoectlrrecvclrvlink advanced the descriptor cursor by an attacker-supplied fipdlen without ever requiring dlen = sizeofstruct fipde...

5.4AI score
SaveExploits0References11
Rows per page
Query Builder