Lucene search
+L

145 matches found

OSV
OSV
added 2024/12/29 12:15 p.m.2 views

UBUNTU-CVE-2024-56756

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix freeing of the HMB descriptor table The HMB descriptor table is sized to the maximum number of descriptors that could be used for a given device, but nvmeallochostmem could break out of the loop earlier on memory...

5.5CVSS6.1AI score0.00213EPSS
Exploits0References50
Vulnrichment
Vulnrichment
added 2024/12/29 11:30 a.m.3 views

CVE-2024-56756 nvme-pci: fix freeing of the HMB descriptor table

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix freeing of the HMB descriptor table The HMB descriptor table is sized to the maximum number of descriptors that could be used for a given device, but nvmeallochostmem could break out of the loop earlier on memory...

7.4AI score0.00213EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/12/29 11:30 a.m.18 views

CVE-2024-56756 nvme-pci: fix freeing of the HMB descriptor table

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix freeing of the HMB descriptor table The HMB descriptor table is sized to the maximum number of descriptors that could be used for a given device, but nvmeallochostmem could break out of the loop earlier on memory...

0.00213EPSS
Exploits0References8
CVE
CVE
added 2024/12/29 11:30 a.m.189 views

CVE-2024-56756

The CVE-2024-56756 issue occurs in the Linux kernel’s nvme-pci driver, where the HMB descriptor table could be freed with an incorrect size. The root cause is that __nvme_alloc_host_mem might exit earlier on memory allocation failure and end up using fewer descriptors than planned, causing an inc...

5.5CVSS6.5AI score0.00213EPSS
Exploits0References10Affected Software1
OSV
OSV
added 2024/12/29 11:30 a.m.6 views

CVE-2024-56756 nvme-pci: fix freeing of the HMB descriptor table

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix freeing of the HMB descriptor table The HMB descriptor table is sized to the maximum number of descriptors that could be used for a given device, but nvmeallochostmem could break out of the loop earlier on memory...

5.5CVSS5.9AI score0.00213EPSS
Exploits0References13
OSV
OSV
added 2024/12/29 9:15 a.m.7 views

AZL-54768 CVE-2024-56712 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: udmabuf: fix memory leak on last exportudmabuf error path In exportudmabuf, if dmabuffd fails because the FD table is full, a dmabuf owning the udmabuf has already been created; but the error handling in udmabufcreate will tear...

5.5CVSS6.7AI score0.00182EPSS
Exploits0References1
OSV
OSV
added 2024/12/29 9:15 a.m.3 views

UBUNTU-CVE-2024-56712

In the Linux kernel, the following vulnerability has been resolved: udmabuf: fix memory leak on last exportudmabuf error path In exportudmabuf, if dmabuffd fails because the FD table is full, a dmabuf owning the udmabuf has already been created; but the error handling in udmabufcreate will tear...

5.5CVSS6.3AI score0.00182EPSS
Exploits0References10
OSV
OSV
added 2024/12/06 2:15 a.m.7 views

CVE-2024-11149

In OpenBSD 7.4 before errata 014, vmm4 did not restore GDTR limits properly on Intel VMX CPUs...

5.5CVSS5.8AI score0.00134EPSS
Exploits0References1
CNNVD
CNNVD
added 2024/12/06 12:0 a.m.4 views

OpenBSD 安全漏洞

OpenBSD is a cross-platform, BSD-based UNIX-like operating system from the Canadian OpenBSD organization. A security vulnerability exists in versions of OpenBSD prior to 7.4 that stems from vmm not properly recovering the GDTR limit on Intel CPUs...

7.9CVSS6.6AI score0.00134EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2024/09/12 2:51 a.m.9 views

SUSE CVE-2024-45025

In the Linux kernel, the following vulnerability has been resolved: fix bitmap corruption on closerange with CLOSERANGEUNSHARE copyfdbitmapsnew, old, count is expected to copy the first count/BITSPERLONG bits from old-fullfdsbits and fill the rest with zeroes. What it does is copying enough words...

