Lucene search
+L

2545 matches found

CVE
CVE
added 2025/12/09 12:0 a.m.16 views

CVE-2022-50648

CVE-2022-50648 concerns a Linux kernel ftrace deadlock involving direct_mutex during ftrace_modify_direct_caller. The connected advisories document a fix using register_ftrace_function_nolock in ftrace_modify_direct_caller to resolve the recursive locking issue, with multiple vendors/refs confirm...

5.9AI score0.00162EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/09 12:0 a.m.32 views

CVE-2022-50648 ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_caller

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix recursive locking directmutex in ftracemodifydirectcaller Naveen reported recursive locking of directmutex with sample ftrace-direct-modify.ko: 74.762406 WARNING: possible recursive locking detected 74.762887 6.0.0-rc...

0.00162EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/12/09 12:0 a.m.10 views

CVE-2022-50648

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix recursive locking directmutex in ftracemodifydirectcaller Naveen reported recursive locking of directmutex with sample ftrace-direct-modify.ko: 74.762406 WARNING: possible recursive locking detected 74.762887 6.0.0-rc...

5.3AI score0.00162EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 12:0 a.m.7 views

CVE-2022-50648 ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_caller

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix recursive locking directmutex in ftracemodifydirectcaller Naveen reported recursive locking of directmutex with sample ftrace-direct-modify.ko: 74.762406 WARNING: possible recursive locking detected 74.762887 6.0.0-rc...

6.2AI score0.00162EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.5 views

PT-2025-49628

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.0.0-rc6+ 33 Description The Linux kernel contains a flaw in the ftrace subsystem related to recursive locking of the direct mutex within the ftrace modify direct caller function. This can lead to a deadlock...

6.3AI score0.00162EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.7 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 recursive locking of directmutex, which could lead to a deadlock...

6.1AI score0.00162EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-53816

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/amdkfd: fix potential kgdmem UAFs kgdmem pointers returned by kfdprocessdevicetranslatehandle are only guaranteed to be valid while p-mutex is held. As soon...

5.9AI score0.00161EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2023-53866

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ASoC: soc-compress: Reposition and add pcmmutex If paniconwarn is set and compress streamDPCM is started, then kernel panic occurred because card-pcmmutex isn'...

5.9AI score0.00192EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux in the United States. A security vulnerability exists in the Linux kernel that stems from improper locking of pcmmutex, which could lead to a kernel panic...

7.8AI score0.00192EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.6 views

PT-2025-49676

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the drm/amdkfd subsystem that could lead to use-after-free UAF issues with kgd mem pointers. Specifically, pointers returned by the kfd process...

7.2AI score0.00161EPSS
SaveExploits0
EUVD
EUVD
added 2025/12/08 3:31 a.m.7 views

EUVD-2023-60059

In the Linux kernel, the following vulnerability has been resolved: virt/coco/sev-guest: Double-buffer messages The encryption algorithms read and write directly to shared unencrypted memory, which may leak information as well as permit the host to tamper with the message integrity. Instead, copy...

5.2AI score0.00108EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/08 2:15 a.m.5 views

CVE-2022-50630

In the Linux kernel, the following vulnerability has been resolved: mm: hugetlb: fix UAF in hugetlbhandleuserfault The vmalock and hugetlbfaultmutex are dropped before handling userfault and reacquire them again after handleuserfault, but reacquire the vmalock could lead to UAF1,2 due to the...

0.00178EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/12/05 4:14 p.m.8 views

CVE-2025-40231

In the Linux kernel, the following vulnerability has been resolved: vsock: fix lock inversion in vsockassigntransport Syzbot reported a potential lock inversion deadlock between vsockregistermutex and sklock-AFVSOCK when vsocklinger is called. The issue was introduced by commit 687aa0c5581b "vsoc...

5.5CVSS5.2AI score0.00183EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/05 1:12 p.m.12 views

OESA-2025-2775 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: mm: zswap: properly synchronize freeing resources during CPU hotunplug In zswapcompress and zswapdecompress, the per-CPU acompctx of the current CPU at the...

7.8CVSS6.8AI score0.00273EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2025/12/05 12:25 a.m.6 views

SUSE CVE-2025-40231

In the Linux kernel, the following vulnerability has been resolved: vsock: fix lock inversion in vsockassigntransport Syzbot reported a potential lock inversion deadlock between vsockregistermutex and sklock-AFVSOCK when vsocklinger is called. The issue was introduced by commit 687aa0c5581b "vsoc...

5.5CVSS6.4AI score0.00183EPSS
SaveExploits0References20
NVD
NVD
added 2025/12/04 4:16 p.m.4 views

CVE-2025-40231

In the Linux kernel, the following vulnerability has been resolved: vsock: fix lock inversion in vsockassigntransport Syzbot reported a potential lock inversion deadlock between vsockregistermutex and sklock-AFVSOCK when vsocklinger is called. The issue was introduced by commit 687aa0c5581b "vsoc...

0.00183EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/12/04 3:31 p.m.7 views

EUVD-2025-201228

In the Linux kernel, the following vulnerability has been resolved: vsock: fix lock inversion in vsockassigntransport Syzbot reported a potential lock inversion deadlock between vsockregistermutex and sklock-AFVSOCK when vsocklinger is called. The issue was introduced by commit 687aa0c5581b "vsoc...

5.9AI score0.00183EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/04 3:31 p.m.33 views

CVE-2025-40231

CVE-2025-40231 (Linux kernel) relates to a vsock lock inversion in vsock_assign_transport() where vsock_register_mutex is held during a call that may call vsock_linger(). The commit adding vsock_register_mutex around transport->release() around sk_lock can create circular dependency when vsock...

6AI score0.00183EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/12/04 12:50 p.m.11 views

kernel: Bluetooth: L2CAP: Fix user-after-free

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix user-after-free This uses l2capchanholdunlesszero after calling l2capgetchanblah to prevent the following trace: Bluetooth: l2capcore.c:static void l2capchandestroystruct kref kref Bluetooth: chan...

8CVSS6.8AI score0.0033EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/12/03 12:0 a.m.10 views

Oracle Linux 10 : ELSA-2025-20095-0: / kernel (ELSA-2025-200950)

The remote Oracle Linux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2025-200950 advisory. - selftests: tls: add tests for zero-length records CKI Backport Bot RHEL-114328 CVE-2025-39682 - tls: fix handling of zero-length records on the...

8.8CVSS7.7AI score0.01345EPSS
SaveExploits11References87
Rows per page
Query Builder