Lucene search
+L

172 matches found

RedhatCVE
RedhatCVE
added 2024/12/03 2:51 p.m.8 views

CVE-2024-53100

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queuelock lock and destroy Commit 76d54bf20cdc "nvme-tcp: don't access released socket during error recovery" added a mutexlock call for the queue-queuelock in nvmetcpgetaddress. However, the mutexlo...

4.7CVSS7AI score0.0017EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/11/26 3:48 a.m.4 views

SUSE CVE-2024-53100

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queuelock lock and destroy Commit 76d54bf20cdc "nvme-tcp: don't access released socket during error recovery" added a mutexlock call for the queue-queuelock in nvmetcpgetaddress. However, the mutexlo...

4.7CVSS7.6AI score0.0017EPSS
SaveExploits0References13
OSV
OSV
added 2024/11/25 10:15 p.m.10 views

AZL-54642 CVE-2024-53100 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queuelock lock and destroy Commit 76d54bf20cdc "nvme-tcp: don't access released socket during error recovery" added a mutexlock call for the queue-queuelock in nvmetcpgetaddress. However, the mutexlo...

4.7CVSS6.3AI score0.0017EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/25 10:15 p.m.13 views

AZL-54601 CVE-2024-53100 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queuelock lock and destroy Commit 76d54bf20cdc "nvme-tcp: don't access released socket during error recovery" added a mutexlock call for the queue-queuelock in nvmetcpgetaddress. However, the mutexlo...

4.7CVSS6.3AI score0.0017EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/25 10:15 p.m.3 views

DEBIAN-CVE-2024-53100

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queuelock lock and destroy Commit 76d54bf20cdc "nvme-tcp: don't access released socket during error recovery" added a mutexlock call for the queue-queuelock in nvmetcpgetaddress. However, the mutexlo...

4.7CVSS5.5AI score0.0017EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/25 10:15 p.m.5 views

UBUNTU-CVE-2024-53100

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queuelock lock and destroy Commit 76d54bf20cdc "nvme-tcp: don't access released socket during error recovery" added a mutexlock call for the queue-queuelock in nvmetcpgetaddress. However, the mutexlo...

7.8CVSS6.6AI score0.0017EPSS
SaveExploits0References19
OSV
OSV
added 2024/11/25 9:21 p.m.15 views

CVE-2024-53100 nvme: tcp: avoid race between queue_lock lock and destroy

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queuelock lock and destroy Commit 76d54bf20cdc "nvme-tcp: don't access released socket during error recovery" added a mutexlock call for the queue-queuelock in nvmetcpgetaddress. However, the mutexlo...

7.8CVSS5.8AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/11/25 9:21 p.m.19 views

CVE-2024-53100

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queuelock lock and destroy Commit 76d54bf20cdc "nvme-tcp: don't access released socket during error recovery" added a mutexlock call for the queue-queuelock in nvmetcpgetaddress. However, the mutexlo...

7.8CVSS5.5AI score0.0017EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/11/25 9:21 p.m.3 views

CVE-2024-53100 nvme: tcp: avoid race between queue_lock lock and destroy

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queuelock lock and destroy Commit 76d54bf20cdc "nvme-tcp: don't access released socket during error recovery" added a mutexlock call for the queue-queuelock in nvmetcpgetaddress. However, the mutexlo...

7.5AI score0.0017EPSS
SaveExploits0References4
CVE
CVE
added 2024/11/25 9:21 p.m.190 views

CVE-2024-53100

CVE-2024-53100 : In the Linux kernel, the nvme: tcp driver had a race between queue_lock and mutex_destroy during error recovery. A mutex_lock added in nvme_tcp_get_address() could race with nvme_tcp_free_queue() and trigger a WARN. The issue has been resolved via a patch that adjusts locking in ...

7.8CVSS6.4AI score0.0017EPSS
SaveExploits0References5Affected Software1
CNNVD
CNNVD
added 2024/11/25 12:00 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a race condition between mutexlock and mutexdestroy in nvmetcpfreequeue, resulting in a security warning...

4.7CVSS6.3AI score0.0017EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/24 1:17 a.m.48 views

Important: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 8.6 Advanced Mission Critical Update Support, Red Hat Enterprise Linux 8.6 Update Services for SAP Solutions, and Red Hat Enterprise Linux 8.6 Telecommunications Update Service. Red Hat Product Security has rated this update as...

9.8CVSS6.8AI score0.00703EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/07/16 10:58 p.m.19 views

CVE-2022-48789

A use after free vulnerability was found in the transport errorrecovery. When nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling, iowork,recovery work must flush asynceventwork before continuing to destroy the admin queue after setting...

6.4CVSS8AI score0.00659EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/16 12:15 p.m.7 views

DEBIAN-CVE-2022-48789

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport errorrecovery work While nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling iowork, in order to fully prevent a race...

7.8CVSS6.1AI score0.00659EPSS
SaveExploits0References1
NVD
NVD
added 2024/07/16 12:15 p.m.25 views

CVE-2022-48789

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport errorrecovery work While nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling iowork, in order to fully prevent a race...

9.8CVSS0.00659EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/07/16 12:15 p.m.18 views

CVE-2022-48789

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport errorrecovery work While nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling iowork, in order to fully prevent a race...

9.8CVSS6.4AI score0.00659EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/07/16 11:43 a.m.49 views

CVE-2022-48790 nvme: fix a possible use-after-free in controller reset during load

In the Linux kernel, the following vulnerability has been resolved: nvme: fix a possible use-after-free in controller reset during load Unlike .queuerq, in .submitasyncevent drivers may not check the ctrl readiness for AER submission. This may lead to a use-after-free condition that was observed...

9.8CVSS0.00784EPSS
SaveExploits0References6
OSV
OSV
added 2024/07/16 11:43 a.m.16 views

CVE-2022-48789 nvme-tcp: fix possible use-after-free in transport error_recovery work

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport errorrecovery work While nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling iowork, in order to fully prevent a race...

9.8CVSS5.9AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/07/16 11:43 a.m.51 views

CVE-2022-48789

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport errorrecovery work While nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling iowork, in order to fully prevent a race...

9.8CVSS6.1AI score0.00659EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/07/16 11:43 a.m.25 views

CVE-2022-48789 nvme-tcp: fix possible use-after-free in transport error_recovery work

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix possible use-after-free in transport errorrecovery work While nvmetcpsubmitasynceventwork is checking the ctrl and queue state before preparing the AER command and scheduling iowork, in order to fully prevent a race...

9.8CVSS6.8AI score0.00659EPSS
SaveExploits0References5
Rows per page
Query Builder