Lucene search
+L

17665 matches found

Cvelist
Cvelist
added 2026/08/10 12:03 p.m.39 views

CVE-2026-68370 usb: gadget: dummy_hcd: prevent fifo_req reuse during giveback

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: dummyhcd: prevent fiforeq reuse during giveback dummyhcd embeds a single shared usbrequest dum-fiforeq that the "emulated single-request FIFO" fast-path in dummyqueue reuses for small IN transfers: it copies the...

7.8CVSS0.00138EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:03 p.m.53 views

CVE-2026-68370

CVE-2026-68370 affects the Linux kernel USB gadget dummy_hcd path. A race condition reuses a shared usb_request (fifo_req) before its completion callback finishes, allowing overwriting of the callback pointer and causing a general protection/page fault in dummy_timer. The mitigation adds a fifo_r...

7.8CVSS5.3AI score0.00138EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:03 p.m.10 views

EUVD-2026-55470

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: printer: fix infinite loop in printerread printerread uses the same variable for the requested copy size and the number of bytes actually copied to user space. copytouser returns the number of bytes not copied, so wh...

5.5AI score0.0021EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.36 views

CVE-2026-68368 usb: gadget: f_ncm: validate datagram bounds in ncm_unwrap_ntb()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: validate datagram bounds in ncmunwrapntb When unpacking host-supplied NTBs, ncmunwrapntb checks datagram length against framemax but does not verify that the datagram fits within the declared block length...

0.0021EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:03 p.m.8 views

EUVD-2026-55469

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: validate datagram bounds in ncmunwrapntb When unpacking host-supplied NTBs, ncmunwrapntb checks datagram length against framemax but does not verify that the datagram fits within the declared block length...

5.5AI score0.0021EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:03 p.m.11 views

CVE-2026-68368 usb: gadget: f_ncm: validate datagram bounds in ncm_unwrap_ntb()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: validate datagram bounds in ncmunwrapntb When unpacking host-supplied NTBs, ncmunwrapntb checks datagram length against framemax but does not verify that the datagram fits within the declared block length...

5.6AI score
SaveExploits0References11
OSV
OSV
added 2026/08/10 12:03 p.m.17 views

CVE-2026-68367 usb: gadget: f_tcm: synchronize delayed set_alt with teardown

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.4AI score
SaveExploits0References11
CVE
CVE
added 2026/08/10 12:03 p.m.37 views

CVE-2026-68367

The CVE-2026-68367 entry covers the Linux kernel USB gadget driver f_tcm, where the set_alt path defers endpoint setup to a worker and may complete the delayed status after disconnect or teardown. The vulnerability arises from using private f_tcm state in a delayed_work, creating a race between t...

5.3AI score0.00184EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 12:03 p.m.18 views

CVE-2026-68366 usb: gadget: uvc: clamp SEND_RESPONSE length to the response buffer

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.5AI score
SaveExploits0References11
CVE
CVE
added 2026/08/10 12:03 p.m.55 views

CVE-2026-68366

The CVE concerns the Linux kernel USB gadget UVC path. In uvc_send_response, the code builds a control response from a user-supplied uvc_request_data and sets req->length = min(uvc->event_length, data->length). The operation then memcpy(req->buf, data->data, req->length). Since ...

5.4AI score0.00184EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.31 views

CVE-2026-68365 USB: serial: io_edgeport: cap received transmit credits

In the Linux kernel, the following vulnerability has been resolved: USB: serial: ioedgeport: cap received transmit credits The interrupt-status packet reports transmit credits returned by the device. edgeinterruptcallback adds the 16-bit value to txCredits without checking maxTxCredits. edgewrite...

0.00184EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:03 p.m.33 views

CVE-2026-68365

The CVE concerns the Linux kernel USB serial driver for io_edgeport. The vulnerability arises because edge_interrupt_callback() adds a 16-bit transmit-credits value to txCredits without enforcing maxTxCredits. edge_write() then uses (txCredits − software FIFO count) as the data that fits, and sin...

5.3AI score0.00184EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:03 p.m.9 views

EUVD-2026-55464

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: don't dereference hifdev after re-arming firmware request ath9khifrequestfirmware re-arms an asynchronous firmware load via requestfirmwarenowait, passing hifdev as the completion context, and then still...

5.4AI score0.00184EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.33 views

CVE-2026-68363 wifi: ath9k: hif_usb: don't dereference hif_dev after re-arming firmware request

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: don't dereference hifdev after re-arming firmware request ath9khifrequestfirmware re-arms an asynchronous firmware load via requestfirmwarenowait, passing hifdev as the completion context, and then still...

0.00184EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:03 p.m.48 views

CVE-2026-68363

The CVE affects the Linux kernel ath9k wireless driver (ath9k_htc) in the hif_usb path. The vulnerability arises when an asynchronous firmware load is re-armed via request_firmware_nowait(), which passes hif_dev as the completion context and later dereferences hif_dev in a post-request dev_info()...

5.4AI score0.00184EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 12:03 p.m.11 views

CVE-2026-68349 wifi: carl9170: fix buffer overflow in rx_stream failover path

In the Linux kernel, the following vulnerability has been resolved: wifi: carl9170: fix buffer overflow in rxstream failover path The failover continuation in carl9170rxstream copies the full tlen from the second USB transfer instead of capping at rxfailovermissing bytes. When both transfers are...

5.6AI score
SaveExploits0References11
OSV
OSV
added 2026/08/10 12:03 p.m.9 views

CVE-2026-68344 usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect

In the Linux kernel, the following vulnerability has been resolved: usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect ueaprobe distinguishes a pre-firmware device from a post-firmware one using the USB id UEAISPREFIRM, and stores a different object as the interface data i...

5.4AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/08/10 12:03 p.m.5 views

CVE-2026-68344

In the Linux kernel, the following vulnerability has been resolved: usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect ueaprobe distinguishes a pre-firmware device from a post-firmware one using the USB id UEAISPREFIRM, and stores a different object as the interface data i...

5.2AI score0.0021EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/08/10 12:03 p.m.8 views

EUVD-2026-55445

In the Linux kernel, the following vulnerability has been resolved: usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnect ueaprobe distinguishes a pre-firmware device from a post-firmware one using the USB id UEAISPREFIRM, and stores a different object as the interface data i...

5.4AI score0.0021EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:03 p.m.43 views

CVE-2026-68344

The CVE concerns the Linux kernel USB ATM driver (ueagle-atm). A pre-/post-firmware descriptor mismatch in uea_probe() vs uea_disconnect() allows a crafted device to cause an out-of-bounds access when tracing interface data, due to incorrect handling of interface data (struct completion vs struct...

5.4AI score0.0021EPSS
SaveExploits0References8
Rows per page
Query Builder