Lucene search
+L

13164 matches found

Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.19 views

CVE-2025-38385

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: fix WARN in netifnapidellocked on disconnect Remove redundant netifnapidel call from disconnect path. A WARN may be triggered in netifnapidellocked during USB device disconnect: WARNING: CPU: 0 PID: 11 at...

7.8CVSS5.6AI score0.0017EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.21 views

CVE-2025-38385 net: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnect

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: fix WARN in netifnapidellocked on disconnect Remove redundant netifnapidel call from disconnect path. A WARN may be triggered in netifnapidellocked during USB device disconnect: WARNING: CPU: 0 PID: 11 at...

0.0017EPSS
SaveExploits0References5
OSV
OSV
added 2025/07/25 12:53 p.m.15 views

CVE-2025-38385 net: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnect

In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: fix WARN in netifnapidellocked on disconnect Remove redundant netifnapidel call from disconnect path. A WARN may be triggered in netifnapidellocked during USB device disconnect: WARNING: CPU: 0 PID: 11 at...

6.4AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.14 views

CVE-2025-38384

In the Linux kernel, the following vulnerability has been resolved: mtd: spinand: fix memory leak of ECC engine conf Memory allocated for the ECC engine conf is not released during spinand cleanup. Below kmemleak trace is seen for this memory leak: unreferenced object 0xffffff80064f00e0 size 8:...

5.5CVSS5.5AI score0.00161EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.22 views

CVE-2025-38381 Input: cs40l50-vibra - fix potential NULL dereference in cs40l50_upload_owt()

In the Linux kernel, the following vulnerability has been resolved: Input: cs40l50-vibra - fix potential NULL dereference in cs40l50uploadowt The cs40l50uploadowt function allocates memory via kmalloc without checking for allocation failure, which could lead to a NULL pointer dereference. Return...

0.00148EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.27 views

CVE-2025-38381

In the Linux kernel, the following vulnerability has been resolved: Input: cs40l50-vibra - fix potential NULL dereference in cs40l50uploadowt The cs40l50uploadowt function allocates memory via kmalloc without checking for allocation failure, which could lead to a NULL pointer dereference. Return...

5.5CVSS5.3AI score0.00148EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 12:53 p.m.9 views

CVE-2025-38381 Input: cs40l50-vibra - fix potential NULL dereference in cs40l50_upload_owt()

In the Linux kernel, the following vulnerability has been resolved: Input: cs40l50-vibra - fix potential NULL dereference in cs40l50uploadowt The cs40l50uploadowt function allocates memory via kmalloc without checking for allocation failure, which could lead to a NULL pointer dereference. Return...

6.2AI score
SaveExploits0References6
CVE
CVE
added 2025/07/25 12:53 p.m.58 views

CVE-2025-38381

The CVE-2025-38381 issue affects the Linux kernel codepath handling cs40l50 uploads. Specifically, in cs40l50_upload_owt(), memory allocated via kmalloc() is not checked for allocation failure, which can lead to a NULL pointer dereference. The fix adds a NULL check and returns -ENOMEM on allocati...

5.5CVSS6.3AI score0.00148EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/07/25 12:53 p.m.53 views

CVE-2025-38379

The CVE-2025-38379 entry corresponds to a Linux kernel SMB/CIFS issue where, during smb2_reconnect_server() channel reestablishment, a dummy tcon with an uninitialized ->query_interface is passed to smb2_reconnect(), making queue_delayed_work() unsafe to call on that tcon. The result is a warn...

7.5CVSS6AI score0.00346EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.18 views

CVE-2025-38379 smb: client: fix warning when reconnecting channel

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning when reconnecting channel When reconnecting a channel in smb2reconnectserver, a dummy tcon is passed down to smb2reconnect with -queryinterface uninitialized, so we can't call queuedelayedwork on it. Fix...

7.5CVSS0.00346EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.7 views

CVE-2025-38379

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning when reconnecting channel When reconnecting a channel in smb2reconnectserver, a dummy tcon is passed down to smb2reconnect with -queryinterface uninitialized, so we can't call queuedelayedwork on it. Fix...

7.5CVSS5.4AI score0.00346EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38379 smb: client: fix warning when reconnecting channel

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning when reconnecting channel When reconnecting a channel in smb2reconnectserver, a dummy tcon is passed down to smb2reconnect with -queryinterface uninitialized, so we can't call queuedelayedwork on it. Fix...

7.5CVSS6AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.19 views

CVE-2025-38377

In the Linux kernel, the following vulnerability has been resolved: rose: fix dangling neighbour pointers in rosertdevicedown There are two bugs in rosertdevicedown that can cause use-after-free: 1. The loop bound t-count is modified within the loop, which can cause the loop to terminate early an...

8.8CVSS5.8AI score0.00235EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 12:53 p.m.15 views

CVE-2025-38377 rose: fix dangling neighbour pointers in rose_rt_device_down()

In the Linux kernel, the following vulnerability has been resolved: rose: fix dangling neighbour pointers in rosertdevicedown There are two bugs in rosertdevicedown that can cause use-after-free: 1. The loop bound t-count is modified within the loop, which can cause the loop to terminate early an...

8.8CVSS6.5AI score
SaveExploits0References13
OSV
OSV
added 2025/07/25 12:53 p.m.7 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...

6.4AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.19 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.0015EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.10 views

CVE-2025-38375

In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdplinearizepage, when reading the following buffers from the ring, we forget to check the received length with the true allocate size. This can lead to an...

8.4CVSS5.7AI score0.00177EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38375 virtio-net: ensure the received length does not exceed allocated size

In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdplinearizepage, when reading the following buffers from the ring, we forget to check the received length with the true allocate size. This can lead to an...

8.4CVSS6.1AI score
SaveExploits0References13
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.24 views

CVE-2025-38374

In the Linux kernel, the following vulnerability has been resolved: optee: ffa: fix sleep in atomic context The OP-TEE driver registers the function notifcallback for FF-A notifications. However, this function is called in an atomic context leading to errors like this when processing asynchronous...

5.5CVSS5.3AI score0.00148EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38373 IB/mlx5: Fix potential deadlock in MR deregistration

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix potential deadlock in MR deregistration The issue arises when kzalloc is invoked while holding umemmutex or any other lock acquired under umemmutex. This is problematic because kzalloc can trigger fsreclaimaqcuire,...

6.1AI score
SaveExploits0References6
Rows per page
Query Builder