Lucene search
+L

86 matches found

AstraLinux
AstraLinux
added 2025/06/16 11:28 a.m.3 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: bpf: Fixed a soft lockup issue in arenamapfree on 64k page kernels. In an aarch64 kernel with CONFIGPAGESIZE64KB=y, the arenahtab test causes a segmentation fault and a soft lockup. This same issue is not observed when using 4k...

3.3CVSS6.1AI score0.0015EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/05/22 7:38 p.m.7 views

CVE-2021-30275

Possible integer overflow in page alignment interface due to lack of address and size validation before alignment in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer IOT, Snapdragon Industrial IOT, Snapdragon Voice & Music, Snapdragon Wired Infrastructure and...

9.3CVSS7.9AI score0.00154EPSS
SaveExploits0References1
CVE
CVE
added 2025/03/12 9:42 a.m.83 views

CVE-2025-21851

CVE-2025-21851 — Linux kernel (ARM64 64KB pages) The issue caused segmentation faults and soft lockups on aarch64 kernels with 64KB page size when arena_htab tests ran. Root cause: arena_map_free() can pass an unaligned address to apply_to_pte_range() via bpf_arena_get_kern_vm_start() if the addr...

3.3CVSS6.5AI score0.0015EPSS
SaveExploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2024-26621

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: mm: hugememory: don't force huge page alignment on 32 bit commit efa7df3e3bb5 mm: align larg...

5.5CVSS5.7AI score0.00277EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: mm: hugememory: use !CONFIG64BIT to relax huge page alignment on 32-bit machines Yves-Alexis Perez reported a commit 4ef9ad19e176 “mm: hugememory: don’t force huge page alignment on 32-bit machines” which did not work for x8632 1...

5.5CVSS6.2AI score0.00212EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/01/13 10:25 a.m.10 views

CVE-2024-51729

In the Linux kernel, the following vulnerability has been resolved: mm: use aligned address in copyusergiganticpage In current kernel, hugetlbwp calls copyuserlargefolio with the fault address. Where the fault address may be not aligned with the huge page size. Then, copyuserlargefolio may call...

5.5CVSS6.8AI score0.00209EPSS
SaveExploits0References4
CVE
CVE
added 2025/01/11 12:35 p.m.97 views

CVE-2024-52319

CVE-2024-52319 — Linux kernel memory corruption/ information disclosure risk due to mm: use aligned address in clear_gigantic_page(). In current kernel, hugetlb_no_page() may call clear_gigantic_page() with a fault address that is not aligned to the huge page size, leading to potential memory cor...

7.8CVSS6.7AI score0.00209EPSS
SaveExploits0References2Affected Software1
NVD
NVD
added 2024/12/28 10:15 a.m.12 views

CVE-2024-56677

In the Linux kernel, the following vulnerability has been resolved: powerpc/fadump: Move fadumpcmainit to setuparch after initmeminit During early init CMAMINALIGNMENTBYTES can be PAGESIZE, since pageblockorder is still zero and it gets initialized later during initmeminit e.g. setuparch -...

5.5CVSS0.00268EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2024/12/28 12:0 a.m.18 views

PT-2024-36985

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue arises during early initialization in the Linux kernel, specifically in the powerpc/fadump module. The problem occurs because CMA MIN ALIGNMENT BYTES can be PAGE SIZE during...

6.8CVSS5.5AI score0.00268EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.6 views

kernel: mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit machines

In the Linux kernel, the following vulnerability has been resolved: mm: hugememory: use !CONFIG64BIT to relax huge page alignment on 32 bit machines Yves-Alexis Perez reported commit 4ef9ad19e176 "mm: hugememory: don't force huge page alignment on 32 bit" didn't work for x8632 1. It is because...

5.5CVSS6.8AI score0.00212EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.4 views

kernel: powerpc/kasan: Fix addr error caused by page alignment

In the Linux kernel, the following vulnerability has been resolved: powerpc/kasan: Fix addr error caused by page alignment In kasaninitregion, when kstart is not page aligned, at the begin of for loop, kcur = kstart & PAGEMASK is less than kstart, and then va = block + kcur - kstart is less than...

