Lucene search
+L

772 matches found

RedHat Linux
RedHat Linux
added 2026/07/28 12:52 p.m.8 views

kernel: futex: Drop CLONE_THREAD requirement for private default hash alloc

A flaw was found in the Linux kernel's futex subsystem. The needfutexhashallocatedefault function incorrectly relies on CLONETHREAD semantics, which can lead to non-concurrency issues when memory allocations mm-futexref pcpu allocations are shared across CLONEVM clones, excluding vfork. This can...

7.8CVSS5.8AI score0.00141EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/25 8:49 a.m.10 views

EUVD-2026-49014

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix freeing of PMD-sized vmemmap pages Commit bf9e4e30f353 "x86/mm: use pagetablefree", switched from freeing non-boot page tables through freepages to pagetablefree. However, the function is also called to free vmemmap...

5.8AI score0.00198EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/25 1:23 a.m.6 views

SUSE CVE-2024-53084

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Break an object reference loop When remaining resources are being cleaned up on driver close, outstanding VM mappings may result in resources being leaked, due to an object reference loop, as shown below, with ea...

5.5CVSS6.4AI score0.00186EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/21 4:17 p.m.10 views

CVE-2026-63955

A flaw was found in the Linux kernel's memory management. This vulnerability could lead to a system crash, making the system unavailable. The issue arises from an incorrect check within the kernel's virtual memory allocation process, which mistakenly triggers a system halt under certain condition...

7.5CVSS5.4AI score0.00468EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/21 12:59 p.m.8 views

SUSE CVE-2026-64100

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix shrinker deadlock With PROVELOCKING on an Snapdragon X1 and VM reclaim pressure, we see: ====================================================== WARNING: possible circular locking dependency detected 7.0.0-debug+ 43...

5.4AI score0.00097EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/20 1:21 p.m.8 views

CVE-2026-53373

A flaw was found in the Linux kernel's memory management mm/vma component. When the mmapprepare hook is invoked from an mmap operation, it can attempt to unmap a Virtual Memory Area VMA that is not fully established and already detached. This problematic behavior can lead to a warning in...

7.8CVSS4.9AI score0.00112EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/19 4:17 p.m.8 views

CVE-2026-64131

In the Linux kernel, the following vulnerability has been resolved: mm/memory: fix spurious warning when unmapping device-private/exclusive pages Device private and exclusive entries are only supported for anonymous folios. This condition is tested in migratedevicepages and makedeviceexclusive...

5.5CVSS0.00172EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.14 views

CVE-2026-64131

In the Linux kernel, the following vulnerability has been resolved: mm/memory: fix spurious warning when unmapping device-private/exclusive pages Device private and exclusive entries are only supported for anonymous folios. This condition is tested in migratedevicepages and makedeviceexclusive...

5.5CVSS5.2AI score0.00172EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 3:40 p.m.15 views

EUVD-2026-45785

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix shrinker deadlock With PROVELOCKING on an Snapdragon X1 and VM reclaim pressure, we see: ====================================================== WARNING: possible circular locking dependency detected 7.0.0-debug+ 43...

5.5AI score0.00097EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64100 drm/msm: Fix shrinker deadlock

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix shrinker deadlock With PROVELOCKING on an Snapdragon X1 and VM reclaim pressure, we see: ====================================================== WARNING: possible circular locking dependency detected 7.0.0-debug+ 43...

5.4AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64100

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix shrinker deadlock With PROVELOCKING on an Snapdragon X1 and VM reclaim pressure, we see: ====================================================== WARNING: possible circular locking dependency detected 7.0.0-debug+ 43...

5.5CVSS5.3AI score0.00097EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.10 views

CVE-2026-64100

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix shrinker deadlock With PROVELOCKING on an Snapdragon X1 and VM reclaim pressure, we see: ====================================================== WARNING: possible circular locking dependency detected 7.0.0-debug+ 43...

5.3AI score0.00097EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/07/19 3:40 p.m.17 views

CVE-2026-64100

The CVE-2026-64100 issue centers on a deadlock in the Linux kernel DRM MSM path. Under PROVE_LOCKING on Snapdragon X1 with VM reclaim pressure, a circular locking dependency can occur between: (1) reservation_ww_class_acquire, (2) reservation_ww_class_mutex, and (3) fs_reclaim, leading kswapd to ...

5.5CVSS5.5AI score0.00097EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/07/19 3:39 p.m.7 views

CVE-2026-64065 netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call

In the Linux kernel, the following vulnerability has been resolved: netfs: fix VMBUGONFOLIO issue in netfswritebegin call The multiple runs of generic/013 test-case is capable to reproduce a kernel BUG at mm/filemap.c:1504 with probability of 30%. while true; do sudo ./check generic/013 done...

5.3AI score
SaveExploits0References7
OSV
OSV
added 2026/07/19 3:39 p.m.6 views

CVE-2026-64051 accel/qaic: Add overflow check to remap_pfn_range during mmap

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Add overflow check to remappfnrange during mmap The call to remappfnrange in qaicgemobjectmmap is susceptible to remapping beyond the VMA if the BO is too large. This can cause use after free issues when munmap unmaps...

7.8CVSS5.4AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 3:39 p.m.7 views

CVE-2026-64051

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Add overflow check to remappfnrange during mmap The call to remappfnrange in qaicgemobjectmmap is susceptible to remapping beyond the VMA if the BO is too large. This can cause use after free issues when munmap unmaps...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 3:39 p.m.41 views

CVE-2026-64051 accel/qaic: Add overflow check to remap_pfn_range during mmap

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Add overflow check to remappfnrange during mmap The call to remappfnrange in qaicgemobjectmmap is susceptible to remapping beyond the VMA if the BO is too large. This can cause use after free issues when munmap unmaps...

7.8CVSS0.00129EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/19 3:39 p.m.39 views

CVE-2026-64051

The issue is in the Linux kernel’s accel/qaic driver. A bounds check was missing in remap_pfn_range called by qaic_gem_object_mmap, allowing (re)mapping beyond the VMA when the BO is large. This can yield use-after-free if munmap() only unmaps the VMA while extra mappings remain, enabling potenti...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/19 2:54 p.m.11 views

EUVD-2026-45767

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix NULL pointer bug in svmrangesetattr The processinfo could be NULL if user doesn't call kfdioctlacquirevm before calling kfdioctlsvm. cherry picked from commit 83a26c812e0529eb040d31a76f73e33e637243d4...

5.3AI score0.00206EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/19 2:54 p.m.6 views

CVE-2026-63882 drm/amdkfd: fix NULL pointer bug in svm_range_set_attr

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix NULL pointer bug in svmrangesetattr The processinfo could be NULL if user doesn't call kfdioctlacquirevm before calling kfdioctlsvm. cherry picked from commit 83a26c812e0529eb040d31a76f73e33e637243d4...

5.3AI score
SaveExploits0References9
Rows per page
Query Builder