VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2026-74333HigAug 15, 2026
    affected >= 6.13.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp-sdw-legacy: Bound DAI link iteration create_sdw_dailinks() walks soc_dais until it finds an entry with initialised cleared, but soc_dais is allocated with exactly num_ends entries. If all entries

  • CVE-2026-74332HigAug 15, 2026
    affected >= 6.12.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp-sdw-sof: Bound DAI link iteration create_sdw_dailinks() walks sof_dais until it finds an entry with initialised cleared, but sof_dais is allocated with exactly num_ends entries. If all entries ar

  • CVE-2026-74331Aug 15, 2026
    affected >= 3.7.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: firmware_loader: Fix recursive lock in device_cache_fw_images() A recursive locking deadlock can occur in the firmware loader's power management notification handler. During system suspend or hibernation prepa

  • CVE-2026-74330HigAug 15, 2026
    affected >= 2.6.27, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: configfs: fix lockless traversals of ->s_children Having the parent directory locked protects entries from removal by another thread, but it does *not* protect cursors from being moved around by lseek() - or fr

  • CVE-2026-74329Aug 15, 2026
    affected >= 5.15.0, < 5.15.212fixed 5.15.212

    In the Linux kernel, the following vulnerability has been resolved: watchdog: unregister PM notifier on watchdog unregister watchdog_register_device() registers wdd->pm_nb when WDOG_NO_PING_ON_SUSPEND is set, but watchdog_unregister_device() does not remove it. This leaves an e

  • CVE-2026-74328HigAug 15, 2026
    affected >= 6.19.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: iommufd: Destroy the pages content after detaching from dmabuf Sashiko points out this has gotten out of order, the mutex could still be in use through the dmabuf invalidation callbacks. Don't destroy any of th

  • CVE-2026-74327Aug 15, 2026
    affected >= 5.13.0, < 5.15.212fixed 5.15.212

    In the Linux kernel, the following vulnerability has been resolved: vmalloc: fix NULL pointer dereference in is_vm_area_hugepages() find_vm_area() can return NULL if the given address is not a valid vmalloc area. Check the return value before dereferencing it to avoid a kernel

  • CVE-2026-74326Aug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix resource leak in probe error path When pcim_iomap_region() or devm_kmemdup() fail, the code returns directly without cleaning up previously allocated resources: - mt76_device allocated

  • CVE-2026-74325HigAug 15, 2026
    affected >= 6.14.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: use kfree_rcu for offchannel link in mt76_put_vif_phy_link mt76_put_vif_phy_link() frees the offchannel mlink with plain kfree() after rcu_assign_pointer(NULL). However, rcu_assign_pointer only prev

  • CVE-2026-74324Aug 15, 2026
    affected >= 6.7.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: validate skb length in testmode query In mt7925_tm_query(), the response skb from mt76_mcu_send_and_get_msg() is used in a memcpy without validating its length: memcpy(evt_resp, skb->data

  • CVE-2026-74323HigAug 15, 2026
    affected >= 6.18.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix possible token leak in mt7996_tx_prepare_skb() If link_conf or link_sta lookup fails in mt7996_tx_prepare_skb routine, mt7996 driver leaks an already allocated tx token. Fix the issue re

  • CVE-2026-74322Aug 15, 2026
    affected >= 6.15.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix possible NULL pointer dereference in mt7996_mac_write_txwi_80211() For injected frames (e.g. via radiotap), mac80211 can pass info->control.vif = NULL, as explicitly noted in struct ieee

  • CVE-2026-74321HigAug 15, 2026
    affected >= 4.20.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs() In the beginning of the loop, we try to obtain a locked delayed ref head, if 'locked_ref' is currently NULL, by calling btrfs_select_ref_head

  • CVE-2026-74320Aug 15, 2026
    affected >= 2.6.39, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: fbdev: sm501fb: Fix buffer errors in OF binding code The code that gets the frame buffer mode from OF has 'use after free', 'buffer overrun' and memory leaks. info->edid_data isn't free if the probe functions

  • CVE-2026-74319Aug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock waiting for ticket during data relocation When performing data relocation on a zoned filesystem, BTRFS can deadlock in handle_reserve_tickets(). The relocation process is waiting on a

  • CVE-2026-74318Aug 15, 2026
    affected >= 5.7.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock cloning inline extent when using flushoncommit In commit b48c980b6a7e ("btrfs: fix deadlock between reflink and transaction commit when using flushoncommit") a deadlock was fixed between ref

  • CVE-2026-74317HigAug 15, 2026
    affected >= 4.12.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ixgbe: do not configure xps for XDP queues netif_set_xps_queue() should not be called for an XDP Tx queue, since such queues are not netdev-exposed. On systems with number of CPUs >=64, on E610 adapter, netdev

  • CVE-2026-74316HigAug 15, 2026
    affected >= 6.9.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: NFSD: Handle layout stid in nfsd4_drop_revoked_stid() nfsd4_drop_revoked_stid() has no SC_TYPE_LAYOUT case, so when a client sends FREE_STATEID for an admin-revoked layout stid, the default branch releases cl_l

  • CVE-2026-74315CriAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file() file_hash() digests the first LOCKD_FH_HASH_SIZE bytes of nfs_fh.data when bucketing nlm_files[], independent of fh.size. Commit 3de744ee4e45 ("

  • CVE-2026-74314HigAug 15, 2026
    affected >= 5.19.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel special fields on map value recycle Map update and delete paths currently call bpf_obj_free_fields() when a value is being replaced or recycled. That makes field destruction depend on the context of

Page 21 of 702