Lucene search
+L

7764 matches found

OSV
OSV
added 2024/04/03 3:15 p.m.7 views

UBUNTU-CVE-2024-26719

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue...

5.5CVSS6.6AI score0.00172EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/03 3:15 p.m.7 views

UBUNTU-CVE-2024-26696

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix hang in nilfslookupdirtydatabuffers Syzbot reported a hang issue in migratepagesbatch called by mbind and nilfslookupdirtydatabuffers called in the log writer of nilfs2. While migratepagesbatch locks a folio and waits...

5.5CVSS6.1AI score0.00191EPSS
SaveExploits0References23
OSV
OSV
added 2024/04/03 3:15 p.m.10 views

UBUNTU-CVE-2023-52638

In the Linux kernel, the following vulnerability has been resolved: can: j1939: prevent deadlock by changing j1939sockslock to rwlock The following 3 locks would race against each other, causing the deadlock situation in the Syzbot bug report: - j1939sockslock - activesessionlistlock -...

5.5CVSS6.2AI score0.00183EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/04/03 3:15 p.m.27 views

CVE-2024-26719

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue...

5.5CVSS5.8AI score0.00172EPSS
SaveExploits0References10
OSV
OSV
added 2024/04/03 3:15 p.m.6 views

UBUNTU-CVE-2024-26725

In the Linux kernel, the following vulnerability has been resolved: dpll: fix possible deadlock during netlink dump operation Recently, I've been hitting following deadlock warning during dpll pin dump: 52804.637962 ====================================================== 52804.638536 WARNING:...

5.5CVSS6.6AI score0.0015EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/03 3:15 p.m.32 views

CVE-2024-26725

In the Linux kernel, the following vulnerability has been resolved: dpll: fix possible deadlock during netlink dump operation Recently, I've been hitting following deadlock warning during dpll pin dump: 52804.637962 ====================================================== 52804.638536 WARNING:...

5.5CVSS6.3AI score0.0015EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/03 3:15 p.m.45 views

CVE-2024-26696

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix hang in nilfslookupdirtydatabuffers Syzbot reported a hang issue in migratepagesbatch called by mbind and nilfslookupdirtydatabuffers called in the log writer of nilfs2. While migratepagesbatch locks a folio and waits...

5.5CVSS5.9AI score0.00191EPSS
SaveExploits0References22
OSV
OSV
added 2024/04/03 3:15 p.m.8 views

UBUNTU-CVE-2024-26722

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix deadlock in rt5645jackdetectwork There is a path in rt5645jackdetectwork, where rt5645-jdmutex is left locked forever. That may lead to deadlock when rt5645jackdetectwork is called for the second time. Found by...

5.5CVSS6.1AI score0.00182EPSS
SaveExploits0References23
Cvelist
Cvelist
added 2024/04/03 2:55 p.m.43 views

CVE-2024-26725 dpll: fix possible deadlock during netlink dump operation

In the Linux kernel, the following vulnerability has been resolved: dpll: fix possible deadlock during netlink dump operation Recently, I've been hitting following deadlock warning during dpll pin dump: 52804.637962 ====================================================== 52804.638536 WARNING:...

6.7AI score0.0015EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/04/03 2:55 p.m.47 views

CVE-2024-26725

In the Linux kernel, the following vulnerability has been resolved: dpll: fix possible deadlock during netlink dump operation Recently, I've been hitting following deadlock warning during dpll pin dump: 52804.637962 ====================================================== 52804.638536 WARNING:...

5.5CVSS6.4AI score0.0015EPSS
SaveExploits0
OSV
OSV
added 2024/04/03 2:55 p.m.7 views

CVE-2024-26725 dpll: fix possible deadlock during netlink dump operation

In the Linux kernel, the following vulnerability has been resolved: dpll: fix possible deadlock during netlink dump operation Recently, I've been hitting following deadlock warning during dpll pin dump: 52804.637962 ====================================================== 52804.638536 WARNING:...

5.9AI score
SaveExploits0References5
CVE
CVE
added 2024/04/03 2:55 p.m.171 views

CVE-2024-26725

CVE-2024-26725 affects the Linux kernel. The issue is an ABBA deadlock during netlink pin dump where the code acquires dpll_lock in a genl/ netlink dump path and then re-acquires a second lock via netlink_dump, creating a circular lock dependency. The root cause is the order of lock acquisition w...

5.5CVSS6.7AI score0.0015EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/03 2:55 p.m.20 views

CVE-2024-26722 ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work()

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix deadlock in rt5645jackdetectwork There is a path in rt5645jackdetectwork, where rt5645-jdmutex is left locked forever. That may lead to deadlock when rt5645jackdetectwork is called for the second time. Found by...

6.7AI score0.00182EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/03 2:55 p.m.144 views

CVE-2024-26722

Technical details about CVE-2024-26722 (affected products, exact root cause, versions, impact, remediation) are not provided in the connected documents. Monitor for updated advisories for explicit fixes and affected platforms.

5.5CVSS6.1AI score0.00182EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/04/03 2:55 p.m.6 views

CVE-2024-26722 ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work()

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix deadlock in rt5645jackdetectwork There is a path in rt5645jackdetectwork, where rt5645-jdmutex is left locked forever. That may lead to deadlock when rt5645jackdetectwork is called for the second time. Found by...

5.8AI score
SaveExploits0References13
Cvelist
Cvelist
added 2024/04/03 2:55 p.m.38 views

CVE-2024-26722 ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work()

In the Linux kernel, the following vulnerability has been resolved: ASoC: rt5645: Fix deadlock in rt5645jackdetectwork There is a path in rt5645jackdetectwork, where rt5645-jdmutex is left locked forever. That may lead to deadlock when rt5645jackdetectwork is called for the second time. Found by...

7.6AI score0.00182EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/04/03 2:55 p.m.55 views

CVE-2024-26719

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue...

5.5CVSS6.5AI score0.00172EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/03 2:55 p.m.42 views

CVE-2024-26719 nouveau: offload fence uevents work to workqueue

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue...

6.7AI score0.00172EPSS
SaveExploits0References3
CVE
CVE
added 2024/04/03 2:55 p.m.178 views

CVE-2024-26719

CVE-2024-26719 involves the Linux kernel nouveau subsystem. The vulnerability description confirms a deadlock between fctx lock and the irq lock. The fix described offloads the processing from the IRQ handler into a workqueue, breaking the deadlock by moving fence uevents work to a separate threa...

5.5CVSS6.5AI score0.00172EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/04/03 2:55 p.m.7 views

CVE-2024-26719 nouveau: offload fence uevents work to workqueue

In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into a workqueue...

5.8AI score
SaveExploits0References6
Rows per page
Query Builder