Lucene search
+L

587 matches found

Cvelist
Cvelist
added 2025/07/25 12:53 p.m.14 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,...

0.00112EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/07/11 11:22 p.m.8 views

SUSE CVE-2025-38268

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: move tcpmqueuevdmunlocked to asynchronous work A state check was previously added to tcpmqueuevdmunlocked to prevent a deadlock where the DisplayPort Alt Mode driver would be executing work and attempting to gra...

4.7CVSS6.3AI score0.00124EPSS
SaveExploits0References12
SUSE Linux
SUSE Linux
added 2025/07/11 3:14 p.m.17 views

Security update for the Linux Kernel

The SUSE Linux Enterprise Micro 6.0 and 6.1 kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2024-57982: xfrm: state: fix out-of-bounds read during lookup bsc1237913. CVE-2024-58053: rxrpc: Fix handling of received connection abort bsc1238982...

8.5CVSS7.8AI score0.00486EPSS
SaveExploits3References336
Microsoft CVE
Microsoft CVE
added 2025/07/11 7:00 a.m.16 views

usb: typec: ucsi: displayport: Fix deadlock

...

5.5CVSS7.2AI score0.0014EPSS
SaveExploits0
NVD
NVD
added 2025/07/09 11:15 a.m.10 views

CVE-2025-38244

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential deadlock when reconnecting channels Fix cifssignalcifsdforreconnect to take the correct lock order and prevent the following deadlock from happening =====================================================...

7.5CVSS0.0022EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/07/09 10:42 a.m.21 views

CVE-2025-38244 smb: client: fix potential deadlock when reconnecting channels

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential deadlock when reconnecting channels Fix cifssignalcifsdforreconnect to take the correct lock order and prevent the following deadlock from happening =====================================================...

7.5CVSS0.0022EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/07/09 10:42 a.m.12 views

CVE-2025-38244

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential deadlock when reconnecting channels Fix cifssignalcifsdforreconnect to take the correct lock order and prevent the following deadlock from happening =====================================================...

7.5CVSS5.5AI score0.0022EPSS
SaveExploits0
OSV
OSV
added 2025/07/03 9:15 a.m.9 views

UBUNTU-CVE-2025-38114

In the Linux kernel, the following vulnerability has been resolved: e1000: Move cancelworksync to avoid deadlock Previously, e1000down called cancelworksync for the e1000 reset task via e1000downandstop, which takes RTNL. As reported by users and syzbot, a deadlock is possible in the following...

5.6CVSS6AI score0.00106EPSS
SaveExploits0References12
NVD
NVD
added 2025/07/03 8:15 a.m.12 views

CVE-2025-38094

In the Linux kernel, the following vulnerability has been resolved: net: cadence: macb: Fix a possible deadlock in macbhalttx. There is a situation where after THALT is set high, TGO stays high as well. Because jiffies are never updated, as we are in a context with interrupts disabled, we never...

5.5CVSS0.00135EPSS
SaveExploits0References9
CVE
CVE
added 2025/07/03 7:44 a.m.122 views

CVE-2025-38094

CVE-2025-38094 (Linux kernel, macb deadlock) Fix for a possible deadlock in the macb driver under cadence when THALT is high and TGO remains high. The issue occurred in contexts with interrupts disabled, where jiffies were not updated and the loop wouldn’t exit, potentially locking a sama5d4 devi...

5.5CVSS6.6AI score0.00135EPSS
SaveExploits0References9Affected Software1
SUSE CVE
SUSE CVE
added 2025/06/19 3:41 a.m.9 views

SUSE CVE-2022-50116

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: fix deadlock and link starvation in outgoing data path The current implementation queues up new control and user packets as needed and processes this queue down to the ldisc in the same code path. That means that the...

5.5CVSS6.3AI score0.00133EPSS
SaveExploits0References18
OSV
OSV
added 2025/06/18 11:15 a.m.9 views

DEBIAN-CVE-2022-50166

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: When HCI work queue is drained, only queue chained work The HCI command, event, and data packet processing workqueue is drained to avoid deadlock in commit 76727c02c1e1 "Bluetooth: Call drainworkqueue before resetting...

5.5CVSS5.3AI score0.00167EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.21 views

AZL-70409 CVE-2022-50116 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: fix deadlock and link starvation in outgoing data path The current implementation queues up new control and user packets as needed and processes this queue down to the ldisc in the same code path. That means that the...

5.5CVSS6.2AI score0.00133EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.8 views

UBUNTU-CVE-2022-50166

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: When HCI work queue is drained, only queue chained work The HCI command, event, and data packet processing workqueue is drained to avoid deadlock in commit 76727c02c1e1 "Bluetooth: Call drainworkqueue before resetting...

5.5CVSS6.1AI score0.00167EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/06/18 11:03 a.m.16 views

CVE-2022-50149 driver core: fix potential deadlock in __driver_attach

In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential deadlock in driverattach In driverattach function, There are also AA deadlock problem, like the commit b232b02bf3c2 "driver core: fix deadlock in deviceattach". stack like commit b232b02bf3c2 "driver...

0.00134EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/06/18 11:03 a.m.8 views

CVE-2022-50149

In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential deadlock in driverattach In driverattach function, There are also AA deadlock problem, like the commit b232b02bf3c2 "driver core: fix deadlock in deviceattach". stack like commit b232b02bf3c2 "driver...

5.5CVSS5.5AI score0.00134EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/06/18 11:02 a.m.18 views

CVE-2022-50116

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: fix deadlock and link starvation in outgoing data path The current implementation queues up new control and user packets as needed and processes this queue down to the ldisc in the same code path. That means that the...

5.5CVSS5.6AI score0.00133EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 11:02 a.m.21 views

CVE-2022-50116 tty: n_gsm: fix deadlock and link starvation in outgoing data path

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: fix deadlock and link starvation in outgoing data path The current implementation queues up new control and user packets as needed and processes this queue down to the ldisc in the same code path. That means that the...

0.00133EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:02 a.m.8 views

CVE-2022-50116 tty: n_gsm: fix deadlock and link starvation in outgoing data path

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: fix deadlock and link starvation in outgoing data path The current implementation queues up new control and user packets as needed and processes this queue down to the ldisc in the same code path. That means that the...

5.8AI score
SaveExploits0References7
OpenVAS
OpenVAS
added 2025/06/04 12:00 a.m.6 views

SUSE: Security Advisory (SUSE-SU-2024:3424-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.3CVSS7.4AI score0.00544EPSS
SaveExploits0References4
Rows per page
Query Builder