Lucene search
+L

600 matches found

OSV
OSV
added 2024/05/01 6:15 a.m.21 views

UBUNTU-CVE-2024-27022

In the Linux kernel, the following vulnerability has been resolved: fork: defer linking file vma until vma is fully initialized Thorvald reported a WARNING 1. And the root cause is below race: CPU 1 CPU 2 fork hugetlbfsfallocate dupmmap hugetlbfspunchhole immaplockwritemapping;...

7.8CVSS6.5AI score0.0027EPSS
SaveExploits0References10
OSV
OSV
added 2024/05/01 6:15 a.m.9 views

UBUNTU-CVE-2024-26939

In the Linux kernel, the following vulnerability has been resolved: drm/i915/vma: Fix UAF on destroy against retire race Object debugging tools were sporadically reporting illegal attempts to free a still active i915 VMA object when parking a GT believed to be idle. 161.359441 ODEBUG: free active...

7.8CVSS6.2AI score0.00244EPSS
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/05/01 5:35 a.m.26 views

CVE-2024-27022 fork: defer linking file vma until vma is fully initialized

In the Linux kernel, the following vulnerability has been resolved: fork: defer linking file vma until vma is fully initialized Thorvald reported a WARNING 1. And the root cause is below race: CPU 1 CPU 2 fork hugetlbfsfallocate dupmmap hugetlbfspunchhole immaplockwritemapping;...

7.8CVSS6.7AI score0.0027EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/01 5:35 a.m.182 views

CVE-2024-27022

CVE-2024-27022: Linux kernel race in fork where child VMAs may be linked before full initialization. Root cause involves vma locking around hugetlb/vma handling; fix defers linking of vma until initialized. Debian security advisory DSA-5680-1 notes the fix in kernel 6.1.90-1 for bookworm. No expl...

7.8CVSS6.3AI score0.0027EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/05/01 5:35 a.m.35 views

CVE-2024-27022 fork: defer linking file vma until vma is fully initialized

In the Linux kernel, the following vulnerability has been resolved: fork: defer linking file vma until vma is fully initialized Thorvald reported a WARNING 1. And the root cause is below race: CPU 1 CPU 2 fork hugetlbfsfallocate dupmmap hugetlbfspunchhole immaplockwritemapping;...

7.8CVSS7.5AI score0.0027EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/01 5:35 a.m.31 views

CVE-2024-27022

In the Linux kernel, the following vulnerability has been resolved: fork: defer linking file vma until vma is fully initialized Thorvald reported a WARNING 1. And the root cause is below race: CPU 1 CPU 2 fork hugetlbfsfallocate dupmmap hugetlbfspunchhole immaplockwritemapping;...

7.8CVSS7.5AI score0.0027EPSS
SaveExploits0
OSV
OSV
added 2024/05/01 5:35 a.m.23 views

CVE-2024-27022 fork: defer linking file vma until vma is fully initialized

In the Linux kernel, the following vulnerability has been resolved: fork: defer linking file vma until vma is fully initialized Thorvald reported a WARNING 1. And the root cause is below race: CPU 1 CPU 2 fork hugetlbfsfallocate dupmmap hugetlbfspunchhole immaplockwritemapping;...

7.8CVSS6AI score
SaveExploits0References13
OSV
OSV
added 2024/05/01 5:17 a.m.36 views

CVE-2024-26939 drm/i915/vma: Fix UAF on destroy against retire race

In the Linux kernel, the following vulnerability has been resolved: drm/i915/vma: Fix UAF on destroy against retire race Object debugging tools were sporadically reporting illegal attempts to free a still active i915 VMA object when parking a GT believed to be idle. 161.359441 ODEBUG: free active...

7.8CVSS6.2AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/01 5:17 a.m.32 views

CVE-2024-26939 drm/i915/vma: Fix UAF on destroy against retire race

In the Linux kernel, the following vulnerability has been resolved: drm/i915/vma: Fix UAF on destroy against retire race Object debugging tools were sporadically reporting illegal attempts to free a still active i915 VMA object when parking a GT believed to be idle. 161.359441 ODEBUG: free active...

