Lucene search
K

398 matches found

CVE
CVE
added 2024/07/29 3:48 p.m.149 views

CVE-2024-41094

The CVE-2024-41094 issue affects the Linux kernel DRM fbdev-dma path. The root cause is unsafe handling of memory for the framebuffer when smem_start is exported via module options, which can break on systems where DMA memory is backed by vmalloc and may trigger non-linear virt_to_phys address ch...

5.5CVSS6.5AI score0.00227EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2024/07/29 3:15 p.m.2 views

DEBIAN-CVE-2024-41032

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: check if a hash-index is in cpupossiblemask The problem is that there are systems where cpupossiblemask has gaps between set CPUs, for example SPARC. In this scenario addrtovbxa hash function can return an index whic...

5.5CVSS5.7AI score0.00288EPSS
Exploits0References1
NVD
NVD
added 2024/07/29 3:15 p.m.13 views

CVE-2024-41032

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: check if a hash-index is in cpupossiblemask The problem is that there are systems where cpupossiblemask has gaps between set CPUs, for example SPARC. In this scenario addrtovbxa hash function can return an index whic...

5.5CVSS0.00288EPSS
Exploits0References3
OSV
OSV
added 2024/07/29 3:15 p.m.1 views

UBUNTU-CVE-2024-41032

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: check if a hash-index is in cpupossiblemask The problem is that there are systems where cpupossiblemask has gaps between set CPUs, for example SPARC. In this scenario addrtovbxa hash function can return an index whic...

5.5CVSS6.6AI score0.00288EPSS
Exploits0References16
Vulnrichment
Vulnrichment
added 2024/07/29 2:31 p.m.13 views

CVE-2024-41032 mm: vmalloc: check if a hash-index is in cpu_possible_mask

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: check if a hash-index is in cpupossiblemask The problem is that there are systems where cpupossiblemask has gaps between set CPUs, for example SPARC. In this scenario addrtovbxa hash function can return an index whic...

6.7AI score0.00288EPSS
Exploits0References3
CVE
CVE
added 2024/07/29 2:31 p.m.150 views

CVE-2024-41032

CVE-2024-41032: Linux kernel vulnerability in vmalloc hash indexing. Systems where cpu_possible_mask has gaps (e.g., SPARC) could cause addr_to_vb_xa() to hash to a non-existent CPU, accessing an uninitialized per-CPU area and triggering an oops. The per-CPU vmap_block_queue also treated cpu_poss...

5.5CVSS6.5AI score0.00288EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2024/07/29 2:31 p.m.16 views

CVE-2024-41032 mm: vmalloc: check if a hash-index is in cpu_possible_mask

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: check if a hash-index is in cpupossiblemask The problem is that there are systems where cpupossiblemask has gaps between set CPUs, for example SPARC. In this scenario addrtovbxa hash function can return an index whic...

5.5CVSS6.1AI score0.00288EPSS
Exploits0References6
Cvelist
Cvelist
added 2024/07/29 2:31 p.m.18 views

CVE-2024-41032 mm: vmalloc: check if a hash-index is in cpu_possible_mask

In the Linux kernel, the following vulnerability has been resolved: mm: vmalloc: check if a hash-index is in cpupossiblemask The problem is that there are systems where cpupossiblemask has gaps between set CPUs, for example SPARC. In this scenario addrtovbxa hash function can return an index whic...

0.00288EPSS
Exploits0References3
CNNVD
CNNVD
added 2024/07/29 12:0 a.m.3 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel that stems from setting memstart without checking if the memory is coming from a vmalloc function, which can cause problems when DMA memory is supporte...

5.5CVSS6.3AI score0.00227EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/07/06 2:58 a.m.1 views

SUSE CVE-2024-39474

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix vmalloc which may return null if called with GFPNOFAIL commit a421ef303008 "mm: allow !GFPKERNEL allocations for kvmalloc" includes support for GFPNOFAIL, but it presents a conflict with commit dd544141b9eb...

5.5CVSS6.3AI score0.00226EPSS
Exploits0References10
OSV
OSV
added 2024/07/05 7:15 a.m.4 views

