VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2026-53346HigJul 1, 2026
    affected >= 6.12.0, < 6.12.94fixed 6.12.94

    In the Linux kernel, the following vulnerability has been resolved: rust: arm64: set uwtable llvm module flag for CONFIG_UNWIND_TABLES Due to a rustc bug [1] the -Cforce-unwind-tables=y flag only emits the uwtable annotation for functions, but not for the module. This means tha

  • CVE-2026-53345MedJul 1, 2026
    affected >= 5.17.0, < 6.6.143fixed 6.6.143

    In the Linux kernel, the following vulnerability has been resolved: KVM: Don't WARN if memory is dirtied without a vCPU when the VM is dying When marking a page dirty, complain about not having a running/loaded vCPU if and only if the VM is still alive, i.e. its refcount is non

  • CVE-2026-53344MedJul 1, 2026
    affected >= 6.19.0, < 7.0.13fixed 7.0.13

    In the Linux kernel, the following vulnerability has been resolved: pinctrl: mcp23s08: Initialize mcp->dev and mcp->addr before regmap init Regmap initialization triggers regcache_maple_populate() which attempts SPI read to populate cache. SPI read requires mcp->dev and mcp->ad

  • CVE-2026-53343MedJul 1, 2026
    affected < 6.1.176fixed 6.1.176

    In the Linux kernel, the following vulnerability has been resolved: ARM: 9475/1: entry: use byte load for KASAN VMAP stack shadow Commit 44e9a3bb76e5 ("ARM: 9430/1: entry: Do a dummy read from VMAP shadow") added a dummy read from the KASAN VMAP stack shadow in __switch_to(). T

  • CVE-2026-53342MedJul 1, 2026
    affected >= 6.16.0, < 6.18.36fixed 6.18.36

    In the Linux kernel, the following vulnerability has been resolved: arm64: mm: call pagetable dtor when freeing hot-removed page tables Since 5e8eb9aeeda3 ("arm64: mm: always call PTE/PMD ctor in __create_pgd_mapping()") page-table allocation on ARM64 always calls pagetable_{pt

  • CVE-2026-53341HigJul 1, 2026
    affected >= 6.11.0, < 6.12.95fixed 6.12.95

    In the Linux kernel, the following vulnerability has been resolved: fhandle: fix UAF due to unlocked ->mnt_ns read in may_decode_fh() may_decode_fh() accesses mount::mnt_ns without holding any locks; that means the mount can concurrently be unmounted, and the mnt_namespace can

  • CVE-2026-53340MedJul 1, 2026
    affected >= 6.14.0, < 6.18.36fixed 6.18.36

    In the Linux kernel, the following vulnerability has been resolved: i2c: imx: fix clock and pinctrl state inconsistency in runtime PM In i2c_imx_runtime_suspend(), the clock is disabled before switching the pinctrl state to sleep. If pinctrl_pm_select_sleep_state() fails, the r

  • CVE-2026-53339MedJul 1, 2026
    affected >= 5.8.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: i2c: qcom-cci: Fix NULL pointer dereference in cci_remove() On all modern platforms Qualcomm CCI controller provides two I2C masters, and on particular boards only one I2C master may be initialized, and in such

  • CVE-2026-53338MedJul 1, 2026
    affected >= 6.16.0, < 6.18.36fixed 6.18.36

    In the Linux kernel, the following vulnerability has been resolved: net: airoha: Add NULL check for of_reserved_mem_lookup() in airoha_qdma_init_hfwd_queues() of_reserved_mem_lookup() may return NULL if the reserved memory region referenced by the "memory-region" phandle is not

  • CVE-2026-53337MedJul 1, 2026
    affected >= 5.3.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: net: bonding: fix NULL pointer dereference in bond_do_ioctl() In bond_do_ioctl(), slave_dev is obtained via __dev_get_by_name() which can return NULL if the requested interface name does not exist. However, the

  • CVE-2026-53336MedJul 1, 2026
    affected >= 6.4.0, < 6.6.143fixed 6.6.143

    In the Linux kernel, the following vulnerability has been resolved: nvmem: layouts: onie-tlv: fix hang on unknown types The EEPROM on my board has a vendor specific entry of type 0x41. When stumbling upon that, this driver hangs in an endless loop. Fix it by keep incrementing

  • CVE-2026-53335MedJul 1, 2026
    affected >= 6.18.0, < 6.18.36fixed 6.18.36

    In the Linux kernel, the following vulnerability has been resolved: mm/damon/lru_sort: handle ctx allocation failure DAMON_LRU_SORT allocates the damon_ctx object for its kdamond in its init function. damon_lru_sort_enabled_store() wrongly assumes the allocation will always su

  • CVE-2026-53334MedJul 1, 2026
    affected >= 6.18.0, < 6.18.36fixed 6.18.36

    In the Linux kernel, the following vulnerability has been resolved: mm/damon/reclaim: handle ctx allocation failure Patch series "mm/damon/{reclaim,lru_sort}: handle ctx allocation failures". DAMON_RECLAIM and DAMON_LRU_SORT could dereference NULL pointers if their damon_ctx o

  • CVE-2026-53333MedJul 1, 2026
    affected >= 6.18.0, < 6.18.36fixed 6.18.36

    In the Linux kernel, the following vulnerability has been resolved: mm/mincore: handle non-swap entries before !CONFIG_SWAP guard mincore_swap() also fields migration/hwpoison entries (and shmem swapin-error entries), which can exist on !CONFIG_SWAP builds when CONFIG_MIGRATION

  • CVE-2026-53332MedJul 1, 2026
    affected >= 4.19.0, < 5.10.260fixed 5.10.260

    In the Linux kernel, the following vulnerability has been resolved: slimbus: qcom-ngd-ctrl: Register callbacks after creating the ngd When the remoteproc starts in parallel with the NGD driver being probed, or the remoteproc is already up when the PDR lookup is being registered

  • CVE-2026-53331MedJul 1, 2026
    affected >= 5.11.0, < 5.15.210fixed 5.15.210

    In the Linux kernel, the following vulnerability has been resolved: slimbus: qcom-ngd-ctrl: Avoid ABBA on tx_lock/ctrl->lock During the SSR/PDR down notification the tx_lock is taken with the intent to provide synchronization with active DMA transfers. But during this period q

  • CVE-2026-53330HigJul 1, 2026
    affected >= 5.6.0, < 6.18.36fixed 6.18.36

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix out-of-bounds read in dp_get_eq_aux_rd_interval() [Why & How] The aux_rd_interval array in struct dc_lttpr_caps is declared with MAX_REPEATER_CNT - 1 (7) elements, indexed 0..6. However, th

  • CVE-2026-53329HigJul 1, 2026
    affected >= 4.15.0, < 5.10.260fixed 5.10.260

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Use krealloc_array() in dal_vector_reserve() [Why & How] dal_vector_reserve() computes the allocation size as "capacity * vector->struct_size" using uint32_t arithmetic, which can silently wrap

  • CVE-2026-53328MedJul 1, 2026
    affected >= 6.12.0, < 6.12.94fixed 6.12.94

    In the Linux kernel, the following vulnerability has been resolved: sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task() A WARN fires when systemd's user manager writes "+cpu +memory +pids" to its own subtree_control while a sched_ext scheduler is loaded:

  • CVE-2026-53327MedJul 1, 2026
    affected >= 5.15.0, < 6.1.177fixed 6.1.177

    In the Linux kernel, the following vulnerability has been resolved: debugobjects: Do not fill_pool() if pi_blocked_on On RT enabled kernels, fill_pool() ends up calling rtlock_lock(), which asserts if current::pi_blocked_on is set, because a task can obviously only block on one

Page 124 of 713