VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2026-68476CriAug 15, 2026
    affected >= 4.10.0, < 6.6.145fixed 6.6.145

    In the Linux kernel, the following vulnerability has been resolved: ipvs: reload ip header after head reallocation __ip_vs_get_out_rt() calls skb_ensure_writable() which may reallocate skb->head.

  • CVE-2026-68475Aug 15, 2026
    affected >= 3.14.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: reset: sunxi: fix memory region leak on ioremap failure In sunxi_reset_init(), when ioremap() fails, the memory region obtained via request_mem_region() is not released, leading to a resource leak. Add an err_

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

    In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: fix out-of-bounds access in spufs_mem_mmap_access() spufs_mem_mmap_access() computes the local store offset as address - vma->vm_start, but bounds-checks it against vma->vm_end instead of the loc

  • CVE-2026-68473HigAug 15, 2026
    affected >= 7.0.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: powerpc/uaccess: correct check for CONFIG_PPC_E500 in mask_user_address() mask_user_address() incorrectly checks for CONFIG_E500 instead of CONFIG_PPC_E500, causing mask_user_address_isel() to not be used on E5

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

    In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate EHT MLE before MLD ID read cfg80211_gen_new_ie() copies ML probe response elements from the parent frame when the parent EHT multi-link element has an MLD ID matching the nontransmitted

  • CVE-2026-68471HigAug 15, 2026
    affected >= 6.0.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: wifi: ieee80211: validate MLE common info length ieee80211_mle_common_size() uses the first common-info octet as the common information length for all known MLE types. However, ieee80211_mle_size_ok() only vali

  • CVE-2026-68470HigAug 15, 2026
    affected >= 5.10.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: validate extension-frame layout before RX Extension frames only have the extension header at the regular 802.11 header offset. The generic RX path can still reach helpers and interface dispatch

  • CVE-2026-68469Aug 15, 2026
    affected >= 3.0.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: fix permanently busy scans after multiple roam iterations In order for the firmware to sleep, the driver has to confirm a previously received sleep request. The normal sequence of evets goes like

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

    In the Linux kernel, the following vulnerability has been resolved: mtd: virt-concat: free duplicate generated name Every MTD registration runs mtd_virt_concat_create_join(). Once a virtual concat has already been registered, the function builds the same name again and takes t

  • CVE-2026-68467HigAug 15, 2026
    affected >= 4.13.0, < 5.15.212fixed 5.15.212

    In the Linux kernel, the following vulnerability has been resolved: mtd: mchp23k256: use SPI match data for chip caps The driver stores chip capacity information in both the OF match table and the SPI id table. Probe currently uses of_device_get_match_data(), so a non-OF SPI mo

  • CVE-2026-68466HigAug 15, 2026
    affected >= 3.7.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: mtd: rawnand: lpc32xx_slc: fail DMA transfer on completion timeout lpc32xx_xmit_dma() waits for the DMA completion callback but ignores wait_for_completion_timeout(). A timed out DMA transfer is therefore unmap

  • CVE-2026-68465Aug 15, 2026
    affected >= 6.16.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-esdhc-imx: fix esdhc_change_pinstate() to allow default state restore esdhc_change_pinstate() checks for pins_100mhz and pins_200mhz at the top of the function and returns -EINVAL if either is not de

  • CVE-2026-68464Aug 15, 2026
    affected >= 6.16.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-esdhc-imx: disable irq during suspend to fix unhandled interrupt When using WIFI out-of-band wakeup, an "irq xxx: nobody cared" warning occurs. This happens because the usdhc interrupt is not disable

  • CVE-2026-68463Aug 15, 2026
    affected >= 6.16.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-esdhc-imx: use pm_runtime_resume_and_get() in suspend Replace pm_runtime_get_sync() with pm_runtime_resume_and_get() to simplify error handling. pm_runtime_resume_and_get() automatically drops the us

  • CVE-2026-68462HigAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: bpf: Reject negative const offsets for buffer pointers The verifier rejects variable offsets for PTR_TO_TP_BUFFER and PTR_TO_BUF accesses, but it currently accepts a constant negative offset produced by pointer

  • CVE-2026-68461HigAug 15, 2026
    affected >= 5.11.0, < 5.15.212fixed 5.15.212

    In the Linux kernel, the following vulnerability has been resolved: device property: initialize the remaining fields of fwnode_handle in fwnode_init() If a firmware node is allocated on the stack (for instance: temporary software node whose life-time we control) or on the heap

  • CVE-2026-68460Aug 15, 2026
    affected >= 3.8.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: f2fs: fix potential deadlock in f2fs_balance_fs() When the f2fs filesystem space is nearly exhausted, we encounter deadlock issues as below: INFO: task A:1890 blocked for more than 120 seconds. Tainted:

  • CVE-2026-68459Aug 15, 2026
    affected >= 3.8.0, < 5.15.212fixed 5.15.212

    In the Linux kernel, the following vulnerability has been resolved: f2fs: fix potential deadlock in gc_merge path of f2fs_balance_fs() When we mount device w/ gc_merge mount option, we may suffer below potential deadlock: Kworker GC trehad Truncator - f2fs_write_cache_pa

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

    In the Linux kernel, the following vulnerability has been resolved: binder: cache secctx size before release zeroes it binder_transaction() bounds the scatter-gather buffer area with sg_buf_end_offset and subtracts the aligned LSM context size because the secctx is written at t

  • CVE-2026-68457CriAug 15, 2026
    affected >= 5.15.0, < 6.1.178fixed 6.1.178

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for FSCTL mutations SET_SPARSE, SET_ZERO_DATA and SET_COMPRESSION operate on an open SMB handle but call VFS xattr, fallocate or fileattr helpers with the current ksmbd worker cred

Page 50 of 702