Lucene search
+L

12811 matches found

EUVD
EUVD
added 2025/12/08 3:31 a.m.12 views

EUVD-2025-201627

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: fix race in hcicmdsyncdequeueonce hcicmdsyncdequeueonce does lookup and then cancel the entry under two separate lock sections. Meanwhile, hcicmdsyncwork can also delete the same entry, leading to double listd...

5.9AI score0.00264EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/08 2:15 a.m.8 views

DEBIAN-CVE-2023-53764

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Handle lock during peerid find ath12kpeerfindbyid requires that the caller hold the ab-baselock. Currently the WBM error path does not hold the lock and calling that function, leads to the following lockdepassertin...

8.8CVSS5.6AI score0.00225EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/08 2:15 a.m.12 views

CVE-2023-53764

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Handle lock during peerid find ath12kpeerfindbyid requires that the caller hold the ab-baselock. Currently the WBM error path does not hold the lock and calling that function, leads to the following lockdepassertin...

8.8CVSS0.00225EPSS
SaveExploits0References2
NVD
NVD
added 2025/12/08 2:15 a.m.8 views

CVE-2023-53747

In the Linux kernel, the following vulnerability has been resolved: vcscreen: reload load of struct vcdata pointer in vcswrite to avoid UAF After a call to consoleunlock in vcswrite the vcdata struct can be freed by vcportdestruct. Because of that, the struct vcdata pointer must be reloaded in th...

7.8CVSS0.00136EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/08 2:15 a.m.7 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...

7.8CVSS0.00149EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/08 2:15 a.m.4 views

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

7.8CVSS5.3AI score0.00149EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/08 2:15 a.m.9 views

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

7.8CVSS5.8AI score0.00149EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/08 2:15 a.m.11 views

UBUNTU-CVE-2023-53764

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Handle lock during peerid find ath12kpeerfindbyid requires that the caller hold the ab-baselock. Currently the WBM error path does not hold the lock and calling that function, leads to the following lockdepassertin...

8.8CVSS5.7AI score0.00225EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/08 2:15 a.m.8 views

UBUNTU-CVE-2023-53760

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: mcq: Fix &hwq-cqlock deadlock issue When ufshcderrhandler is executed, CQ event interrupt can enter waiting for the same lock. This can happen in ufshcdhandlemcqcqevents and also in ufsmtkmcqintr. The following...

5.7AI score0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/08 1:19 a.m.20 views

CVE-2023-53764

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Handle lock during peerid find ath12kpeerfindbyid requires that the caller hold the ab-baselock. Currently the WBM error path does not hold the lock and calling that function, leads to the following lockdepassertin...

8.8CVSS5.2AI score0.00225EPSS
SaveExploits0
CVE
CVE
added 2025/12/08 1:19 a.m.27 views

CVE-2023-53764

In Linux kernel CVE-2023-53764, the ath12k Wi‑Fi driver could trigger a lockdep assertion because the WBM error path called ath12k_peer_find_by_id() without holding ab->base_lock. The provided documents state the fix is to handle spin lock/unlock in the WBM error path to ensure the required lo...

8.8CVSS5.9AI score0.00225EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.39 views

CVE-2023-53764 wifi: ath12k: Handle lock during peer_id find

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Handle lock during peerid find ath12kpeerfindbyid requires that the caller hold the ab-baselock. Currently the WBM error path does not hold the lock and calling that function, leads to the following lockdepassertin...

8.8CVSS0.00225EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.40 views

CVE-2023-53760 scsi: ufs: core: mcq: Fix &hwq->cq_lock deadlock issue

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: mcq: Fix &hwq-cqlock deadlock issue When ufshcderrhandler is executed, CQ event interrupt can enter waiting for the same lock. This can happen in ufshcdhandlemcqcqevents and also in ufsmtkmcqintr. The following...

0.00168EPSS
SaveExploits0References2
CVE
CVE
added 2025/12/08 1:19 a.m.27 views

CVE-2023-53760

The CVE-2023-53760 entry describes a Linux kernel deadlock in the SCSI/UFS MCQ path. Root cause: ufshcd_err_handler() can trigger CQ event interrupts while holding hwq->cq_lock, allowing a competing IRQ/worker to acquire the same lock in hard IRQ context, risking a deadlock. Affected component...

6.1AI score0.00168EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/08 1:19 a.m.11 views

CVE-2023-53760 scsi: ufs: core: mcq: Fix &hwq->cq_lock deadlock issue

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: mcq: Fix &hwq-cqlock deadlock issue When ufshcderrhandler is executed, CQ event interrupt can enter waiting for the same lock. This can happen in ufshcdhandlemcqcqevents and also in ufsmtkmcqintr. The following...

6.3AI score
SaveExploits0References5
OSV
OSV
added 2025/12/08 1:16 a.m.8 views

CVE-2022-50630 mm: hugetlb: fix UAF in hugetlb_handle_userfault

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

7.8CVSS6.2AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/08 1:16 a.m.13 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...

7.8CVSS5.3AI score0.00149EPSS
SaveExploits0
CVE
CVE
added 2025/12/08 1:16 a.m.34 views

CVE-2022-50630

CVE-2022-50630 is a Linux kernel issue in the hugetlb path where a race around userfault handling could cause a Use-After-Free (UAF) when re-acquiring vma_lock after hugetlb_handle_userfault. The root cause: vma_lock was dropped before handle_userfault and then re-acquired after, creating a race ...

7.8CVSS6AI score0.00149EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/08 1:16 a.m.36 views

CVE-2022-50630 mm: hugetlb: fix UAF in hugetlb_handle_userfault

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

7.8CVSS0.00149EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/08 1:16 a.m.7 views

CVE-2025-40318

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: fix race in hcicmdsyncdequeueonce hcicmdsyncdequeueonce does lookup and then cancel the entry under two separate lock sections. Meanwhile, hcicmdsyncwork can also delete the same entry, leading to double listd...

8.8CVSS0.00264EPSS
SaveExploits0References5
Rows per page
Query Builder