VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2026-68428Aug 10, 2026
    affected >= 2.6.25, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Fix use-after-free on vendor module reload mmu_destroy_caches() destroys pte_list_desc_cache and mmu_page_header_cache, but leaves both pointers unchanged. The pointers live in kvm.ko, and theref

  • CVE-2026-68427HigAug 10, 2026
    affected >= 6.1.178, < 6.1.183fixed 6.1.183

    In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix use-after-free in host1x_bo_clear_cached_mappings __host1x_bo_unpin() drops the last reference to the mapping and frees it, so we can't dereference mapping afterwards. The cache itself outlives

  • CVE-2026-68426CriAug 10, 2026
    affected >= 4.16.0, < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: xfrm: fix stale skb->prev after async crypto steals a GSO segment skb_gso_segment() leaves the segment list head with ->prev pointing at the last segment, an invariant validate_xmit_skb_list() relies on when it

  • CVE-2026-68425HigAug 10, 2026
    affected >= 2.6.13, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: IB/mad: Drop unmatched RMPP responses before reassembly Kernel-handled RMPP receive processing starts reassembly for active DATA responses before the response is matched to an outstanding send. The normal match

  • CVE-2026-68424Aug 10, 2026
    affected >= 7.1.0, < 7.1.6fixed 7.1.6

    In the Linux kernel, the following vulnerability has been resolved: mtd: virt_concat: fix use-after-free in mtd_virt_concat_destroy_joins() mtd_concat_destroy() frees item->concat so calling mtd_virt_concat_put_mtd_devices(item->concat) leads to a use after free. Fix this by m

  • CVE-2026-68423Aug 10, 2026
    affected >= 7.1.0, < 7.1.6fixed 7.1.6

    In the Linux kernel, the following vulnerability has been resolved: mtd: virt_concat: fix use-after-free in mtd_virt_concat_destroy() mtd_concat_destroy() frees item->concat so calling mtd_virt_concat_put_mtd_devices(item->concat) after that leads to a use-after-free. Fix it b

  • CVE-2026-68422Aug 10, 2026
    affected >= 5.13.0, < 5.15.216fixed 5.15.216

    In the Linux kernel, the following vulnerability has been resolved: btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots() If we have an unexpected reloc_root for our root, we jump to the out label but never drop the reference we obtained for root, resultin

  • CVE-2026-68421Aug 10, 2026
    affected >= 6.12.0, < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx() put_prev_task_scx() warns when a runnable task drops to a lower sched_class without SCX_OPS_ENQ_LAST, on the assumption that balance_one()

  • CVE-2026-68420HigAug 10, 2026
    affected >= 6.14.0, < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: xfrm: reject optional IPTFS templates in outbound policies syzbot reported a stack-out-of-bounds read in xfrm_state_find() which flows from xfrm_tmpl_resolve_one(). Commit 3d776e31c841 ("xfrm: Reject optional

  • CVE-2026-68419HigAug 10, 2026
    affected < 6.6.148fixed 6.6.148

    In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent rereg_mr for non-mem regions When a QP/CQ/SRQ is created, a two step process is used where the buffer is allocated in userspace and explicitly registered with the normal reg_mr mechanism pri

  • CVE-2026-68418Aug 10, 2026
    affected >= 5.14.0, < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent user-triggered null deref on QP create Previously, the user QP creation path would only attempt to populate iwqp->iwpbl if the user-provided req.user_wqe_bufs field was non-zero. The problem

  • CVE-2026-68417HigAug 10, 2026
    affected >= 5.3.0, < 5.15.216fixed 5.15.216

    In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: publish QP after initialization siw_create_qp() currently calls siw_qp_add() before the queues, CQ pointers, state, completion, and device list entry are ready. A QPN lookup can therefore reach a QP t

  • CVE-2026-68416Aug 10, 2026
    affected >= 6.6.0, < 6.6.148fixed 6.6.148

    In the Linux kernel, the following vulnerability has been resolved: mtd: fix double free and WARN_ON in add_mtd_device() error paths When device_register() or mtd_nvmem_add() fails inside add_mtd_device() for a partition, the error handling triggers mtd_release() via put_device

  • CVE-2026-68415HigAug 10, 2026
    affected >= 6.14.0, < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: xfrm: clear mode callbacks after failed mode setup xfrm_state_gc_task can run long after a failed IPTFS state setup. In the reproduced case, __xfrm_init_state() cached x->mode_cbs, IPTFS setup returned -ENOMEM

  • CVE-2026-68414HigAug 10, 2026
    affected >= 3.0.0, < 5.15.216fixed 5.15.216

    In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: cancel sched scan results work on unregister cfg80211_sched_scan_results() can queue rdev->sched_scan_res_wk from a driver result notification while a scheduled scan request is present. The work

  • CVE-2026-68413Aug 10, 2026
    affected >= 2.6.14, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: wifi: ipw2100: fix potential memory leak in ipw2100_pci_init_one() The memory allocated in the ipw2100_alloc_device() function is not freed in some of the error paths in ipw2100_pci_init_one(). Fix that by conv

  • CVE-2026-68412Aug 10, 2026
    affected >= 2.6.30, < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Fix an error handling path in cfg80211_wext_siwscan() If the test against IEEE80211_MAX_SSID_LEN fails, then 'creq' leaks. Use the existing error handling path to fix it.

  • CVE-2026-68411Aug 10, 2026
    affected >= 5.7.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211_hwsim: clamp virtio RX length before skb_put hwsim_virtio_rx_work() passes the virtqueue used-ring length reported by the device straight to skb_put() on a fixed-size receive skb. A backend repor

  • CVE-2026-68410Aug 10, 2026
    affected >= 3.13.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix memory leak in helper_firmware_cb() helper_firmware_cb() neglects to free the single-stage firmware image after a successful async load, leading to a memory leak in the USB firmware-download

  • CVE-2026-68409HigAug 10, 2026
    affected >= 6.0.0, < 6.18.42fixed 6.18.42

    In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: defer link RX stats percpu free to RCU sta_remove_link() frees a removed MLO link's RX stats percpu buffer right away, but defers only the link container to RCU: sta_info_free_link(&alloc->inf

Page 57 of 706