5.5CVSS6.5AI score0.00234EPSS
Exploits0References16
OSV
OSV
added 2024/09/11 4:15 p.m.1 views

DEBIAN-CVE-2024-45025

In the Linux kernel, the following vulnerability has been resolved: fix bitmap corruption on closerange with CLOSERANGEUNSHARE copyfdbitmapsnew, old, count is expected to copy the first count/BITSPERLONG bits from old-fullfdsbits and fill the rest with zeroes. What it does is copying enough words...

5.5CVSS5.8AI score0.00234EPSS
Exploits0References1
OSV
OSV
added 2024/09/11 4:15 p.m.11 views

UBUNTU-CVE-2024-45025

In the Linux kernel, the following vulnerability has been resolved: fix bitmap corruption on closerange with CLOSERANGEUNSHARE copyfdbitmapsnew, old, count is expected to copy the first count/BITSPERLONG bits from old-fullfdsbits and fill the rest with zeroes. What it does is copying enough words...

5.5CVSS6.2AI score0.00234EPSS
Exploits0References27
Cvelist
Cvelist
added 2024/09/11 3:13 p.m.27 views

CVE-2024-45025 fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE

In the Linux kernel, the following vulnerability has been resolved: fix bitmap corruption on closerange with CLOSERANGEUNSHARE copyfdbitmapsnew, old, count is expected to copy the first count/BITSPERLONG bits from old-fullfdsbits and fill the rest with zeroes. What it does is copying enough words...

0.00234EPSS
Exploits0References6
Microsoft CVE
Microsoft CVE
added 2024/09/11 7:0 a.m.6 views

virtio: packed: fix unmap leak for indirect desc table

...

5.5CVSS8.7AI score0.00222EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2024/08/18 2:2 a.m.11 views

SUSE CVE-2024-42265

In the Linux kernel, the following vulnerability has been resolved: protect the fetch of -fdfd in dodup2 from mispredictions both callers have verified that fd is not greater than -maxfds; however, misprediction might end up with tofree = fdt-fdfd; being speculatively executed. That's wrong for t...

5.3CVSS6.5AI score0.00281EPSS
Exploits0References24
CVE
CVE
added 2024/06/20 11:13 a.m.127 views

CVE-2022-48771

The CVE-2022-48771 issue affects the Linux kernel drm/vmwgfx: a failing usercopy of the fence_rep object can leave a stale file descriptor entry because put_unused_fd() isn’t released; this can let userland reference a dangling file descriptor and enable use-after-free scenarios. The fix defers t...

7.8CVSS6.5AI score0.00213EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2024/01/05 5:15 p.m.2 views

ALPINE-CVE-2023-34328

This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. AMD CPUs since 2014 have extensions to normal x86 debugging functionality. Xen supports guests using these extensions. Unfortunately there are errors in Xen's handling of...

5.5CVSS7.1AI score0.00256EPSS
Exploits0References1
OSV
OSV
added 2024/01/05 5:15 p.m.4 views

ALPINE-CVE-2023-34327

This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. AMD CPUs since 2014 have extensions to normal x86 debugging functionality. Xen supports guests using these extensions. Unfortunately there are errors in Xen's handling of...

5.5CVSS7.1AI score0.00256EPSS
Exploits0References1
OSV
OSV
added 2024/01/05 5:15 p.m.1 views

DEBIAN-CVE-2023-34328

This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. AMD CPUs since 2014 have extensions to normal x86 debugging functionality. Xen supports guests using these extensions. Unfortunately there are errors in Xen's handling of...

5.5CVSS5.7AI score0.00256EPSS
Exploits0References1
OSV
OSV
added 2024/01/05 5:15 p.m.2 views

DEBIAN-CVE-2023-34327

This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. AMD CPUs since 2014 have extensions to normal x86 debugging functionality. Xen supports guests using these extensions. Unfortunately there are errors in Xen's handling of...

5.5CVSS5.7AI score0.00256EPSS
Exploits0References1
Rows per page
Query Builder