Lucene search
+L

13117 matches found

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
Cvelist
Cvelist
added 2025/07/25 12:53 p.m.16 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
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.18 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.13 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
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.8 views

CVE-2025-38373

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

5.5CVSS5.2AI score0.00112EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.17 views

CVE-2025-38371

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Disable interrupts before resetting the GPU Currently, an interrupt can be triggered during a GPU reset, which can lead to GPU hangs and NULL pointer dereference in an interrupt context as shown in the following trace:...

5.5CVSS5.5AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.18 views

CVE-2025-38370

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix failure to rebuild free space tree using multiple transactions If we are rebuilding a free space tree, while modifying the free space tree we may need to allocate a new metadata block group. If we end up using multiple...

5.5CVSS5.3AI score0.00132EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.24 views

CVE-2025-38369

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using Running IDXD workloads in a container with the /dev directory mounted can trigger a call trace or even a kernel panic when the parent proce...

7.8CVSS5.7AI score0.00158EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 12:47 p.m.19 views

CVE-2025-38369 dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using

In the Linux kernel, the following vulnerability has been resolved: dmaengine: idxd: Check availability of workqueue allocated by idxd wq driver before using Running IDXD workloads in a container with the /dev directory mounted can trigger a call trace or even a kernel panic when the parent proce...

6.2AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.17 views

CVE-2025-38368

In the Linux kernel, the following vulnerability has been resolved: misc: tps6594-pfsm: Add NULL pointer check in tps6594pfsmprobe The returned value, pfsm-miscdev.name, from devmkasprintf could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to th...

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

CVE-2025-38368 misc: tps6594-pfsm: Add NULL pointer check in tps6594_pfsm_probe()

In the Linux kernel, the following vulnerability has been resolved: misc: tps6594-pfsm: Add NULL pointer check in tps6594pfsmprobe The returned value, pfsm-miscdev.name, from devmkasprintf could be NULL. A pointer check is added to prevent potential NULL pointer dereference. This is similar to th...

6.2AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.14 views

CVE-2025-38367

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Avoid overflow with array index The variable index is modified and reused as array index when modify register EIOINTCENABLE. There will be array index overflow problem...

8.8CVSS6.3AI score0.00148EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/07/25 12:47 p.m.12 views

CVE-2025-38366

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Check validity of "numcpu" from user space The maximum supported cpu number is EIOINTCROUTEMAXVCPUS about irqchip EIOINTC, here add validation about cpu number to avoid array pointer overflow...

7.8CVSS6.3AI score0.00148EPSS
SaveExploits0
Rows per page
Query Builder