Lucene search
+L

15 matches found

NVD
NVD
added 2026/09/14 8:16 p.m.5 views

CVE-2026-16148

The ITE it82xx2 USB device-controller driver initialized its bus-suspend detection work with kworkinitdelayable&priv-suspendedwork, suspendedhandler inside it82xx2enable the driver's .enable op in drivers/usb/udc/udcit82xx2.c. This work item is scheduled essentially continuously while the USB bus...

4.6CVSS
SaveExploits0References2
CVE
CVE
added 2026/09/14 7:33 p.m.6 views

CVE-2026-16148

CVE-2026-16148 affects the ITE it82xx2 USB device-controller driver in Zephyr RTOS (drivers/usb/udc/udc_it82xx2.c). The root cause is that k_work_init_delayable() is called inside it82xx2_enable(), which unconditionally overwrites the delayable work structure without a busy check . Because it82xx...

4.6CVSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/14 7:33 p.m.4 views

EUVD-2026-77778

The ITE it82xx2 USB device-controller driver initialized its bus-suspend detection work with kworkinitdelayable&priv-suspendedwork, suspendedhandler inside it82xx2enable the driver's .enable op in drivers/usb/udc/udcit82xx2.c. This work item is scheduled essentially continuously while the USB bus...

4.6CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/14 7:33 p.m.12 views

CVE-2026-16147 it82xx2 USB device controller submits incomplete OUT transfer buffers, causing use-after-free and event-list corruption

The ITE IT82xx2 USB device-controller driver drivers/usb/udc/udcit82xx2.c mishandles multi-packet OUT transfers on non-control endpoints. In workhandlerout the active transfer buffer is obtained with udcbufpeek which does not dequeue it; when a full max-packet-size packet arrives but the buffer...

6.8CVSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/14 7:33 p.m.4 views

EUVD-2026-77777

The ITE IT82xx2 USB device-controller driver drivers/usb/udc/udcit82xx2.c mishandles multi-packet OUT transfers on non-control endpoints. In workhandlerout the active transfer buffer is obtained with udcbufpeek which does not dequeue it; when a full max-packet-size packet arrives but the buffer...

6.8CVSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.5 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, Linux, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible for this issue to occur when the mass storage function tries to queue requests from the main thread. However, other threads may already disable the endpoint when the...

5.5CVSS5.7AI score0.00232EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2026/02/10 12:00 a.m.11 views

The vulnerability of the usb_udc_uevent() function in the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the usbudcuevent function in the Linux operating system is related to the reutilization of previously released memory. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and accessibility of the protected information...

7.8CVSS6.3AI score0.00219EPSS
SaveExploits0References8Affected Software4
SUSE CVE
SUSE CVE
added 2025/06/19 3:44 a.m.8 views

SUSE CVE-2022-49980

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix use-after-free Read in usbudcuevent The syzbot fuzzer found a race between uevent callbacks and gadget driver unregistration that can cause a use-after-free bug:...

7CVSS6.2AI score0.00219EPSS
SaveExploits0References21
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.14 views

kernel: usb: udc: remove warning when queue disabled ep

In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep The Linux kernel CVE team has assigned CVE-2024-35822 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024051744-CVE-2024-35822-410b@gregkh/T...

5.5CVSS6.8AI score0.00232EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/05/17 11:41 p.m.28 views

CVE-2024-35822

In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c:294 usbepqueue+0x7c/0x104 pc :...

5.5CVSS6.5AI score0.00232EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.42 views

CVE-2024-35822 usb: udc: remove warning when queue disabled ep

In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c:294 usbepqueue+0x7c/0x104 pc :...

7.4AI score0.00232EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/17 1:23 p.m.208 views

CVE-2024-35822

The connected documents confirm CVE-2024-35822 affects the Linux kernel USB gadget mass storage path (usb_udc) where a thread may disable an endpoint while the main thread queues a request. Root cause: a warning in usb_ep_queue() was triggered instead of a functional failure. Fix: replacing WARN_...

5.5CVSS6.6AI score0.00232EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2024/05/17 1:23 p.m.17 views

CVE-2024-35822 usb: udc: remove warning when queue disabled ep

In the Linux kernel, the following vulnerability has been resolved: usb: udc: remove warning when queue disabled ep It is possible trigger below warning message from mass storage function, WARNING: CPU: 6 PID: 3839 at drivers/usb/gadget/udc/core.c:294 usbepqueue+0x7c/0x104 pc :...

6.1AI score
SaveExploits0References14
Positive Technologies
Positive Technologies
added 2022/07/27 12:00 a.m.8 views

PT-2025-25906

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 5.19.0-rc4-next-20220628-syzkaller Description A use-after-free bug was found in the Linux kernel, specifically in the usb udc uevent function. This bug occurs due to a race between uevent callbacks and gadget...

7.8CVSS6AI score0.00219EPSS
SaveExploits0
Oracle linux
Oracle linux
added 2021/06/15 12:00 a.m.232 views

Unbreakable Enterprise kernel security update

5.4.17-2102.202.5 - sctp: delay autoasconf init until binding the first addr Xin Long Orabug: 32907967 CVE-2021-23133 CVE-2021-23133 - dm ioctl: fix out of bounds array access when no devices Mikulas Patocka Orabug: 32860491 CVE-2021-31916 - uek-rpm: update kABI lists for the new symbols Saeed...

8.1CVSS8.1AI score0.06309EPSS
SaveExploits1
Rows per page
Query Builder