Lucene search
+L

50 matches found

OSV
OSV
added 2025/09/18 2:15 p.m.14 views

UBUNTU-CVE-2023-53418

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: lpc32xxudc: fix memory leak with using debugfslookup When calling debugfslookup the result must have dput called on it, otherwise the memory will leak over time. To make things simpler, just call debugfslookupandremo...

5.5CVSS5.7AI score0.00136EPSS
SaveExploits0References7
CVE
CVE
added 2025/09/18 1:58 p.m.36 views

CVE-2023-53407

CVE-2023-53407 refers to a Linux kernel issue in USB gadget support for pxa27x_udc where memory leaks occur if debugfs_lookup() results are not released (dput). The resolution, as described in multiple sources, is to call debugfs_lookup_and_remove() which handles the lookup and cleanup in one ste...

5.5CVSS6.2AI score0.00136EPSS
SaveExploits0References4Affected Software1
Microsoft CVE
Microsoft CVE
added 2025/09/04 12:14 p.m.7 views

usb: chipidea: udc: disconnect/reconnect from host when do suspend/resume

...

5.5CVSS7AI score0.00146EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/18 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2025-38376

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: udc: disconnect/reconnect from host when do suspend/resume Shawn and John...

5.5CVSS5.8AI score0.00146EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/07/27 1:29 p.m.20 views

CVE-2025-38376

In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: udc: disconnect/reconnect from host when do suspend/resume Shawn and John reported a hang issue during system suspend as below: - USB gadget is enabled as Ethernet - There is data transfer over USB Ethernet scp a...

5.5CVSS7AI score0.00146EPSS
SaveExploits0References4
OSV
OSV
added 2025/07/25 1:15 p.m.12 views

AZL-65696 CVE-2025-38376 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: udc: disconnect/reconnect from host when do suspend/resume Shawn and John reported a hang issue during system suspend as below: - USB gadget is enabled as Ethernet - There is data transfer over USB Ethernet scp a b...

5.5CVSS6.2AI score0.00146EPSS
SaveExploits0References1
CVE
CVE
added 2025/07/25 12:53 p.m.93 views

CVE-2025-38376

CVE-2025-38376 concerns the Linux kernel USB gadget: udc suspend/resume hang when the host continues data transfer while the bus is active and the controller is gated off. The root cause is that the USB device controller is suspended but the USB bus remains active, causing pending USB requests an...

5.5CVSS6.2AI score0.00146EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/07/25 12:53 p.m.5 views

CVE-2025-38376 usb: chipidea: udc: disconnect/reconnect from host when do suspend/resume

In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: udc: disconnect/reconnect from host when do suspend/resume Shawn and John reported a hang issue during system suspend as below: - USB gadget is enabled as Ethernet - There is data transfer over USB Ethernet scp a b...

5.5CVSS6.4AI score0.00146EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2025/07/25 12:53 p.m.4 views

CVE-2025-38376

In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: udc: disconnect/reconnect from host when do suspend/resume Shawn and John reported a hang issue during system suspend as below: - USB gadget is enabled as Ethernet - There is data transfer over USB Ethernet scp a...

5.5CVSS6AI score0.00146EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.15 views

CVE-2025-38376 usb: chipidea: udc: disconnect/reconnect from host when do suspend/resume

In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: udc: disconnect/reconnect from host when do suspend/resume Shawn and John reported a hang issue during system suspend as below: - USB gadget is enabled as Ethernet - There is data transfer over USB Ethernet scp a b...

0.00146EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38376

In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: udc: disconnect/reconnect from host when do suspend/resume Shawn and John reported a hang issue during system suspend as below: - USB gadget is enabled as Ethernet - There is data transfer over USB Ethernet scp a b...

5.5CVSS5.4AI score0.00146EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/07/25 12:0 a.m.7 views

Linux kernel 安全漏洞

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 possible system hang caused by the host continuing to transfer data while the USB device controller hangs...

5.5CVSS6.9AI score0.00146EPSS
SaveExploits0References6
OSV
OSV
added 2025/06/18 11:15 a.m.11 views

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

7.8CVSS6AI score0.00208EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/19 12:15 p.m.2 views

DEBIAN-CVE-2024-57913

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Remove WARNON in functionfsbind This commit addresses an issue related to below kernel panic where paniconwarn is enabled. It is caused by the unnecessary use of WARNON in functionsfsbind, which easily leads to...

4.7CVSS5.5AI score0.00182EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/19 12:15 p.m.11 views

UBUNTU-CVE-2024-57913

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Remove WARNON in functionfsbind This commit addresses an issue related to below kernel panic where paniconwarn is enabled. It is caused by the unnecessary use of WARNON in functionsfsbind, which easily leads to...

4.7CVSS6.1AI score0.00182EPSS
SaveExploits0References45
Debian CVE
Debian CVE
added 2024/12/28 9:46 a.m.20 views

CVE-2024-56698

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Fix looping of queued SG entries The dwc3request-numqueuedsgs is decremented on completion. If a partially completed request is handled, then the dwc3request-numqueuedsgs no longer reflects the total number of...

5.5CVSS5.6AI score0.00212EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2024/11/20 12:0 a.m.17 views

The vulnerability of the udc component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the udc component in the Linux operating system’s kernel is related to improper locking of resources in the usbepqueue function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.4AI score0.0023EPSS
SaveExploits0References46Affected Software6
Microsoft CVE
Microsoft CVE
added 2024/10/16 7:0 a.m.9 views

usb: gadget: aspeed_udc: validate endpoint index for ast udc

...

7.8CVSS7.1AI score0.00244EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/21 2:0 a.m.15 views

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

3.3CVSS6.5AI score0.0023EPSS
SaveExploits0References19
OSV
OSV
added 2024/02/28 9:15 a.m.2 views

DEBIAN-CVE-2021-46986

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Free gadget structure only after freeing endpoints As part of commit e81a7018d93a "usb: dwc3: allocate gadget structure dynamically" the dwc3gadgetrelease was added which will free the dwc-gadget structure upon...

5.5CVSS5AI score0.00229EPSS
SaveExploits0References1
Rows per page
Query Builder