Lucene search
+L

983 matches found

Tenable Nessus
Tenable Nessus
added 2026/05/05 12:0 a.m.13 views

AlmaLinux 8 : kernel (ALSA-2026:13577)

The remote AlmaLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2026:13577 advisory. kernel: nvme: avoid double free special payload CVE-2024-41073 kernel: net: qlogic/qede: fix potential out-of-bounds read in qedetpacont and qedetpaend...

9.8CVSS6.8AI score0.96267EPSS
Exploits232References8
RedhatCVE
RedhatCVE
added 2026/05/01 9:27 p.m.6 views

CVE-2026-31735

A flaw was found in the Linux kernel's Input/Output Memory Management Unit IOMMU page table handling. When an unmap operation partially overlaps with a large memory mapping, the system's invalidation process may not correctly flush the entire unmapped range. This could result in a 'short...

8.8CVSS5.8AI score0.0012EPSS
Exploits0References4
CVE
CVE
added 2026/04/27 5:30 p.m.33 views

CVE-2026-31686

CVE-2026-31686 concerns the Linux kernel kasan double-free in kasan_remove_zero_shadow related to kasan_free_pxd() handling of pxd_page() vs start of the pxd table on architectures like PowerPC with 64K pages. The issue arises when the PUD table is not page-aligned, risking double-free during mem...

7.8CVSS5.3AI score0.00122EPSS
Exploits0References9Affected Software1
OSV
OSV
added 2026/04/27 5:30 p.m.1 views

CVE-2026-31686 mm/kasan: fix double free for kasan pXds

In the Linux kernel, the following vulnerability has been resolved: mm/kasan: fix double free for kasan pXds kasanfreepxd assumes the page table is always struct page aligned. But that's not always the case for all architectures. E.g. In case of powerpc with 64K pagesize, PUD table of size 4096...

7.8CVSS5.8AI score0.00122EPSS
Exploits0References12
Positive Technologies
Positive Technologies
added 2026/04/27 12:0 a.m.9 views

PT-2026-35492

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A double-free issue exists in the Linux kernel's KASAN Kernel Address Sanitizer component. The kasan free pxd function incorrectly assumes that the page table is always aligned with stru...

7.8CVSS5.2AI score0.00122EPSS
Exploits0
OSV
OSV
added 2026/04/24 3:16 p.m.6 views

DEBIAN-CVE-2026-31600

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: Handle invalid large leaf mappings correctly It has been possible for a long time to mark ptes in the linear map as invalid. This is done for secretmem, kfence, realm dma memory un/share, and others, by simply clearing...

7.5CVSS5.4AI score0.0029EPSS
Exploits0References1
Cvelist
Cvelist
added 2026/04/24 2:42 p.m.37 views

CVE-2026-31600 arm64: mm: Handle invalid large leaf mappings correctly

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: Handle invalid large leaf mappings correctly It has been possible for a long time to mark ptes in the linear map as invalid. This is done for secretmem, kfence, realm dma memory un/share, and others, by simply clearing...

7.5CVSS0.0029EPSS
Exploits0References4
OSV
OSV
added 2026/04/24 2:42 p.m.2 views

CVE-2026-31600 arm64: mm: Handle invalid large leaf mappings correctly

In the Linux kernel, the following vulnerability has been resolved: arm64: mm: Handle invalid large leaf mappings correctly It has been possible for a long time to mark ptes in the linear map as invalid. This is done for secretmem, kfence, realm dma memory un/share, and others, by simply clearing...

7.5CVSS6.6AI score0.0029EPSS
Exploits0References7
Positive Technologies
Positive Technologies
added 2026/04/24 12:0 a.m.12 views

PT-2026-34952

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description In the arm64 architecture, the kernel fails to correctly handle invalid large leaf mappings. This occurs when page table entries ptes in the linear map are marked as invalid by clearing...

7.5CVSS5.9AI score0.0029EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2026/04/22 6:7 p.m.6 views

CVE-2026-31466

