Lucene search
+L

17827 matches found

Debian CVE
Debian CVE
added 2025/12/08 1:19 a.m.21 views

CVE-2023-53761

In the Linux kernel, the following vulnerability has been resolved: USB: usbtmc: Fix direction for 0-length ioctl control messages The syzbot fuzzer found a problem in the usbtmc driver: When a user submits an ioctl for a 0-length control transfer, the driver does not check that the direction is...

5.5AI score0.00187EPSS
SaveExploits0
CVE
CVE
added 2025/12/08 1:19 a.m.43 views

CVE-2023-53761

The CVE-2023-53761 issue affects the Linux kernel USB usbtmc driver. A 0-length control transfer ioctl could bypass direction checks because the driver did not enforce the OUT direction for bRequestType, enabling a mismatch in control messages traced in usb_submit_urb. The root cause in the patch...

6AI score0.00187EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/08 1:16 a.m.15 views

CVE-2022-50626

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: fix memory leak in dvbusbadapterinit Syzbot reports a memory leak in "dvbusbadapterinit". The leak is due to not accounting for and freeing current iteration's adapter-priv in case of an error. Currently if an err...

5.4AI score0.00227EPSS
SaveExploits0
CVE
CVE
added 2025/12/08 1:16 a.m.31 views

CVE-2022-50626

CVE-2022-50626 involves a memory-leak in the Linux kernel’s DVB USB subsystem. The leak occurs in dvb_usb_adapter_init() when an error path exits before incrementing the adapter initialization counter, leaving the current iteration’s adapter->priv unfreed. The root cause is improper accounting...

6.2AI score0.00227EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/08 1:16 a.m.8 views

CVE-2022-50626 media: dvb-usb: fix memory leak in dvb_usb_adapter_init()

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: fix memory leak in dvbusbadapterinit Syzbot reports a memory leak in "dvbusbadapterinit". The leak is due to not accounting for and freeing current iteration's adapter-priv in case of an error. Currently if an err...

6.4AI score
SaveExploits0References12
OSV
OSV
added 2025/12/08 1:16 a.m.4 views

DEBIAN-CVE-2025-40315

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The ffsdataclear called in ffsdatareset sets ffs-epfiles to NULL before resettin...

5.2AI score0.00197EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/08 1:16 a.m.10 views

CVE-2025-40315

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The ffsdataclear called in ffsdatareset sets ffs-epfiles to NULL before resettin...

0.00197EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/08 1:16 a.m.4 views

DEBIAN-CVE-2025-40314

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: gadget: Use-after-free during failed initialization and exit of cdnsp gadget In the cdnspgadgetinit and cdnspgadgetexit functions, the gadget structure pdev-gadget was freed before its endpoints. The endpoints are...

5.2AI score0.00187EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/08 1:16 a.m.21 views

UBUNTU-CVE-2025-40314

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: gadget: Use-after-free during failed initialization and exit of cdnsp gadget In the cdnspgadgetinit and cdnspgadgetexit functions, the gadget structure pdev-gadget was freed before its endpoints. The endpoints are...

5.7AI score0.00187EPSS
SaveExploits0References34
OSV
OSV
added 2025/12/08 1:16 a.m.12 views

UBUNTU-CVE-2025-40315

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The ffsdataclear called in ffsdatareset sets ffs-epfiles to NULL before resettin...

5.7AI score0.00197EPSS
SaveExploits0References36
Cvelist
Cvelist
added 2025/12/08 12:46 a.m.37 views

CVE-2025-40315 usb: gadget: f_fs: Fix epfile null pointer access after ep enable.

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The ffsdataclear called in ffsdatareset sets ffs-epfiles to NULL before resettin...

0.00197EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.16 views

CVE-2025-40315

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The ffsdataclear called in ffsdatareset sets ffs-epfiles to NULL before resettin...

5.2AI score0.00197EPSS
SaveExploits0
OSV
OSV
added 2025/12/08 12:46 a.m.9 views

CVE-2025-40315 usb: gadget: f_fs: Fix epfile null pointer access after ep enable.

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The ffsdataclear called in ffsdatareset sets ffs-epfiles to NULL before resettin...

6.3AI score
SaveExploits0References11
CVE
CVE
added 2025/12/08 12:46 a.m.41 views

CVE-2025-40315

CVE-2025-40315: In the Linux kernel usb gadget f_fs, a race allowed NULL pointer dereference when ffs_func_eps_enable() could access epfile->ep after concurrent ffs_data_reset(). The fix adds NULL pointer handling for ffs->epfiles in ffs_func_eps_enable() and aligns NULLing of epfiles under...

6.1AI score0.00197EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/08 12:46 a.m.10 views

CVE-2025-40314 usb: cdns3: gadget: Use-after-free during failed initialization and exit of cdnsp gadget

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: gadget: Use-after-free during failed initialization and exit of cdnsp gadget In the cdnspgadgetinit and cdnspgadgetexit functions, the gadget structure pdev-gadget was freed before its endpoints. The endpoints are...

6.4AI score
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/12/08 12:23 a.m.20 views

SUSE CVE-2025-40269

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix potential overflow of PCM transfer buffer The PCM stream data in USB-audio driver is transferred over USB URB packet buffers, and each packet size is determined dynamically. The packet sizes are limited by so...

5.5CVSS6.8AI score0.00173EPSS
SaveExploits0References26
SUSE CVE
SUSE CVE
added 2025/12/08 12:23 a.m.9 views

SUSE CVE-2025-40275

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix NULL pointer dereference in sndusbmixercontrolsbadd In sndusbcreatestreams, for UAC version 3 devices, the Interface Association Descriptor IAD is retrieved via usbifnumtoif. If this call fails, a fallback...

5.5CVSS6.4AI score0.00191EPSS
SaveExploits0References22
SUSE CVE
SUSE CVE
added 2025/12/08 12:23 a.m.7 views

SUSE CVE-2025-40283

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: reorder cleanup in btusbdisconnect to avoid UAF There is a KASAN: slab-use-after-free read in btusbdisconnect. Calling "usbdriverreleaseinterface&btusbdriver, data-intf" will free the btusb data associated with...

6.6CVSS6.4AI score0.00139EPSS
SaveExploits0References23
BDU FSTEC
BDU FSTEC
added 2025/12/08 12:00 a.m.14 views

The vulnerability of the ndo_open() function in the drivers/net/usb/asix_devices.c module of the USB device support driver for the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the ndoopen function in the drivers/net/usb/asixdevices.c module of the Linux USB device driver framework is related to synchronization errors when using shared resources „Race Conditions“. Exploiting this vulnerability can allow an attacker to cause service failures remotely...

4.8CVSS5.7AI score0.00207EPSS
SaveExploits0References15Affected Software5
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-40315

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usb: gadget: ffs: Fix epfile null pointer access after ep enable. A race condition occurs when ffsfuncepsenable runs concurrently with ffsdatareset. The...

5.5AI score0.00197EPSS
SaveExploits0References2
Rows per page
Query Builder