7.8CVSS6.8AI score0.00244EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/01 5:17 a.m.32 views

CVE-2024-26939

In the Linux kernel, the following vulnerability has been resolved: drm/i915/vma: Fix UAF on destroy against retire race Object debugging tools were sporadically reporting illegal attempts to free a still active i915 VMA object when parking a GT believed to be idle. 161.359441 ODEBUG: free active...

7.8CVSS7.3AI score0.00244EPSS
SaveExploits0
CVE
CVE
added 2024/05/01 5:17 a.m.6505 views

CVE-2024-26939

Summary (CVE-2024-26939) : In the Linux kernel, the DRM i915 driver’s VMA handling suffers a Use-After-Free when destroying a VMA during retirement race, leading to spurious frees of an active i915 VMA object. The root cause is a race between __active_retire() and i915_vma_destroy()/parked paths,...

7.8CVSS6.5AI score0.00244EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/01 5:17 a.m.49 views

CVE-2024-26939 drm/i915/vma: Fix UAF on destroy against retire race

In the Linux kernel, the following vulnerability has been resolved: drm/i915/vma: Fix UAF on destroy against retire race Object debugging tools were sporadically reporting illegal attempts to free a still active i915 VMA object when parking a GT believed to be idle. 161.359441 ODEBUG: free active...

7.8CVSS7.6AI score0.00244EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/11 6:15 p.m.2 views

DEBIAN-CVE-2023-52490

In the Linux kernel, the following vulnerability has been resolved: mm: migrate: fix getting incorrect page mapping during page migration When running stress-ng testing, we found below kernel crash after a few hours: Unable to handle kernel NULL pointer dereference at virtual address...

5.5CVSS5.6AI score0.00276EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/11 6:15 p.m.13 views

UBUNTU-CVE-2023-52490

In the Linux kernel, the following vulnerability has been resolved: mm: migrate: fix getting incorrect page mapping during page migration When running stress-ng testing, we found below kernel crash after a few hours: Unable to handle kernel NULL pointer dereference at virtual address...

5.5CVSS6.1AI score0.00276EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2024/02/27 7:04 p.m.42 views

CVE-2021-46967

In the Linux kernel, the following vulnerability has been resolved: vhost-vdpa: fix vmflags for virtqueue doorbell mapping The virtqueue doorbell is usually implemented via registeres but we don't provide the necessary vma-flags like VMPFNMAP. This may cause several issues e.g when userspace trie...

7.8CVSS5.7AI score0.00231EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/02/22 3:06 a.m.6 views

SUSE CVE-2023-52438

In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc-vma pointer isn't safe as it can race with munmap. As of commit dd2283f2605e "mm: mmap: zap...

7.8CVSS6.1AI score0.00295EPSS
SaveExploits0References3
NVD
NVD
added 2024/02/20 9:15 p.m.24 views

CVE-2023-52438

In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc-vma pointer isn't safe as it can race with munmap. As of commit dd2283f2605e "mm: mmap: zap...

7.8CVSS7.4AI score0.00295EPSS
SaveExploits0References8
OSV
OSV
added 2024/02/20 9:15 p.m.2 views

DEBIAN-CVE-2023-52438

In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc-vma pointer isn't safe as it can race with munmap. As of commit dd2283f2605e "mm: mmap: zap...

7.8CVSS5.8AI score0.00295EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/20 9:15 p.m.6 views

UBUNTU-CVE-2023-52438

In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc-vma pointer isn't safe as it can race with munmap. As of commit dd2283f2605e "mm: mmap: zap...

7.8CVSS6.2AI score0.00295EPSS
SaveExploits0References18
Cvelist
Cvelist
added 2024/02/20 6:34 p.m.37 views

CVE-2023-52438 binder: fix use-after-free in shinker's callback

In the Linux kernel, the following vulnerability has been resolved: binder: fix use-after-free in shinker's callback The mmap read lock is used during the shrinker's callback, which means that using alloc-vma pointer isn't safe as it can race with munmap. As of commit dd2283f2605e "mm: mmap: zap...

7.8CVSS7.6AI score0.00295EPSS
SaveExploits0References7
Rows per page
Query Builder