Lucene search
+L

17729 matches found

RedhatCVE
RedhatCVE
added 2026/07/21 9:09 p.m.8 views

CVE-2026-63906

A flaw was found in the Linux kernel's USB subsystem. Specifically, within the omap2430 driver, a memory resource is prematurely released while still in use, leading to a use-after-free vulnerability. This could allow a local attacker to cause a system crash denial of service or potentially execu...

8.4CVSS5.9AI score0.00175EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 9:09 p.m.7 views

CVE-2026-63902

A flaw was found in the Linux kernel's cypressm8 USB serial driver. This vulnerability allows a local attacker to cause a denial of service DoS due to an out-of-bounds read. The cypressreadintcallback function does not properly validate the length of interrupt packets, leading to attempts to read...

5.5CVSS5.2AI score0.0022EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 9:09 p.m.8 views

CVE-2026-63900

A flaw was found in the Linux kernel's USB Keyspan serial driver. This vulnerability stems from a missing sanity check on the size of incoming data transfers for usa49wg indat transfers. This oversight could allow an attacker to cause the system to parse stale or uninitialized memory, potentially...

5.5CVSS5.3AI score0.0022EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 8:49 p.m.11 views

CVE-2026-63899

A flaw was found in the Linux kernel's USB serial mxuport driver. A malicious Universal Serial Bus USB device could exploit this vulnerability by reporting a bulk-out endpoint maximum packet size smaller than eight bytes. This can lead to user-controlled slab corruption, potentially allowing an...

7CVSS5.6AI score0.00226EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 7:40 p.m.19 views

CVE-2026-63874

A flaw was found in the Linux kernel's USB Management Component Transport Protocol MCTP driver. A race condition exists between the completion of a USB Request Block URB and the cancellation of retry operations during the driver's shutdown process. This timing issue can cause a URB to be re-queue...

7.8CVSS5.2AI score0.00173EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/21 1:04 p.m.8 views

SUSE CVE-2026-63894

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: serialize DMABUF cancel against request completion ffsepfiledmabufiocomplete calls usbepfreerequest on the completed request but leaves priv-req, the back-pointer that ffsdmabuftransfer set on submission, pointi...

6.4CVSS5.2AI score0.00166EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/21 1:04 p.m.10 views

SUSE CVE-2026-63895

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: copy only received bytes on short ep0 read ffsep0read allocates its control-OUT data buffer with kmalloc not kzalloc at the Length value from the Setup packet, then copies that full len to userspace regardless o...

2.4CVSS5.5AI score0.00261EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/21 1:04 p.m.11 views

SUSE CVE-2026-63896

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: composite: fix integer underflow in WebUSB GETURL handling The WebUSB GETURL handler in compositesetup narrows landingpagelength to fit the host-supplied wLength using landingpagelength = wlength -...

6.1CVSS5.2AI score0.00214EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/21 1:04 p.m.8 views

SUSE CVE-2026-63897

In the Linux kernel, the following vulnerability has been resolved: USB: serial: mctu232: fix missing interrupt-in transfer sanity check Add the missing sanity check on the size of interrupt-in transfers to avoid parsing stale or uninitialised slab data and leaking it to user space...

2.4CVSS5.3AI score0.0022EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/21 1:04 p.m.11 views

SUSE CVE-2026-63898

In the Linux kernel, the following vulnerability has been resolved: USB: serial: mctu232: fix memory corruption with small endpoint The driver overrides the maximum transfer size for a specific device which only accepts 16 byte packets for its 32 byte bulk-out endpoint. Make sure to never increas...

5.5AI score0.0022EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/21 1:03 p.m.15 views

SUSE CVE-2026-63901

In the Linux kernel, the following vulnerability has been resolved: USB: serial: digiacceleport: fix memory corruption with small endpoints Add the missing bulk-out buffer size sanity checks to avoid out-of-bounds memory accesses or slab corruption should a malicious device report smaller buffers...

6.8CVSS5.6AI score0.00226EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/21 1:03 p.m.14 views

SUSE CVE-2026-63902

In the Linux kernel, the following vulnerability has been resolved: USB: serial: cypressm8: validate interrupt packet headers cypressreadintcallback parses the interrupt-in buffer according to the selected Cypress packet format. Format 1 has a two-byte status/count header and format 2 has a...

4.6CVSS5.5AI score0.0022EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/21 1:03 p.m.11 views

SUSE CVE-2026-63903

In the Linux kernel, the following vulnerability has been resolved: USB: serial: belkinsa: validate interrupt status length The Belkin interrupt callback treats interrupt data as a four-byte status report and reads LSR/MSR fields at offsets 2 and 3. The interrupt-in buffer length is derived from...

5.2CVSS5.5AI score0.0022EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/21 1:03 p.m.8 views

SUSE CVE-2026-63927

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: Fix use after free in debug code We're not allowed to dereference "urb" after calling usbhcdgivebackurb so save the urb-status ahead of time...

4.1CVSS5.2AI score0.00164EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/07/21 1:03 p.m.9 views

SUSE CVE-2026-63928

In the Linux kernel, the following vulnerability has been resolved: USB: serial: omninet: fix memory corruption with small endpoint Make sure that the bulk-out buffers are at least as large as the hardcoded transfer size to avoid user-controlled slab corruption should a malicious device report a...

6.8CVSS5.5AI score0.00216EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/07/21 1:02 p.m.16 views

SUSE CVE-2026-63957

In the Linux kernel, the following vulnerability has been resolved: USB: serial: safeserial: fix memory corruption with small endpoint Make sure that the bulk-out buffer size is at least eight bytes to avoid user-controlled slab corruption in "safe" mode should a malicious device report a smaller...

6.8CVSS5.6AI score0.00216EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/21 1:02 p.m.12 views

SUSE CVE-2026-63958

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: validate connector number in ucsiconnectorchange The connector number in a UCSI CCI notification is a 7-bit field supplied by the PPM. ucsiconnectorchange uses it to index the ucsi-connector array without checki...

6.8CVSS5.3AI score0.00211EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/07/21 1:02 p.m.12 views

SUSE CVE-2026-63959

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm/tcpcimaxim: validate header NDO against RXBYTECNT A broken/malicious port can transmit a CRC-valid frame whose header advertises up to seven data objects but whose body carries fewer than that. Check for this, an...

6.8CVSS5.2AI score0.00206EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/21 1:02 p.m.11 views

SUSE CVE-2026-63962

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: bound altmodedesc per iteration in svdmconsumemodes svdmconsumemodes checks pmdata-altmodes against the array size once before the loop over the count, but forgot to check the bound at every point in the loop. I...

6.8CVSS5.2AI score0.00206EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/07/21 1:02 p.m.10 views

SUSE CVE-2026-63963

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: validate VDO count in Discover Identity ACK handlers Properly validate the count passed from a device when calling svdmconsumeidentity or svdmconsumeidentitysopprime as the device-controlled value could index of...

4.6CVSS5.3AI score0.002EPSS
SaveExploits0References5
Rows per page
Query Builder