Lucene search
+L

8596 matches found

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
CNNVD
CNNVD
added 2024/11/25 12:0 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
Positive Technologies
Positive Technologies
added 2024/11/25 12:0 a.m.10 views

PT-2024-35566 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel versions prior to 6.6.65 Description: The issue arises from the nvme keep-alive operation, which could potentially cause a race between the fabric controller admin queue destroy code path and the hw/hctx queue dispatcher. This ra...

6.8AI score
SaveExploits0References21
RedhatCVE
RedhatCVE
added 2024/11/21 7:28 p.m.20 views

CVE-2024-53079

In the Linux kernel, the following vulnerability has been resolved: mm/thp: fix deferred split unqueue naming and locking Recent changes are putting more pressure on THP deferred split queues: under load revealing long-standing races, causing listdel corruptions, "Bad page state"s and worse I kee...

5.5CVSS7AI score0.00178EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 7:26 p.m.20 views

CVE-2024-50288

In the Linux kernel, the following vulnerability has been resolved: media: vivid: fix buffer overwrite when using 32 buffers The maximum number of buffers that can be requested was increased to 64 for the video capture queue. But video capture used a mustblank array that was still sized for 32...

5.5CVSS7.1AI score0.00204EPSS
SaveExploits0References4
OSV
OSV
added 2024/11/21 7:15 p.m.4 views

DEBIAN-CVE-2024-53092

In the Linux kernel, the following vulnerability has been resolved: virtiopci: Fix admin vq cleanup by using correct info pointer vpmodernavqcleanup and vpdelvqs clean up admin vq resources by virtiopcivqinfo pointer. The info pointer of admin vq is stored in vpdev-adminvq.info instead of...

5.5CVSS5.3AI score0.00203EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/11/21 6:17 p.m.2 views

CVE-2024-53092 virtio_pci: Fix admin vq cleanup by using correct info pointer

In the Linux kernel, the following vulnerability has been resolved: virtiopci: Fix admin vq cleanup by using correct info pointer vpmodernavqcleanup and vpdelvqs clean up admin vq resources by virtiopcivqinfo pointer. The info pointer of admin vq is stored in vpdev-adminvq.info instead of...

7.5AI score0.00203EPSS
SaveExploits0References2
CNVD
CNVD
added 2024/11/21 12:0 a.m.18 views

Unspecified vulnerability in Linux kernel (CNVD-2024-46449)

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 the Linux kernel that stems from the presence of a delayed split queue naming and locking issue. No details of the vulnerability are provided...

5.5CVSS6.5AI score0.00178EPSS
SaveExploits0References1
CNVD
CNVD
added 2024/11/21 12:0 a.m.17 views

Unspecified vulnerability in Linux kernel (CNVD-2024-46428)

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel suffers from a security vulnerability that stems from an execution queue leak. No details of the vulnerability are provided at this time...

5.5CVSS6.8AI score0.00186EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/11/20 3:48 a.m.7 views

SUSE CVE-2024-53087

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix possible exec queue leak in exec IOCTL In a couple of places after an exec queue is looked up the exec IOCTL returns on input errors without dropping the exec queue ref. Fix this ensuring the exec queue ref is dropped...

5.5CVSS7.6AI score0.00186EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2024/11/20 12:0 a.m.21 views

The vulnerability of the udc component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the udc component in the Linux operating system’s kernel is related to improper locking of resources in the usbepqueue function. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.4AI score0.0023EPSS
SaveExploits0References46Affected Software6
OSV
OSV
added 2024/11/19 6:15 p.m.4 views

DEBIAN-CVE-2024-53087

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix possible exec queue leak in exec IOCTL In a couple of places after an exec queue is looked up the exec IOCTL returns on input errors without dropping the exec queue ref. Fix this ensuring the exec queue ref is dropped...

5.5CVSS5.7AI score0.00186EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/19 6:15 p.m.40 views

CVE-2024-53087

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix possible exec queue leak in exec IOCTL In a couple of places after an exec queue is looked up the exec IOCTL returns on input errors without dropping the exec queue ref. Fix this ensuring the exec queue ref is dropped...

5.5CVSS0.00186EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/19 6:15 p.m.4 views

DEBIAN-CVE-2024-53064

In the Linux kernel, the following vulnerability has been resolved: idpf: fix idpfvccoreinit error path In an event where the platform running the device control plane is rebooted, reset is detected on the driver. It releases all the resources and waits for the reset to complete. Once the reset i...

5.5CVSS5.6AI score0.00201EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/19 6:15 p.m.13 views

UBUNTU-CVE-2024-53079

In the Linux kernel, the following vulnerability has been resolved: mm/thp: fix deferred split unqueue naming and locking Recent changes are putting more pressure on THP deferred split queues: under load revealing long-standing races, causing listdel corruptions, "Bad page state"s and worse I kee...

7.8CVSS6.6AI score0.00178EPSS
SaveExploits0References18
OSV
OSV
added 2024/11/19 6:15 p.m.11 views

UBUNTU-CVE-2024-53087

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix possible exec queue leak in exec IOCTL In a couple of places after an exec queue is looked up the exec IOCTL returns on input errors without dropping the exec queue ref. Fix this ensuring the exec queue ref is dropped...

5.5CVSS6.6AI score0.00186EPSS
SaveExploits0References17
Vulnrichment
Vulnrichment
added 2024/11/19 5:45 p.m.4 views

CVE-2024-53087 drm/xe: Fix possible exec queue leak in exec IOCTL

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix possible exec queue leak in exec IOCTL In a couple of places after an exec queue is looked up the exec IOCTL returns on input errors without dropping the exec queue ref. Fix this ensuring the exec queue ref is dropped...

7.6AI score0.00186EPSS
SaveExploits0References2
CVE
CVE
added 2024/11/19 5:45 p.m.143 views

CVE-2024-53087

Technical details about CVE-2024-53087 are not provided in the connected documents. The initial description includes a summary but no publishable technical specifics (affected versions, impact, or fixes) in the supplied sources. Monitor for updates.

5.5CVSS6.5AI score0.00186EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/11/19 5:45 p.m.31 views

CVE-2024-53087 drm/xe: Fix possible exec queue leak in exec IOCTL

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix possible exec queue leak in exec IOCTL In a couple of places after an exec queue is looked up the exec IOCTL returns on input errors without dropping the exec queue ref. Fix this ensuring the exec queue ref is dropped...

0.00186EPSS
SaveExploits0References2
OSV
OSV
added 2024/11/19 5:45 p.m.20 views

CVE-2024-53087 drm/xe: Fix possible exec queue leak in exec IOCTL

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix possible exec queue leak in exec IOCTL In a couple of places after an exec queue is looked up the exec IOCTL returns on input errors without dropping the exec queue ref. Fix this ensuring the exec queue ref is dropped...

5.5CVSS6AI score
SaveExploits0References5
Rows per page
Query Builder