Lucene search
+L

374 matches found

RedhatCVE
RedhatCVE
added 2024/10/24 4:33 p.m.14 views

CVE-2024-50066

In the Linux kernel, the following vulnerability has been resolved: mm/mremap: fix movenormalpmd/retractpagetables race In mremap, movepagetables looks at the type of the PMD entry and the specified address range to figure out by which method the next chunk of page table entries should be moved. ...

7.1CVSS6.8AI score0.00206EPSS
SaveExploits2References4
NVD
NVD
added 2024/10/23 6:15 a.m.21 views

CVE-2024-50066

In the Linux kernel, the following vulnerability has been resolved: mm/mremap: fix movenormalpmd/retractpagetables race In mremap, movepagetables looks at the type of the PMD entry and the specified address range to figure out by which method the next chunk of page table entries should be moved. ...

7.8CVSS0.00206EPSS
SaveExploits2References6
CVE
CVE
added 2024/10/23 5:20 a.m.169 views

CVE-2024-50066

CVE-2024-50066 is a Linux kernel race in mm/mremap where move_page_tables can race with retract_page_tables under THP/rmap locking. The flaw stems from reading the PMD type before acquiring rmap locks, potentially creating bogus PMD entries (e.g., mapping page 0 as a page table on x86) and enabli...

7.8CVSS6.6AI score0.00206EPSS
SaveExploits2References6Affected Software1
CNNVD
CNNVD
added 2024/10/23 12:0 a.m.7 views

Linux kernel 竞争条件问题漏洞

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 a race condition between movenormalpmd and extractpagetables in the mremap function, which could lead to...

7CVSS8.1AI score0.00206EPSS
SaveExploits2References5
Vulnrichment
Vulnrichment
added 2024/10/21 8:6 p.m.16 views

CVE-2022-48991 mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths

In the Linux kernel, the following vulnerability has been resolved: mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths Any codepath that zaps page table entries must invoke MMU notifiers to ensure that secondary MMUs like KVM don't keep accessing pages which aren't mapped anymore...

8.8CVSS7AI score0.00251EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/09/19 3:9 a.m.2 views

SUSE CVE-2024-46787

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix checks for huge PMDs Patch series "userfaultfd: fix races around pmdtranshuge check", v2. The pmdtranshuge code in mfillatomic is wrong in three different ways depending on kernel version: 1. The pmdtranshuge che...

5.5CVSS6.4AI score0.0022EPSS
SaveExploits0References18
RedhatCVE
RedhatCVE
added 2024/09/18 12:14 p.m.25 views

CVE-2024-46787

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix checks for huge PMDs Patch series "userfaultfd: fix races around pmdtranshuge check", v2. The pmdtranshuge code in mfillatomic is wrong in three different ways depending on kernel version: 1. The pmdtranshuge...

4.7CVSS6.7AI score0.0022EPSS
SaveExploits0References4
OSV
OSV
added 2024/09/18 8:15 a.m.6 views

AZL-53265 CVE-2024-46787 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix checks for huge PMDs Patch series "userfaultfd: fix races around pmdtranshuge check", v2. The pmdtranshuge code in mfillatomic is wrong in three different ways depending on kernel version: 1. The pmdtranshuge che...

7.8CVSS6.7AI score0.0022EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/09/18 7:12 a.m.18 views

CVE-2024-46787 userfaultfd: fix checks for huge PMDs

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: fix checks for huge PMDs Patch series "userfaultfd: fix races around pmdtranshuge check", v2. The pmdtranshuge code in mfillatomic is wrong in three different ways depending on kernel version: 1. The pmdtranshuge che...

6.7AI score0.0022EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/09/18 12:24 a.m.10 views

kernel: mm/shmem: disable PMD-sized page cache if needed

A denial of service vulnerability was found in the Linux Kernel. In architectures such as ARM64 where the base page size is 64KB, a 512MB page cache could lead to a software crash...

5.5CVSS6.8AI score0.00211EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/09/18 12:9 a.m.45 views

Moderate: Red Hat Security Advisory: kernel-rt security update

An update for kernel-rt is now available for Red Hat Enterprise Linux 9.2 Extended Update Support. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available fo...

7.8CVSS6.9AI score0.01003EPSS
SaveExploits1References10
RedHat Linux
RedHat Linux
added 2024/09/18 12:9 a.m.7 views

kernel: mm/shmem: disable PMD-sized page cache if needed

A denial of service vulnerability was found in the Linux Kernel. In architectures such as ARM64 where the base page size is 64KB, a 512MB page cache could lead to a software crash...

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

kernel: mm/filemap: skip to create PMD-sized page cache if needed

A vulnerability was found in the Linux kernel related to how large page caching is handled, particularly for AMD64 architectures. The issue stems from the xarray data structure's inability to support PMD-sized page caches when the base page size is larger than MAXPAGECACHEORDER. The particular...

5.5CVSS7.2AI score0.00288EPSS
SaveExploits0References5
NVD
NVD
added 2024/09/11 4:15 p.m.31 views

CVE-2024-45024

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix hugetlb vs. core-mm PT locking We recently made GUP's common page table walking code to also walk hugetlb VMAs without most hugetlb special-casing, preparing for the future of having less hugetlb-specific page tab...

7.8CVSS0.00146EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/09/04 8:46 p.m.21 views

CVE-2024-44965

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then DF from the stack guard. It turned out that...

5.5CVSS7AI score0.00225EPSS
SaveExploits0References4
NVD
NVD
added 2024/09/04 7:15 p.m.22 views

CVE-2024-44965

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then DF from the stack guard. It turned out that...

5.5CVSS0.00225EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/09/04 7:15 p.m.25 views

CVE-2024-44965

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then DF from the stack guard. It turned out that...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References26
Cvelist
Cvelist
added 2024/09/04 6:36 p.m.29 views

CVE-2024-44965 x86/mm: Fix pti_clone_pgtable() alignment assumption

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then DF from the stack guard. It turned out that...

0.00225EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/09/04 6:36 p.m.33 views

CVE-2024-44965

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then DF from the stack guard. It turned out that...

5.5CVSS5.7AI score0.00225EPSS
SaveExploits0
OSV
OSV
added 2024/09/04 6:36 p.m.20 views

CVE-2024-44965 x86/mm: Fix pti_clone_pgtable() alignment assumption

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix pticlonepgtable alignment assumption Guenter reported dodgy crashes on an i386-nosmp build using GCC-11 that had the form of endless traps until entry stack exhaust and then DF from the stack guard. It turned out that...

6.1AI score
SaveExploits0References13
Rows per page
Query Builder