AZL-43258 CVE-2024-39474 affecting package kernel for versions less than 5.15.162.2-1

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix vmalloc which may return null if called with GFPNOFAIL commit a421ef303008 "mm: allow !GFPKERNEL allocations for kvmalloc" includes support for GFPNOFAIL, but it presents a conflict with commit dd544141b9eb...

5.5CVSS6.8AI score0.00226EPSS
Exploits0References1
OSV
OSV
added 2024/07/05 7:15 a.m.2 views

DEBIAN-CVE-2024-39474

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix vmalloc which may return null if called with GFPNOFAIL commit a421ef303008 "mm: allow !GFPKERNEL allocations for kvmalloc" includes support for GFPNOFAIL, but it presents a conflict with commit dd544141b9eb...

5.5CVSS5.5AI score0.00226EPSS
Exploits0References1
NVD
NVD
added 2024/07/05 7:15 a.m.15 views

CVE-2024-39474

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix vmalloc which may return null if called with GFPNOFAIL commit a421ef303008 "mm: allow !GFPKERNEL allocations for kvmalloc" includes support for GFPNOFAIL, but it presents a conflict with commit dd544141b9eb...

5.5CVSS0.00226EPSS
Exploits0References5
UbuntuCve
UbuntuCve
added 2024/07/05 7:15 a.m.18 views

CVE-2024-39474

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix vmalloc which may return null if called with GFPNOFAIL commit a421ef303008 "mm: allow !GFPKERNEL allocations for kvmalloc" includes support for GFPNOFAIL, but it presents a conflict with commit dd544141b9eb...

5.5CVSS6.4AI score0.00226EPSS
Exploits0References13
OSV
OSV
added 2024/07/05 7:15 a.m.1 views

UBUNTU-CVE-2024-39474

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix vmalloc which may return null if called with GFPNOFAIL commit a421ef303008 "mm: allow !GFPKERNEL allocations for kvmalloc" includes support for GFPNOFAIL, but it presents a conflict with commit dd544141b9eb...

5.5CVSS6.2AI score0.00226EPSS
Exploits0References14
Vulnrichment
Vulnrichment
added 2024/07/05 6:55 a.m.19 views

CVE-2024-39474 mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix vmalloc which may return null if called with GFPNOFAIL commit a421ef303008 "mm: allow !GFPKERNEL allocations for kvmalloc" includes support for GFPNOFAIL, but it presents a conflict with commit dd544141b9eb...

6.8AI score0.00226EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/07/05 6:55 a.m.30 views

CVE-2024-39474 mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix vmalloc which may return null if called with GFPNOFAIL commit a421ef303008 "mm: allow !GFPKERNEL allocations for kvmalloc" includes support for GFPNOFAIL, but it presents a conflict with commit dd544141b9eb...

0.00226EPSS
Exploits0References4
CVE
CVE
added 2024/07/05 6:55 a.m.188 views

CVE-2024-39474

CVE-2024-39474 involves a Linux kernel vmalloc regression where __GFP_NOFAIL allocations may return NULL, due to a race with OOM-killer flow and GFP_KERNEL handling. The fix updates vm_area_alloc_pages() to not check fatal_signal_pending() when __GFP_NOFAIL is set, preventing a NULL vmalloc() ret...

5.5CVSS7AI score0.00226EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2024/07/05 6:55 a.m.30 views

CVE-2024-39474 mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL

In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: fix vmalloc which may return null if called with GFPNOFAIL commit a421ef303008 "mm: allow !GFPKERNEL allocations for kvmalloc" includes support for GFPNOFAIL, but it presents a conflict with commit dd544141b9eb...

5.5CVSS6AI score0.00226EPSS
Exploits0References8
CNNVD
CNNVD
added 2024/07/05 12:0 a.m.2 views

Linux kernel security vulnerabilities

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 fact that vmalloc may return null when using the GFPNOFAIL call...

5.5CVSS6.6AI score0.00226EPSS
Exploits0References7
Rows per page
Query Builder