Lucene search
+L

1113 matches found

OSV
OSV
added 2025/09/11 4:52 p.m.8 views

CVE-2025-39754 mm/smaps: fix race between smaps_hugetlb_range and migration

In the Linux kernel, the following vulnerability has been resolved: mm/smaps: fix race between smapshugetlbrange and migration smapshugetlbrange handles the pte without holdling ptl, and may be concurrenct with migration, leaing to BUGON in pfnswapentrytopage. The race is as follows...

6AI score
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/09/11 6:45 a.m.14 views

kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugepmdunshare vs GUP-fast race hugepmdunshare drops a reference on a page table that may have previously been shared across processes, potentially turning it into a normal page table used in another process in...

7.8CVSS6.7AI score0.00125EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/09/11 12:00 a.m.14 views

PT-2025-37213

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A race condition exists between smaps hugetlb range and page migration within the kernel’s memory management subsystem. Specifically, smaps hugetlb range accesses page table entries pt...

4.7CVSS7.2AI score0.00111EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/09/10 8:45 p.m.14 views

kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugepmdunshare vs GUP-fast race hugepmdunshare drops a reference on a page table that may have previously been shared across processes, potentially turning it into a normal page table used in another process in...

7.8CVSS6.7AI score0.00125EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/09/09 11:22 p.m.6 views

SUSE CVE-2025-58142

This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. There are multiple issues related to the handling and accessing of guest memory pages in the viridian code: 1. A NULL pointer dereference in the updating of the reference...

6.5CVSS6.6AI score0.00467EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/05 6:15 p.m.13 views

DEBIAN-CVE-2025-39699

In the Linux kernel, the following vulnerability has been resolved: iommu/riscv: prevent NULL deref in iovatophys The riscviommuptefetch function returns either NULL for unmapped/never-mapped iova, or a valid leaf pte pointer that requires no further validation. riscviommuiovatophys failed to...

5.5CVSS5.4AI score0.00137EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/05 6:15 p.m.10 views

UBUNTU-CVE-2025-39699

In the Linux kernel, the following vulnerability has been resolved: iommu/riscv: prevent NULL deref in iovatophys The riscviommuptefetch function returns either NULL for unmapped/never-mapped iova, or a valid leaf pte pointer that requires no further validation. riscviommuiovatophys failed to...

5.5CVSS5.7AI score0.00137EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/09/05 12:00 a.m.23 views

PT-2025-36319

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue within the shrink folio list function related to handling hardware-poisoned large folios. Specifically, the function fails to correctly handle large...

8.5CVSS6.3AI score0.08268EPSS
SaveExploits3References603
SUSE CVE
SUSE CVE
added 2025/09/04 11:24 p.m.5 views

SUSE CVE-2025-38681

In the Linux kernel, the following vulnerability has been resolved: mm/ptdump: take the memory hotplug lock inside ptdumpwalkpgd Memory hot remove unmaps and tears down various kernel page table regions as required. The ptdump code can race with concurrent modifications of the kernel page tables...

5.5CVSS6.3AI score0.00122EPSS
SaveExploits0References21
CVE
CVE
added 2025/09/04 3:32 p.m.65 views

CVE-2025-38681

CVE-2025-38681 affects the Linux kernel mm/ptdump code. The issue arises when memory hotplug modifications race with ptdump_walk_pgd() and intermediate page-table frees, causing the ptdump code to dereference freed memory and potentially crash or corrupt data. The fix moves the memory hotplug loc...

4.7CVSS5.7AI score0.00122EPSS
SaveExploits0References12Affected Software1
Microsoft CVE
Microsoft CVE
added 2025/09/04 5:03 a.m.13 views

mm: clear uffd-wp PTE/PMD state on mremap()

...

5.5CVSS7AI score0.00191EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 3:19 a.m.18 views

A flaw named "EntryBleed" was found in the Linux Kernel Page Table Isolation (KPTI). This issue could allow a local attacker to leak KASLR base via prefetch side-channels based on TLB timing for Intel systems.

...

5.5CVSS9.3AI score0.00954EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2025/09/04 1:18 a.m.19 views

kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugepmdunshare vs GUP-fast race hugepmdunshare drops a reference on a page table that may have previously been shared across processes, potentially turning it into a normal page table used in another process in...

7.8CVSS6.7AI score0.00125EPSS
SaveExploits0References5
Packet Storm News
Packet Storm News
added 2025/09/04 12:00 a.m.6 views

ShieldMMU: Detecting and Defending against Controlled-Channel Attacks in Shielding Memory System

Intel SGX and hypervisors isolate non-privileged programs from other software, ensuring confidentiality and integrity. However, side-channel attacks continue to threaten Intel SGX's security, enabling malicious OS to manipulate PTE present bits, induce page faults, and steal memory access traces...

6.9AI score
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/03 10:33 p.m.8 views

mm: fix uprobe pte be overwritten when expanding vma

...

5.5CVSS6.8AI score0.00134EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/08/27 12:08 p.m.18 views

kernel: mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: avoid corrupting page-mapping in hugetlbmcopyatomicpte In MCOPYATOMICCONTINUE case with a non-shared VMA, pages in the page cache are installed in the ptes. But hugepageaddnewanonrmap is called for them mistakenly...

7.8CVSS6.3AI score0.00239EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/08/27 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2020-27670

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in Xen through 4.14.x allowing x86 guest OS users to cause a denial of service data corruption, cause a data leak, or possibly gain...

7.8CVSS6.9AI score0.00254EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/27 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2020-15565

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue was discovered in Xen through 4.13.x, allowing x86 Intel HVM guest OS users to cause a host OS denial of service or possibly gain privileges because of...

8.8CVSS7.1AI score0.00367EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/08/26 12:00 a.m.7 views

PT-2025-37956

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s drm/xe/vm subsystem. The issue involves a potential dereference of an error pointer during cleanup in the xe vm free scratch function. Clearing any...

5.5CVSS6.1AI score0.00155EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/20 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-38207

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm: fix uprobe pte be overwritten when expanding vma Patch series Fix uprobe pte be overwritten when expanding vma. This patch of 4: We encountered a BUG alert...

5.5CVSS6.1AI score0.00134EPSS
SaveExploits0References4
Rows per page
Query Builder