VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2024-54193MedJan 11, 2025
    affected >= 6.7.0, < 6.12.7fixed 6.12.7

    In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix WARN in ivpu_ipc_send_receive_internal() Move pm_runtime_set_active() to ivpu_pm_init() so when ivpu_ipc_send_receive_internal() is executed before ivpu_pm_enable() it already has correct runtim

  • CVE-2024-54191MedJan 11, 2025
    affected >= 6.12.2, < 6.12.6fixed 6.12.6

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in iso_conn_big_sync This fixes the circular locking dependency warning below, by reworking iso_sock_recvmsg, to ensure that the socket lock is always released before calling a

  • CVE-2024-53690MedJan 11, 2025
    affected >= 2.6.30, < 5.4.289fixed 5.4.289

    In the Linux kernel, the following vulnerability has been resolved: nilfs2: prevent use of deleted inode syzbot reported a WARNING in nilfs_rmdir. [1] Because the inode bitmap is corrupted, an inode with an inode number that should exist as a ".nilfs" file was reassigned by ni

  • CVE-2024-53687MedJan 11, 2025
    affected >= 5.14.0, < 6.6.67fixed 6.6.67

    In the Linux kernel, the following vulnerability has been resolved: riscv: Fix IPIs usage in kfence_protect_page() flush_tlb_kernel_range() may use IPIs to flush the TLBs of all the cores, which triggers the following warning when the irqs are disabled: [ 3.455330] WARNING:

  • CVE-2024-53685MedJan 11, 2025
    affected >= 2.6.34, < 5.10.234fixed 5.10.234

    In the Linux kernel, the following vulnerability has been resolved: ceph: give up on paths longer than PATH_MAX If the full path to be built by ceph_mdsc_build_path() happens to be longer than PATH_MAX, then this function will enter an endless (retry) loop, effectively blocking

  • CVE-2024-53682MedJan 11, 2025
    affected >= 6.10.0, < 6.12.6fixed 6.12.6

    In the Linux kernel, the following vulnerability has been resolved: regulator: axp20x: AXP717: set ramp_delay AXP717 datasheet says that regulator ramp delay is 15.625 us/step, which is 10mV in our case. Add a AXP_DESC_RANGES_DELAY macro and update AXP_DESC_RANGES macro to exp

  • CVE-2024-53680MedJan 11, 2025
    affected >= 2.6.12, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init() Under certain kernel configurations when building with Clang/LLVM, the compiler does not generate a return or jump as the terminator instr

  • CVE-2024-52332HigJan 11, 2025
    affected >= 2.6.29, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: igb: Fix potential invalid memory access in igb_init_module() The pci_register_driver() can fail and when this happened, the dca_notifier needs to be unregistered, otherwise the dca_notifier can be called when

  • CVE-2024-52319HigJan 11, 2025
    affected >= 6.11.0, < 6.12.7fixed 6.12.7

    In the Linux kernel, the following vulnerability has been resolved: mm: use aligned address in clear_gigantic_page() In current kernel, hugetlb_no_page() calls folio_zero_user() with the fault address. Where the fault address may be not aligned with the huge page size. Then,

  • CVE-2024-51729HigJan 11, 2025
    affected >= 6.11.0, < 6.12.7fixed 6.12.7

    In the Linux kernel, the following vulnerability has been resolved: mm: use aligned address in copy_user_gigantic_page() In current kernel, hugetlb_wp() calls copy_user_large_folio() with the fault address. Where the fault address may be not aligned with the huge page size. T

  • CVE-2024-50051HigJan 11, 2025
    affected >= 3.1.0, < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: Add cancel_work_sync before module remove If we remove the module which will call mpc52xx_spi_remove it will free 'ms' through spi_unregister_controller. while the work ms->work will be used. The

  • CVE-2024-49573HigJan 11, 2025
    affected >= 6.12.0, < 6.12.7fixed 6.12.7

    In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix NEXT_BUDDY Adam reports that enabling NEXT_BUDDY insta triggers a WARN in pick_next_entity(). Moving clear_buddies() up before the delayed dequeue bits ensures no ->next buddy becomes delayed.

  • CVE-2024-49571CriJan 11, 2025
    affected >= 4.16.0, < 5.10.233fixed 5.10.233

    In the Linux kernel, the following vulnerability has been resolved: net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg When receiving proposal msg in server, the field iparea_offset and the field ipv6_prefixes_cnt in proposal msg are from the remote

  • CVE-2024-49569HigJan 11, 2025
    affected >= 5.12.0, < 6.6.88fixed 6.6.88

    In the Linux kernel, the following vulnerability has been resolved: nvme-rdma: unquiesce admin_q before destroy it Kernel will hang on destroy admin_q while we create ctrl failed, such as following calltrace: PID: 23644 TASK: ff2d52b40f439fc0 CPU: 2 COMMAND: "nvme" #0

  • CVE-2024-49568CriJan 11, 2025
    affected >= 5.10.0, < 6.6.68fixed 6.6.68

    In the Linux kernel, the following vulnerability has been resolved: net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg When receiving proposal msg in server, the fields v2_ext_offset/ eid_cnt/ism_gid_cnt in proposal msg are from the remote client and c

  • CVE-2024-48881MedJan 11, 2025
    affected < 5.4.287fixed 5.4.287

    In the Linux kernel, the following vulnerability has been resolved: bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again Commit 028ddcac477b ("bcache: Remove unnecessary NULL point check in node allocations") leads a NULL pointer deference in cache_set_flush(). 1721

  • CVE-2024-48876MedJan 11, 2025
    affected >= 6.8.0, < 6.12.5fixed 6.12.5

    In the Linux kernel, the following vulnerability has been resolved: stackdepot: fix stack_depot_save_flags() in NMI context Per documentation, stack_depot_save_flags() was meant to be usable from NMI context if STACK_DEPOT_FLAG_CAN_ALLOC is unset. However, it still would try t

  • CVE-2024-48875MedJan 11, 2025
    affected >= 6.7.0, < 6.12.5fixed 6.12.5

    In the Linux kernel, the following vulnerability has been resolved: btrfs: don't take dev_replace rwsem on task already holding it Running fstests btrfs/011 with MKFS_OPTIONS="-O rst" to force the usage of the RAID stripe-tree, we get the following splat from lockdep: BTRFS i

  • CVE-2024-48873MedJan 11, 2025
    affected >= 6.4.0, < 6.6.66fixed 6.6.66

    In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: check return value of ieee80211_probereq_get() for RNR The return value of ieee80211_probereq_get() might be NULL, so check it before using to avoid NULL pointer access. Addresses-Coverity-ID: 152

  • CVE-2024-47809MedJan 11, 2025
    affected >= 2.6.30, < 5.15.209fixed 5.15.209

    In the Linux kernel, the following vulnerability has been resolved: dlm: fix possible lkb_resource null dereference This patch fixes a possible null pointer dereference when this function is called from request_lock() as lkb->lkb_resource is not assigned yet, only after validat

Page 532 of 713