VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2024-35801MedMay 17, 2024
    affected >= 5.16.0, < 6.1.84fixed 6.1.84

    In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD Commit 672365477ae8 ("x86/fpu: Update XFD state where required") and commit 8bf26758ca96 ("x86/fpu: Add XFD state to fpstate") introduced a per CPU variable xfd

  • CVE-2024-35800MedMay 17, 2024
    affected < 6.1.84fixed 6.1.84

    In the Linux kernel, the following vulnerability has been resolved: efi: fix panic in kdump kernel Check if get_next_variable() is actually valid pointer before calling it. In kdump kernel this method is set to NULL that causes panic during the kexec-ed kernel boot. Tested wit

  • CVE-2024-35799MedMay 17, 2024
    affected >= 4.15.0, < 6.6.26fixed 6.6.26

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Prevent crash when disable stream [Why] Disabling stream encoder invokes a function that no longer exists. [How] Check if the function declaration is NULL in disable stream encoder.

  • CVE-2024-35798HigMay 17, 2024
    affected >= 6.5.0, < 6.6.24fixed 6.6.24

    In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race in read_extent_buffer_pages() There are reports from tree-checker that detects corrupted nodes, without any obvious pattern so possibly an overwrite in memory. After some debugging it turns out

  • CVE-2024-35797HigMay 17, 2024
    affected >= 6.5.0, < 6.6.24fixed 6.6.24

    In the Linux kernel, the following vulnerability has been resolved: mm: cachestat: fix two shmem bugs When cachestat on shmem races with swapping and invalidation, there are two possible bugs: 1) A swapin error can have resulted in a poisoned swap entry in the shmem inode's

  • CVE-2024-35796MedMay 17, 2024
    affected >= 5.9.0, < 5.10.215fixed 5.10.215

    In the Linux kernel, the following vulnerability has been resolved: net: ll_temac: platform_get_resource replaced by wrong function The function platform_get_resource was replaced with devm_platform_ioremap_resource_byname and is called using 0 as name. This eventually ends up

  • CVE-2024-35795MedMay 17, 2024
    affected >= 6.5.0, < 6.6.24fixed 6.6.24

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix deadlock while reading mqd from debugfs An errant disk backup on my desktop got into debugfs and triggered the following deadlock scenario in the amdgpu debugfs files. The machine also hard-rese

  • CVE-2023-52673MedMay 17, 2024
    affected >= 6.7.0, < 6.7.3fixed 6.7.3

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a debugfs null pointer error [WHY & HOW] Check whether get_subvp_en() callback exists before calling it.

  • CVE-2023-52672MedMay 17, 2024
    affected >= 5.8.0, < 5.10.210fixed 5.10.210

    In the Linux kernel, the following vulnerability has been resolved: pipe: wakeup wr_wait after setting max_usage Commit c73be61cede5 ("pipe: Add general notification queue support") a regression was introduced that would lock up resized pipes under certain conditions. See the r

  • CVE-2023-52671MedMay 17, 2024
    affected >= 4.15.0, < 6.6.24fixed 6.6.24

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix hang/underflow when transitioning to ODM4:1 [Why] Under some circumstances, disabling an OPTC and attempting to reclaim its OPP(s) for a different OPTC could cause a hang/underflow due to O

  • CVE-2023-52670MedMay 17, 2024
    affected >= 4.13.0, < 4.19.307fixed 4.19.307

    In the Linux kernel, the following vulnerability has been resolved: rpmsg: virtio: Free driver_override when rpmsg_remove() Free driver_override when rpmsg_remove(), otherwise the following memory leak will occur: unreferenced object 0xffff0000d55d7080 (size 128): comm "kwor

  • CVE-2023-52669HigMay 17, 2024
    affected >= 3.0.0, < 5.10.210fixed 5.10.210

    In the Linux kernel, the following vulnerability has been resolved: crypto: s390/aes - Fix buffer overread in CTR mode When processing the last block, the s390 ctr code will always read a whole block, even if there isn't a whole block of data left. Fix this by using the actual

  • CVE-2023-52668MedMay 17, 2024
    affected >= 6.6.0, < 6.6.15fixed 6.6.15

    In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix lock ordering in btrfs_zone_activate() The btrfs CI reported a lockdep warning as follows by running generic generic/129. WARNING: possible circular locking dependency detected 6.7.0-rc

  • CVE-2023-52667HigMay 17, 2024
    affected >= 5.13.0, < 5.15.149fixed 5.15.149

    In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix a potential double-free in fs_any_create_groups When kcalloc() for ft->g succeeds but kvzalloc() for in fails, fs_any_create_groups() will free ft->g. However, its caller fs_any_create_table() wi

  • CVE-2023-52664HigMay 17, 2024
    affected >= 4.11.0, < 6.1.77fixed 6.1.77

    In the Linux kernel, the following vulnerability has been resolved: net: atlantic: eliminate double free in error handling logic Driver has a logic leak in ring data allocation/free, where aq_ring_free could be called multiple times on same ring, if system is under stress and g

  • CVE-2023-52663MedMay 17, 2024
    affected >= 6.6.0, < 6.6.23fixed 6.6.23

    In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe() Driver uses kasprintf() to initialize fw_{code,data}_bin members of struct acp_dev_data, but kfree() is never called to deallocate the memory, which result

  • CVE-2023-52662HigMay 17, 2024
    affected >= 5.14.0, < 5.15.153fixed 5.15.153

    In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: fix a memleak in vmw_gmrid_man_get_node When ida_alloc_max fails, resources allocated before should be freed, including *res allocated by kmalloc and ttm_resource_init.

  • CVE-2023-52661MedMay 17, 2024
    affected >= 5.17.0, < 6.1.83fixed 6.1.83

    In the Linux kernel, the following vulnerability has been resolved: drm/tegra: rgb: Fix missing clk_put() in the error handling paths of tegra_dc_rgb_probe() If clk_get_sys(..., "pll_d2_out0") fails, the clk_get_sys() call must be undone. Add the missing clk_put and a new 'put

  • CVE-2024-35794MedMay 17, 2024
    affected >= 4.8.0, < 6.7.12fixed 6.7.12

    In the Linux kernel, the following vulnerability has been resolved: dm-raid: really frozen sync_thread during suspend 1) commit f52f5c71f3d4 ("md: fix stopping sync thread") remove MD_RECOVERY_FROZEN from __md_stop_writes() and doesn't realize that dm-raid relies on __md_

  • CVE-2024-35793HigMay 17, 2024
    affected >= 6.7.0, < 6.7.12fixed 6.7.12

    In the Linux kernel, the following vulnerability has been resolved: debugfs: fix wait/cancellation handling during remove Ben Greear further reports deadlocks during concurrent debugfs remove while files are being accessed, even though the code in question now uses debugfs canc

Page 662 of 702