284 matches found
kfd
简要免责声明:我无意添加对其他设备和 iOS 版本的偏移量。 kfd kfd,即 kernel file descriptor(内核文件描述符)的缩写,是一个在 Apple 设备上读写内核内存的项目。它利用各种可利用的漏洞来获取悬空 PTE(页表项),这被称为 PUAF 原语,即 physical use-after-free(物理释放后使用)的缩写。然后,它会在这些物理页内重新分配某些内核对象,并通过悬空 PTE 从用户空间直接操纵它们,以实现 KRKW 原语,即 kernel read/write(内核读写)的缩写。漏洞利用代码完全包含在一个库 libkfd 中,但该项目还包含针对...
Kernel_VADInjector
驱动 DLL 注入器 驱动 DLL 注入器 描述 驱动 DLL 注入器是一个强大的工具,允许用户使用他们喜欢的映射器加载他们选择的驱动程序。通过利用未签名驱动程序加载器(如 KDmapper)的功能,该注入器是在 Windows 10 2004 x64 进程上构建和测试的。 驱动部分: 该驱动程序挂钩一个名为 xKdEnumerateDebuggingDevices 的补丁保护安全函数,用于与我们的用户模式进程通信。这种方法在流行的反作弊系统中很容易被检测到,因此我们更进一步,将用户模式线程困在内核中,以恢复原始函数地址的方式进行通信,从而绕过函数完整性检查。...
PT-2026-90488
In the Linux kernel, the following vulnerability has been resolved: btrfs: write-protect folios during data writeback commit 095be159f3eb "btrfs: unify folio dirty flag clearing" replaced the folio clear dirty for io call in extent write cache pages with a plain folio test dirty check. Besides...
CVE-2026-80686
A flaw was found in the Linux kernel's memory management component. Specifically, the migratedevice functionality may attempt to access memory page table entries PTEs that are not present. This incorrect handling can lead to system instability, potentially causing a system crash Denial of Service...
SUSE CVE-2026-80686
In the Linux kernel, the following vulnerability has been resolved: mm: migratedevice: fix ptepfn/ptedirty called on non-present PTE ptepfn and ptedirty have undefined behaviour when called on a non-present PTE. In migratevmacollectpmd, these functions may be invoked on non-present entries e.g.,...
CVE-2026-80686
In the Linux kernel, the following vulnerability has been resolved: mm: migratedevice: fix ptepfn/ptedirty called on non-present PTE ptepfn and ptedirty have undefined behaviour when called on a non-present PTE. In migratevmacollectpmd, these functions may be invoked on non-present entries e.g.,...
AZL-98147 CVE-2026-80686 affecting package kernel 6.6.150.1-1
In the Linux kernel, the following vulnerability has been resolved: mm: migratedevice: fix ptepfn/ptedirty called on non-present PTE ptepfn and ptedirty have undefined behaviour when called on a non-present PTE. In migratevmacollectpmd, these functions may be invoked on non-present entries e.g.,...
UBUNTU-CVE-2026-80686
In the Linux kernel, the following vulnerability has been resolved: mm: migratedevice: fix ptepfn/ptedirty called on non-present PTE ptepfn and ptedirty have undefined behaviour when called on a non-present PTE. In migratevmacollectpmd, these functions may be invoked on non-present entries e.g.,...
CVE-2026-80686
In the Linux kernel, the following vulnerability has been resolved: mm: migratedevice: fix ptepfn/ptedirty called on non-present PTE ptepfn and ptedirty have undefined behaviour when called on a non-present PTE. In migratevmacollectpmd, these functions may be invoked on non-present entries e.g.,...
EUVD-2026-67562
In the Linux kernel, the following vulnerability has been resolved: mm: migratedevice: fix ptepfn/ptedirty called on non-present PTE ptepfn and ptedirty have undefined behaviour when called on a non-present PTE. In migratevmacollectpmd, these functions may be invoked on non-present entries e.g.,...
CVE-2026-80686
In the Linux kernel, the following vulnerability has been resolved: mm: migratedevice: fix ptepfn/ptedirty called on non-present PTE ptepfn and ptedirty have undefined behaviour when called on a non-present PTE. In migratevmacollectpmd, these functions may be invoked on non-present entries e.g.,...
CVE-2026-80686
CVE-2026-80686 affects the Linux kernel memory management subsystem, specifically the migrate_vma_collect_pmd() function in the migrate_device path. The root cause is that pte_pfn() and pte_dirty() are invoked on non-present PTE entries (such as device-private entries), where these functions exhi...
CVE-2026-80686 mm: migrate_device: fix pte_pfn/pte_dirty called on non-present PTE
In the Linux kernel, the following vulnerability has been resolved: mm: migratedevice: fix ptepfn/ptedirty called on non-present PTE ptepfn and ptedirty have undefined behaviour when called on a non-present PTE. In migratevmacollectpmd, these functions may be invoked on non-present entries e.g.,...
Linux Distros Unpatched Vulnerability : CVE-2026-80686
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm: migratedevice: fix ptepfn/ptedirty called on non-present PTE ptepfn and ptedirty have undefined behaviour when called on a non-present PTE. In...
Unity Linux 20.1050a Security Update: kernel (UTSA-2026-098885)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098885 advisory. In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: zero-initialize GART table on allocation GART TLB is flushed after unmapping but not...
Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15
A vulnerability has been identified in the Linux kernel. It has been declared as problematic. The function “followpagepte” in the file “mm/gup.c” of the component BPF is affected by this vulnerability. This manipulation leads to a race condition. The attack can be launched remotely. It is...
UBUNTU-CVE-2026-72412
In the Linux kernel, the following vulnerability has been resolved: s390/mm: Fix handling of PAGEUNUSED pte bit The PAGEUNUSED softbit should not really be lying around. Its sole purpose is to signal to trytounmapone and trytomigrateone that the page can be discarded instead of being moved /...
CVE-2026-72412
In the Linux kernel, the following vulnerability has been resolved: s390/mm: Fix handling of PAGEUNUSED pte bit The PAGEUNUSED softbit should not really be lying around. Its sole purpose is to signal to trytounmapone and trytomigrateone that the page can be discarded instead of being moved /...
UBUNTU-CVE-2026-72291
In the Linux kernel, the following vulnerability has been resolved: KVM: s390: Fix unlikely race in trygetlockedpte Fix an unlikely race in trygetlockedpte, which could have happened if puds or pmds get unmapped between the p?dpget and p?doffset functions...
CVE-2026-72412
The CVE-2026-72412 entry concerns the Linux kernel s390/mm subsystem and the _PAGE_UNUSED (PAGE_UNUSED) PTE bit. Root cause: KVM could set the bit for unmapped guest pages; later paths could leave it set, so present pages might be treated as unused, risking guest corruption. The fix implemented i...