VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2022-49136HigFeb 26, 2025
    affected >= 5.17.0, < 5.17.3fixed 5.17.3

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is set hci_cmd_sync_queue shall return an error if HCI_UNREGISTER flag has been set as that means hci_unregister_dev has been called so it will like

  • CVE-2022-49135MedFeb 26, 2025
    affected >= 4.19.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak [why] Resource release is needed on the error handling path to prevent memory leak. [how] Fix this by adding kfree on the error handling path.

  • CVE-2022-49134MedFeb 26, 2025
    affected >= 5.4.0, < 5.17.3fixed 5.17.3

    In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum: Guard against invalid local ports When processing events generated by the device's firmware, the driver protects itself from events reported for non-existent local ports, but not for the CPU po

  • CVE-2022-49133MedFeb 26, 2025
    affected >= 5.14.0, < 5.16.20fixed 5.16.20

    In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: svm range restore work deadlock when process exit kfd_process_notifier_release flush svm_range_restore_work which calls svm_range_list_lock_and_flush_work to flush deferred_list work, but if deferre

  • CVE-2022-49132MedFeb 26, 2025
    affected >= 5.11.0, < 5.15.34fixed 5.15.34

    In the Linux kernel, the following vulnerability has been resolved: ath11k: pci: fix crash on suspend if board file is not found Mario reported that the kernel was crashing on suspend if ath11k was not able to find a board file: [ 473.693286] PM: Suspending system (s2idle) [

  • CVE-2022-49131MedFeb 26, 2025
    affected >= 5.6.0, < 5.10.111fixed 5.10.111

    In the Linux kernel, the following vulnerability has been resolved: ath11k: fix kernel panic during unload/load ath11k modules Call netif_napi_del() from ath11k_ahb_free_ext_irq() to fix the following kernel panic when unload/load ath11k modules for few iterations. [ 971.2013

  • CVE-2022-49130MedFeb 26, 2025
    affected >= 5.10.0, < 5.10.111fixed 5.10.111

    In the Linux kernel, the following vulnerability has been resolved: ath11k: mhi: use mhi_sync_power_up() If amss.bin was missing ath11k would crash during 'rmmod ath11k_pci'. The reason for that was that we were using mhi_async_power_up() which does not check any errors. But mh

  • CVE-2022-49129HigFeb 26, 2025
    affected >= 5.13.0, < 5.15.34fixed 5.15.34

    In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: fix crash when startup fails. If the nic fails to start, it is possible that the reset_work has already been scheduled. Ensure the work item is canceled so we do not have use-after-free crash in

  • CVE-2022-49128MedFeb 26, 2025
    affected >= 5.8.0, < 5.15.34fixed 5.15.34

    In the Linux kernel, the following vulnerability has been resolved: drm/bridge: Add missing pm_runtime_put_sync pm_runtime_get_sync() will increase the rumtime PM counter even when it returns an error. Thus a pairing decrement is needed to prevent refcount leak. Fix this by rep

  • CVE-2022-49127HigFeb 26, 2025
    affected >= 5.17.0, < 5.17.3fixed 5.17.3

    In the Linux kernel, the following vulnerability has been resolved: ref_tracker: implement use-after-free detection Whenever ref_tracker_dir_init() is called, mark the struct ref_tracker_dir as dead. Test the dead status from ref_tracker_alloc() and ref_tracker_free() This sh

  • CVE-2022-49126MedFeb 26, 2025
    affected >= 5.14.0, < 5.15.34fixed 5.15.34

    In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix memory leaks Fix memory leaks related to operational reply queue's memory segments which are not getting freed while unloading the driver.

  • CVE-2022-49125MedFeb 26, 2025
    affected >= 5.17.0, < 5.17.3fixed 5.17.3

    In the Linux kernel, the following vulnerability has been resolved: drm/sprd: fix potential NULL dereference 'drm' could be null in sprd_drm_shutdown, and drm_warn maybe dereference it, remove this warning log. v1 -> v2: - Split checking platform_get_resource() return value t

  • CVE-2022-49124MedFeb 26, 2025
    affected >= 2.6.19, < 5.17.3fixed 5.17.3

    In the Linux kernel, the following vulnerability has been resolved: x86/mce: Work around an erratum on fast string copy instructions A rare kernel panic scenario can happen when the following conditions are met due to an erratum on fast string copy instructions: 1) An uncorrec

  • CVE-2022-49123MedFeb 26, 2025
    affected >= 5.17.0, < 5.17.3fixed 5.17.3

    In the Linux kernel, the following vulnerability has been resolved: ath11k: Fix frames flush failure caused by deadlock We are seeing below warnings: kernel: [25393.301506] ath11k_pci 0000:01:00.0: failed to flush mgmt transmit queue 0 kernel: [25398.421509] ath11k_pci 0000:01

  • CVE-2022-49122MedFeb 26, 2025
    affected >= 2.6.12, < 4.9.311fixed 4.9.311

    In the Linux kernel, the following vulnerability has been resolved: dm ioctl: prevent potential spectre v1 gadget It appears like cmd could be a Spectre v1 gadget as it's supplied by a user and used as an array index. Prevent the contents of kernel memory from being leaked to u

  • CVE-2022-49121MedFeb 26, 2025
    affected >= 2.6.33, < 5.10.111fixed 5.10.111

    In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix tag leaks on error In pm8001_chip_set_dev_state_req(), pm8001_chip_fw_flash_update_req(), pm80xx_chip_phy_ctl_req() and pm8001_chip_reg_dev_req() add missing calls to pm8001_tag_free() to free

  • CVE-2022-49120MedFeb 26, 2025
    affected >= 3.10.0, < 5.10.111fixed 5.10.111

    In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix task leak in pm8001_send_abort_all() In pm8001_send_abort_all(), make sure to free the allocated sas task if pm8001_tag_alloc() or pm8001_mpi_build_cmd() fail.

  • CVE-2022-49119MedFeb 26, 2025
    affected >= 2.6.33, < 5.10.111fixed 5.10.111

    In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix memory leak in pm8001_chip_fw_flash_update_req() In pm8001_chip_fw_flash_update_build(), if pm8001_chip_fw_flash_update_build() fails, the struct fw_control_ex allocated must be freed.

  • CVE-2022-49118MedFeb 26, 2025
    affected >= 5.4.0, < 5.10.111fixed 5.10.111

    In the Linux kernel, the following vulnerability has been resolved: scsi: hisi_sas: Free irq vectors in order for v3 HW If the driver probe fails to request the channel IRQ or fatal IRQ, the driver will free the IRQ vectors before freeing the IRQs in free_irq(), and this will c

  • CVE-2022-49117MedFeb 26, 2025
    affected >= 3.19.0, < 5.4.189fixed 5.4.189

    In the Linux kernel, the following vulnerability has been resolved: mips: ralink: fix a refcount leak in ill_acc_of_setup() of_node_put(np) needs to be called when pdev == NULL.

Page 518 of 713