Lucene search
+L

1689 matches found

SUSE CVE
SUSE CVE
added 2024/04/10 2:16 a.m.4 views

SUSE 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
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/04/04 5:16 p.m.35 views

CVE-2024-26802

A vulnerability was found in the stmmac ethernet driver of the Linux kernel, where a workqueue variable was not cleared after being destroyed. This issue could lead to kernel panics if the code later attempted to access or destroy the already-freed workqueue. Mitigation Mitigation for this issue ...

5.5CVSS8AI score0.00236EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/04 9:15 a.m.3 views

DEBIAN-CVE-2024-26802

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

5.5CVSS5.8AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/04 9:15 a.m.18 views

CVE-2024-26802

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

7.8CVSS7.4AI score0.00236EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/04 9:15 a.m.9 views

UBUNTU-CVE-2024-26802

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

7.8CVSS6.2AI score0.00236EPSS
SaveExploits0References22
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.18 views

CVE-2024-26802 stmmac: Clear variable when destroying workqueue

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

7.8CVSS6.6AI score0.00236EPSS
SaveExploits0References5
CVE
CVE
added 2024/04/04 8:20 a.m.185 views

CVE-2024-26802

CVE-2024-26802: In the Linux kernel stmmac driver, destroy_workqueue() drains the queue and clears the workqueue variable but does not set it to NULL, enabling a possible kernel/module panic if a cleared-but-non-NULL pointer is later used during resume/reset flows. The fix is to set the workqueue...

7.8CVSS6.5AI score0.00236EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/04/04 8:20 a.m.13 views

CVE-2024-26802 stmmac: Clear variable when destroying workqueue

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

7.8CVSS5.9AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.33 views

CVE-2024-26802 stmmac: Clear variable when destroying workqueue

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

7.8CVSS7.7AI score0.00236EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/04/04 8:20 a.m.32 views

CVE-2024-26802

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

7.8CVSS7.2AI score0.00236EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/04 8:20 a.m.20 views

CVE-2024-26787 mmc: mmci: stm32: fix DMA API overlapping mappings warning

In the Linux kernel, the following vulnerability has been resolved: mmc: mmci: stm32: fix DMA API overlapping mappings warning Turning on CONFIGDMAAPIDEBUGSG results in the following warning: DMA-API: mmci-pl18x 48220000.mmc: cacheline tracking EEXIST, overlapping mappings aren't supported WARNIN...

6.6AI score0.00226EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/04/04 8:20 a.m.37 views

CVE-2024-26750 af_unix: Drop oob_skb ref before purging queue in GC.

In the Linux kernel, the following vulnerability has been resolved: afunix: Drop oobskb ref before purging queue in GC. syzbot reported another task hung in unixgc. 0 The current while loop assumes that all of the left candidates have oobskb and calling kfreeskboobskb releases the remaining...

7.7AI score0.00224EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.28 views

CVE-2024-26787

In the Linux kernel, the following vulnerability has been resolved: mmc: mmci: stm32: fix DMA API overlapping mappings warning Turning on CONFIGDMAAPIDEBUGSG results in the following warning: DMA-API: mmci-pl18x 48220000.mmc: cacheline tracking EEXIST, overlapping mappings aren't supported WARNIN...

5.5CVSS5.8AI score0.00226EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2024/04/04 12:0 a.m.26 views

CVE-2024-26802

In the Linux kernel, the following vulnerability has been resolved: stmmac: Clear variable when destroying workqueue Currently when suspending driver and stopping workqueue it is checked whether workqueue is not NULL and if so, it is destroyed. Function destroyworkqueue does drain queue and does...

7.8CVSS6.2AI score0.00236EPSS
SaveExploits0References21
OSV
OSV
added 2024/04/03 3:15 p.m.2 views

DEBIAN-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.5AI score0.00172EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/03 3:15 p.m.14 views

AZL-56364 CVE-2024-26719 affecting package kernel 5.15.200.1-1

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.3AI score0.00172EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/03 3:15 p.m.19 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.4AI score0.00172EPSS
SaveExploits0References3
OSV
OSV
added 2024/04/03 3:15 p.m.5 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
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
Cvelist
Cvelist
added 2024/04/03 2:55 p.m.40 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
Rows per page
Query Builder