Lucene search
+L

7334 matches found

SUSE CVE
SUSE CVE
added 2025/10/25 12:43 a.m.6 views

SUSE CVE-2021-47637

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix deadlock in concurrent rename whiteout and inode writeback Following hung tasks: 77.028764 task:kworker/u8:4 state:D stack: 0 pid: 132 77.028820 Call Trace: 77.029027 schedule+0x8c/0x1b0 77.029067 mutexlock+0x50/0x60...

4.7CVSS5.5AI score0.00189EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/10/25 12:14 a.m.6 views

SUSE CVE-2022-50549

In the Linux kernel, the following vulnerability has been resolved: dm thin: Fix ABBA deadlock between shrinkslab and dmpoolabortmetadata Following concurrent processes: P1drop cache P2kworker dropcachessysctlhandler dropslab shrinkslab downread&shrinkerrwsem - LOCK A doshrinkslab supercachescan...

5.5CVSS6AI score0.00141EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/10/24 11:46 p.m.14 views

SUSE CVE-2024-45003

In the Linux kernel, the following vulnerability has been resolved: vfs: Don't evict inode under the inode lru traversing context The inode reclaiming processSee function pruneicachesb collects all reclaimable inodes and mark them with IFREEING flag at first, at that time, other processes will be...

5.5CVSS6.2AI score0.00172EPSS
SaveExploits0References18
EUVD
EUVD
added 2025/10/24 6:30 p.m.11 views

EUVD-2022-54533

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix hang during unmount when block group reclaim task is running When we start an unmount, at closectree, if we have the reclaim task running and in the middle of a data block group relocation, we can trigger a deadlock wh...

5.5CVSS5AI score0.00205EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/10/22 11:58 p.m.6 views

SUSE CVE-2023-53731

In the Linux kernel, the following vulnerability has been resolved: netlink: fix potential deadlock in netlinkseterr syzbot reported a possible deadlock in netlinkseterr 1 A similar issue was fixed in commit 1d482e666b8e "netlink: disable IRQs for netlinklocktable" in netlinklocktable This patch...

4.7CVSS6.7AI score0.00216EPSS
SaveExploits0References15
EUVD
EUVD
added 2025/10/22 6:30 p.m.9 views

EUVD-2022-54739

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Return error code in mdp5piperelease when deadlock is detected mdp5getglobalstate runs the risk of hitting a -EDEADLK when acquiring the modeset lock, but currently mdp5piperelease doesn't check for if an error is...

5.5CVSS5.3AI score0.00264EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/22 6:30 p.m.9 views

EUVD-2022-54741

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Return error code in mdp5mixerrelease when deadlock is detected There is a possibility for mdp5getglobalstate to return -EDEADLK when acquiring the modeset lock, but currently globalstate in mdp5mixerrelease doesn't...

5.5CVSS5.3AI score0.00264EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/22 6:30 p.m.6 views

EUVD-2022-54795

In the Linux kernel, the following vulnerability has been resolved: PCI: Avoid pcidevlock AB/BA deadlock with sriovnumvfsstore The sysfs sriovnumvfsstore path acquires the device lock before the config space access lock: sriovnumvfsstore devicelock A 1 acquire device lock sriovconfigure...

5.5CVSS5.5AI score0.00215EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/22 3:31 p.m.8 views

EUVD-2023-60017

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a potential data corruption We must ensure that the subrequests are joined back into the head before we can retransmit a request. If the head was not on the commit lists, because the server wrote it synchronously, we sti...

5.7AI score0.00186EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/22 3:31 p.m.7 views

EUVD-2023-60022

In the Linux kernel, the following vulnerability has been resolved: mm/vmemmap/devdax: fix kernel crash when probing devdax devices commit 4917f55b4ef9 "mm/sparse-vmemmap: improve memory savings for compound devmaps" added support for using optimized vmmemap for devdax devices. But how vmemmap...

5AI score0.00185EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/22 3:31 p.m.6 views

EUVD-2023-60015

In the Linux kernel, the following vulnerability has been resolved: arm64: sme: Use STR P to clear FFR context field in streaming SVE mode The FFR is a predicate register which can vary between 16 and 256 bits in size depending upon the configured vector length. When saving the SVE state in...

