Lucene search
+L

29 matches found

NVD
NVD
added 2026/08/10 1:20 p.m.10 views

CVE-2026-68370

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: dummyhcd: prevent fiforeq reuse during giveback dummyhcd embeds a single shared usbrequest dum-fiforeq that the "emulated single-request FIFO" fast-path in dummyqueue reuses for small IN transfers: it copies the...

7.8CVSS0.00138EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:03 p.m.11 views

EUVD-2026-55471

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: dummyhcd: prevent fiforeq reuse during giveback dummyhcd embeds a single shared usbrequest dum-fiforeq that the "emulated single-request FIFO" fast-path in dummyqueue reuses for small IN transfers: it copies the...

5.3AI score0.00138EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.41 views

CVE-2026-68370 usb: gadget: dummy_hcd: prevent fifo_req reuse during giveback

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: dummyhcd: prevent fiforeq reuse during giveback dummyhcd embeds a single shared usbrequest dum-fiforeq that the "emulated single-request FIFO" fast-path in dummyqueue reuses for small IN transfers: it copies the...

7.8CVSS0.00138EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:03 p.m.87 views

CVE-2026-68370

CVE-2026-68370 affects the Linux kernel USB gadget dummy_hcd path. A race condition reuses a shared usb_request (fifo_req) before its completion callback finishes, allowing overwriting of the callback pointer and causing a general protection/page fault in dummy_timer. The mitigation adds a fifo_r...

7.8CVSS5.3AI score0.00138EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-68370

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: gadget: dummyhcd: prevent fiforeq reuse during giveback dummyhcd embeds a single shared usbrequest dum-fiforeq that the emulated single-request FIFO...

7.8CVSS5.9AI score0.00138EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/21 1:03 p.m.9 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
EUVD
EUVD
added 2026/07/19 2:55 p.m.20 views

EUVD-2026-45700

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

5.4AI score0.00164EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.14 views

PT-2026-61244

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use after free issue exists in the debug code of the dwc2 USB driver. The problem occurs because the urb object is dereferenced after the usb hcd giveback urb function is called, which...

7.8CVSS5.2AI score0.00164EPSS
SaveExploits0
AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.6 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Replace listforeachentrysafe when using giveback The listforeachentrysafe macro saves the current item n and the item after n+1, so that n can be safely removed without corrupting the list. However, when...

5.5CVSS6AI score0.00263EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.5 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986318)

"The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986318 advisory. In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix hang in usbkillurb by adding memory barriers The syzbot fuzzer has identified a b...

7.1CVSS5.9AI score0.00186EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:00 a.m.6 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986913)

"The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986913 advisory. In the Linux kernel, the following vulnerability has been resolved: USB: core: Fix hang in usbkillurb by adding memory barriers The syzbot fuzzer has identified a b...

7.1CVSS5.9AI score0.00186EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2022-49398

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: dwc3: gadget: Replace listforeachentrysafe if using giveback The listforeachentrysafe macro saves the current item n and the item after n+1, so that n can ...

5.5CVSS6AI score0.00263EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/02/27 3:07 a.m.7 views

SUSE CVE-2022-49398

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Replace listforeachentrysafe if using giveback The listforeachentrysafe macro saves the current item n and the item after n+1, so that n can be safely removed without corrupting the list. However, when traversi...

5.5CVSS7.8AI score0.00263EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 7:01 a.m.12 views

UBUNTU-CVE-2022-49398

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Replace listforeachentrysafe if using giveback The listforeachentrysafe macro saves the current item n and the item after n+1, so that n can be safely removed without corrupting the list. However, when traversi...

5.5CVSS6AI score0.00263EPSS
SaveExploits0References7
OSV
OSV
added 2025/02/26 2:12 a.m.12 views

CVE-2022-49398 usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Replace listforeachentrysafe if using giveback The listforeachentrysafe macro saves the current item n and the item after n+1, so that n can be safely removed without corrupting the list. However, when traversi...

5.2AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/02/26 2:12 a.m.17 views

CVE-2022-49398 usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Replace listforeachentrysafe if using giveback The listforeachentrysafe macro saves the current item n and the item after n+1, so that n can be safely removed without corrupting the list. However, when traversi...

0.00263EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.12 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 usb: dwc3: gadget not properly handling list traversal when using giveback...

5.5CVSS5.5AI score0.00263EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/17 1:27 p.m.14 views

CVE-2024-35825 usb: gadget: ncm: Fix handling of zero block length packets

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ncm: Fix handling of zero block length packets While connecting to a Linux host with CDCNCMNTBDEFSIZETX set to 65536, it has been observed that we receive short packets, which come at interval of 5-10 seconds sometim...

6.6AI score0.0023EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/17 11:40 a.m.30 views

CVE-2024-27405 usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs It is observed sometimes when tethering is used over NCM with Windows 11 as host, at some instances, the gadgetgiveback has one byte appended at the end of a prop...

7.5CVSS5.9AI score
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/05/17 11:40 a.m.15 views

CVE-2024-27405 usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs It is observed sometimes when tethering is used over NCM with Windows 11 as host, at some instances, the gadgetgiveback has one byte appended at the end of a prop...

6.7AI score0.01287EPSS
SaveExploits0References8
Rows per page
Query Builder