VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,254)

  • CVE-2026-64266HigJul 25, 2026
    affected >= 2.6.35, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: fuse: re-lock request before returning from fuse_ref_folio() fuse_ref_folio() unlocks the request but does not re-lock it before returning. fuse_chan_abort() can end the request and the async end callback (eg f

  • CVE-2026-64265HigJul 25, 2026
    affected >= 6.9.0, < 6.12.96fixed 6.12.96

    In the Linux kernel, the following vulnerability has been resolved: fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req When fuse_resend() moves a request from fpq->processing back to fiq->pending, it sets FR_PENDING and clears FR_SENT but does not remove the requ

  • CVE-2026-64264MedJul 25, 2026
    affected >= 6.14.0, < 6.18.39fixed 6.18.39

    In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix EFAULT clobber in fuse_uring_commit copy_from_user() returns the number of bytes not copied as an unsigned residual on failure (1..sizeof(struct fuse_out_header)). fuse_uring_commit stores that

  • CVE-2026-64263MedJul 25, 2026
    affected >= 6.16.0, < 6.18.39fixed 6.18.39

    In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix moving cancelled entry to ent_in_userspace list fuse_uring_cancel() moves entries that are available (these have no reqs attached) to the ent_in_userspace list. ent_list_request_expired() checks

  • CVE-2026-64262MedJul 25, 2026
    affected >= 6.14.0, < 6.18.39fixed 6.18.39

    In the Linux kernel, the following vulnerability has been resolved: fuse-uring: end fuse_req on io-uring cancel task work When io_uring delivers task work with tw.cancel set (PF_EXITING, PF_KTHREAD fallback, or percpu_ref_is_dying on the ring context), fuse_uring_send_in_task()

  • CVE-2026-64261HigJul 25, 2026
    affected >= 6.14.0, < 6.18.39fixed 6.18.39

    In the Linux kernel, the following vulnerability has been resolved: fuse-uring: Avoid use-after-free in fuse_uring_async_stop_queues fuse_uring_async_stop_queues() might run when the last reference on ring->queue_refs was already dropped. In order to avoid an early destruction

  • CVE-2026-64260HigJul 25, 2026
    affected >= 6.14.0, < 6.18.39fixed 6.18.39

    In the Linux kernel, the following vulnerability has been resolved: fuse-uring: Avoid queue->stopped races and set/read that value under lock There are several readers of queue->stopped that check the value under lock, but fuse_uring_commit_fetch() did not and actually the valu

  • CVE-2026-64259HigJul 25, 2026
    affected >= 6.14.0, < 6.18.39fixed 6.18.39

    In the Linux kernel, the following vulnerability has been resolved: fuse-uring: make a fuse_req on SQE commit only findable after memcpy Bad userspace might try to trick us and send commit SQEs request unique / commit-id of requests that are not even send to fuse-server (io_uri

  • CVE-2026-64258MedJul 25, 2026
    affected >= 6.16.0, < 6.18.39fixed 6.18.39

    In the Linux kernel, the following vulnerability has been resolved: fuse-uring: remove request-less entries from ent_w_req_queue to fix NULL deref If a copy into the userspace ring buffer fails, a request will be terminated and fuse_uring_req_end() will set ent->fuse_req to NUL

  • CVE-2026-64256MedJul 25, 2026
    affected >= 6.8.0, < 6.12.96fixed 6.12.96

    In the Linux kernel, the following vulnerability has been resolved: xfs: don't wrap around quota ids in dqiterate LOLLM noticed that q_id is an unsigned 32-bit variable. If it happens to be set to XFS_DQ_ID_MAX due to a filesystem that actually has a dquot for ID_MAX, then thi

  • CVE-2026-64255HigJul 24, 2026
    affected >= 6.4.0, < 6.18.38fixed 6.18.38

    In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers Three BA session handlers use ffs(ba_data->sta_mask) - 1 to derive a station ID without checking that sta_mask is non-zero. When sta_mas

  • CVE-2026-64254MedJul 24, 2026
    affected >= 6.0.0, < 6.1.177fixed 6.1.177

    In the Linux kernel, the following vulnerability has been resolved: NTB: epf: Avoid pci_iounmap() with offset when PEER_SPAD and CONFIG share BAR When BAR_PEER_SPAD and BAR_CONFIG share one PCI BAR, the module teardown path ends up calling pci_iounmap() on the same iomem with s

  • CVE-2026-64253MedJul 24, 2026
    affected >= 6.9.0, < 6.12.95fixed 6.12.95

    In the Linux kernel, the following vulnerability has been resolved: kernel/fork: clear PF_BLOCK_TS in copy_process() PF_BLOCK_TS is only set in blk_time_get_ns() when current->plug is non-NULL, and blk_finish_plug() clears it via __blk_flush_plug() before NULLing the plug point

  • CVE-2026-64252MedJul 24, 2026
    affected >= 2.6.12, < 5.10.260fixed 5.10.260

    In the Linux kernel, the following vulnerability has been resolved: MIPS: DEC: Prevent initial console buffer from landing in XKPHYS In 64-bit configurations calling the initial console output handler from a kernel thread other than the initial one will result in a situation wh

  • CVE-2026-64251HigJul 24, 2026
    affected >= 6.11.0, < 6.12.95fixed 6.12.95

    In the Linux kernel, the following vulnerability has been resolved: pwrseq: core: fix use-after-free in pwrseq_debugfs_seq_next() pwrseq_debugfs_seq_next() declares 'next' with __free(put_device), which causes put_device() to be called on the returned pointer when the variable

  • CVE-2026-64250MedJul 24, 2026
    affected < 6.1.178fixed 6.1.178

    In the Linux kernel, the following vulnerability has been resolved: LoongArch: Report dying CPU to RCU in stop_this_cpu() This is a port of MIPS commit 9f3f3bdc6d9dac1 ("MIPS: smp: report dying CPU to RCU in stop_this_cpu()"). smp_send_stop() parks all secondary CPUs in stop_th

  • CVE-2026-64249HigJul 24, 2026
    affected >= 4.10.0, < 5.10.260fixed 5.10.260

    In the Linux kernel, the following vulnerability has been resolved: fpga: region: fix use-after-free in child_regions_with_firmware() Move of_node_put(child_region) after the error print to avoid accessing freed memory when pr_err() references child_region. [ Yilun: Fix the Fi

  • CVE-2026-64248MedJul 24, 2026
    affected < 6.1.178fixed 6.1.178

    In the Linux kernel, the following vulnerability has been resolved: MIPS: smp: report dying CPU to RCU in stop_this_cpu() smp_send_stop() parks all secondary CPUs in stop_this_cpu(). The function marks the CPU offline for the scheduler via set_cpu_online(false) but never inform

  • CVE-2026-64247HigJul 24, 2026
    affected >= 6.2.0, < 6.6.144fixed 6.6.144

    In the Linux kernel, the following vulnerability has been resolved: KVM: x86: hyper-v: Bound the bank index when querying sparse banks When checking if a VP ID is included in a sparse bank set, explicitly check that the ID can actually be contained in a sparse bank (the TLFS al

  • CVE-2026-64246HigJul 24, 2026
    affected >= 5.15.0, < 5.15.211fixed 5.15.211

    In the Linux kernel, the following vulnerability has been resolved: power: reset: linkstation-poweroff: fix use-after-free in the linkstation_poweroff_init() Move of_node_put(dn) after the of_match_node() call, which still needs the node pointer. The node reference is correctly

Page 98 of 713