Lucene search
+L

30304 matches found

CVE
CVE
added 2026/07/25 8:50 a.m.25 views

CVE-2026-64389

Summary: CVE-2026-64389 affects the Linux kernel KSMD (ksmbd) SMB3 multichannel binding path. The code derives the NTLMv2 session key into sess->sess_key during ksmbd_auth_ntlmv2(), before validating the NTLMv2 response. If authentication fails, the subsequent KEY_XCH step may still use the (p...

8.2CVSS5.9AI score0.00453EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.30 views

CVE-2026-64389 ksmbd: validate NTLMv2 response before updating session key

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate NTLMv2 response before updating session key ksmbdauthntlmv2 derives the NTLMv2 session key into sess-sesskey before it verifies the NTLMv2 response. ksmbddecodentlmsspauthblob then continues into KEYXCH even when...

8.2CVSS0.00453EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/25 8:50 a.m.6 views

EUVD-2026-48933

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate NTLMv2 response before updating session key ksmbdauthntlmv2 derives the NTLMv2 session key into sess-sesskey before it verifies the NTLMv2 response. ksmbddecodentlmsspauthblob then continues into KEYXCH even when...

5.9AI score0.00453EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/25 8:50 a.m.7 views

EUVD-2026-48900

In the Linux kernel, the following vulnerability has been resolved: xfs: fix memory leak in xfsdqinodemetadircreate If xfsmetadircreate fails in xfsdqinodemetadircreate, the current code returns directly, leaking the allocated update and transaction state. If the subsequent commit fails, the...

5.8AI score0.00179EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:50 a.m.17 views

CVE-2026-64350

CVE-2026-64350 describes a memory leak in the Linux kernel USB cdnsp driver. The function cdnsp_alloc_stream_info() allocates stream_info->stream_ctx_array via cdnsp_alloc_stream_ctx() . If a later stream ring allocation or stream mapping update fails, the error path currently frees the alloca...

5.7AI score0.00173EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.28 views

CVE-2026-64350 usb: cdnsp: fix stream context array leak in cdnsp_alloc_stream_info()

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: fix stream context array leak in cdnspallocstreaminfo cdnspallocstreaminfo allocates streaminfo-streamctxarray with cdnspallocstreamctx. If a later stream ring allocation or stream mapping update fails, the error path...

0.00173EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:50 a.m.8 views

CVE-2026-64350 usb: cdnsp: fix stream context array leak in cdnsp_alloc_stream_info()

In the Linux kernel, the following vulnerability has been resolved: usb: cdnsp: fix stream context array leak in cdnspallocstreaminfo cdnspallocstreaminfo allocates streaminfo-streamctxarray with cdnspallocstreamctx. If a later stream ring allocation or stream mapping update fails, the error path...

5.7AI score
SaveExploits0References10
CVE
CVE
added 2026/07/25 8:50 a.m.22 views

CVE-2026-64348

The CVE-2026-64348 issue in the Linux kernel affects EHCI/FOTG210 isochronous submits, where a staged usb_schedule (ehci_iso_sched) attached to urb->hcpriv could leak if usb_hcd_link_urb_to_ep() fails or the controller becomes inaccessible. The published fixes free the staged schedule from don...

5.8AI score0.00173EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:50 a.m.6 views

EUVD-2026-48892

In the Linux kernel, the following vulnerability has been resolved: usb: free iso schedules on failed submit EHCI and FOTG210 isochronous submits build an ehciisosched before linking the URB to the endpoint queue, and keep the staged schedule in urb-hcpriv until isostreamschedule and the link...

5.8AI score0.00173EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.9 views

CVE-2026-64348

In the Linux kernel, the following vulnerability has been resolved: usb: free iso schedules on failed submit EHCI and FOTG210 isochronous submits build an ehciisosched before linking the URB to the endpoint queue, and keep the staged schedule in urb-hcpriv until isostreamschedule and the link...

5.7AI score0.00173EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.31 views

CVE-2026-64348 usb: free iso schedules on failed submit

In the Linux kernel, the following vulnerability has been resolved: usb: free iso schedules on failed submit EHCI and FOTG210 isochronous submits build an ehciisosched before linking the URB to the endpoint queue, and keep the staged schedule in urb-hcpriv until isostreamschedule and the link...

0.00173EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:50 a.m.19 views

CVE-2026-64345

The CVE-2026-64345 issue affects the Linux kernel USB gadget f_printer driver. printer_open() increments dev->kref even when an open fails with -EBUSY, causing a reference leak because VFS does not call ->release() for failed opens. The fix moves the kref_get() into the successful-open path...

5.8AI score0.00173EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/25 8:50 a.m.8 views

EUVD-2026-48889

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fprinter: take kref only for successful open printeropen returns -EBUSY when the character device is already open, but it increments dev-kref regardless of the return value. VFS does not call -release for a failed...

5.8AI score0.00173EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.27 views

CVE-2026-64345 usb: gadget: f_printer: take kref only for successful open

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fprinter: take kref only for successful open printeropen returns -EBUSY when the character device is already open, but it increments dev-kref regardless of the return value. VFS does not call -release for a failed...

0.00173EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:50 a.m.14 views

CVE-2026-64338

CVE-2026-64338 concerns the Linux kernel USB subsystem, specifically the uss720 driver. The issue arises when uss720_probe() registers a parport before reading the 1284 register used to detect Belkin F5U002 adapters. If get_1284_register() fails, the error path currently drops the driver private ...

5.8AI score0.00177EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.8 views

CVE-2026-64337

In the Linux kernel, the following vulnerability has been resolved: usb: mtu3: unmap request DMA on queue failure mtu3gadgetqueue maps the request before checking whether the QMU GPD ring can accept another transfer. the request is returned with -EAGAIN before it is linked on the endpoint request...

5.7AI score0.00211EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:50 a.m.15 views

CVE-2026-64337

CVE-2026-64337 (Linux kernel): usb mtu3 flaw where mtu3_gadget_queue() maps the request before verifying QMU GPD space, causing a DMA mapping to remain active if mtu3_prepare_transfer() fails and the request isn’t linked. The fix unmaps the DMA on the failed queue path before returning. Documents...

5.8AI score0.00211EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:50 a.m.8 views

CVE-2026-64338 USB: misc: uss720: unregister parport on probe failure

In the Linux kernel, the following vulnerability has been resolved: USB: misc: uss720: unregister parport on probe failure uss720probe registers a parport before reading the 1284 register used to detect unsupported Belkin F5U002 adapters. If get1284register fails, the error path drops the driver...

5.7AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.7 views

CVE-2026-64338

In the Linux kernel, the following vulnerability has been resolved: USB: misc: uss720: unregister parport on probe failure uss720probe registers a parport before reading the 1284 register used to detect unsupported Belkin F5U002 adapters. If get1284register fails, the error path drops the driver...

5.7AI score0.00177EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.28 views

CVE-2026-64338 USB: misc: uss720: unregister parport on probe failure

In the Linux kernel, the following vulnerability has been resolved: USB: misc: uss720: unregister parport on probe failure uss720probe registers a parport before reading the 1284 register used to detect unsupported Belkin F5U002 adapters. If get1284register fails, the error path drops the driver...

0.00177EPSS
SaveExploits0References8
Rows per page
Query Builder