Lucene search
+L

7824 matches found

RedhatCVE
RedhatCVE
added 2025/01/13 1:52 p.m.14 views

CVE-2024-54683

In the Linux kernel, the following vulnerability has been resolved: netfilter: IDLETIMER: Fix for possible ABBA deadlock Deletion of the last rule referencing a given idletimer may happen at the same time as a read of its file in sysfs: | ====================================================== |...

5.5CVSS6.7AI score0.00162EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/13 1:21 p.m.11 views

CVE-2024-43098

In the Linux kernel, the following vulnerability has been resolved: i3c: Use i3cdev-desc-info instead of calling i3cdevicegetinfo to avoid deadlock A deadlock may happen since the i3cmasterregister acquires &i3cbus-;lock twice. See the log below. Use i3cdev-desc-info instead of calling...

5.5CVSS6.9AI score0.00172EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/13 11:51 a.m.14 views

CVE-2024-57807

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Fix for a potential deadlock This fixes a 'possible circular locking dependency detected' warning CPU0 CPU1 ---- ---- lock&instance-;resetmutex; lock&shost-;scanmutex; lock&instance-;resetmutex;...

4.1CVSS6.9AI score0.00176EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/13 10:25 a.m.9 views

CVE-2024-48876

In the Linux kernel, the following vulnerability has been resolved: stackdepot: fix stackdepotsaveflags in NMI context Per documentation, stackdepotsaveflags was meant to be usable from NMI context if STACKDEPOTFLAGCANALLOC is unset. However, it still would try to take the poollock in an attempt ...

5.5CVSS6.6AI score0.00141EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/13 9:53 a.m.24 views

CVE-2024-53689

In the Linux kernel, the following vulnerability has been resolved: block: Fix potential deadlock while freezing queue and acquiring sysfslock For storing a value to a queue attribute, the queueattrstore function first freezes the queue -qusagecounterio and then acquire -sysfslock. This seems not...

4.4CVSS6.8AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/13 7:21 a.m.10 views

CVE-2024-55642

In the Linux kernel, the following vulnerability has been resolved: block: Prevent potential deadlocks in zone write plug error recovery Zone write plugging for handling writes to zones of a zoned block device always execute a zone report whenever a write BIO to a zone fails. The intent of this i...

4.4CVSS7.5AI score0.00182EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/13 7:21 a.m.18 views

CVE-2024-54680

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix TCP timers deadlock after rmmod Commit ef7134c7fc48 "smb: client: Fix use-after-free of network namespace." fixed a netns UAF by manually enabled socket refcounting sk-sknetrefcnt=1 and sockinuseaddnet, 1. The...

4.4CVSS7.1AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/13 7:20 a.m.12 views

CVE-2024-54460

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isolistenbis This fixes the circular locking dependency warning below, by releasing the socket lock before enterning isolistenbis, to avoid any potential deadlock with hdev lock. 75.307983...

5.7CVSS7AI score0.00138EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/01/13 6:50 a.m.24 views

CVE-2024-47143

In the Linux kernel, the following vulnerability has been resolved: dma-debug: fix a possible deadlock on radixlock radixlock shouldn't be held while holding dmahashentryidx.lock otherwise, there's a possible deadlock scenario when dma debug API is called holding rqlock: CPU0 CPU1 CPU2 dmafreeatt...

5.5CVSS6.8AI score0.00186EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/12 12:21 a.m.5 views

SUSE CVE-2024-43098

In the Linux kernel, the following vulnerability has been resolved: i3c: Use i3cdev-desc-info instead of calling i3cdevicegetinfo to avoid deadlock A deadlock may happen since the i3cmasterregister acquires &i3cbus-lock twice. See the log below. Use i3cdev-desc-info instead of calling i3cdevicein...

4.7CVSS7.7AI score0.00172EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/01/12 12:18 a.m.22 views

SUSE CVE-2024-47143

In the Linux kernel, the following vulnerability has been resolved: dma-debug: fix a possible deadlock on radixlock radixlock shouldn't be held while holding dmahashentryidx.lock otherwise, there's a possible deadlock scenario when dma debug API is called holding rqlock: CPU0 CPU1 CPU2 dmafreeatt...

4.1CVSS7.6AI score0.00186EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/01/12 12:18 a.m.10 views

SUSE CVE-2024-48875

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't take devreplace rwsem on task already holding it Running fstests btrfs/011 with MKFSOPTIONS="-O rst" to force the usage of the RAID stripe-tree, we get the following splat from lockdep: BTRFS info device sdd:...

5.5CVSS7.6AI score0.00146EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/01/12 12:17 a.m.7 views

SUSE CVE-2024-48876

In the Linux kernel, the following vulnerability has been resolved: stackdepot: fix stackdepotsaveflags in NMI context Per documentation, stackdepotsaveflags was meant to be usable from NMI context if STACKDEPOTFLAGCANALLOC is unset. However, it still would try to take the poollock in an attempt ...

4.7CVSS7.4AI score0.00141EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/01/12 12:15 a.m.6 views

SUSE CVE-2024-54460

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isolistenbis This fixes the circular locking dependency warning below, by releasing the socket lock before enterning isolistenbis, to avoid any potential deadlock with hdev lock. 75.307983...

4.7CVSS7.6AI score0.00138EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/12 12:15 a.m.8 views

SUSE CVE-2024-54683

In the Linux kernel, the following vulnerability has been resolved: netfilter: IDLETIMER: Fix for possible ABBA deadlock Deletion of the last rule referencing a given idletimer may happen at the same time as a read of its file in sysfs: | ====================================================== |...

4.7CVSS7.6AI score0.00162EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2025/01/12 12:14 a.m.13 views

SUSE CVE-2024-57807

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Fix for a potential deadlock This fixes a 'possible circular locking dependency detected' warning CPU0 CPU1 ---- ---- lock&instance-resetmutex; lock&shost-scanmutex; lock&instance-resetmutex;...

5.5CVSS7.7AI score0.00176EPSS
SaveExploits0References14
Tenable Nessus
Tenable Nessus
added 2025/01/12 12:00 a.m.12 views

Fedora 41 : xen (2025-933a9a977e)

The remote Fedora 41 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2025-933a9a977e advisory. work around debugedit bug to fix aarch64 builds xen-hypervisor %post doesn't load all needed grub2 modules update to xen-4.19.1 which includes...

6.5CVSS7.1AI score0.003EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/01/12 12:00 a.m.9 views

PT-2025-13368 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to the fixed version Description: A deadlock vulnerability has been identified in the Linux kernel, specifically in the enetc tx onestep tstamp function. This issue occurs when the netif tx lock is held while an...

5.5CVSS5AI score0.00145EPSS
SaveExploits0References20
OSV
OSV
added 2025/01/11 1:15 p.m.11 views

AZL-55724 CVE-2024-57807 affecting package kernel for versions less than 6.6.76.1-1

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Fix for a potential deadlock This fixes a 'possible circular locking dependency detected' warning CPU0 CPU1 ---- ---- lock&instance-resetmutex; lock&shost-scanmutex; lock&instance-resetmutex;...

5.5CVSS6.6AI score0.00176EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/11 1:15 p.m.9 views

AZL-55792 CVE-2024-57807 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Fix for a potential deadlock This fixes a 'possible circular locking dependency detected' warning CPU0 CPU1 ---- ---- lock&instance-resetmutex; lock&shost-scanmutex; lock&instance-resetmutex;...

5.5CVSS6.7AI score0.00176EPSS
SaveExploits0References1
Rows per page
Query Builder