VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,254)

  • CVE-2026-64054Jul 19, 2026
    affected >= 6.13.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: net: shaper: reject duplicate leaves in GROUP request net_shaper_nl_group_doit() does not deduplicate NET_SHAPER_A_LEAVES entries. When userspace supplies the same leaf handle twice, the same old-parent pointer

  • CVE-2026-64053HigJul 19, 2026
    affected >= 6.11.0, < 6.12.92fixed 6.12.92

    In the Linux kernel, the following vulnerability has been resolved: block: don't overwrite bip_vcnt in bio_integrity_copy_user() bio_integrity_add_page() already sets bip_vcnt to 1 for the bounce segment. Overwriting it with nr_vecs breaks bip_vcnt <= bip_max_vcnt on WRITE (bip

  • CVE-2026-64052Jul 19, 2026
    affected >= 6.8.0, < 6.12.92fixed 6.12.92

    In the Linux kernel, the following vulnerability has been resolved: block: bio-integrity: Fix null-ptr-deref in bio_integrity_map_user() pin_user_pages_fast() can partially succeed and return the number of pages that were actually pinned. However, the bio_integrity_map_user() d

  • CVE-2026-64051HigJul 19, 2026
    affected >= 6.4.0, < 6.6.142fixed 6.6.142

    In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Add overflow check to remap_pfn_range during mmap The call to remap_pfn_range in qaic_gem_object_mmap is susceptible to (re)mapping beyond the VMA if the BO is too large. This can cause use after fr

  • CVE-2026-64050HigJul 19, 2026
    affected >= 6.18.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: don't mix devm and drmm functions Mixing devm and drmm functions will result in a use-after-free on msm driver teardown if userspace keeps a reference on the drm device: The WB connector data will

  • CVE-2026-64049Jul 19, 2026
    affected >= 6.17.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: fix userspace-triggered crash on a2xx-a4xx Before a5xx Adreno driver will not try fetching UBWC params (because those generations didn't support UBWC anyway), however it's still possible to quer

  • CVE-2026-64048HigJul 19, 2026
    affected >= 5.10.0, < 5.10.266fixed 5.10.266

    In the Linux kernel, the following vulnerability has been resolved: net/smc: reject CHID-0 ACCEPT that matches an empty ism_dev slot On the SMC-D client, slot 0 of ini->ism_dev[]/ini->ism_chid[] is reserved for an SMC-Dv1 device. smc_find_ism_v2_device_clnt() populates V2 entri

  • CVE-2026-64047CriJul 19, 2026
    affected >= 5.5.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ring When an sk_msg scatterlist ring wraps (sg.end < sg.start), tls_push_record() chains the tail portion of the ring to the head using sg_cha

  • CVE-2026-64046CriJul 19, 2026
    affected >= 5.5.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: net: tls: prevent chain-after-chain in plain text SG Sashiko points out that if end = 0 (start != 0) the current code will create a chain link to content type right after the wrap link: This would create a c

  • CVE-2026-64045HigJul 19, 2026
    affected >= 6.16.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: ovpn: tcp - use cached peer pointer in ovpn_tcp_close() ovpn_tcp_close() loads the ovpn_socket via rcu_dereference_sk_user_data() under rcu_read_lock(), takes a reference on sock->peer, caches the peer pointer

  • CVE-2026-64044HigJul 19, 2026
    affected >= 6.16.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: ovpn: respect peer refcount in CMD_NEW_PEER error path ovpn_nl_peer_new_doit()'s error path calls ovpn_peer_release() directly rather than ovpn_peer_put(), bypassing the kref. The accompanying comment ("peer wa

  • CVE-2026-64043Jul 19, 2026
    affected >= 6.16.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: ovpn: fix race between deleting interface and adding new peer While deleting an existing ovpn interface, there is a very narrow window where adding a new peer via netlink may cause the netdevice to hang and pre

  • CVE-2026-64042HigJul 19, 2026
    affected >= 6.19.0, < 7.0.11fixed 7.0.11

    In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Check BAR resources before exporting a DMABUF A DMABUF exports access to BAR resources and, although they are requested at startup time, we need to ensure they really were reserved before exporting.

  • CVE-2026-64041HigJul 19, 2026
    affected >= 6.18.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: fs210x: fix possible buffer overflow In fs210x_effect_scene_info(), a string was copied like this: strscpy(DST, SRC, strlen(SRC) + 1); A buffer overflow would happen if strlen(SRC) >= sizeof

  • CVE-2026-64040Jul 19, 2026
    affected >= 6.15.0, < 7.0.11fixed 7.0.11

    In the Linux kernel, the following vulnerability has been resolved: cachefiles: Fix error return when vfs_mkdir() fails When vfs_mkdir() fails, the error code is not extracted from the returned error pointer. This causes mkdir_error to be reached with ret=0, which leads to retu

  • CVE-2026-64039HigJul 19, 2026
    affected >= 5.14.0, < 5.15.209fixed 5.15.209

    In the Linux kernel, the following vulnerability has been resolved: drm/msm/snapshot: fix dumping of the unaligned regions The snapshotting code internally aligns data segment to 16 bytes. This works fine for DPU code (where most of the regions are aligned), but fails for snaps

  • CVE-2026-64038Jul 19, 2026
    affected >= 6.0.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: hwmon: (lm90) Stop work before releasing hwmon device Sashiko reports: In lm90_probe(), the devm action to cancel the alert_work and report_work (lm90_restore_conf) is registered in lm90_init_client() before d

  • CVE-2026-64037CriJul 19, 2026
    affected >= 6.15.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: fix TSO segmentation explosion when AMSDU is disabled When the TLC notification disables AMSDU for a TID, the MLD driver sets max_tid_amsdu_len to the sentinel value 1. The TSO segmentation

  • CVE-2026-64036HigJul 19, 2026
    affected >= 6.1.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: cgroup/rstat: validate cpu before css_rstat_cpu() access css_rstat_updated() is exposed as a BPF kfunc and accepts a caller-provided cpu argument. The function uses cpu for per-cpu rstat lookups without checkin

  • CVE-2026-64035CriJul 19, 2026
    affected >= 6.16.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: igc: set tx buffer type for SMD frames Sashiko pointed out that igc_fpe_init_smd_frame() initializes igc_tx_buffer fields for an SMD skb, but does not set the buffer type: https://sashiko.dev/#/patchset/2026041

Page 108 of 713