Lucene search
+L

441 matches found

Kitploit
Kitploit
added 2026/09/14 2:57 a.m.7 views

HugeDirtyCowPOC

"Huge Dirty Cow" POC Un POC para la vulnerabilidad Huge Dirty Cow CVE-2017-1000405. Se pueden encontrar más detalles aquí. Antes de ejecutar, asegúrate de configurar las páginas enormes transparentes a "always": root@kitploit: echo always | sudo tee /sys/kernel/mm/transparenthugepage/enabled...

7CVSS6.9AI score0.02841EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/13 9:21 a.m.8 views

CVE-2023-2598

CVE-2023-2598 Escalada de privilegios A través de CVE-2023-2598, comprender los mecanismos de Compound Page y folio en Linux, y posteriormente ver si se puede completar la explotación del 1day CVE-2023-6560. Compound Pagehuge page La memoria es cada vez mayor, pero la unidad básica de asignación ...

7.8CVSS7.5AI score0.01371EPSS
SaveExploits6
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.7 views

kernel: mm/khugepaged: write all dirty file folios when collapsing

A flaw was found in the Linux kernel's memory management mm/khugepaged component. A local user could trigger an edge case where unsaved changes to file data dirty folios are improperly discarded. This occurs when a file with previous writes is subjected to a specific sequence of memory advice...

5.8AI score0.0015EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: mm,hugetlb: Take the hugetlblock before decrementing h-resvhugepages. The h-hugepages counters are protected by the hugetlblock, but allochugepage has a corner-case scenario where it can decrement the counter outside of the lock...

5.5CVSS5.9AI score0.00156EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: mm: khugepaged: skip huge page collapse for special files The read-only THP for file systems will collapse the THP for files that are opened in read-only mode and mapped with VMEXEC. The intended use case is to avoid TLB misses f...

5.5CVSS5.8AI score0.0021EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/08/20 6:44 a.m.9 views

kernel: mm/huge_memory: update file PMD counter before folio_put()

A flaw was found in the Linux kernel's memory management, specifically within the huge page mechanism. When a huge page is split, the system updates a counter after releasing a reference to the memory. This timing issue can lead to the system attempting to read from memory that has already been...

7.8CVSS5.6AI score0.00129EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-72175

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fs/proc/taskmmu: fix makeuffdwphugepte prot-update race Patch series userfaultfd/pagemap: pre- existing fixes. These are pre-existing bug fixes that were carrie...

7.1CVSS5.8AI score0.00172EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/17 5:05 a.m.15 views

kernel: mm: thp: deny THP for files on anonymous inodes

A flaw was found in the Linux kernel's Transparent Huge Pages THP mechanism. This vulnerability occurs because the filethpenabled function incorrectly allows THP for files on anonymous inodes, which are not designed for this feature. An attacker could potentially exploit this by manipulating...

5.5CVSS4.8AI score0.00119EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 6:21 a.m.9 views

UBUNTU-CVE-2026-72175

In the Linux kernel, the following vulnerability has been resolved: fs/proc/taskmmu: fix makeuffdwphugepte prot-update race Patch series "userfaultfd/pagemap: pre-existing fixes". These are pre-existing bug fixes that were carried at the front of the userfaultfd RWP working-set-tracking series up...

7.1CVSS5.4AI score0.00172EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:52 a.m.51 views

CVE-2026-72043

This CVE describes a LoongArch Linux kernel issue where hardware page table walker (PTW) could set only _PAGE_DIRTY in PTE/PMD during a write TLB miss, leaving _PAGE_MODIFIED unchanged. On fork/clone with COW, pte_wrprotect()/pmd_wrprotect() clear _PAGE_WRITE and _PAGE_DIRTY, which could lose the...

7.1CVSS5.4AI score0.0016EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/11 11:50 a.m.11 views

CVE-2026-68086

A flaw was found in the Linux kernel's memory management mm/khugepaged component. A local user could trigger an edge case where unsaved changes to file data dirty folios are improperly discarded. This occurs when a file with previous writes is subjected to a specific sequence of memory advice...

7CVSS5.3AI score0.0015EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/10 11:59 a.m.11 views

EUVD-2026-55552

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: prevent registration of special VMAs Vova Tokarev says: userfaultfd allows registration on shadow stack VMAs. With userfaultfd access, you can register on the shadow stack, discard a page ... and inject a page with...

5.3AI score0.002EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/10 11:59 a.m.77 views

CVE-2026-68166

The CVE-2026-68166 issue in the Linux kernel is addressed by restricting userfaultfd registrations. The fix updates vma_can_userfault() to reject VM_SHADOW_STACK and VM_SPECIAL so that drivers implementing vm_uffd_ops cannot register special VMAs with userfaultfd. VM_SPECIAL’s inclusion of VM_DON...

5.3AI score0.002EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.38 views

CVE-2026-68166 userfaultfd: prevent registration of special VMAs

In the Linux kernel, the following vulnerability has been resolved: userfaultfd: prevent registration of special VMAs Vova Tokarev says: userfaultfd allows registration on shadow stack VMAs. With userfaultfd access, you can register on the shadow stack, discard a page ... and inject a page with...

0.002EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:00 a.m.15 views

Linux Distros Unpatched Vulnerability : CVE-2026-68086

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm/khugepaged: write all dirty file folios when collapsing There is no upstream commit, as this code was removed by upstream commit 044925f9b565 mm: fs: remove...

5.9AI score0.0015EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/20 1:56 p.m.13 views

CVE-2026-64181

A flaw was found in the Linux kernel's memory management subsystem. On 32-bit x86 systems with Transparent Huge Pages THP enabled, a missing feature for handling special page table entries can lead to incorrect tracking of memory resources. This can result in system warnings, errors related to...

7.8CVSS5.3AI score0.00128EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:41 p.m.11 views

CVE-2026-64181

In the Linux kernel, the following vulnerability has been resolved: mm: fix vmnormalpage to handle missing support for pmdspecial/pudspecial On x86 32-bit with THP enabled, zaphugepmd is seen to generate a "WARNING: mm/memory.c:735 at vmnormalpage+0x6a/0x7d", from the VMWARNONONCEiszeropfnpfn ||...

5.4AI score0.00128EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 2026/07/19 3:41 p.m.25 views

EUVD-2026-45866

In the Linux kernel, the following vulnerability has been resolved: mm: fix vmnormalpage to handle missing support for pmdspecial/pudspecial On x86 32-bit with THP enabled, zaphugepmd is seen to generate a "WARNING: mm/memory.c:735 at vmnormalpage+0x6a/0x7d", from the VMWARNONONCEiszeropfnpfn ||...

5.5AI score0.00128EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:41 p.m.14 views

CVE-2026-64181 mm: fix __vm_normal_page() to handle missing support for pmd_special()/pud_special()

In the Linux kernel, the following vulnerability has been resolved: mm: fix vmnormalpage to handle missing support for pmdspecial/pudspecial On x86 32-bit with THP enabled, zaphugepmd is seen to generate a "WARNING: mm/memory.c:735 at vmnormalpage+0x6a/0x7d", from the VMWARNONONCEiszeropfnpfn ||...

7.8CVSS5.4AI score
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:18 a.m.18 views

mm/hugetlb: restore reservation on error in hugetlb folio copy paths

...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0
Rows per page
Query Builder