VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2024-35924HigMay 19, 2024
    affected >= 5.5.0, < 6.6.27fixed 6.6.27

    In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Limit read size on v1.2 Between UCSI 1.2 and UCSI 2.0, the size of the MESSAGE_IN region was increased from 16 to 256. In order to avoid overflowing reads for older systems, add a mechanism to

  • CVE-2024-35922MedMay 19, 2024
    affected >= 3.9.0, < 4.19.312fixed 4.19.312

    In the Linux kernel, the following vulnerability has been resolved: fbmon: prevent division by zero in fb_videomode_from_videomode() The expression htotal * vtotal can have a zero value on overflow. It is necessary to prevent division by zero like in fb_var_to_videomode(). Fou

  • CVE-2024-35921HigMay 19, 2024
    affected >= 6.5.0, < 6.6.27fixed 6.6.27

    In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix oops when HEVC init fails The stateless HEVC decoder saves the instance pointer in the context regardless if the initialization worked or not. This caused a use after free, when the

  • CVE-2024-35920HigMay 19, 2024
    affected >= 6.6.0, < 6.6.27fixed 6.6.27

    In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: adding lock to protect decoder context list Add a lock for the ctx_list, to avoid accessing a NULL pointer within the 'vpu_dec_ipi_handler' function when the ctx_list has been deleted d

  • CVE-2024-35919HigMay 19, 2024
    affected >= 6.6.0, < 6.6.27fixed 6.6.27

    In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: adding lock to protect encoder context list Add a lock for the ctx_list, to avoid accessing a NULL pointer within the 'vpu_enc_ipi_handler' function when the ctx_list has been deleted d

  • CVE-2023-52699MedMay 19, 2024
    affected >= 2.6.12, < 4.19.312fixed 4.19.312

    In the Linux kernel, the following vulnerability has been resolved: sysv: don't call sb_bread() with pointers_lock held syzbot is reporting sleep in atomic context in SysV filesystem [1], for sb_bread() is called with rw_spinlock held. A "write_lock(&pointers_lock) => read_loc

  • CVE-2024-35917MedMay 19, 2024
    affected >= 6.3.0, < 6.6.26fixed 6.6.26

    In the Linux kernel, the following vulnerability has been resolved: s390/bpf: Fix bpf_plt pointer arithmetic Kui-Feng Lee reported a crash on s390x triggered by the dummy_st_ops/dummy_init_ptr_arg test [1]: [<0000000000000002>] 0x2 [<00000000009d5cde>] bpf_struct_ops_test_

  • CVE-2024-35916MedMay 19, 2024
    affected >= 6.1.0, < 6.1.85fixed 6.1.85

    In the Linux kernel, the following vulnerability has been resolved: dma-buf: Fix NULL pointer dereference in sanitycheck() If due to a memory allocation failure mock_chain() returns NULL, it is passed to dma_fence_enable_sw_signaling() resulting in NULL pointer dereference ther

  • CVE-2024-35915HigMay 19, 2024
    affected >= 3.2.0, < 4.19.312fixed 4.19.312

    In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet syzbot reported the following uninit-value access issue [1][2]: nci_rx_work() parses and processes received packet. When the payload length is zero,

  • CVE-2024-35914HigMay 19, 2024
    affected >= 6.8.0, < 6.8.5fixed 6.8.5

    In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix error cleanup path in nfsd_rename() Commit a8b0026847b8 ("rename(): avoid a deadlock in the case of parents having no common ancestor") added an error bail out path. However this path does not drop th

  • CVE-2024-35913HigMay 19, 2024
    affected >= 6.7.0, < 6.8.5fixed 6.8.5

    In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: pick the version of SESSION_PROTECTION_NOTIF When we want to know whether we should look for the mac_id or the link_id in struct iwl_mvm_session_prot_notif, we should look at the version of

  • CVE-2024-35912MedMay 19, 2024
    affected >= 5.12.0, < 5.15.154fixed 5.15.154

    In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: rfi: fix potential response leaks If the rx payload length check fails, or if kmemdup() fails, we still need to free the command response. Fix that.

  • CVE-2024-35911HigMay 19, 2024
    affected >= 6.5.0, < 6.6.26fixed 6.6.26

    In the Linux kernel, the following vulnerability has been resolved: ice: fix memory corruption bug with suspend and rebuild The ice driver would previously panic after suspend. This is caused from the driver *only* calling the ice_vsi_free_q_vectors() function by itself, when i

  • CVE-2024-35910HigMay 19, 2024
    affected >= 4.2.0, < 4.19.312fixed 4.19.312

    In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik could trigger the issue more o

  • CVE-2024-35909MedMay 19, 2024
    affected >= 5.19.0, < 6.1.85fixed 6.1.85

    In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: Split 64bit accesses to fix alignment issues Some of the registers are aligned on a 32bit boundary, causing alignment faults on 64bit platforms. Unable to handle kernel paging request at virt

  • CVE-2024-35908MedMay 19, 2024
    affected >= 6.0.0, < 6.1.85fixed 6.1.85

    In the Linux kernel, the following vulnerability has been resolved: tls: get psock ref after taking rxlock to avoid leak At the start of tls_sw_recvmsg, we take a reference on the psock, and then call tls_rx_reader_lock. If that fails, we return directly without releasing the r

  • CVE-2024-35907MedMay 19, 2024
    affected >= 5.14.0, < 5.15.154fixed 5.15.154

    In the Linux kernel, the following vulnerability has been resolved: mlxbf_gige: call request_irq() after NAPI initialized The mlxbf_gige driver encounters a NULL pointer exception in mlxbf_gige_open() when kdump is enabled. The sequence to reproduce the exception is as follows

  • CVE-2024-35905HigMay 19, 2024
    affected < 5.10.215fixed 5.10.215

    In the Linux kernel, the following vulnerability has been resolved: bpf: Protect against int overflow for stack access size This patch re-introduces protection against the size of access to stack memory being negative; the access size can appear negative as a result of overflow

  • CVE-2024-35904MedMay 19, 2024
    affected >= 4.17.0, < 6.6.26fixed 6.6.26

    In the Linux kernel, the following vulnerability has been resolved: selinux: avoid dereference of garbage after mount failure In case kern_mount() fails and returns an error pointer return in the error branch instead of continuing and dereferencing the error pointer. While on

  • CVE-2024-35903MedMay 19, 2024
    affected >= 6.2.0, < 6.6.26fixed 6.6.26

    In the Linux kernel, the following vulnerability has been resolved: x86/bpf: Fix IP after emitting call depth accounting Adjust the IP passed to `emit_patch` so it calculates the correct offset for the CALL instruction if `x86_call_depth_emit_accounting` emits code. Otherwise w

Page 655 of 702