Lucene search
+L

155 matches found

BDU FSTEC
BDU FSTEC
added 2026/08/12 12:00 a.m.6 views

The vulnerability of the `usb_gadget_state_work()` function in the `/drivers/usb/gadget/udc/core.c` file of the Linux kernel allows a hacker to induce a service failure.

The vulnerability of the usbgadgetstatework function in the /drivers/usb/gadget/udc/core.c file of the Linux kernel is related to situations where the signal processing routine is involved in a race condition. Exploiting this vulnerability could allow an attacker to cause a service failure...

6.3CVSS5.6AI score0.00202EPSS
SaveExploits0References16Affected Software3
NVD
NVD
added 2026/08/06 8:16 a.m.11 views

CVE-2026-64583

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: bdc: free IRQ and drain funcwakenotify before teardown The Broadcom BDC UDC driver registers its IRQ handler with devmrequestirq in bdcudcinit, so the IRQ is released by devm only after bdcremove returns. devm...

7.8CVSS0.00117EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/06 7:06 a.m.20 views

CVE-2026-64583 usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardown

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: bdc: free IRQ and drain funcwakenotify before teardown The Broadcom BDC UDC driver registers its IRQ handler with devmrequestirq in bdcudcinit, so the IRQ is released by devm only after bdcremove returns. devm...

7.8CVSS5.3AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/08/06 7:06 a.m.12 views

CVE-2026-64583

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: bdc: free IRQ and drain funcwakenotify before teardown The Broadcom BDC UDC driver registers its IRQ handler with devmrequestirq in bdcudcinit, so the IRQ is released by devm only after bdcremove returns. devm...

5.2AI score0.00117EPSS
SaveExploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2026/08/06 12:00 a.m.1 views

PT-2026-68416

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Broadcom BDC UDC driver contains a race condition during the removal process. The driver uses devm request irq in the bdc udc init function, which means the interrupt request IRQ is...

9.8CVSS0.00748EPSS
SaveExploits0References375
Tenable Nessus
Tenable Nessus
added 2026/08/06 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-64583

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: gadget: udc: bdc: free IRQ and drain funcwakenotify before teardown The Broadcom BDC UDC driver registers its IRQ handler with devmrequestirq in bdcudcinit...

7.8CVSS5.4AI score0.00117EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/08/06 12:00 a.m.6 views

CVE-2026-64583

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: bdc: free IRQ and drain funcwakenotify before teardown The Broadcom BDC UDC driver registers its IRQ handler with devmrequestirq in bdcudcinit, so the IRQ is released by devm only after bdcremove returns. devm...

7.8CVSS5.4AI score0.00117EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/07/27 7:27 a.m.14 views

CVE-2026-64346

A flaw was found in the Linux kernel's USB gadget driver. A race condition exists where the udc USB Device Controller memory, which manages USB gadgets, can be freed while still being accessed. This use-after-free vulnerability can be triggered by a local attacker, potentially through operations...

5.5CVSS5.7AI score0.00211EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/25 10:17 a.m.14 views

CVE-2026-64346

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: Fix use-after-free in gadgetmatchdriver The udc structure acts as the management structure for the gadget, but their lifecycles are decoupled. A race condition exists where usbdelgadget frees the udc memory e.g....

0.00211EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/25 10:17 a.m.17 views

CVE-2026-64331

In the Linux kernel, the following vulnerability has been resolved: usbip: vudc: fix NULL deref in vepdequeue vepallocrequest wasn't initializing vrequest-udc, so cancellations on the FunctionFS AIO path were arriving in vepdequeue without a valid UDC reference. Since vrequest-udc is never actual...

0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 10:17 a.m.8 views

UBUNTU-CVE-2026-64346

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: Fix use-after-free in gadgetmatchdriver The udc structure acts as the management structure for the gadget, but their lifecycles are decoupled. A race condition exists where usbdelgadget frees the udc memory e.g....

5.6AI score0.00211EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/07/25 8:50 a.m.10 views

EUVD-2026-48890

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: Fix use-after-free in gadgetmatchdriver The udc structure acts as the management structure for the gadget, but their lifecycles are decoupled. A race condition exists where usbdelgadget frees the udc memory e.g....

5.7AI score0.00211EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:50 a.m.11 views

CVE-2026-64346 usb: gadget: udc: Fix use-after-free in gadget_match_driver

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: Fix use-after-free in gadgetmatchdriver The udc structure acts as the management structure for the gadget, but their lifecycles are decoupled. A race condition exists where usbdelgadget frees the udc memory e.g....

5.7AI score
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.24 views

PT-2026-64552

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A NULL pointer dereference exists in the vep dequeue function within the usbip vudc component. The issue occurs because vep alloc request fails to initialize the vrequest-udc variable...

5.3AI score0.00177EPSS
SaveExploits0References21
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-64346

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: gadget: udc: Fix use-after-free in gadgetmatchdriver The udc structure acts as the management structure for the gadget, but their lifecycles are decoupled....

5.5AI score0.00211EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/07/25 12:00 a.m.14 views

PT-2026-64567

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the USB gadget UDC management where the lifecycles of the gadget and the udc structure are decoupled. This occurs when usb del gadget frees the udc memory whil...

5.8AI score0.00211EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.12 views

CVE-2026-63905

In the Linux kernel, the following vulnerability has been resolved: usbip: vudc: Fix use after free bug in vudcremove due to race condition This patch follows up Zheng Wang's 2023 report of a use-after-free in vudcremove. The original thread stalled on Shuah Khan's request for runtime testing of...

5.4AI score0.0022EPSS
SaveExploits0
CVE
CVE
added 2026/07/19 2:55 p.m.30 views

CVE-2026-63905

CVE-2026-63905 concerns the Linux kernel’s usbip vudc path, resolving a use-after-free in vudc_remove caused by a race with a timer. The issue arises because vudc_probe() binds an embedded timer to vudc->tr_timer.timer, and usbip_sockfd_store() can start the timer, while vudc_remove() may free...

5.5AI score0.0022EPSS
SaveExploits0References8
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.9 views

Astra Linux – Vulnerability in Linux, Linux 5.10

In the drivers/usb/gadget/udc/udc-xilinx.c file within the Linux kernel, before version 5.16.12, the endpoint index was not validated, and it could be manipulated by the host for out-of-array access...

8.8CVSS6.5AI score0.02151EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.13 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: USB: dummy-hcd: Fixed interrupt synchronization error This fixes an error in synchronization within the dummy-hcd driver. The error has a somewhat complex history. The synchronization mechanism was introduced in commit...

7.8CVSS6AI score0.0013EPSS
SaveExploits0References1
Rows per page
Query Builder