VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2023-52902MedAug 21, 2024
    affected >= 6.1.0, < 6.1.8fixed 6.1.8

    In the Linux kernel, the following vulnerability has been resolved: nommu: fix memory leak in do_mmap() error path The preallocation of the maple tree nodes may leak if the error path to "error_just_free" is taken. Fix this by moving the freeing of the maple tree nodes to a sh

  • CVE-2023-52901MedAug 21, 2024
    affected >= 3.15.0, < 4.14.304fixed 4.14.304

    In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Check endpoint is valid before dereferencing it When the host controller is not responding, all URBs queued to all endpoints need to be killed. This can cause a kernel panic if we dereference an inva

  • CVE-2023-52900MedAug 21, 2024
    affected >= 2.6.30, < 4.14.304fixed 4.14.304

    In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix general protection fault in nilfs_btree_insert() If nilfs2 reads a corrupted disk image and tries to reads a b-tree node block by calling __nilfs_btree_get_block() against an invalid virtual block a

  • CVE-2023-52899MedAug 21, 2024
    affected >= 4.17.0, < 4.19.271fixed 4.19.271

    In the Linux kernel, the following vulnerability has been resolved: Add exception protection processing for vd in axi_chan_handle_err function Since there is no protection for vd, a kernel panic will be triggered here in exceptional cases. You can refer to the processing of ax

  • CVE-2023-52898MedAug 21, 2024
    affected >= 4.15.0, < 4.19.271fixed 4.19.271

    In the Linux kernel, the following vulnerability has been resolved: xhci: Fix null pointer dereference when host dies Make sure xhci_free_dev() and xhci_kill_endpoint_urbs() do not race and cause null pointer dereference when host suddenly dies. Usb core may call xhci_free_dev

  • CVE-2023-52897MedAug 21, 2024
    affected >= 6.1.0, < 6.1.8fixed 6.1.8

    In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: do not warn on record without old_roots populated [BUG] There are some reports from the mailing list that since v6.1 kernel, the WARN_ON() inside btrfs_qgroup_account_extent() gets triggered duri

  • CVE-2023-52896MedAug 21, 2024
    affected < 5.4.230fixed 5.4.230

    In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between quota rescan and disable leading to NULL pointer deref If we have one task trying to start the quota rescan worker while another one is trying to disable quotas, we can end up hitting a

  • CVE-2023-52895MedAug 21, 2024
    affected >= 6.1.7, < 6.1.8fixed 6.1.8

    In the Linux kernel, the following vulnerability has been resolved: io_uring/poll: don't reissue in case of poll race on multishot request A previous commit fixed a poll race that can occur, but it's only applicable for multishot requests. For a multishot request, we can safely

  • CVE-2023-52894MedAug 21, 2024
    affected >= 4.9.0, < 4.14.304fixed 4.14.304

    In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate() In Google internal bug 265639009 we've received an (as yet) unreproducible crash report from an aarch64 GKI 5.10.149-android13 running device.

  • CVE-2023-52893MedAug 21, 2024
    affected >= 3.0.0, < 4.14.304fixed 4.14.304

    In the Linux kernel, the following vulnerability has been resolved: gsmi: fix null-deref in gsmi_get_variable We can get EFI variables without fetching the attribute, so we must allow for that in gsmi. commit 859748255b43 ("efi: pstore: Omit efivars caching EFI varstore access

  • CVE-2022-48899HigAug 21, 2024
    affected >= 4.4.0, < 4.19.270fixed 4.19.270

    In the Linux kernel, the following vulnerability has been resolved: drm/virtio: Fix GEM handle creation UAF Userspace can guess the handle value and try to race GEM object creation with handle close, resulting in a use-after-free if we dereference the object after dropping the

  • CVE-2022-48898MedAug 21, 2024
    affected >= 5.10.0, < 5.10.164fixed 5.10.164

    In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer There are 3 possible interrupt sources are handled by DP controller, HPDstatus, Controller state changes and Aux read/write transa

  • CVE-2022-48897MedAug 21, 2024
    affected >= 5.19.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: arm64/mm: fix incorrect file_map_count for invalid pmd The page table check trigger BUG_ON() unexpectedly when split hugepage: ------------[ cut here ]------------ kernel BUG at mm/page_table_check.c:119! I

  • CVE-2022-48896MedAug 21, 2024
    affected >= 5.0.0, < 5.4.229fixed 5.4.229

    In the Linux kernel, the following vulnerability has been resolved: ixgbe: fix pci device refcount leak As the comment of pci_get_domain_bus_and_slot() says, it returns a PCI device with refcount incremented, when finish using it, the caller must decrement the reference count b

  • CVE-2022-48895MedAug 21, 2024
    affected >= 6.1.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Don't unregister on shutdown Michael Walle says he noticed the following stack trace while performing a shutdown with "reboot -f". He suggests he got "lucky" and just hit the correct spot for th

  • CVE-2022-48894MedAug 21, 2024
    affected >= 6.1.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu-v3: Don't unregister on shutdown Similar to SMMUv2, this driver calls iommu_device_unregister() from the shutdown path, which removes the IOMMU groups with no coordination whatsoever with their u

  • CVE-2022-48893MedAug 21, 2024
    affected >= 5.6.0, < 5.10.237fixed 5.10.237

    In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: Cleanup partial engine discovery failures If we abort driver initialisation in the middle of gt/engine discovery, some engines will be fully setup and some not. Those incompletely setup engines onl

  • CVE-2022-48892HigAug 21, 2024
    affected >= 5.15.0, < 5.15.89fixed 5.15.89

    In the Linux kernel, the following vulnerability has been resolved: sched/core: Fix use-after-free bug in dup_user_cpus_ptr() Since commit 07ec77a1d4e8 ("sched: Allow task CPU affinity to be restricted on asymmetric systems"), the setting and clearing of user_cpus_ptr are done

  • CVE-2022-48891MedAug 21, 2024
    affected >= 3.17.0, < 4.14.303fixed 4.14.303

    In the Linux kernel, the following vulnerability has been resolved: regulator: da9211: Use irq handler when ready If the system does not come from reset (like when it is kexec()), the regulator might have an IRQ waiting for us. If we enable the IRQ handler before its structure

  • CVE-2022-48890MedAug 21, 2024
    affected >= 5.17.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VM storvsc_queuecommand() maps the scatter/gather list using scsi_dma_map(), which in a confidential VM allocates swiotlb bounce buffers. If the I/O

Page 599 of 706