Lucene search
+L

3379 matches found

UbuntuCve
UbuntuCve
added 2026/08/10 12:17 p.m.14 views

CVE-2026-68088

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: function: rndis: add length check to response query Add variable representations for BufLength and BufOffset in rndisqueryresponse, and perform a length check on them. This is identical to how rndissetresponse handle...

5.4AI score0.00176EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/10 12:17 p.m.7 views

UBUNTU-CVE-2026-68088

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: function: rndis: add length check to response query Add variable representations for BufLength and BufOffset in rndisqueryresponse, and perform a length check on them. This is identical to how rndissetresponse handle...

5.2AI score0.00176EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/08/10 12:03 p.m.10 views

EUVD-2026-55471

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...

5.3AI score0.00138EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.38 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.47 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
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.35 views

CVE-2026-68369 usb: gadget: printer: fix infinite loop in printer_read()

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...

0.0021EPSS
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
CVE
CVE
added 2026/08/10 12:03 p.m.26 views

CVE-2026-68369

The CVE affects the Linux kernel USB gadget printer driver (printer_read) where the code used the same variable for the requested copy size and the actual copied bytes. If copy_to_user fails to copy anything, the copied length becomes zero and RX data can cause an infinite loop because len/buf/cu...

5.5AI score0.0021EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:03 p.m.42 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.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.35 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.10 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.14 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
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:03 p.m.35 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.00175EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:03 p.m.12 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.36 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
EUVD
EUVD
added 2026/08/10 11:51 a.m.9 views

EUVD-2026-55269

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: function: rndis: add length check to response query Add variable representations for BufLength and BufOffset in rndisqueryresponse, and perform a length check on them. This is identical to how rndissetresponse handle...

5.3AI score0.00176EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 11:51 a.m.8 views

CVE-2026-68088 usb: gadget: function: rndis: add length check to response query

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: function: rndis: add length check to response query Add variable representations for BufLength and BufOffset in rndisqueryresponse, and perform a length check on them. This is identical to how rndissetresponse handle...

5.4AI score
SaveExploits0References11
CVE
CVE
added 2026/08/10 11:51 a.m.29 views

CVE-2026-68088

The CVE describes a Linux kernel usb gadget rndis vulnerability where the rndis_query_response() path now validates BufLength and BufOffset (introducing a length check) to match the handling in rndis_set_response(). The vulnerability affects the rndis function of the USB gadget subsystem in the L...

5.3AI score0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 11:51 a.m.35 views

CVE-2026-68088 usb: gadget: function: rndis: add length check to response query

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: function: rndis: add length check to response query Add variable representations for BufLength and BufOffset in rndisqueryresponse, and perform a length check on them. This is identical to how rndissetresponse handle...

0.00176EPSS
SaveExploits0References8
Rows per page
Query Builder