Lucene search
+L

1425 matches found

OSV
OSV
added 2025/10/30 9:48 a.m.6 views

CVE-2025-40094 usb: gadget: f_acm: Refactor bind path to use __free()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: facm: Refactor bind path to use free After an bind/unbind cycle, the acm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS6.4AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/10/30 9:48 a.m.29 views

CVE-2025-40093 usb: gadget: f_ecm: Refactor bind path to use __free()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fecm: Refactor bind path to use free After an bind/unbind cycle, the ecm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS0.00144EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/30 9:47 a.m.7 views

CVE-2025-40092 usb: gadget: f_ncm: Refactor bind path to use __free()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Refactor bind path to use free After an bind/unbind cycle, the ncm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS6.4AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/10/30 9:47 a.m.17 views

CVE-2025-40092

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Refactor bind path to use free After an bind/unbind cycle, the ncm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS5.2AI score0.00144EPSS
SaveExploits0
CVE
CVE
added 2025/10/30 9:47 a.m.52 views

CVE-2025-40092

CVE-2025-40092 affects the Linux kernel USB gadget driver, specifically the f_ncm function. After a bind/unbind cycle, ncm->notify_req can remain stale; if a subsequent bind fails, the error handling path would attempt to free the stale request via ep->ops->free_request, causing a NULL p...

7.8CVSS6AI score0.00144EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/30 9:47 a.m.25 views

CVE-2025-40092 usb: gadget: f_ncm: Refactor bind path to use __free()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Refactor bind path to use free After an bind/unbind cycle, the ncm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS0.00144EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/10/30 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2025-40092

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: gadget: fncm: Refactor bind path to use free After an bind/unbind cycle, the ncm-notifyreq is left stale. If a subsequent bind fails, the unified error lab...

7.8CVSS5.9AI score0.00144EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/30 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2025-40093

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: gadget: fecm: Refactor bind path to use free After an bind/unbind cycle, the ecm-notifyreq is left stale. If a subsequent bind fails, the unified error lab...

7.8CVSS5.9AI score0.00144EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/30 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2025-40094

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: gadget: facm: Refactor bind path to use free After an bind/unbind cycle, the acm-notifyreq is left stale. If a subsequent bind fails, the unified error lab...

7.8CVSS5.6AI score0.00144EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.7 views

Siemens SIMATIC, SCALANCE and RUGGEDCOM Devices Improper Input Validation (CVE-2024-44960)

usb: gadget: core: Check for unset descriptor. It needs to be reassured that the descriptor has been set before looking at maxpacket. This fixes a null pointer panic in this case. This may happen if the gadget doesn't properly set up the endpoint for the current speed, or the gadget descriptors a...

5.5CVSS6.9AI score0.00239EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.7 views

Siemens SIMATIC Devices Race Condition (CVE-2024-57913)

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Remove WARNON in functionfsbind This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 80900 C Tenable, Inc. include'compat.inc'; if...

4.7CVSS6.2AI score0.00185EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:00 a.m.4 views

Siemens SIMATIC Devices Improper Input Validation (CVE-2025-21835)

usb: gadget: fmidi: fix MIDI Streaming descriptor lengths This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 80900 C Tenable, Inc. include'compat.inc'; if description scriptid503471; scriptversion"1.2";...

5.5CVSS7.4AI score0.00204EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/10/25 12:14 a.m.10 views

SUSE CVE-2022-50568

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix fhidg lifetime vs cdev The embedded struct cdev does not have its lifetime correctly tied to the enclosing struct fhidg, so there is a use-after-free if /dev/hidgN is held open while the gadget is deleted...

5.5CVSS6.5AI score0.00205EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/10/22 11:59 p.m.10 views

SUSE CVE-2023-53693

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix the memory leak in rawgadget driver Currently, increasing rawdev-count happens before invoke the rawqueueevent, if the rawqueueevent return error, invoke rawrelease will not trigger the devfree to be called...

5.5CVSS6.5AI score0.00199EPSS
SaveExploits0References19
NVD
NVD
added 2025/10/22 2:15 p.m.12 views

CVE-2022-50568

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix fhidg lifetime vs cdev The embedded struct cdev does not have its lifetime correctly tied to the enclosing struct fhidg, so there is a use-after-free if /dev/hidgN is held open while the gadget is deleted...

0.00205EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/22 2:15 p.m.11 views

UBUNTU-CVE-2022-50568

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix fhidg lifetime vs cdev The embedded struct cdev does not have its lifetime correctly tied to the enclosing struct fhidg, so there is a use-after-free if /dev/hidgN is held open while the gadget is deleted...

5.8AI score0.00205EPSS
SaveExploits0References10
CVE
CVE
added 2025/10/22 1:23 p.m.29 views

CVE-2022-50568

CVE-2022-50568 affects the Linux kernel USB gadget code for f_hidg. The embedded struct cdev’s lifetime was not tied to the enclosing f_hidg, creating a use-after-free if /dev/hidgN is kept open while the gadget is deleted. The fix is to pull the existing device into struct f_hidg and use the cde...

6.1AI score0.00205EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.18 views

CVE-2022-50568 usb: gadget: f_hid: fix f_hidg lifetime vs cdev

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fhid: fix fhidg lifetime vs cdev The embedded struct cdev does not have its lifetime correctly tied to the enclosing struct fhidg, so there is a use-after-free if /dev/hidgN is held open while the gadget is deleted...

0.00205EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/22 7:11 a.m.18 views

SUSE-SU-2025:3716-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP4 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2022-49980: USB: gadget: fix use-after-free read in usbudcuevent bsc1245110. - CVE-2022-50233: Bluetooth: eir: Fix using strlen with hdev-devname,shortname...

9.8CVSS7.3AI score0.21521EPSS
SaveExploits4References694
EUVD
EUVD
added 2025/10/21 12:31 p.m.7 views

EUVD-2022-54831

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.5CVSS5.2AI score0.00263EPSS
SaveExploits0References5
Rows per page
Query Builder