4.9AI score0.00186EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/22 3:31 p.m.8 views

EUVD-2023-60028

In the Linux kernel, the following vulnerability has been resolved: media: max9286: Fix memleak in max9286v4l2register There is a kmemleak when testing the media/i2c/max9286.c with bpf mock device: kmemleak: 5 new suspected memory leaks see /sys/kernel/debug/kmemleak unreferenced object...

5.7AI score0.00199EPSS
SaveExploits0References6
NVD
NVD
added 2025/10/22 2:15 p.m.4 views

CVE-2023-53731

In the Linux kernel, the following vulnerability has been resolved: netlink: fix potential deadlock in netlinkseterr syzbot reported a possible deadlock in netlinkseterr 1 A similar issue was fixed in commit 1d482e666b8e "netlink: disable IRQs for netlinklocktable" in netlinklocktable This patch...

0.00216EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/22 2:15 p.m.4 views

DEBIAN-CVE-2023-53731

In the Linux kernel, the following vulnerability has been resolved: netlink: fix potential deadlock in netlinkseterr syzbot reported a possible deadlock in netlinkseterr 1 A similar issue was fixed in commit 1d482e666b8e "netlink: disable IRQs for netlinklocktable" in netlinklocktable This patch...

5.4AI score0.00216EPSS
SaveExploits0References1
NVD
NVD
added 2025/10/22 2:15 p.m.5 views

CVE-2023-53730

In the Linux kernel, the following vulnerability has been resolved: blk-iocost: use spinlockirqsave in adjustinuseandcalccost adjustinuseandcalccost use spinlockirq and IRQ will be enabled when unlock. DEADLOCK might happen if we have held other locks and disabled IRQ before invoking it. Fix it b...

0.00191EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/22 2:15 p.m.8 views

UBUNTU-CVE-2023-53731

In the Linux kernel, the following vulnerability has been resolved: netlink: fix potential deadlock in netlinkseterr syzbot reported a possible deadlock in netlinkseterr 1 A similar issue was fixed in commit 1d482e666b8e "netlink: disable IRQs for netlinklocktable" in netlinklocktable This patch...

5.8AI score0.00216EPSS
SaveExploits0References12
CVE
CVE
added 2025/10/22 1:23 p.m.21 views

CVE-2023-53731

CVE-2023-53731 describes a potential deadlock in the Linux kernel netlink subsystem (netlink_set_err). SYZBOT reported a deadlock scenario involving nl_table_lock and a softirq-safe lock (local->queue_stop_reason_lock) that could invert IRQ lock ordering. Connected advisories confirm a fix add...

6.3AI score0.00216EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.14 views

CVE-2023-53731 netlink: fix potential deadlock in netlink_set_err()

In the Linux kernel, the following vulnerability has been resolved: netlink: fix potential deadlock in netlinkseterr syzbot reported a possible deadlock in netlinkseterr 1 A similar issue was fixed in commit 1d482e666b8e "netlink: disable IRQs for netlinklocktable" in netlinklocktable This patch...

0.00216EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/22 1:23 p.m.6 views

CVE-2023-53731 netlink: fix potential deadlock in netlink_set_err()

In the Linux kernel, the following vulnerability has been resolved: netlink: fix potential deadlock in netlinkseterr syzbot reported a possible deadlock in netlinkseterr 1 A similar issue was fixed in commit 1d482e666b8e "netlink: disable IRQs for netlinklocktable" in netlinklocktable This patch...

6.5AI score0.00216EPSS
SaveExploits0References12
CVE
CVE
added 2025/10/22 1:23 p.m.23 views

CVE-2023-53730

CVE-2023-53730 : In the Linux kernel, the blk-iocost code path uses spin_lock_irq() when acquiring bfqd-related locks in adjust_inuse_and_calc_cost(), which can leave IRQ state inconsistent and lead to a potential deadlock if other locks are held and IRQ is disabled before unlocking. The fix swit...

6.1AI score0.00191EPSS
SaveExploits0References6
Rows per page
Query Builder