Lucene search
+L

1525 matches found

NVD
NVD
•added 2026/09/25 11:17 a.m.•6 views

CVE-2026-97941

In the Linux kernel, the following vulnerability has been resolved: mm/slab: take n-listlock in slabtryreturnfreelist to avoid race Commit ba7425312607 "mm, slab: add an optimistic slabtryreturnfreelist" incorrectly assumed that nobody has freed an object to the slab as long as slab-freelist is...

7.8CVSS
SaveExploits0References2
NVD
NVD
•added 2026/09/25 11:17 a.m.•3 views

CVE-2026-97525

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Allocate split page tables as kernel page tables A PTE is allocated directly without going through the standard page table allocation routines such as ptealloconekernel when the CPA code splits a large page...

8.2CVSS
SaveExploits0References3
CVE
CVE
•added 2026/09/25 10:22 a.m.•7 views

CVE-2026-97945

The Linux kernel contains a vulnerability in x86 memory management where PMD-mapped Huge Transparent Pages (THP) can experience data loss. The root cause is that pmd_modify() incorrectly masks out the hardware dirty bit (_PAGE_DIRTY). This causes the kernel to lose the dirty state of a page when ...

5.8AI score
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•3 views

EUVD-2026-86799

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix user-space data loss with MADVFREE and THP Some of users of Polars a data analytics library have lost production data from this bug. They seem to have just the right combination of huge pages, MADVFREE and heavy recla...

5.8AI score
SaveExploits0References4
Debian CVE
Debian CVE
•added 2026/09/25 10:22 a.m.•5 views

CVE-2026-97945

In the Linux kernel, the following vulnerability has been resolved: x...

5.8AI score
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/25 10:22 a.m.•3 views

CVE-2026-97943

In the Linux kernel, the following vulnerability has been resolved: x...

5.8AI score
SaveExploits0
CVE
CVE
•added 2026/09/25 10:22 a.m.•7 views

CVE-2026-97941

A race condition exists in the Linux kernel memory management system within mm/slab. The __slab_try_return_freelist() function incorrectly assumed that no objects were freed to a slab if slab->freelist was NULL and cmpxchg succeeded. This oversight leads to a classic ABA problem where a slab c...

7.8CVSS5.7AI score
SaveExploits0References2
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•4 views

EUVD-2026-86795

In the Linux kernel, the following vulnerability has been resolved: mm/slab: take n-listlock in slabtryreturnfreelist to avoid race Commit ba7425312607 "mm, slab: add an optimistic slabtryreturnfreelist" incorrectly assumed that nobody has freed an object to the slab as long as slab-freelist is...

7.8CVSS5.7AI score
SaveExploits0References2
Cvelist
Cvelist
•added 2026/09/25 10:22 a.m.•6 views

CVE-2026-97941 mm/slab: take n->list_lock in __slab_try_return_freelist() to avoid race

In the Linux kernel, the following vulnerability has been resolved: mm/slab: take n-listlock in slabtryreturnfreelist to avoid race Commit ba7425312607 "mm, slab: add an optimistic slabtryreturnfreelist" incorrectly assumed that nobody has freed an object to the slab as long as slab-freelist is...

7.8CVSS
SaveExploits0References2
Debian CVE
Debian CVE
•added 2026/09/25 10:22 a.m.•3 views

CVE-2026-97941

In the Linux kernel, the following vulnerability has been resolved: m...

7.8CVSS5.8AI score
SaveExploits0
Debian CVE
Debian CVE
•added 2026/09/25 10:21 a.m.•1 views

CVE-2026-97533

In the Linux kernel, the following vulnerability has been resolved: x...

5.8AI score
SaveExploits0
CVE
CVE
•added 2026/09/25 10:21 a.m.•5 views

CVE-2026-97533

The Linux kernel (x86 architecture) contains a use-after-free vulnerability in the memory management subsystem (x86/mm/pat ). The issue arises from a race condition between attribute changes and CPA collapse ; a lockless page table walker retrieves a PTE entry which can be freed by a concurrent C...

5.9AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/25 10:21 a.m.•2 views

EUVD-2026-86841

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Acquire initmm read lock on attribute changes to avoid UAF A previous commit protected against races between ptdump and CPA collapse, however one still exists between attribute changes and collapse as reported by Deni...

5.9AI score
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/25 10:21 a.m.•4 views

CVE-2026-97525 x86/mm/pat: Allocate split page tables as kernel page tables

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Allocate split page tables as kernel page tables A PTE is allocated directly without going through the standard page table allocation routines such as ptealloconekernel when the CPA code splits a large page...

8.2CVSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/25 10:21 a.m.•1 views

CVE-2026-97525

In the Linux kernel, the following vulnerability has been resolved: x...

8.2CVSS5.8AI score
SaveExploits0
CVE
CVE
•added 2026/09/25 10:21 a.m.•5 views

CVE-2026-97525

The Linux kernel contains a vulnerability where split page tables are allocated without using standard allocation routines (like pte_alloc_one_kernel()) during large page splits (__split_large_page()). This prevents the page table constructor from being called and, critically, fails to mark the p...

8.2CVSS5.9AI score
SaveExploits0References3
EUVD
EUVD
•added 2026/09/25 10:21 a.m.•1 views

EUVD-2026-86833

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Allocate split page tables as kernel page tables A PTE is allocated directly without going through the standard page table allocation routines such as ptealloconekernel when the CPA code splits a large page...

8.2CVSS5.9AI score
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/25 7:25 a.m.•10 views

CVE-2026-23416-POC

CVE-2026-23416 — PoC mm/mseal: corregir el final de VMA correctamente al fusionar Vulnerabilidad descubierta por Antonius / Blue Dragon Security Resumen...

5.5CVSS6.7AI score0.00218EPSS
SaveExploits1
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•3 views

CVE-2026-97941

In the Linux kernel, the following vulnerability has been resolved: mm/slab: take n-listlock in slabtryreturnfreelist to avoid race Commit ba7425312607 "mm, slab: add an optimistic slabtryreturnfreelist" incorrectly assumed that nobody has freed an object to the slab as long as slab-freelist is...

7.8CVSS5.7AI score
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2026/09/25 12:00 a.m.•1 views

CVE-2026-97525

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Allocate split page tables as kernel page tables A PTE is allocated directly without going through the standard page table allocation routines such as ptealloconekernel when the CPA code splits a large page...

8.2CVSS5.9AI score
SaveExploits0References4
Rows per page
Query Builder