VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2024-50216MedNov 9, 2024
    affected >= 6.3.0, < 6.6.60fixed 6.6.60

    In the Linux kernel, the following vulnerability has been resolved: xfs: fix finding a last resort AG in xfs_filestream_pick_ag When the main loop in xfs_filestream_pick_ag fails to find a suitable AG it tries to just pick the online AG. But the loop for that uses args->pag as

  • CVE-2024-50215HigNov 9, 2024
    affected >= 6.0.0, < 6.1.116fixed 6.1.116

    In the Linux kernel, the following vulnerability has been resolved: nvmet-auth: assign dh_key to NULL after kfree_sensitive ctrl->dh_key might be used across multiple calls to nvmet_setup_dhgroup() for the same controller. So it's better to nullify it after release on error pat

  • CVE-2024-50214MedNov 9, 2024
    affected >= 6.11.0, < 6.11.7fixed 6.11.7

    In the Linux kernel, the following vulnerability has been resolved: drm/connector: hdmi: Fix memory leak in drm_display_mode_from_cea_vic() modprobe drm_connector_test and then rmmod drm_connector_test, the following memory leak occurs. The `mode` allocated in drm_mode_duplica

  • CVE-2024-50213MedNov 9, 2024
    affected >= 6.11.0, < 6.11.7fixed 6.11.7

    In the Linux kernel, the following vulnerability has been resolved: drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic() modprobe drm_hdmi_state_helper_test and then rmmod it, the following memory leak occurs. The `mode` allocated in drm_mode_duplicate() called

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

    In the Linux kernel, the following vulnerability has been resolved: lib: alloc_tag_module_unload must wait for pending kfree_rcu calls Ben Greear reports following splat: ------------[ cut here ]------------ net/netfilter/nf_nat_core.c:1114 module nf_nat func:nf_nat_register_

  • CVE-2024-50211HigNov 8, 2024
    affected >= 2.6.12, < 6.6.59fixed 6.6.59

    In the Linux kernel, the following vulnerability has been resolved: udf: refactor inode_bmap() to handle error Refactor inode_bmap() to handle error since udf_next_aext() can return error now. On situations like ftruncate, udf_extend_file() can now detect errors and bail out ea

  • CVE-2024-50210MedNov 8, 2024
    affected >= 5.10.228, < 5.10.229fixed 5.10.229

    In the Linux kernel, the following vulnerability has been resolved: posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime() If get_clock_desc() succeeds, it calls fget() for the clockid's fd, and get the clk->rwsem read lock, so the error path should release the

  • CVE-2024-50209HigNov 8, 2024
    affected >= 5.7.0, < 5.10.229fixed 5.10.229

    In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Add a check for memory allocation __alloc_pbl() can return error when memory allocation fails. Driver is not checking the status on one of the instances.

  • CVE-2024-50208HigNov 8, 2024
    affected >= 5.7.0, < 5.10.229fixed 5.10.229

    In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages Avoid memory corruption while setting up Level-2 PBL pages for the non MR resources when num_pages > 256K. There will be a single PDE page address (co

  • CVE-2024-50207HigNov 8, 2024
    affected >= 6.8.0, < 6.11.6fixed 6.11.6

    In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix reader locking when changing the sub buffer order The function ring_buffer_subbuf_order_set() updates each ring_buffer_per_cpu and installs new sub buffers that match the requested page order.

  • CVE-2024-50206CriNov 8, 2024
    affected >= 6.10.0, < 6.11.6fixed 6.11.6

    In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_eth_soc: fix memory corruption during fq dma init The loop responsible for allocating up to MTK_FQ_DMA_LENGTH buffers must only touch as many descriptors, otherwise it ends up corrupting unre

  • CVE-2024-50205MedNov 8, 2024
    affected >= 4.20.0, < 5.4.285fixed 5.4.285

    In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-lib: Avoid division by zero in apply_constraint_to_size() The step variable is initialized to zero. It is changed in the loop, but if it's not changed it will remain zero. Add a variable check be

  • CVE-2024-50204MedNov 8, 2024
    affected >= 6.11.0, < 6.11.6fixed 6.11.6

    In the Linux kernel, the following vulnerability has been resolved: fs: don't try and remove empty rbtree node When copying a namespace we won't have added the new copy into the namespace rbtree until after the copy succeeded. Calling free_mnt_ns() will try to remove the copy f

  • CVE-2024-50203HigNov 8, 2024
    affected >= 6.11.0, < 6.11.6fixed 6.11.6

    In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Fix address emission with tag-based KASAN enabled When BPF_TRAMP_F_CALL_ORIG is enabled, the address of a bpf_tramp_image struct on the stack is passed during the size calculation pass and an addres

  • CVE-2024-50202MedNov 8, 2024
    affected >= 2.6.30, < 4.19.323fixed 4.19.323

    In the Linux kernel, the following vulnerability has been resolved: nilfs2: propagate directory read errors from nilfs_find_entry() Syzbot reported that a task hang occurs in vcs_open() during a fuzzing test for nilfs2. The root cause of this problem is that in nilfs_find_entr

  • CVE-2024-50201MedNov 8, 2024
    affected >= 5.8.0, < 5.10.228fixed 5.10.228

    In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Fix encoder->possible_clones Include the encoder itself in its possible_clones bitmask. In the past nothing validated that drivers were populating possible_clones correctly, but that changed in comm

  • CVE-2024-50200HigNov 8, 2024
    affected >= 6.1.0, < 6.1.114fixed 6.1.114

    In the Linux kernel, the following vulnerability has been resolved: maple_tree: correct tree corruption on spanning store Patch series "maple_tree: correct tree corruption on spanning store", v3. There has been a nasty yet subtle maple tree corruption bug that appears to have

  • CVE-2024-50199MedNov 8, 2024
    affected >= 2.6.36, < 5.4.285fixed 5.4.285

    In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: skip HugeTLB pages for unuse_vma I got a bad pud error and lost a 1GB HugeTLB when calling swapoff. The problem can be reproduced by the following steps: 1. Allocate an anonymous 1GB HugeTLB and

  • CVE-2024-50198MedNov 8, 2024
    affected >= 5.5.0, < 5.10.228fixed 5.10.228

    In the Linux kernel, the following vulnerability has been resolved: iio: light: veml6030: fix IIO device retrieval from embedded device The dev pointer that is received as an argument in the in_illuminance_period_available_show function references the device embedded in the IIO

  • CVE-2024-50197MedNov 8, 2024
    affected >= 6.8.0, < 6.11.5fixed 6.11.5

    In the Linux kernel, the following vulnerability has been resolved: pinctrl: intel: platform: fix error path in device_for_each_child_node() The device_for_each_child_node() loop requires calls to fwnode_handle_put() upon early returns to decrement the refcount of the child nod

Page 560 of 713