Total CVEs

150,703

Critical Severity

4,956

High Severity

17,517

Last 7 Days

2,047
Quick preset (or use dates below)
Clear Filters
Showing 1,661 - 1,680 of 150,703 CVEs
CVE-2026-64300 HIGH - 7.8

In the Linux kernel, the following vulnerability has been resolved: perf/aux: Fix page UAF in map_range() map_range() reads rb->aux_pages[], rb->aux_nr_pages and rb->aux_pgoff via perf_mmap_to_page() while holding only event->mmap_mutex. Those fields are serialized by rb->aux_mutex,...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64299 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: tracing: Prevent out-of-bounds read in glob matching String event fields are not necessarily NUL-terminated, so the filter predicate functions (filter_pred_string(), filter_pred_strloc() and filter_pred_strrelloc()) pass the field...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64298 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: NFSv4: include MAY_WRITE in open permission mask for O_TRUNC POSIX requires write permission to truncate a file, so an open() that specifies O_TRUNC must be authorized for write access regardless of the O_ACCMODE access mode. nfs...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: module: decompress: check return value of module_extend_max_pages() module_extend_max_pages() calls kvrealloc() internally and returns -ENOMEM on allocation failure. The return value is never checked. If the initial allocation fa...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64296 HIGH - 7.8

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 guard only tracks the accumulated name length: if ...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD

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 advancing the iterator. When dynamically adding memo...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD

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(MADV_PAGEOUT) were done against the nop_mnt_idmap, ...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64293 HIGH - 7.8

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 code uses sizeof(*hdr): if (!vevent_for_lost_event...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD

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 vulnerability, where userspace can allocate large queue...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD

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 userspace can allocate excessively large queues to exha...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD

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-fetches the just-restored fault group and retries the...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD

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 entry_len beyond the kernel's struct size mak...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD

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 yet (no pseudo-TLB allocated). Similarly, the TLB ...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64287 HIGH - 8.2

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 restore use used_lrs as their loop bound and exp...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64286 HIGH - 8.2

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Clear __hyp_running_vcpu when flushing the pKVM hyp vCPU flush_hyp_vcpu() copies the host vCPU context into the hyp's private vCPU on every run. ctxt_to_vcpu() expects a guest context to have a NULL __hyp_running_...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Pin source page for write when adding CPUID data for SNP guest When populating a guest_memfd instance with the initial CPUID data for an SNP guest, acquire a writable pin on the source page as KVM will write back the &qu...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64284 HIGH - 7.1

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Ensure vendor's exit handler runs before fastpath userspace exits Move the handling of fastpath userspace exits into vendor code to ensure KVM runs vendor specific operations that need to run before userspace gains ...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: KVM: guest_memfd: Treat memslot binding offset+size as unsigned values When binding a memslot to a guest_memfd file, treat the offset and size as unsigned values to fix a bug where the sum of the two can result in a false negative...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Don't leak PFN when kvm_translate_vncr() races MMU notifier In the case that kvm_translate_vncr() races with an MMU notifier the early return does not release a reference on the faulted in PFN. Add the necessary c...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD
CVE-2026-64281 HIGH - 7.5

In the Linux kernel, the following vulnerability has been resolved: svcrdma: wake sq waiters when the transport closes Threads parked in svc_rdma_sq_wait() on sc_sq_ticket_wait or sc_send_wait can hang indefinitely in TASK_UNINTERRUPTIBLE state across transport teardown, pinning svc_xprt reference...

Vendor: Linux
Product: Linux
Published: Jul 25, 2026
Source: NVD