Lucene search
+L

55595 matches found

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

CVE-2026-64339 usb: misc: usbio: bound bulk IN response length to the received transfer

In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: bound bulk IN response length to the received transfer usbiobulkmsg copies bpktlen = le16tocpubpkt-len bytes out of the bulk IN buffer usbio-rxbuf, allocated with size usbio-rxbuflen into the caller's buffer...

0.00157EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.15 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.5CVSS5.7AI score0.0016EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 8:50 a.m.12 views

CVE-2026-64337 usb: mtu3: unmap request DMA on queue failure

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 score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.17 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.5CVSS5.7AI score0.00123EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.46 views

CVE-2026-64332 USB: ulpi: fix memory leak on registration failure

In the Linux kernel, the following vulnerability has been resolved: USB: ulpi: fix memory leak on registration failure The allocated device name is never freed on early ULPI device registration failures. Fix this by initialising the device structure earlier and releasing the initial reference...

0.00123EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:49 a.m.12 views

CVE-2026-64332 USB: ulpi: fix memory leak on registration failure

In the Linux kernel, the following vulnerability has been resolved: USB: ulpi: fix memory leak on registration failure The allocated device name is never freed on early ULPI device registration failures. Fix this by initialising the device structure earlier and releasing the initial reference...

5.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/25 8:49 a.m.17 views

EUVD-2026-48876

In the Linux kernel, the following vulnerability has been resolved: USB: ulpi: fix memory leak on registration failure The allocated device name is never freed on early ULPI device registration failures. Fix this by initialising the device structure earlier and releasing the initial reference...

5.8AI score0.00123EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:49 a.m.54 views

CVE-2026-64332

CVE-2026-64332 is a memory leak in the Linux kernel's USB ULPI driver. When a ULPI device registration fails early, the allocated device name is never freed, leading to gradual resource exhaustion and potential denial of service (CVSS 5.5, local/low privileges, high availability impact). The fix ...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2026/07/25 8:49 a.m.50 views

CVE-2026-64331

CVE-2026-64331 is a NULL pointer dereference in the Linux kernel's usbip vudc subsystem. The root cause is that vep_alloc_request() never initialized vrequest->udc, so when FunctionFS AIO cancellations arrived in vep_dequeue, a NULL UDC reference caused a kernel oops. The bug reportedly existe...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.42 views

CVE-2026-64331 usbip: vudc: fix NULL deref in vep_dequeue()

In the Linux kernel, the following vulnerability has been resolved: usbip: vudc: fix NULL deref in vepdequeue vepallocrequest wasn't initializing vrequest-udc, so cancellations on the FunctionFS AIO path were arriving in vepdequeue without a valid UDC reference. Since vrequest-udc is never actual...

0.00123EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:49 a.m.12 views

CVE-2026-64331 usbip: vudc: fix NULL deref in vep_dequeue()

In the Linux kernel, the following vulnerability has been resolved: usbip: vudc: fix NULL deref in vepdequeue vepallocrequest wasn't initializing vrequest-udc, so cancellations on the FunctionFS AIO path were arriving in vepdequeue without a valid UDC reference. Since vrequest-udc is never actual...

5.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/25 8:49 a.m.12 views

EUVD-2026-48870

In the Linux kernel, the following vulnerability has been resolved: block: skip syncblockdev on surprise removal in bdevmarkdead bdevmarkdead's @surprise == true means the device is already gone. The filesystem callback fsbdevmarkdead honours this and skips syncfilesystem, but the bare block devi...

5.8AI score0.00159EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.41 views

CVE-2026-64326 block: skip sync_blockdev() on surprise removal in bdev_mark_dead()

In the Linux kernel, the following vulnerability has been resolved: block: skip syncblockdev on surprise removal in bdevmarkdead bdevmarkdead's @surprise == true means the device is already gone. The filesystem callback fsbdevmarkdead honours this and skips syncfilesystem, but the bare block devi...

0.00159EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/25 8:49 a.m.10 views

CVE-2026-64326 block: skip sync_blockdev() on surprise removal in bdev_mark_dead()

In the Linux kernel, the following vulnerability has been resolved: block: skip syncblockdev on surprise removal in bdevmarkdead bdevmarkdead's @surprise == true means the device is already gone. The filesystem callback fsbdevmarkdead honours this and skips syncfilesystem, but the bare block devi...

5.8AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.47 views

CVE-2026-64321 nvme: target: rdma: fix ndev refcount leak on queue connect

In the Linux kernel, the following vulnerability has been resolved: nvme: target: rdma: fix ndev refcount leak on queue connect nvmetrdmaqueueconnect calls nvmetrdmafindgetdevice which acquires a reference on the returned ndev via krefget. On the path where the host queue backlog is exceeded and...

0.00122EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/25 8:49 a.m.15 views

EUVD-2026-49020

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Do not initialize SNP for ioctlSNPVLEKLOAD Sashiko notes: if SEV initialization fails and KVM is actively running normal VMs, could a userspace process trigger this code path via /dev/sev ioctls e.g., SEVPDHGEN and...

5.9AI score0.00169EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/25 8:49 a.m.12 views

EUVD-2026-49019

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Do not initialize SNP for ioctlSNPCONFIG Sashiko notes: if SEV initialization fails and KVM is actively running normal VMs, could a userspace process trigger this code path via /dev/sev ioctls e.g., SEVPDHGEN and ze...

5.9AI score0.00169EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:49 a.m.40 views

CVE-2026-64307

CVE-2026-64307 is a Denial of Service in the Linux kernel's crypto:ccp module (SEV/SNP support). If SEV initialization fails while KVM is running active VMs, a local user with low privileges can trigger the SNP_CONFIG ioctl via /dev/sev, causing a re-initialization that zeros out MSR_VM_HSAVE_PA ...

5.5CVSS5.9AI score0.00169EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/07/25 8:49 a.m.27 views

EUVD-2026-48991

In the Linux kernel, the following vulnerability has been resolved: i2c: core: fix adapter deregistration race Adapters can be looked up by their id using i2cgetadapter which takes a reference to the embedded struct device. Remove the adapter from the IDR before tearing it down during...

5.7AI score0.0013EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/25 8:49 a.m.13 views

EUVD-2026-48986

In the Linux kernel, the following vulnerability has been resolved: Input: goodix - clamp the device-reported contact count goodixtsreadinputreport copies the number of touch points reported by the device into an on-stack buffer u8 pointdata2 + GOODIXMAXCONTACTSIZE GOODIXMAXCONTACTS; which is siz...

5.7AI score0.00169EPSS
SaveExploits0References8
Rows per page
Query Builder