Lucene search
+L

151 matches found

CVE
CVE
added 2025/04/08 8:18 a.m.178 views

CVE-2025-22010

CVE-2025-22010 affects the Linux kernel’s RDMA/hns: fixes a soft lockup during BT page loop when allocating very large buffers (e.g., MR > 100GB). The vulnerable path occurs in hns_roce_hw_v2: hem_list_alloc_mid_bt, hns_roce_hem_list_request, hns_roce_mtr_create, alloc_mr_pbl, and hns_roce_reg...

5.5CVSS7.3AI score0.00151EPSS
SaveExploits0References9Affected Software1
SUSE CVE
SUSE CVE
added 2025/03/28 3:38 a.m.3 views

SUSE CVE-2023-52976

In the Linux kernel, the following vulnerability has been resolved: efi: fix potential NULL deref in efimemreservepersistent When iterating on a linked list, a result of memremap is dereferenced without checking it for NULL. This patch adds a check that falls back on allocating a new page in case...

5.5CVSS6.5AI score0.00273EPSS
SaveExploits0References7
OSV
OSV
added 2025/03/27 5:15 p.m.7 views

UBUNTU-CVE-2023-52976

In the Linux kernel, the following vulnerability has been resolved: efi: fix potential NULL deref in efimemreservepersistent When iterating on a linked list, a result of memremap is dereferenced without checking it for NULL. This patch adds a check that falls back on allocating a new page in case...

5.5CVSS6.1AI score0.00273EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2025/03/27 4:43 p.m.3 views

CVE-2023-52976 efi: fix potential NULL deref in efi_mem_reserve_persistent

In the Linux kernel, the following vulnerability has been resolved: efi: fix potential NULL deref in efimemreservepersistent When iterating on a linked list, a result of memremap is dereferenced without checking it for NULL. This patch adds a check that falls back on allocating a new page in case...

6.1AI score0.00273EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2025/03/24 12:0 a.m.12 views

Vulnerability of the __sgx_alloc_epc_page() function (arch/x86/kernel/cpu/sgx/main.c) in the Linux operating system kernel, allowing a hacker to trigger a service failure

The vulnerability of the sgxallocepcpage function arch/x86/kernel/cpu/sgx/main.c in the Linux operating system kernel is related to incorrect resource locking. Exploiting this vulnerability could allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00207EPSS
SaveExploits0References18Affected Software7
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-56544

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - udmabuf: change folios array from kmalloc to kvmalloc When PAGESIZE 4096, MAXPAGEORDER 10, 64bit machine, pagealloc only support 4MB. If above this, trigger thi...

5.5CVSS6.8AI score0.00214EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2025/02/19 1:0 a.m.5 views

kernel: mm: fix NULL pointer dereference in alloc_pages_bulk_noprof

In the Linux kernel, the following vulnerability has been resolved: mm: fix NULL pointer dereference in allocpagesbulknoprof We triggered a NULL pointer dereference for ac.preferredzoneref-zone in allocpagesbulknoprof when the task is migrated between cpusets. When cpuset is enabled, in...

5.5CVSS6.7AI score0.00248EPSS
SaveExploits0References5
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: pagealloc: moving the mlocked flag to freepagesprepare Syzbot reported a problem with bad page state caused by a page being freed using freepage, while the mlocked flag was still present during the freepagesprepare stage: BUG...

5.5CVSS6.3AI score0.00233EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.5 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: In the mm module, a NULL pointer dereference was addressed in the allocpagesbulknoprof function. A NULL pointer dereference occurred in allocpagesbulknoprof when the task was migrated between different CPU sets. This happened whe...

5.5CVSS6.2AI score0.00248EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2025/02/11 4:26 a.m.5 views

kernel: mm: fix NULL pointer dereference in alloc_pages_bulk_noprof

In the Linux kernel, the following vulnerability has been resolved: mm: fix NULL pointer dereference in allocpagesbulknoprof We triggered a NULL pointer dereference for ac.preferredzoneref-zone in allocpagesbulknoprof when the task is migrated between cpusets. When cpuset is enabled, in...

5.5CVSS6.7AI score0.00248EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/02/10 9:31 p.m.9 views

kernel: mm: fix NULL pointer dereference in alloc_pages_bulk_noprof

In the Linux kernel, the following vulnerability has been resolved: mm: fix NULL pointer dereference in allocpagesbulknoprof We triggered a NULL pointer dereference for ac.preferredzoneref-zone in allocpagesbulknoprof when the task is migrated between cpusets. When cpuset is enabled, in...

5.5CVSS6.7AI score0.00248EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2025/01/29 8:0 a.m.7 views

sched/core: Disable page allocation in task_tick_mm_cid()

...

5.5CVSS6.9AI score0.00231EPSS
SaveExploits0
NVD
NVD
added 2025/01/11 4:15 p.m.19 views

CVE-2024-57881

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: don't call pfntopage on possibly non-existent PFN in splitlargebuddy In splitlargebuddy, we might call pfntopage on a PFN that might not exist. In corner cases, such as when freeing the highest pageblock in the last...

5.5CVSS0.00172EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/01/11 3:10 p.m.4 views

CVE-2024-57881 mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split_large_buddy()

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: don't call pfntopage on possibly non-existent PFN in splitlargebuddy In splitlargebuddy, we might call pfntopage on a PFN that might not exist. In corner cases, such as when freeing the highest pageblock in the last...

7.6AI score0.00172EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/01/11 3:10 p.m.25 views

CVE-2024-57881 mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split_large_buddy()

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: don't call pfntopage on possibly non-existent PFN in splitlargebuddy In splitlargebuddy, we might call pfntopage on a PFN that might not exist. In corner cases, such as when freeing the highest pageblock in the last...

0.00172EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/11 3:10 p.m.6 views

CVE-2024-57881 mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split_large_buddy()

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: don't call pfntopage on possibly non-existent PFN in splitlargebuddy In splitlargebuddy, we might call pfntopage on a PFN that might not exist. In corner cases, such as when freeing the highest pageblock in the last...

5.5CVSS6.2AI score0.00172EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.8 views

PT-2026-2895

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained an issue in the mm/page alloc component where the migration type of page blocks was not consistently updated during page coalescing. Specifically, when a page...

5.5CVSS5.4AI score0.00115EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/12/28 3:49 a.m.5 views

SUSE CVE-2024-56544

In the Linux kernel, the following vulnerability has been resolved: udmabuf: change folios array from kmalloc to kvmalloc When PAGESIZE 4096, MAXPAGEORDER 10, 64bit machine, pagealloc only support 4MB. If above this, trigger this warn and return NULL. udmabuf can change size limit, if change it t...

4.7CVSS7.7AI score0.00214EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 2:15 p.m.5 views

UBUNTU-CVE-2024-56544

In the Linux kernel, the following vulnerability has been resolved: udmabuf: change folios array from kmalloc to kvmalloc When PAGESIZE 4096, MAXPAGEORDER 10, 64bit machine, pagealloc only support 4MB. If above this, trigger this warn and return NULL. udmabuf can change size limit, if change it t...

5.5CVSS6.5AI score0.00214EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2024/12/03 12:16 a.m.2 views

SUSE CVE-2024-53105

In the Linux kernel, the following vulnerability has been resolved: mm: pagealloc: move mlocked flag clearance into freepagesprepare Syzbot reported a bad page state problem caused by a page being freed using freepage still having a mlocked flag at freepagesprepare stage: BUG: Bad page state in...

5.5CVSS7.7AI score0.00233EPSS
SaveExploits0References14
Rows per page
Query Builder