Lucene search
+L

678 matches found

SUSE CVE
SUSE CVE
added 2024/04/13 2:10 a.m.14 views

SUSE CVE-2024-26769

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid deadlock on delete association path When deleting an association the shutdown path is deadlocking because we try to flush the nvmetwq nested. Avoid this by deadlock by deferring the put work into its own work item...

5.5CVSS6.3AI score0.00631EPSS
SaveExploits0References12
RedhatCVE
RedhatCVE
added 2024/04/04 12:35 a.m.30 views

CVE-2024-26769

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid deadlock on delete association path When deleting an association the shutdown path is deadlocking because we try to flush the nvmetwq nested. Avoid this by deadlock by deferring the put work into its own work item...

4.4CVSS7AI score0.00631EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/03 5:15 p.m.12 views

CVE-2024-26769

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid deadlock on delete association path When deleting an association the shutdown path is deadlocking because we try to flush the nvmetwq nested. Avoid this by deadlock by deferring the put work into its own work item...

7.5CVSS7.4AI score0.00631EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/03 5:15 p.m.5 views

DEBIAN-CVE-2024-26769

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid deadlock on delete association path When deleting an association the shutdown path is deadlocking because we try to flush the nvmetwq nested. Avoid this by deadlock by deferring the put work into its own work item...

7.5CVSS5.2AI score0.00631EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.23 views

CVE-2024-26769

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid deadlock on delete association path When deleting an association the shutdown path is deadlocking because we try to flush the nvmetwq nested. Avoid this by deadlock by deferring the put work into its own work item...

7.5CVSS5.8AI score0.00631EPSS
SaveExploits0References17
Vulnrichment
Vulnrichment
added 2024/04/03 5:00 p.m.36 views

CVE-2024-26769 nvmet-fc: avoid deadlock on delete association path

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid deadlock on delete association path When deleting an association the shutdown path is deadlocking because we try to flush the nvmetwq nested. Avoid this by deadlock by deferring the put work into its own work item...

7.5CVSS6.7AI score0.00631EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/03 5:00 p.m.10 views

CVE-2024-26769 nvmet-fc: avoid deadlock on delete association path

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid deadlock on delete association path When deleting an association the shutdown path is deadlocking because we try to flush the nvmetwq nested. Avoid this by deadlock by deferring the put work into its own work item...

7.5CVSS5.9AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/03 5:00 p.m.32 views

CVE-2024-26769 nvmet-fc: avoid deadlock on delete association path

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid deadlock on delete association path When deleting an association the shutdown path is deadlocking because we try to flush the nvmetwq nested. Avoid this by deadlock by deferring the put work into its own work item...

7.5CVSS7.7AI score0.00631EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/04/03 5:00 p.m.19 views

CVE-2024-26769

In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid deadlock on delete association path When deleting an association the shutdown path is deadlocking because we try to flush the nvmetwq nested. Avoid this by deadlock by deferring the put work into its own work item...

7.5CVSS7AI score0.00631EPSS
SaveExploits0
OSV
OSV
added 2024/03/21 1:13 p.m.25 views

CLSA-2024-1711026811 kernel: Fix of 7 CVEs

netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one CVE-2023-39197 - mtd: Fix gluebi NULL pointer dereference caused by ftl notifier CVE-2023-52449 - media: pvrusb2: fix use after free on context disconnection CVE-2023-52445 - net: prevent mss overflow in skbsegment...

7.8CVSS7AI score0.01549EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/21 1:09 p.m.23 views

CLSA-2024-1711026398 kernel: Fix of 7 CVEs

netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one CVE-2023-39197 - mtd: Fix gluebi NULL pointer dereference caused by ftl notifier CVE-2023-52449 - media: pvrusb2: fix use after free on context disconnection CVE-2023-52445 - net: prevent mss overflow in skbsegment...

7.8CVSS7AI score0.01549EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/20 3:07 p.m.23 views

CLSA-2024-1710947240 Fix of 12 CVEs

CVE-url: https://ubuntu.com/security/CVE-2023-52449 - mtd: Fix gluebi NULL pointer dereference caused by ftl notifier CVE-url: https://ubuntu.com/security/CVE-2023-39197 - netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one CVE-url:...

7.8CVSS6.9AI score0.01657EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2024/03/19 3:50 a.m.4 views

SUSE CVE-2021-47130

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix freeing unallocated p2pmem In case p2p device was found but the p2p pool is empty, the nvme target is still trying to free the sgl from the p2p pool instead of the regular sgl pool and causing a crash BUG is called...

5.5CVSS7.6AI score0.00639EPSS
SaveExploits0References5
NVD
NVD
added 2024/03/15 9:15 p.m.14 views

CVE-2021-47130

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix freeing unallocated p2pmem In case p2p device was found but the p2p pool is empty, the nvme target is still trying to free the sgl from the p2p pool instead of the regular sgl pool and causing a crash BUG is called...

7.5CVSS6.4AI score0.00639EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/15 9:15 p.m.14 views

CVE-2021-47130

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix freeing unallocated p2pmem In case p2p device was found but the p2p pool is empty, the nvme target is still trying to free the sgl from the p2p pool instead of the regular sgl pool and causing a crash BUG is called...

4.4CVSS6.6AI score
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/03/15 9:15 p.m.24 views

CVE-2021-47130

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix freeing unallocated p2pmem In case p2p device was found but the p2p pool is empty, the nvme target is still trying to free the sgl from the p2p pool instead of the regular sgl pool and causing a crash BUG is called...

7.5CVSS6.4AI score0.00639EPSS
SaveExploits0References5
OSV
OSV
added 2024/03/15 9:15 p.m.9 views

UBUNTU-CVE-2021-47130

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix freeing unallocated p2pmem In case p2p device was found but the p2p pool is empty, the nvme target is still trying to free the sgl from the p2p pool instead of the regular sgl pool and causing a crash BUG is called...

7.5CVSS6.6AI score0.00639EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/03/15 8:14 p.m.43 views

CVE-2021-47130 nvmet: fix freeing unallocated p2pmem

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix freeing unallocated p2pmem In case p2p device was found but the p2p pool is empty, the nvme target is still trying to free the sgl from the p2p pool instead of the regular sgl pool and causing a crash BUG is called...

7.5CVSS6.6AI score0.00639EPSS
SaveExploits0References3
CVE
CVE
added 2024/03/15 8:14 p.m.87 views

CVE-2021-47130

The CVE refers to a Linux kernel fix in nvmet: when a p2p device is found but the p2p pool is empty, the nvme target incorrectly freed the sgl from the p2p pool, leading to a BUG() crash. The fix ensures the nvme request only uses the p2p_dev if it was allocated from the p2p pool, avoiding freein...

7.5CVSS5.4AI score0.00639EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/15 8:14 p.m.11 views

CVE-2021-47130 nvmet: fix freeing unallocated p2pmem

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix freeing unallocated p2pmem In case p2p device was found but the p2p pool is empty, the nvme target is still trying to free the sgl from the p2p pool instead of the regular sgl pool and causing a crash BUG is called...

7.5CVSS6.8AI score0.00639EPSS
SaveExploits0References3
Rows per page
Query Builder