VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2026-53066MedJun 24, 2026
    affected >= 4.17.0, < 6.1.175fixed 6.1.175

    In the Linux kernel, the following vulnerability has been resolved: drm/sun4i: backend: fix error pointer dereference The function drm_atomic_get_plane_state() can return an error pointer and is not checked for it. Add error pointer check. Detected by Smatch: drivers/gpu/drm/s

  • CVE-2026-53065MedJun 24, 2026
    affected >= 4.3.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: ASoC: sti: use managed regmap_field allocations The regmap_field objects allocated at player init are never freed and may leak resources if the driver is removed. Switch to devm_regmap_field_alloc() to automat

  • CVE-2026-53064MedJun 24, 2026
    affected >= 4.12.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: dm cache: fix null-deref with concurrent writes in passthrough mode In passthrough mode, when dm-cache starts to invalidate a cache entry and bio prison cell lock fails due to concurrent write to the same cache

  • CVE-2026-53063MedJun 24, 2026
    affected >= 4.12.0, < 6.1.175fixed 6.1.175

    In the Linux kernel, the following vulnerability has been resolved: dm cache: fix write hang in passthrough mode The invalidate_remove() function has incomplete logic for handling write hit bios after cache invalidation. It sets up the remapping for the overwrite_bio but then d

  • CVE-2026-53062HigJun 24, 2026
    affected >= 4.12.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: dm cache policy smq: fix missing locks in invalidating cache blocks In passthrough mode, the policy invalidate_mapping operation is called simultaneously from multiple workers, thus it should be protected by a

  • CVE-2026-53061MedJun 24, 2026
    affected >= 3.13.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: dm cache: fix dirty mapping checking in passthrough mode switching As mentioned in commit 9b1cc9f251af ("dm cache: share cache-metadata object across inactive and active DM tables"), dm-cache assumed table relo

  • CVE-2026-53060MedJun 24, 2026
    affected < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: dm cache metadata: fix memory leak on metadata abort retry When failing to acquire the root_lock in dm_cache_metadata_abort because the block_manager is read-only, the temporary block_manager created outside th

  • CVE-2026-53059HigJun 24, 2026
    affected >= 2.6.12, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: dm log: fix out-of-bounds write due to region_count overflow The local variable region_count in create_log_context() is declared as unsigned int (32-bit), but dm_sector_div_up() returns sector_t (64-bit). When

  • CVE-2026-53058MedJun 24, 2026
    affected >= 6.6.0, < 6.6.141fixed 6.6.141

    In the Linux kernel, the following vulnerability has been resolved: drm/bridge: cadence: cdns-mhdp8546-core: Set the mhdp connector earlier in atomic_enable() In case if we get errors in cdns_mhdp_link_up() or cdns_mhdp_reg_read() in atomic_enable, we will go to cdns_mhdp_modes

  • CVE-2026-53057HigJun 24, 2026
    affected >= 6.13.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: iommu/riscv: Add IOTINVAL after updating DDT/PDT entries Add riscv_iommu_iodir_iotinval() to perform required TLB and context cache invalidations after updating DDT or PDT entries, as mandated by the RISC-V IOM

  • CVE-2026-53056MedJun 24, 2026
    affected >= 5.9.0, < 6.1.175fixed 6.1.175

    In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: fix mismatch between power and frequency During DPU runtime suspend, calling dev_pm_opp_set_rate(dev, 0) drops the MMCX rail to MIN_SVS while the core clock frequency remains at its original (highe

  • CVE-2026-53055CriJun 24, 2026
    affected >= 6.17.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: crypto: hisilicon/sec2 - prevent req used-after-free for sec During packet transmission, if the system is under heavy load, the hardware might complete processing the packet and free the request memory (req) be

  • CVE-2026-53054HigJun 24, 2026
    affected >= 6.17.0, < 6.18.33fixed 6.18.33

    In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix VM_BIND UNMAP locking Wrong argument meant that the objs involved in UNMAP ops were not always getting locked. Since _NO_SHARE objs share a common resv with the VM (which is always locked) this wo

  • CVE-2026-53053HigJun 24, 2026
    affected >= 5.5.0, < 6.12.91fixed 6.12.91

    In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix clone_alias() to use the original device's devid Currently clone_alias() assumes first argument (pdev) is always the original device pointer. This function is called by pci_for_each_dma_alias() w

  • CVE-2026-53052MedJun 24, 2026
    affected >= 5.16.0, < 6.1.175fixed 6.1.175

    In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: qdsp6: topology: check widget type before accessing data Check widget type before accessing the private data, as this could a virtual widget which is no associated with a dsp graph, container and mo

  • CVE-2026-53051MedJun 24, 2026
    affected < 6.12.91fixed 6.12.91

    In the Linux kernel, the following vulnerability has been resolved: PCI: tegra194: Fix CBB timeout caused by DBI access before core power-on When PERST# is deasserted twice (assert -> deassert -> assert -> deassert), a CBB (Control Backbone) timeout occurs at DBI register offse

  • CVE-2026-53050HigJun 24, 2026
    affected < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: quota: Fix race of dquot_scan_active() with quota deactivation dquot_scan_active() can race with quota deactivation in quota_release_workfn() like: CPU0 (quota_release_workfn) CPU1 (dquot_scan_active

  • CVE-2026-53049CriJun 24, 2026
    affected >= 5.7.0, < 5.15.209fixed 5.15.209

    In the Linux kernel, the following vulnerability has been resolved: gfs2: add some missing log locking Function gfs2_logd() calls the log flushing functions gfs2_ail1_start(), gfs2_ail1_wait(), and gfs2_ail1_empty() without holding sdp->sd_log_flush_lock, but these functions re

  • CVE-2026-53048MedJun 24, 2026
    affected < 5.15.209fixed 5.15.209

    In the Linux kernel, the following vulnerability has been resolved: gfs2: prevent NULL pointer dereference during unmount When flushing out outstanding glock work during an unmount, gfs2_log_flush() can be called when sdp->sd_jdesc has already been deallocated and sdp->sd_jdesc

  • CVE-2026-53047MedJun 24, 2026
    affected >= 4.15.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect sizeof in phys array reallocation The krealloc() call for cap_info->phys in __efi_capsule_setup_info() uses sizeof(phys_addr_t *) instead of sizeof(phys_addr_t), which might be

Page 138 of 713