VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2026-68328Aug 10, 2026
    affected >= 4.11.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: nfp: Check resource mutex allocation nfp_cpp_resource_find() allocates a CPP mutex handle for the matching resource-table entry and then reports success. nfp_resource_try_acquire() immediately passes that hand

  • CVE-2026-68327Aug 10, 2026
    affected >= 2.6.12, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: wan: wanxl: Only reset hardware after BAR mapping wanxl_pci_init_one() stores the freshly allocated card in driver data before the PLX BAR is mapped. Several early probe failures then unwind through wanxl_pci_

  • CVE-2026-68326HigAug 10, 2026
    affected >= 3.5.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: bound uAP association event IEs to the event buffer mwifiex_process_uap_event() handles EVENT_UAP_STA_ASSOC by exposing the (re)association request IEs that the firmware copies into the event:

  • CVE-2026-68325Aug 10, 2026
    affected >= 4.7.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Bound the early ACPI HID map The ivrs_acpihid command-line parser appends entries to a fixed four-element early_acpihid_map array. Unlike the sibling IOAPIC and HPET parsers, it does not reject a fif

  • CVE-2026-68324Aug 10, 2026
    affected >= 5.14.0, < 5.15.216fixed 5.15.216

    In the Linux kernel, the following vulnerability has been resolved: iommu/intel: Fix out-of-bounds memset in dmar_latency_disable() dmar_latency_disable() intends to zero out only the single latency_statistic entry for the given type, but the memset size was computed as sizeof(

  • CVE-2026-68323HigAug 10, 2026
    affected >= 4.9.0, < 7.1.6fixed 7.1.6

    In the Linux kernel, the following vulnerability has been resolved: tipc: serialize udp bearer replicast list updates tipc_udp_rcast_add() and cleanup_bearer() both update ub->rcast.list with list_add_rcu() / list_del_rcu(), but nothing serializes them. The add runs from the en

  • CVE-2026-68322Aug 10, 2026
    affected >= 4.19.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: rds: Fix inet6_addr_lst NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, inet6_addr_lst is never initialized because inet6_init() exits before addrconf_init() is called t

  • CVE-2026-68321Aug 10, 2026
    affected >= 6.11.0, < 6.12.101fixed 6.12.101

    In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix FDIR filter leak on remove Perfect FDIR filters can be added while the interface is down and are kept on the software list for later restore. unregister_netdev() only calls ndo_stop when the dev

  • CVE-2026-68320HigAug 10, 2026
    affected >= 2.6.24, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: sctp: fix auth_chunk_list capacity check in sctp_auth_ep_add_chunkid sctp_auth_ep_add_chunkid() uses SCTP_NUM_CHUNK_TYPES (20) as the capacity limit for ep->auth_chunk_list, allowing it to hold up to 20 chunk e

  • CVE-2026-68319Aug 10, 2026
    affected >= 6.9.0, < 6.12.101fixed 6.12.101

    In the Linux kernel, the following vulnerability has been resolved: pds_core: fix deadlock between reset thread and remove pci_reset_function() acquires device_lock before performing the reset. pdsc_remove() is called by the PCI core with device_lock already held. If pdsc_pci_r

  • CVE-2026-68318Aug 10, 2026
    affected >= 6.4.0, < 6.12.101fixed 6.12.101

    In the Linux kernel, the following vulnerability has been resolved: pds_core: fix use-after-free on workqueue during remove In pdsc_remove(), the workqueue is destroyed before pdsc_teardown() is called. This ordering allows two paths to queue work on the destroyed workqueue: 1

  • CVE-2026-68317Aug 10, 2026
    affected < 6.6.148fixed 6.6.148

    In the Linux kernel, the following vulnerability has been resolved: pds_core: fix auxiliary device add/del races Two paths add or delete the same slot (pf->vfs[vf_id].padev): a VF's pdsc_reset_done() and the PF's devlink enable_vnet/disable_vnet handler. They serialize on confi

  • CVE-2026-68316HigAug 10, 2026
    affected >= 6.19.0, < 7.1.6fixed 7.1.6

    In the Linux kernel, the following vulnerability has been resolved: accel: ethosu: Fix element size accounting for cmd stream validation There are 2 issues with the element size handling in the command stream validation which result in too small of a size calculated when the el

  • CVE-2026-68315HigAug 10, 2026
    affected >= 4.11.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: sctp: validate stream count in sctp_process_strreset_inreq() When processing a RESET_IN_REQUEST from a peer, sctp_process_strreset_inreq() derives the stream count from the parameter length but does not check w

  • CVE-2026-68314HigAug 10, 2026
    affected >= 6.7.0, < 6.12.101fixed 6.12.101

    In the Linux kernel, the following vulnerability has been resolved: net: mctp i3c: clean up notifier and buses if driver register fails mctp_i3c_mod_init() registers the I3C bus notifier and then walks the existing buses with i3c_for_each_bus_locked(mctp_i3c_bus_add_new, NULL)

  • CVE-2026-68313Aug 10, 2026
    affected >= 4.0.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: tipc: fix infinite loop in __tipc_nl_compat_dumpit cmd->dumpit callback can return a negative errno, causing an infinite loop due to the while(len) condition. As the loop never terminates, genl_mutex is never r

  • CVE-2026-68312Aug 10, 2026
    affected >= 5.15.0, < 7.1.6fixed 7.1.6

    In the Linux kernel, the following vulnerability has been resolved: cifs: fix cifsFileInfo leak on kmalloc failure in deferred close drain paths In cifs_close_deferred_file(), cifs_close_all_deferred_files(), and cifs_close_deferred_file_under_dentry(), when a pending deferred

  • CVE-2026-68311Aug 10, 2026
    affected >= 6.11.0, < 6.12.101fixed 6.12.101

    In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: guard link STA in decap offload mt7925_sta_set_decap_offload() iterates over the vif valid_links mask when updating decap offload state for an MLO station. The station may not have a link ST

  • CVE-2026-68310Aug 10, 2026
    affected >= 5.18.0, < 6.1.183fixed 6.1.183

    In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: guard HE capability lookups mt7915_mcu_bss_he_tlv() and mt7915_mcu_sta_bfer_tlv() both run after checking HE support, then dereference the HE PHY capability returned by mt76_connac_get_he_ph

  • CVE-2026-68309Aug 10, 2026
    affected >= 5.12.0, < 5.15.216fixed 5.15.216

    In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: connac: fix possible NULL-pointer deref in mt76_connac_mcu_uni_bss_he_tlv() mt76_connac_get_he_phy_cap routine can theoretically return NULL so check cap pointer before dereferencing it.

Page 62 of 706