CVE-2026-64295
- EPSS 0.16%
- Veröffentlicht 25.07.2026 08:49:33
- Zuletzt bearbeitet 17.08.2026 05:17:29
In the Linux kernel, the following vulnerability has been resolved: mm: page_ext: add count limit to page_ext_iter_next to prevent invalid PFN access The page_ext iteration API does not validate if the PFN still belongs to a valid section while adv...
CVE-2026-64296
- EPSS 0.21%
- Veröffentlicht 25.07.2026 08:49:33
- Zuletzt bearbeitet 17.08.2026 05:17:29
In the Linux kernel, the following vulnerability has been resolved: exfat: bound uniname advance in exfat_find_dir_entry() In exfat_find_dir_entry(), each TYPE_EXTEND (file name) entry advances the output pointer by a fixed amount while the loop gu...
CVE-2026-64294
- EPSS 0.16%
- Veröffentlicht 25.07.2026 08:49:32
- Zuletzt bearbeitet 23.08.2026 13:16:31
In the Linux kernel, the following vulnerability has been resolved: mm: do file ownership checks with the proper mount idmap Ever since idmapped mounts were introduced, inode ownership checks (for side-channel protection) in mincore() and madvise(M...
CVE-2026-64292
- EPSS 0.15%
- Veröffentlicht 25.07.2026 08:49:31
- Zuletzt bearbeitet 17.08.2026 05:17:28
In the Linux kernel, the following vulnerability has been resolved: iommufd: Move vevent memory allocation outside spinlock The veventq memory allocation happens inside the spinlock. Given its depth is decided by the user space, this leaves a vulne...
CVE-2026-64293
- EPSS 0.2%
- Veröffentlicht 25.07.2026 08:49:31
- Zuletzt bearbeitet 17.08.2026 05:17:28
In the Linux kernel, the following vulnerability has been resolved: iommufd: Use sizeof(*hdr) instead of sizeof(hdr) in veventq read The bound-check in iommufd_veventq_fops_read() for the normal vEVENT path uses sizeof(hdr) where the surrounding co...
CVE-2026-64290
- EPSS 0.16%
- Veröffentlicht 25.07.2026 08:49:30
- Zuletzt bearbeitet 17.08.2026 05:17:28
In the Linux kernel, the following vulnerability has been resolved: iommufd: Break the loop on failure in iommufd_fault_fops_read() On a copy_to_user() failure inside the inner list_for_each_entry, only the inner loop breaks; the outer while re-fet...
CVE-2026-64291
- EPSS 0.15%
- Veröffentlicht 25.07.2026 08:49:30
- Zuletzt bearbeitet 17.08.2026 05:17:28
In the Linux kernel, the following vulnerability has been resolved: iommufd: Set veventq_depth upper bound iommufd_veventq_alloc() accepts any !0 veventq_depth from userspace, with an upper bound at U32_MAX. This leaves a vulnerability where users...
CVE-2026-64289
- EPSS 0.16%
- Veröffentlicht 25.07.2026 08:49:29
- Zuletzt bearbeitet 17.08.2026 05:17:28
In the Linux kernel, the following vulnerability has been resolved: iommufd: Set upper bounds on cache invalidation entry_num and entry_len iommufd_hwpt_invalidate() takes a user-controlled entry_num and entry_len, each bounded only by U32_MAX. An ...
CVE-2026-64287
- EPSS 0.2%
- Veröffentlicht 25.07.2026 08:49:28
- Zuletzt bearbeitet 17.08.2026 05:17:28
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Bound used_lrs when flushing the pKVM hyp vCPU flush_hyp_vcpu() copies the host vGIC state into the hyp's private vCPU on every run. The vGIC list register save and res...
CVE-2026-64288
- EPSS 0.15%
- Veröffentlicht 25.07.2026 08:49:28
- Zuletzt bearbeitet 17.08.2026 05:17:28
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: nv: Avoid dereferencing NULL VNCR pseudo-TLB VNCR TLB invalidation occurs from MMU notifiers or TLBI instructions, and either can race against a vcpu not being onlined ...