Lucene search
+L

2632 matches found

NVD
NVD
added 3 days ago5 views

CVE-2026-68195

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7615: drop TXRXNOTIFY on non-mmio buses PKTTYPETXRXNOTIFY is an mmio-only event, but mt7615rxcheck and mt7615queuerxskb dispatch it to mt7615mactxfree on every bus. mt7615mactxfree cleans the DMA tx queues with...

0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
added 3 days ago31 views

CVE-2026-68374 usb: core: sysfs: add lock to bos_descriptors_read()

In the Linux kernel, the following vulnerability has been resolved: usb: core: sysfs: add lock to bosdescriptorsread Add a lock to the function bosdescriptorsread. This function accesses udev-bos, which could be simultaneously freed in usbresetandverifydevice, a function that is commonly called i...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 3 days ago26 views

CVE-2026-68368

The CVE concerns the Linux kernel USB gadget driver f_ncm (ncm_unwrap_ntb). The issue: when unpacking host-supplied NTBs, the code checked datagram length against frame_max but did not ensure the datagram fits within the declared block length, and subsequent NTBs from a single socket buffer were ...

5.5AI score0.002EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-55468

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ftcm: synchronize delayed setalt with teardown The ftcm setalt path defers endpoint setup to a work item and completes the delayed status response from process context. The delayed work uses ftcm private state and ma...

5.3AI score0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 3 days ago7 views

EUVD-2026-55467

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: clamp SENDRESPONSE length to the response buffer uvcsendresponse builds the UVC control response from a user-supplied struct uvcrequestdata: req-length = mintunsigned int, uvc-eventlength, data-length;...

5.4AI score0.00175EPSS
SaveExploits0References5
CVE
CVE
added 3 days ago20 views

CVE-2026-68087

CVE-2026-68087 affects the Linux kernel HID wacom driver. The vulnerability stems from using GFP_KERNEL inside wacom_wac_queue_flush(), which is invoked from the atomic-context, URB-completion path (hid_irq_in()) via wacom_raw_event → wacom_wac_pen_serial_enforce → wacom_wac_queue_flush. Using GF...

5.3AI score0.00166EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 3 days ago4 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: USB: uas: Fixing the URB unmapping issue when the UAS device is removed during ongoing data transfer When a UAS device is unplugged during data transfer, there is a possibility of a system panic occurring. The root cause is...

5.3AI score0.00188EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 3 days ago10 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: can: mcbausb: mcbausbreadbulkcallback: fixed a URB memory leak. The memory leak was fixed in a similar manner to the issue in commit 7352e1d5932a “can: gsusb: gsusbreceivebulkcallback: fixed a URB memory leak”. In mcbausbprobe -...

5.5CVSS5.1AI score0.00123EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 3 days ago9 views

Astra Linux – Vulnerability in grub2

A vulnerability has been identified in the GRUB Grand Unified Bootloader component. This flaw occurs because the bootloader improperly handles string conversions when reading information from a USB device, allowing an attacker to exploit inconsistencies in the length values. A local attacker can...

4.8CVSS5.2AI score0.0019EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 3 days ago9 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: usb: catc: enable basic endpoint checking The catcprobe function fills three URBs with hardcoded endpoint pipes without verifying the endpoint descriptors. This occurs as follows: - usbsndbulkpipeusbdev, 1 and...

5.5CVSS5.2AI score0.0016EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 3 days ago9 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: can: usb: f81604: correctly anchors the urb in the read bulk callback. When submitting an urb, that is using the anchor pattern, it needs to be anchored before submission. Otherwise, it could be leaked if the usbkillanchoredurbs...

5.5CVSS4.4AI score0.00127EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 3 days ago4 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: Fixed a memory leak that occurred due to a failure in usbsubmiturb. In asyncsetregisters, when usbsubmiturb fails, the allocated asyncreq structure and URB are not freed, resulting in a memory leak. The...

5.5CVSS5.3AI score0.00114EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 3 days ago8 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: can: usb8dev: usb8devreadbulkcallback: fixed the URB memory leak. The memory leak was fixed in a similar manner to that in commit 7352e1d5932a “can: gsusb: gsusbreceivebulkcallback: fixed the URB memory leak”. In usb8devopen -...

5.5CVSS5.1AI score0.00127EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 3 days ago10 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: usb:dwc3:gadget: Move vbus draw to workqueue context Currently, dwc3gadgetvbusdraw can be called from an atomic context, which in turn invokes APIs from power-supply-core. Some of these PMIC APIs have operations that may enter a...

5.5CVSS5.7AI score0.00122EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 3 days ago4 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: fix memory leak in updateeth regsAsync When writing to the device registers asynchronously, and if usbsubmiturb fails, the code fails to release the resources allocated for this process...

5.5CVSS5.5AI score0.00149EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 3 days ago5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fixed null pointer access to epfile after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The ffsdataclear function called in ffsdatareset sets ffs-epfiles to NULL...

5AI score0.00197EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/08/06 10:28 a.m.8 views

CVE-2026-64571

A flaw was found in the Linux kernel's wifi: p54 component. A local attacker with a malicious USB device could exploit this by sending a specially crafted frame during an EEPROM Electrically Erasable Programmable Read-Only Memory readback operation. This vulnerability allows the device to read...

5.4AI score0.00156EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/06 8:16 a.m.6 views

UBUNTU-CVE-2026-64585

In the Linux kernel, the following vulnerability has been resolved: can: esdusb: kill anchored URBs before freeing netdevs esdusbdisconnect frees each CAN netdev with freecandev inside its per-netdev loop and only calls unlinkallurbsdev afterwards. The per-netdev private data struct esdusbnetpriv...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/08/06 7:13 a.m.13 views

CVE-2026-64594

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: initialize resetwork at allocation time ffsfskillsb unconditionally calls cancelworksync on ffs-resetwork when a functionfs instance is unmounted: ffsdataresetffs; cancelworksync&ffs-resetwork; However...

5.3AI score0.00164EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/06 7:6 a.m.11 views

EUVD-2026-53772

In the Linux kernel, the following vulnerability has been resolved: can: esdusb: kill anchored URBs before freeing netdevs esdusbdisconnect frees each CAN netdev with freecandev inside its per-netdev loop and only calls unlinkallurbsdev afterwards. The per-netdev private data struct esdusbnetpriv...

5.4AI score0.0012EPSS
SaveExploits0References6
Rows per page
Query Builder