4 matches found
CVE-2026-53373
In the Linux kernel, the following vulnerability has been resolved: mm/vma: do not try to unmap a VMA if mmapprepare invoked from mmap The mmapprepare hook functionality includes the ability to invoke mmapprepare from the mmap hook of existing 'stacked' drivers, that is ones which are capable of...
CVE-2026-53373
The CVE-2026-53373 issue is in the Linux kernel’s mm/vma path: in certain stacked driver scenarios, mmap_prepare() invoked from the mmap() hook may expose a not-fully-established VMA to the caller, risking unsafe unmapping as the VMA is detached. The fix propagates the context of the mmap action ...
CVE-2026-53373 mm/vma: do not try to unmap a VMA if mmap_prepare() invoked from mmap()
In the Linux kernel, the following vulnerability has been resolved: mm/vma: do not try to unmap a VMA if mmapprepare invoked from mmap The mmapprepare hook functionality includes the ability to invoke mmapprepare from the mmap hook of existing 'stacked' drivers, that is ones which are capable of...
PT-2026-61078
In the Linux kernel, the following vulnerability has been resolved: mm/vma: do not try to unmap a VMA if mmap prepare invoked from mmap The mmap prepare hook functionality includes the ability to invoke mmap prepare from the mmap hook of existing 'stacked' drivers, that is ones which are capable ...