Lucene search
+L

20 matches found

RedhatCVE
RedhatCVE
added 2026/08/25 9:55 a.m.5 views

CVE-2026-74680

A flaw was found in the Linux kernel's cxacru USB ATM driver. When the cxacrucm function encounters an error, it fails to properly terminate an already submitted receive USB Request Block URB. This oversight can lead to the driver attempting to resubmit an active URB, which triggers a warning in...

5.5CVSS5.2AI score0.00177EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/24 3:22 p.m.7 views

CVE-2026-74639

A flaw was found in the Linux kernel, specifically within the ALSA us144mkii driver. The captureurbcomplete function resubmits capture Urban Request Blocks URBs without properly re-anchoring them. This oversight allows URBs to remain queued on the host controller even after their associated memor...

7CVSS6.3AI score0.00166EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/22 3:32 p.m.14 views

CVE-2026-74680

This vulnerability affects the Linux kernel 's cxacru USB ATM driver (drivers/usb/atm/cxacru.c). The root cause is a missing cleanup in cxacru_cm(): when an error occurs while submitting or waiting for snd_urb, the function returns early without killing the already-submitted rcv_urb, leaving it i...

5.5AI score0.00177EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/08/21 9:33 a.m.9 views

CVE-2026-74459

A flaw was found in the Linux kernel's can: etases58x module. A memory leak occurs in the es58xreadbulkcallback function when an Urban Request Block URB resubmission fails. This failure prevents the proper release of the associated receive RX buffer, leading to a gradual exhaustion of system...

5.5CVSS5.2AI score0.00173EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/10 7:11 a.m.6 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: gsusbreceivebulkcallback: Check actuallength before accessing the header. The driver expects to receive a struct gshostframe in gsusbreceivebulkcallback. Use structgroup to describe the header of the struct gshostfram...

5.3AI score0.00182EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/06 12:00 a.m.7 views

CVE-2026-64601

In the Linux kernel, the following vulnerability has been resolved: ALSA: us144mkii: captureurbcomplete: redundant usbanchorurb corrupts anchor list on each resubmission In captureurbcomplete, usbanchorurb is called on every completion callback, but the URB is already anchored from the initial...

7.8CVSS5.3AI score0.00124EPSS
SaveExploits0References5
NVD
NVD
added 2026/07/25 10:17 a.m.15 views

CVE-2026-64333

In the Linux kernel, the following vulnerability has been resolved: USB: serial: digiacceleport: fix write buffer corruption The digiwriteinbcommand is supposed to wait for the write urb to become available or return an error, but instead it updates the transfer buffer and tries to resubmit the u...

7.8CVSS0.00169EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.28 views

PT-2026-64554

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the digi acceleport USB serial driver where the digi write inb command function fails to correctly handle timeouts. Instead of returning an error when a write URB USB...

7.8CVSS6AI score0.00169EPSS
SaveExploits0References22
CVE
CVE
added 2026/07/19 2:55 p.m.33 views

CVE-2026-63904

The CVE-2026-63904 entry concerns the Linux kernel USBTMC driver and its handling of interrupt-IN notifications. A vulnerability existed where the driver did not verify that the URB actual_length contained the two-byte header payload before accessing data buffers, potentially causing an out-of-bo...

5.4AI score0.00226EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/02/14 4:01 p.m.10 views

EUVD-2026-5882

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: gsusbreceivebulkcallback: fix error message Sinc commit 79a6d1bfe114 "can: gsusb: gsusbreceivebulkcallback: unanchor URL on usbsubmiturb error" a failing resubmit URB will print an info message. In the case of a short...

5.3AI score0.00115EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/23 2:16 p.m.7 views

CVE-2025-68343

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: gsusbreceivebulkcallback: check actuallength before accessing header The driver expects to receive a struct gshostframe in gsusbreceivebulkcallback. Use structgroup to describe the header of the struct gshostframe and...

0.00182EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/23 2:16 p.m.9 views

UBUNTU-CVE-2025-68343

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: gsusbreceivebulkcallback: check actuallength before accessing header The driver expects to receive a struct gshostframe in gsusbreceivebulkcallback. Use structgroup to describe the header of the struct gshostframe and...

5.7AI score0.00182EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2025/12/23 12:00 a.m.6 views

CVE-2025-68343

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: gsusbreceivebulkcallback: check actuallength before accessing header The driver expects to receive a struct gshostframe in gsusbreceivebulkcallback. Use structgroup to describe the header of the struct gshostframe and...

5.7AI score0.00182EPSS
SaveExploits0References23
SUSE CVE
SUSE CVE
added 2025/12/17 12:25 a.m.10 views

SUSE CVE-2025-68194

In the Linux kernel, the following vulnerability has been resolved: media: imon: make sendpacket more robust syzbot is reporting that imon has three problems which result in hung tasks due to forever holding device lock 1. First problem is that when usbrxcallbackintf0 once got -EPROTO error after...

5.5CVSS6.3AI score0.00207EPSS
SaveExploits0References21
EUVD
EUVD
added 2025/12/16 3:30 p.m.10 views

EUVD-2025-203702

In the Linux kernel, the following vulnerability has been resolved: media: imon: make sendpacket more robust syzbot is reporting that imon has three problems which result in hung tasks due to forever holding device lock 1. First problem is that when usbrxcallbackintf0 once got -EPROTO error after...

5.8AI score0.00207EPSS
SaveExploits0References9
NVD
NVD
added 2025/12/16 2:15 p.m.9 views

CVE-2025-68194

In the Linux kernel, the following vulnerability has been resolved: media: imon: make sendpacket more robust syzbot is reporting that imon has three problems which result in hung tasks due to forever holding device lock 1. First problem is that when usbrxcallbackintf0 once got -EPROTO error after...

0.00207EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.13 views

CVE-2025-68194

In the Linux kernel, the following vulnerability has been resolved: media: imon: make sendpacket more robust syzbot is reporting that imon has three problems which result in hung tasks due to forever holding device lock 1. First problem is that when usbrxcallbackintf0 once got -EPROTO error after...

5.7AI score0.00207EPSS
SaveExploits0References35
OSV
OSV
added 2025/12/16 2:15 p.m.10 views

UBUNTU-CVE-2025-68194

In the Linux kernel, the following vulnerability has been resolved: media: imon: make sendpacket more robust syzbot is reporting that imon has three problems which result in hung tasks due to forever holding device lock 1. First problem is that when usbrxcallbackintf0 once got -EPROTO error after...

5.7AI score0.00207EPSS
SaveExploits0References36
Cvelist
Cvelist
added 2025/12/16 1:43 p.m.41 views

CVE-2025-68194 media: imon: make send_packet() more robust

In the Linux kernel, the following vulnerability has been resolved: media: imon: make sendpacket more robust syzbot is reporting that imon has three problems which result in hung tasks due to forever holding device lock 1. First problem is that when usbrxcallbackintf0 once got -EPROTO error after...

0.00207EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/07/12 12:00 a.m.7 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a long processing time of the interrupt-URB completion callback of the USB:class:cdc-wdm driver and...

5.5CVSS6.4AI score0.00291EPSS
SaveExploits0References10
Rows per page
Query Builder