Lucene search
+L

311 matches found

OSV
OSV
added 2025/06/18 11:15 a.m.6 views

UBUNTU-CVE-2022-50171

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/sec - don't sleep when in softirq When kunpeng920 encryption driver is used to deencrypt and decrypt packets during the softirq, it is not allowed to use mutex lock. The kernel will report the following error:...

5.5CVSS6AI score0.00131EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/06/18 11:3 a.m.13 views

CVE-2022-50171 crypto: hisilicon/sec - don't sleep when in softirq

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/sec - don't sleep when in softirq When kunpeng920 encryption driver is used to deencrypt and decrypt packets during the softirq, it is not allowed to use mutex lock. The kernel will report the following error:...

0.00131EPSS
SaveExploits0References5
OSV
OSV
added 2025/06/18 11:3 a.m.5 views

CVE-2022-50171 crypto: hisilicon/sec - don't sleep when in softirq

In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/sec - don't sleep when in softirq When kunpeng920 encryption driver is used to deencrypt and decrypt packets during the softirq, it is not allowed to use mutex lock. The kernel will report the following error:...

5.5CVSS6AI score0.00131EPSS
SaveExploits0References8
CVE
CVE
added 2025/06/18 11:3 a.m.75 views

CVE-2022-50171

CVE-2022-50171 is a Linux kernel issue in crypto: hisilicon/sec where a mutex lock is used during softirq, causing scheduling while atomic when kunpeng920 encryption driver processes packets in softirq. Affected component: Linux kernel crypto path for Hisilicon/sec; root cause: sleeping in softir...

5.5CVSS6.5AI score0.00131EPSS
SaveExploits0References5Affected Software1
NVD
NVD
added 2025/06/18 10:15 a.m.11 views

CVE-2025-38074

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: protect vq-logused with vq-mutex The vhost-scsi completion path may access vq-logbase when vq-logused is already set to false. vhost-thread QEMU-thread vhostscsicompletecmdwork - vhostaddused - vhostaddusedn if...

5.5CVSS0.00165EPSS
SaveExploits0References9
AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.5 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: net: hns3: fixed an oops error when unloading drivers that are parallel to each other. When unloading the hclge driver, it attempts to disable sriov first for each aedev node from hnae3aedevlist. If the hns3 driver is unloaded at...

5.5CVSS6.1AI score0.00191EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/06/06 12:0 a.m.5 views

PT-2025-27688

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A concurrency-related issue in the Linux kernel has been resolved. The problem was related to buffer locking in the ring buffer subbuf order set function. To fix this, the critical...

7.8CVSS7.2AI score0.00167EPSS
SaveExploits0
NVD
NVD
added 2025/05/20 5:15 p.m.16 views

CVE-2025-37968

In the Linux kernel, the following vulnerability has been resolved: iio: light: opt3001: fix deadlock due to concurrent flag access The threaded IRQ function in this driver is reading the flag twice: once to lock a mutex and once to unlock it. Even though the code setting the flag is designed to...

5.5CVSS0.00132EPSS
SaveExploits0References11
OSV
OSV
added 2025/05/20 5:15 p.m.0 views

DEBIAN-CVE-2025-37968

In the Linux kernel, the following vulnerability has been resolved: iio: light: opt3001: fix deadlock due to concurrent flag access The threaded IRQ function in this driver is reading the flag twice: once to lock a mutex and once to unlock it. Even though the code setting the flag is designed to...

5.5CVSS5.7AI score0.00132EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.8 views

kernel: net: restrict SO_REUSEPORT to inet sockets

In the Linux kernel, the following vulnerability has been resolved: net: restrict SOREUSEPORT to inet sockets After blamed commit, crypto sockets could accidentally be destroyed from RCU call back, as spotted by zyzbot 1. Trying to acquire a mutex in RCU callback is not allowed. Restrict...

5.5CVSS6.7AI score0.00191EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/08 7:15 a.m.10 views

DEBIAN-CVE-2025-37802

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix WARNING "do not call blocking ops when !TASKRUNNING" waiteventtimeout will set the state of the current task to TASKUNINTERRUPTIBLE, before doing the condition check. This means that ksmbddurablescavengeralive will try...

5.5CVSS5.3AI score0.00125EPSS
SaveExploits0References1
NVD
NVD
added 2025/05/08 7:15 a.m.11 views

CVE-2025-37802

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix WARNING "do not call blocking ops when !TASKRUNNING" waiteventtimeout will set the state of the current task to TASKUNINTERRUPTIBLE, before doing the condition check. This means that ksmbddurablescavengeralive will try...

5.5CVSS0.00125EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/05/08 6:26 a.m.19 views

CVE-2025-37802 ksmbd: fix WARNING "do not call blocking ops when !TASK_RUNNING"

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix WARNING "do not call blocking ops when !TASKRUNNING" waiteventtimeout will set the state of the current task to TASKUNINTERRUPTIBLE, before doing the condition check. This means that ksmbddurablescavengeralive will try...

0.00125EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/08 6:26 a.m.90 views

CVE-2025-37802

CVE-2025-37802 affects the Linux kernel’s ksmbd path. The issue arises from wait_event_timeout() potentially leaving the current task in TASK_UNINTERRUPTIBLE and then acquiring a mutex in ksmbd_durable_scavenger_alive(), which can sleep while holding a lock. The fix removes the unnecessary mutex ...

5.5CVSS5.3AI score0.00125EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/05/08 6:26 a.m.16 views

CVE-2025-37802 ksmbd: fix WARNING "do not call blocking ops when !TASK_RUNNING"

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix WARNING "do not call blocking ops when !TASKRUNNING" waiteventtimeout will set the state of the current task to TASKUNINTERRUPTIBLE, before doing the condition check. This means that ksmbddurablescavengeralive will try...

5.5CVSS5.9AI score0.00125EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2025/05/04 4:24 p.m.5 views

CVE-2023-53122

No description is available for this CVE...

5.5CVSS6.5AI score
SaveExploits0References4
CVE
CVE
added 2025/05/02 3:55 p.m.66 views

CVE-2023-53122

This CVE ID has been rejected by the CVE Numbering Authority and does not represent an active vulnerability entry.

6.3AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/05/02 12:0 a.m.3 views

PT-2025-18886

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to the fixed version Description The issue is related to the RISC-V architecture in the Linux kernel, where a mutex lock is taken twice during SiFive errata patching, resulting in errors such as kernel NULL pointer...

5.8AI score
SaveExploits0References16
OSV
OSV
added 2025/05/01 3:16 p.m.16 views

DEBIAN-CVE-2022-49930

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer problem in freemrinit Lock grab occurs in a concurrent scenario, resulting in stepping on a NULL pointer. It should be init mutexinit first before use the lock. Unable to handle kernel NULL pointer...

5.5CVSS5.4AI score0.00138EPSS
SaveExploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.4 views

UBUNTU-CVE-2022-49930

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix NULL pointer problem in freemrinit Lock grab occurs in a concurrent scenario, resulting in stepping on a NULL pointer. It should be init mutexinit first before use the lock. Unable to handle kernel NULL pointer...

5.5CVSS5.7AI score0.00138EPSS
SaveExploits0References5
Rows per page
Query Builder