A flaw was found in the Linux kernel. A race condition exists in the memory management subsystem, specifically during transparent huge page THP splitting and page table entry invalidation. This can occur when a memory folio a unit of memory is accessed and modified without proper locking due to a...

5.5CVSS5.7AI score0.00094EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2026/04/22 5:45 p.m.6 views

CVE-2026-31456

A flaw was found in the Linux kernel. A race condition in the memory management subsystem, specifically when handling page table entries, can be triggered by a local user. This can lead to a kernel bug, causing a system crash and resulting in a denial of service...

5.5CVSS5.7AI score0.00089EPSS
Exploits0References4
NVD
NVD
added 2026/04/22 2:16 p.m.5 views

CVE-2026-31466

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: fix folio isn't locked in softleaftofolio On arm64 server, we found folio that get from migration entry isn't locked in softleaftofolio. This issue triggers when mTHP splitting and zapnonpresentptes races, and the...

4.7CVSS0.00094EPSS
Exploits0References10
EUVD
EUVD
added 2026/04/22 3:31 a.m.10 views

EUVD-2026-24592

In order to apply a particular protection key to an address range, the kernel must update the corresponding page table entries. The subroutine which handled this failed to take into account the presence of 1GB largepage mappings created using the shmcreatelargepage3 interface. In particular, it...

6.2CVSS5.8AI score0.00162EPSS
Exploits0References2
NVD
NVD
added 2026/04/22 3:16 a.m.11 views

CVE-2026-6386

In order to apply a particular protection key to an address range, the kernel must update the corresponding page table entries. The subroutine which handled this failed to take into account the presence of 1GB largepage mappings created using the shmcreatelargepage3 interface. In particular, it...

6.2CVSS0.00162EPSS
Exploits0References1
Cvelist
Cvelist
added 2026/04/22 2:33 a.m.41 views

CVE-2026-6386 Missing large page handling in pmap_pkru_update_range()

In order to apply a particular protection key to an address range, the kernel must update the corresponding page table entries. The subroutine which handled this failed to take into account the presence of 1GB largepage mappings created using the shmcreatelargepage3 interface. In particular, it...

0.00162EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2026/04/22 2:33 a.m.5 views

CVE-2026-6386

In order to apply a particular protection key to an address range, the kernel must update the corresponding page table entries. The subroutine which handled this failed to take into account the presence of 1GB largepage mappings created using the shmcreatelargepage3 interface. In particular, it...

5.8AI score0.00162EPSS
Exploits0References2
FreeBSD
FreeBSD
added 2026/04/21 12:0 a.m.8 views

FreeBSD -- Missing large page handling in pmap_pkru_update_range()

Problem Description: In order to apply a particular protection key to an address range, the kernel must update the corresponding page table entries. The subroutine which handled this failed to take into account the presence of 1GB largepage mappings created using the shmcreatelargepage3 interface...

6.2CVSS5.8AI score0.00162EPSS
Exploits0
UbuntuCve
UbuntuCve
added 2026/04/16 7:16 p.m.6 views

CVE-2023-20585

Insufficient checks of the RMP on host buffer access in IOMMU may allow an attacker with privileges and a compromised hypervisor to trigger an out of bounds condition without RMP checks, resulting in a potential loss of confidential guest integrity...

5.6CVSS6.5AI score0.00098EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2026/04/08 12:0 a.m.4 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-006778)

"The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006778 advisory. In the Linux kernel, the following vulnerability has been resolved: mm/khugepaged: fix -anonvma race If an -anonvma is attached to the VMA, collapseandfreepmd...

7.8CVSS6.6AI score0.00182EPSS
Exploits0References4
NVD
NVD
added 2026/04/03 4:16 p.m.5 views

CVE-2026-31397

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: fix use of NULL folio in movepageshugepmd movepageshugepmd handles UFFDIOMOVE for both normal THPs and huge zero pages. For the huge zero page path, srcfolio is explicitly set to NULL, and is used as a sentinel to...

7.8CVSS0.00119EPSS
Exploits0References3
Rows per page
Query Builder