VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,254)

  • CVE-2026-64154Jul 19, 2026
    affected >= 6.5.0, < 7.0.11fixed 7.0.11

    In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: Fix a reference leak in a6xx_gpu_init() In a6xx_gpu_init(), node is obtained via of_parse_phandle(). While there was a manual of_node_put() at the end of the common path, several early error ret

  • CVE-2026-64153HigJul 19, 2026
    affected >= 5.15.0, < 5.15.209fixed 5.15.209

    In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix iommu_map_sgtable() return value check and avoid WARN Commit "iommu: return full error code from iommu_map_sg[_atomic]()" changed iommu_map_sgtable() to return an ssize_t and negative values in err

  • CVE-2026-64152HigJul 19, 2026
    affected >= 7.0.0, < 7.0.11fixed 7.0.11

    In the Linux kernel, the following vulnerability has been resolved: iommu: Handle unmap error when iommu_debug is enabled Sashiko noticed a latent bug where the map error flow called iommu_unmap() which calls iommu_debug_unmap_begin()/iommu_debug_unmap_end() however since this

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

    In the Linux kernel, the following vulnerability has been resolved: iommupt: Check for missing PAGE_SIZE in the pgsize_bitmap Sashiko pointed out that the driver could drop PAGE_SIZE from the pgsize_bitmap. That is technically allowed but nothing does it, and such an iommu_doma

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

    In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_inner: release local_lock before re-enabling softirqs Quoting sashiko: In the error path, local_bh_enable() is called before local_unlock_nested_bh().

  • CVE-2026-64149MedJul 19, 2026
    affected >= 6.18.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: dma-mapping: move dma_map_resource() sanity check into debug code dma_map_resource() uses pfn_valid() to ensure the range is not RAM. However, pfn_valid() only checks for availability of the memory map for a PF

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

    In the Linux kernel, the following vulnerability has been resolved: pds_core: fix error handling in pdsc_devcmd_wait Fix two cases where pdsc_devcmd_wait() returns stale success from the completion register instead of an error: 1. FW crash: If firmware stops running, the wait

  • CVE-2026-64147MedJul 19, 2026
    affected < 6.6.142fixed 6.6.142

    In the Linux kernel, the following vulnerability has been resolved: pds_core: fix debugfs_lookup dentry leak and error handling debugfs_lookup() returns a dentry with an elevated reference count that must be released with dput(). The current code discards the returned dentry wi

  • CVE-2026-64146MedJul 19, 2026
    affected >= 5.17.0, < 7.0.11fixed 7.0.11

    In the Linux kernel, the following vulnerability has been resolved: erofs: fix metabuf leak in inode xattr initialization commit bb88e8da0025 ("erofs: use meta buffers for xattr operations") converted xattr operations to use on-stack erofs_buf instances. erofs_init_inode_xattrs

  • CVE-2026-64145HigJul 19, 2026
    affected >= 6.13.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dma_buffer leak on bus acquire failure wilc_wlan_firmware_download() allocates dma_buffer with kmalloc() at the top of the function and uses a 'fail:' label to free it via kfree(dma_buffer)

  • CVE-2026-64144MedJul 19, 2026
    affected >= 5.3.0, < 6.6.142fixed 6.6.142

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix urb->setup_packet leak in error paths The setup_packet of control urb is not freed if usb_submit_urb fails or the submitted urb is killed. Add free in these two paths.

  • CVE-2026-64143MedJul 19, 2026
    affected >= 6.19.0, < 7.0.11fixed 7.0.11

    In the Linux kernel, the following vulnerability has been resolved: platform/x86: uniwill-laptop: Do not enable the charging limit even when forced It seems that on some older models (~2020) the battery charging limit can permanently damage the battery. Prevent users from enabl

  • CVE-2026-64142CriJul 19, 2026
    affected >= 6.11.0, < 6.12.92fixed 6.12.92

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: close durable scavenger races against m_fp_list lookups ksmbd_durable_scavenger() has two related races against any walker that iterates f_ci->m_fp_list, including ksmbd_lookup_fd_inode() (used by ksmbd_

  • CVE-2026-64141HigJul 19, 2026
    affected < 6.6.142fixed 6.6.142

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix null pointer dereference in compare_guid_key() session_fd_check() walks the per-inode m_op_list during durable-handle session teardown and sets op->conn = NULL for every opinfo whose conn matched the

  • CVE-2026-64140HigJul 19, 2026
    affected >= 7.0.0, < 7.0.11fixed 7.0.11

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix null pointer dereference in proc_show_files() When a SMB2 client opens a file with a durable v2 handle and then issues SMB2 SESSION_LOGOFF, session_fd_check() clears fp->tcon = NULL on the reconnecta

  • CVE-2026-64139MedJul 19, 2026
    affected >= 6.1.175, < 6.1.184fixed 6.1.184

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix SID memory leak in set_posix_acl_entries_dacl() on overflow Commit 299f962c0b02 ("ksmbd: use check_add_overflow() to prevent u16 DACL size overflow") added check_add_overflow() guards that break out

  • CVE-2026-64138HigJul 19, 2026
    affected >= 5.15.0, < 6.12.92fixed 6.12.92

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate SID in parent security descriptor during ACL inheritance Introduce smb_validate_ntsd_sid() helper to safely validate Owner SID and Group SID inside the NT Security Descriptor (smb_ntsd) retrieve

  • CVE-2026-64137HigJul 19, 2026
    affected >= 5.11.0, < 5.15.210fixed 5.15.210

    In the Linux kernel, the following vulnerability has been resolved: smb: client: require net admin for CIFS SWN netlink CIFS_GENL_CMD_SWN_NOTIFY is the userspace witness-notify command. The intended sender is the cifs.witness helper, but the generic-netlink operation currently

  • CVE-2026-64136CriJul 19, 2026
    affected < 6.6.142fixed 6.6.142

    In the Linux kernel, the following vulnerability has been resolved: smb: client: protect tc_count increment in smb2_find_smb_sess_tcon_unlocked() Commit 96c4af418586 ("cifs: Fix locking usage for tcon fields") refactored cifs code to change cifs_tcp_ses_lock for tc_lock around

  • CVE-2026-64135MedJul 19, 2026
    affected >= 5.10.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) widen blackbox-info buffer to I2C_SMBUS_BLOCK_MAX adm1266_nvmem_read_blackbox() declares a 5-byte stack buffer and passes it to i2c_smbus_read_block_data() to retrieve the 4-byte BLACKBOX

Page 103 of 713