4.4CVSS6.8AI score0.00223EPSS
SaveExploits0References5
OSV
OSV
added 2024/11/09 11:15 a.m.3 views

DEBIAN-CVE-2024-50250

In the Linux kernel, the following vulnerability has been resolved: fsdax: daxunshareiter needs to copy entire blocks The code that copies data from srcmap to iomap in daxunshareiter is very very broken, which bfoster's recent fsx changes have exposed. If the pos and len passed to daxfileunshare...

7.1CVSS6.3AI score0.00222EPSS
SaveExploits0References1
OSV
OSV
added 2024/11/09 11:15 a.m.10 views

AZL-53373 CVE-2024-50250 affecting package kernel for versions less than 6.6.64.2-1

In the Linux kernel, the following vulnerability has been resolved: fsdax: daxunshareiter needs to copy entire blocks The code that copies data from srcmap to iomap in daxunshareiter is very very broken, which bfoster's recent fsx changes have exposed. If the pos and len passed to daxfileunshare...

7.1CVSS6.9AI score0.00222EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/11/09 10:14 a.m.4 views

CVE-2024-50250 fsdax: dax_unshare_iter needs to copy entire blocks

In the Linux kernel, the following vulnerability has been resolved: fsdax: daxunshareiter needs to copy entire blocks The code that copies data from srcmap to iomap in daxunshareiter is very very broken, which bfoster's recent fsx changes have exposed. If the pos and len passed to daxfileunshare...

7.7AI score0.00222EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 6:15 p.m.6 views

UBUNTU-CVE-2024-49873

In the Linux kernel, the following vulnerability has been resolved: mm/filemap: fix filemapgetfolioscontig THP panic Patch series "memfd-pin huge page fixes". Fix multiple bugs that occur when using memfdpinfolios with hugetlb pages and THP. The hugetlb bugs only bite when the page is not yet...

5.5CVSS5.7AI score0.002EPSS
SaveExploits0References8
CNVD
CNVD
added 2024/08/20 12:0 a.m.9 views

Linux kernel resource misallocation vulnerability

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. The Linux kernel suffers from a resource misallocation vulnerability that stems from an issue with forced large page alignment on 32-bit systems.Due to the constrained virtual...

5.5CVSS6.4AI score0.00212EPSS
SaveExploits0References1
NVD
NVD
added 2024/08/12 3:15 p.m.18 views

CVE-2024-42258

In the Linux kernel, the following vulnerability has been resolved: mm: hugememory: use !CONFIG64BIT to relax huge page alignment on 32 bit machines Yves-Alexis Perez reported commit 4ef9ad19e176 "mm: hugememory: don't force huge page alignment on 32 bit" didn't work for x8632 1. It is because...

5.5CVSS0.00212EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/12 3:15 p.m.6 views

DEBIAN-CVE-2024-42258

In the Linux kernel, the following vulnerability has been resolved: mm: hugememory: use !CONFIG64BIT to relax huge page alignment on 32 bit machines Yves-Alexis Perez reported commit 4ef9ad19e176 "mm: hugememory: don't force huge page alignment on 32 bit" didn't work for x8632 1. It is because...

5.5CVSS5.7AI score0.00212EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/08/12 3:15 p.m.17 views

CVE-2024-42258

In the Linux kernel, the following vulnerability has been resolved: mm: hugememory: use !CONFIG64BIT to relax huge page alignment on 32 bit machines Yves-Alexis Perez reported commit 4ef9ad19e176 "mm: hugememory: don't force huge page alignment on 32 bit" didn't work for x8632 1. It is because...

5.5CVSS6.4AI score0.00212EPSS
SaveExploits0References9
OSV
OSV
added 2024/08/12 3:15 p.m.4 views

UBUNTU-CVE-2024-42258

In the Linux kernel, the following vulnerability has been resolved: mm: hugememory: use !CONFIG64BIT to relax huge page alignment on 32 bit machines Yves-Alexis Perez reported commit 4ef9ad19e176 "mm: hugememory: don't force huge page alignment on 32 bit" didn't work for x8632 1. It is because...

5.5CVSS6.5AI score0.00212EPSS
SaveExploits0References10
Rows per page
Query Builder