Lucene search
+L

12852 matches found

NVD
NVD
added 2024/12/29 12:15 p.m.15 views

CVE-2024-56730

In the Linux kernel, the following vulnerability has been resolved: net/9p/usbg: fix handling of the failed kzalloc memory allocation On the linux-next, next-20241108 vanilla kernel, the coccinelle tool gave the following error report: ./net/9p/transusbg.c:912:5-11: ERROR: allocation function on...

5.5CVSS0.00176EPSS
SaveExploits0References2
OSV
OSV
added 2024/12/29 12:15 p.m.4 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.00218EPSS
SaveExploits0References50
CVE
CVE
added 2024/12/29 11:30 a.m.204 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.00218EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/12/29 11:30 a.m.12 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 score
SaveExploits0References13
Cvelist
Cvelist
added 2024/12/29 11:30 a.m.22 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.00218EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/12/29 11:30 a.m.2 views

CVE-2024-56730 net/9p/usbg: fix handling of the failed kzalloc() memory allocation

In the Linux kernel, the following vulnerability has been resolved: net/9p/usbg: fix handling of the failed kzalloc memory allocation On the linux-next, next-20241108 vanilla kernel, the coccinelle tool gave the following error report: ./net/9p/transusbg.c:912:5-11: ERROR: allocation function on...

6.1AI score0.00176EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/12/29 11:30 a.m.29 views

CVE-2024-56730 net/9p/usbg: fix handling of the failed kzalloc() memory allocation

In the Linux kernel, the following vulnerability has been resolved: net/9p/usbg: fix handling of the failed kzalloc memory allocation On the linux-next, next-20241108 vanilla kernel, the coccinelle tool gave the following error report: ./net/9p/transusbg.c:912:5-11: ERROR: allocation function on...

0.00176EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/12/29 11:30 a.m.16 views

CVE-2024-56730

In the Linux kernel, the following vulnerability has been resolved: net/9p/usbg: fix handling of the failed kzalloc memory allocation On the linux-next, next-20241108 vanilla kernel, the coccinelle tool gave the following error report: ./net/9p/transusbg.c:912:5-11: ERROR: allocation function on...

5.5CVSS5.6AI score0.00176EPSS
SaveExploits0
OSV
OSV
added 2024/12/29 11:30 a.m.5 views

CVE-2024-56730 net/9p/usbg: fix handling of the failed kzalloc() memory allocation

In the Linux kernel, the following vulnerability has been resolved: net/9p/usbg: fix handling of the failed kzalloc memory allocation On the linux-next, next-20241108 vanilla kernel, the coccinelle tool gave the following error report: ./net/9p/transusbg.c:912:5-11: ERROR: allocation function on...

5.5CVSS6.4AI score
SaveExploits0References5
CVE
CVE
added 2024/12/29 11:30 a.m.85 views

CVE-2024-56730

CVE-2024-56730: In the Linux kernel, a memory allocation failure in net/9p/usbg (trans_usbg.c) was fixed by correcting kzalloc() failure handling to return NULL instead of ERR_PTR. The issue was detected in linux-next (next-20241108, vanilla kernel) and could affect memory exhaustion scenarios. T...

5.5CVSS6.4AI score0.00176EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/12/29 9:15 a.m.2 views

DEBIAN-CVE-2024-56711

In the Linux kernel, the following vulnerability has been resolved: drm/panel: himax-hx83102: Add a check to prevent NULL pointer dereference drmmodeduplicate could return NULL due to lack of memory, which will then call NULL pointer dereference. Add a check to prevent it...

5.5CVSS5.5AI score0.00217EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/12/29 8:48 a.m.24 views

CVE-2024-56719 net: stmmac: fix TSO DMA API usage causing oops

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix TSO DMA API usage causing oops Commit 66600fac7a98 "net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data" moved the assignment of txskbuffdma's members to be later in stmmactsoxmit. The buf dma...

10CVSS0.00496EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/12/29 3:48 a.m.6 views

SUSE CVE-2024-56681

In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - add error check in the ahashhmacinit function The ahashinit functions may return fails. The ahashhmacinit should not return ok when ahashinit returns error. For an example, ahashinit will return -ENOMEM when...

5.3CVSS7.8AI score0.00241EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2024/12/29 3:48 a.m.6 views

SUSE CVE-2024-56697

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the memory allocation issue in amdgpudiscoverygetnpsinfo Fix two issues with memory allocation in amdgpudiscoverygetnpsinfo for memranges: - Add a check for allocation failure to avoid dereferencing a null pointer...

5.5CVSS7.9AI score0.00202EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/12/29 3:47 a.m.14 views

SUSE CVE-2024-56705

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgbydata memory allocation failure In iacss3astatisticsallocate, there is no check on the allocation result of the rgbydata memory. If rgbydata is not successfully allocated, it may trigger the...

4.7CVSS7.7AI score0.00267EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2024/12/29 3:47 a.m.7 views

SUSE CVE-2024-56706

In the Linux kernel, the following vulnerability has been resolved: s390/cpumsf: Fix and protect memory allocation of SDBs with mutex Reservation of the PMU hardware is done at first event creation and is protected by a pair of mutexlock and mutexunlock. After reservation of the PMU hardware the...

6.3CVSS6.4AI score0.00166EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/12/29 12:0 a.m.4 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 the Linux kernel that originates from a memory leak in the sh7760fballocmem function in the fbdev:sh7760fb module...

5.5CVSS6.5AI score0.00218EPSS
SaveExploits0References9
NVD
NVD
added 2024/12/28 10:15 a.m.25 views

CVE-2024-56708

In the Linux kernel, the following vulnerability has been resolved: EDAC/igen6: Avoid segmentation fault on module unload The segmentation fault happens because: During modprobe: 1. In igen6probe, igen6pvt will be allocated with kzalloc 2. In igen6registermci, mci-pvtinfo will point to...

7.8CVSS0.0025EPSS
SaveExploits0References7
NVD
NVD
added 2024/12/28 10:15 a.m.19 views

CVE-2024-56706

In the Linux kernel, the following vulnerability has been resolved: s390/cpumsf: Fix and protect memory allocation of SDBs with mutex Reservation of the PMU hardware is done at first event creation and is protected by a pair of mutexlock and mutexunlock. After reservation of the PMU hardware the...

7.8CVSS0.00166EPSS
SaveExploits0References2
NVD
NVD
added 2024/12/28 10:15 a.m.14 views

CVE-2024-56705

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: Add check for rgbydata memory allocation failure In iacss3astatisticsallocate, there is no check on the allocation result of the rgbydata memory. If rgbydata is not successfully allocated, it may trigger the...

5.5CVSS0.00267EPSS
SaveExploits0References10
Rows per page
Query Builder