5.5
CVE-2024-35831 - io_uring: Fix release of pinned pages when __io_uaddr_map fails
In the Linux kernel, the following vulnerability has been resolved: io_uring: Fix release of pinned pages when __io_uaddr_map fails Looking at the error path of __io_uaddr_map, if we fail after pinning the pages for any reasons, ret will be set to -EINVAL and the error handler won't properly releβ¦
5.5
CVE-2024-35801 - x86/fpu: Keep xfd_state in sync with MSR_IA32_XFD
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_state to keep the β¦
5.5
CVE-2023-52665 - kernel: powerpc/ps3_defconfig: Disable PPC64_BIG_ENDIAN_ELF_ABI_V2
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
5.5
CVE-2024-35802 - kernel: x86/sev: Fix position dependent variable references in startup code
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
5.5
CVE-2023-52685 - kernel: pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
7.8
CVE-2024-27433 - clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clk_mt8135_apmixed_probe()
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: mt7622-apmixedsys: Fix an error handling path in clk_mt8135_apmixed_probe() 'clk_data' is allocated with mtk_devm_alloc_clk_data(). So calling mtk_free_clk_data() explicitly in the remove function would lead to a dβ¦
5.5
CVE-2024-35817 - drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag Otherwise after the GTT bo is released, the GTT and gart space is freed but amdgpu_ttm_backend_unbind will not clear the gart page table entry and leave valid mapping entry poinβ¦
5.8
CVE-2024-27402 - phonet/pep: fix racy skb_queue_empty() use
In the Linux kernel, the following vulnerability has been resolved: phonet/pep: fix racy skb_queue_empty() use The receive queues are protected by their respective spin-lock, not the socket lock. This could lead to skb_peek() unexpectedly returning NULL or a pointer to an already dequeued socket β¦
5.5
CVE-2024-35795 - drm/amdgpu: fix deadlock while reading mqd from debugfs
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-resets immediately afteβ¦
5.5
CVE-2024-27428 - kernel: netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.