Lucene search
+L

105 matches found

Debian CVE
Debian CVE
added 2025/08/19 5:02 p.m.20 views

CVE-2025-38569

In the Linux kernel, the following vulnerability has been resolved: benet: fix BUG when creating VFs benet crashes as soon as SRIOV VFs are created: kernel BUG at mm/vmalloc.c:3457! Oops: invalid opcode: 0000 1 SMP KASAN NOPTI CPU: 4 UID: 0 PID: 7408 Comm: test.sh Kdump: loaded Not tainted 6.16.0...

5.5CVSS5.3AI score0.0017EPSS
SaveExploits0
OSV
OSV
added 2025/07/29 6:15 p.m.5 views

CVE-2025-36010

IBM Db2 for Linux 12.1.0, 12.1.1, and 12.1.2 could allow an unauthenticated user to cause a denial of service due to executable segments that are waiting for each other to release a necessary lock...

7.5CVSS6.6AI score0.00243EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/03 9:15 a.m.1 views

DEBIAN-CVE-2025-38129

In the Linux kernel, the following vulnerability has been resolved: pagepool: Fix use-after-free in pagepoolrecycleinring syzbot reported a uaf in pagepoolrecycleinring: BUG: KASAN: slab-use-after-free in lockrelease+0x151/0xa30 kernel/locking/lockdep.c:5862 Read of size 8 at addr ffff8880286045a...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References1
OSV
OSV
added 2025/06/18 11:15 a.m.2 views

DEBIAN-CVE-2022-49998

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix locking in rxrpc's sendmsg Fix three bugs in the rxrpc's sendmsg implementation: 1 rxrpcnewclientcall should release the socket lock when returning an error from rxrpcgetcallslot. 2 rxrpcwaitfortxwindowintr will return...

5.5CVSS5.6AI score0.00168EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/05/01 12:00 a.m.15 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an improperly timed lock release, which could lead to a deadlock...

5.5CVSS6.2AI score0.00367EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:01 a.m.20 views

UBUNTU-CVE-2022-49316

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Don't hold the layoutget locks across multiple RPC calls When doing layoutget as part of the open compound, we have to be careful to release the layout locks before we can call any further RPC calls, such as setattr. The...

5.5CVSS6.2AI score0.00211EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2025/02/10 12:00 a.m.10 views

Azure Linux 3.0 Security Update: kernel (CVE-2024-49965)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-49965 advisory. - In the Linux kernel, the following vulnerability has been resolved: ocfs2: remove unreasonable unlock in...

7.8CVSS6.1AI score0.00196EPSS
SaveExploits0References2
NVD
NVD
added 2025/01/31 12:15 p.m.93 views

CVE-2025-21672

In the Linux kernel, the following vulnerability has been resolved: afs: Fix merge preference rule failure condition syzbot reported a lock held when returning to userspace1. This is because if argc is less than 0 and the function returns directly, the held inode lock is not released. Fix this by...

5.5CVSS0.00137EPSS
SaveExploits0References2
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
Vulnrichment
Vulnrichment
added 2025/01/11 12:29 p.m.1 views

CVE-2024-54460 Bluetooth: iso: Fix circular lock in iso_listen_bis

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

7.5AI score0.00138EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/01/11 12:29 p.m.4 views

CVE-2024-54191 Bluetooth: iso: Fix circular lock in iso_conn_big_sync

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isoconnbigsync This fixes the circular locking dependency warning below, by reworking isosockrecvmsg, to ensure that the socket lock is always released before calling a function that locks hde...

6.1AI score0.00137EPSS
SaveExploits0References2
CVE
CVE
added 2024/12/27 2:23 p.m.150 views

CVE-2024-56582

CVE-2024-56582: Linux kernel btrfs use-after-free in btrfs_encoded_read_endio() identified via KASAN trace in btrfs-endio path; confirmed in the provided trace and fixed in the kernel. Affected component: btrfs in the kernel; root cause: use-after-free in btrfs_encoded_read_endio(); impact as des...

7.8CVSS6.4AI score0.00237EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/11/19 6:15 p.m.5 views

DEBIAN-CVE-2024-53086

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Drop VM dma-resv lock on xesyncinfenceget failure in exec IOCTL Upon failure all locks need to be dropped before returning to the user. cherry picked from commit 7d1a4258e602ffdce529f56686925034c1b3b095...

5.5CVSS5.7AI score0.00146EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/11/19 5:45 p.m.5 views

CVE-2024-53086 drm/xe: Drop VM dma-resv lock on xe_sync_in_fence_get failure in exec IOCTL

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Drop VM dma-resv lock on xesyncinfenceget failure in exec IOCTL Upon failure all locks need to be dropped before returning to the user. cherry picked from commit 7d1a4258e602ffdce529f56686925034c1b3b095...

7.6AI score0.00146EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/08 6:15 a.m.15 views

UBUNTU-CVE-2024-50210

In the Linux kernel, the following vulnerability has been resolved: posix-clock: posix-clock: Fix unbalanced locking in pcclocksettime If getclockdesc succeeds, it calls fget for the clockid's fd, and get the clk-rwsem read lock, so the error path should release the lock to make the lock balance...

5.5CVSS6.6AI score0.00172EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2024/10/24 3:18 a.m.12 views

SUSE CVE-2024-49965

In the Linux kernel, the following vulnerability has been resolved: ocfs2: remove unreasonable unlock in ocfs2readblocks Patch series "Misc fixes for ocfs2readblocks", v5. This series contains 2 fixes for ocfs2readblocks. The first patch fix the issue reported by syzbot, which detects bad unlock...

5.5CVSS6.3AI score0.00196EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2024/10/22 2:49 a.m.5 views

SUSE CVE-2024-50060

In the Linux kernel, the following vulnerability has been resolved: iouring: check if we need to reschedule during overflow flush In terms of normal application usage, this list will always be empty. And if an application does overflow a bit, it'll have a few entries. However, nothing obviously...

3.3CVSS6.8AI score0.0022EPSS
SaveExploits0References16
OSV
OSV
added 2024/10/21 12:15 p.m.5 views

UBUNTU-CVE-2024-47676

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb.c: fix UAF of vma in hugetlb fault pathway Syzbot reports a UAF in hugetlbfault. This happens because vmfanonprepare could drop the per-VMA lock and allow the current VMA to be freed before hugetlbvmaunlockread is...

7.8CVSS6.6AI score0.00241EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2024/08/08 4:53 a.m.16 views

kernel: isdn: mISDN: Fix sleeping function called from invalid context

In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: Fix sleeping function called from invalid context The driver can call card-isac.release function from an atomic context. Fix this by calling this function after releasing the lock. The following log reveals it:...

5.5CVSS6.8AI score0.00175EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/08 4:44 a.m.11 views

kernel: isdn: mISDN: Fix sleeping function called from invalid context

In the Linux kernel, the following vulnerability has been resolved: isdn: mISDN: Fix sleeping function called from invalid context The driver can call card-isac.release function from an atomic context. Fix this by calling this function after releasing the lock. The following log reveals it:...

5.5CVSS6.8AI score0.00175EPSS
SaveExploits0References5
Rows per page
Query Builder