VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2024-50277MedNov 19, 2024
    affected >= 6.9.0, < 6.11.8fixed 6.11.8

    In the Linux kernel, the following vulnerability has been resolved: dm: fix a crash if blk_alloc_disk fails If blk_alloc_disk fails, the variable md->disk is set to an error value. cleanup_mapped_device will see that md->disk is non-NULL and it will attempt to access it, causin

  • CVE-2024-50276CriNov 19, 2024
    affected >= 5.17.0, < 6.1.117fixed 6.1.117

    In the Linux kernel, the following vulnerability has been resolved: net: vertexcom: mse102x: Fix possible double free of TX skb The scope of the TX skb is wider than just mse102x_tx_frame_spi(), so in case the TX skb room needs to be expanded, we should free the the temporary s

  • CVE-2024-50275HigNov 19, 2024
    affected >= 5.13.0, < 5.15.174fixed 5.15.174

    In the Linux kernel, the following vulnerability has been resolved: arm64/sve: Discard stale CPU state when handling SVE traps The logic for handling SVE traps manipulates saved FPSIMD/SVE state incorrectly, and a race with preemption can result in a task having TIF_SVE set and

  • CVE-2024-50274HigNov 19, 2024
    affected >= 6.7.0, < 6.11.8fixed 6.11.8

    In the Linux kernel, the following vulnerability has been resolved: idpf: avoid vport access in idpf_get_link_ksettings When the device control plane is removed or the platform running device control plane is rebooted, a reset is detected on the driver. On driver reset, it rele

  • CVE-2024-50273HigNov 19, 2024
    affected >= 4.10.0, < 4.19.324fixed 4.19.324

    In the Linux kernel, the following vulnerability has been resolved: btrfs: reinitialize delayed ref list after deleting it from the list At insert_delayed_ref() if we need to update the action of an existing ref to BTRFS_DROP_DELAYED_REF, we delete the ref from its ref head's r

  • CVE-2024-50272MedNov 19, 2024
    affected >= 4.9.0, < 5.15.181fixed 5.15.181

    In the Linux kernel, the following vulnerability has been resolved: filemap: Fix bounds checking in filemap_read() If the caller supplies an iocb->ki_pos value that is close to the filesystem upper limit, and an iterator with a count that causes us to overflow that limit, then

  • CVE-2024-50271MedNov 19, 2024
    affected >= 5.14.0, < 6.1.117fixed 6.1.117

    In the Linux kernel, the following vulnerability has been resolved: signal: restore the override_rlimit logic Prior to commit d64696905554 ("Reimplement RLIMIT_SIGPENDING on top of ucounts") UCOUNT_RLIMIT_SIGPENDING rlimit was not enforced for a class of signals. However now i

  • CVE-2024-50270MedNov 19, 2024
    affected >= 6.8.0, < 6.11.8fixed 6.11.8

    In the Linux kernel, the following vulnerability has been resolved: mm/damon/core: avoid overflow in damon_feed_loop_next_input() damon_feed_loop_next_input() is inefficient and fragile to overflows. Specifically, 'score_goal_diff_bp' calculation can overflow when 'score' is h

  • CVE-2024-50269HigNov 19, 2024
    affected >= 4.14.0, < 4.19.324fixed 4.19.324

    In the Linux kernel, the following vulnerability has been resolved: usb: musb: sunxi: Fix accessing an released usb phy Commit 6ed05c68cbca ("usb: musb: sunxi: Explicitly release USB PHY on exit") will cause that usb phy @glue->xceiv is accessed after released. 1) register pla

  • CVE-2024-50268HigNov 19, 2024
    affected >= 5.6.0, < 5.10.230fixed 5.10.230

    In the Linux kernel, the following vulnerability has been resolved: usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd() The "*cmd" variable can be controlled by the user via debugfs. That means "new_cam" can be as high as 255 while the size of the uc->

  • CVE-2024-50267HigNov 19, 2024
    affected >= 3.7.0, < 4.19.324fixed 4.19.324

    In the Linux kernel, the following vulnerability has been resolved: USB: serial: io_edgeport: fix use after free in debug printk The "dev_dbg(&urb->dev->dev, ..." which happens after usb_free_urb(urb) is a use after free of the "urb" pointer. Store the "dev" pointer at the sta

  • CVE-2024-50266MedNov 19, 2024
    affected >= 6.11.0, < 6.11.8fixed 6.11.8

    In the Linux kernel, the following vulnerability has been resolved: clk: qcom: videocc-sm8350: use HW_CTRL_TRIGGER for vcodec GDSCs A recent change in the venus driver results in a stuck clock on the Lenovo ThinkPad X13s, for example, when streaming video in firefox: video_cc

  • CVE-2024-50265MedNov 19, 2024
    affected >= 2.6.34, < 4.19.324fixed 4.19.324

    In the Linux kernel, the following vulnerability has been resolved: ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove() Syzkaller is able to provoke null-ptr-dereference in ocfs2_xa_remove(): [ 57.319872] (a.out,1161,7):ocfs2_xa_remove:2028 ERROR: s

  • CVE-2024-50264HigNov 19, 2024
    affected >= 4.8.0, < 4.19.324fixed 4.19.324

    In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Initialization of the dangling pointer occurring in vsk->trans During loopback communication, a dangling pointer can be created in vsk->trans, potentially leading to a Use-After-Free condition. T

  • CVE-2023-52921HigNov 19, 2024
    affected >= 6.2.0, < 6.4.11fixed 6.4.11

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix possible UAF in amdgpu_cs_pass1() Since the gang_size check is outside of chunk parsing loop, we need to reset i before we free the chunk data. Suggested by Ye Zhang (@VAR10CK) of Baidu Securit

  • CVE-2024-50263HigNov 11, 2024
    affected >= 6.8.0, < 6.11.7fixed 6.11.7

    In the Linux kernel, the following vulnerability has been resolved: fork: only invoke khugepaged, ksm hooks if no error There is no reason to invoke these hooks early against an mm that is in an incomplete state. The change in commit d24062914837 ("fork: use __mt_dup() to dupl

  • CVE-2024-50262HigNov 9, 2024
    affected >= 4.16.0, < 4.19.323fixed 4.19.323

    In the Linux kernel, the following vulnerability has been resolved: bpf: Fix out-of-bounds write in trie_get_next_key() trie_get_next_key() allocates a node stack with size trie->max_prefixlen, while it writes (trie->max_prefixlen + 1) nodes to the stack when it has full paths

  • CVE-2024-50261HigNov 9, 2024
    affected >= 6.1.0, < 6.1.116fixed 6.1.116

    In the Linux kernel, the following vulnerability has been resolved: macsec: Fix use-after-free while sending the offloading packet KASAN reports the following UAF. The metadata_dst, which is used to store the SCI value for macsec offload, is already freed by metadata_dst_free()

  • CVE-2024-50260MedNov 9, 2024
    affected >= 6.10.0, < 6.11.7fixed 6.11.7

    In the Linux kernel, the following vulnerability has been resolved: sock_map: fix a NULL pointer dereference in sock_map_link_update_prog() The following race condition could trigger a NULL pointer dereference: sock_map_link_detach(): sock_map_link_update_prog(): mutex_loc

  • CVE-2024-50259MedNov 9, 2024
    affected >= 5.13.0, < 5.15.171fixed 5.15.171

    In the Linux kernel, the following vulnerability has been resolved: netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write() This was found by a static analyzer. We should not forget the trailing zero after copy_from_user() if we will further

Page 557 of 713