VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,119)

  • CVE-2022-48908MedAug 22, 2024
    affected >= 3.18.0, < 4.9.305fixed 4.9.305

    In the Linux kernel, the following vulnerability has been resolved: net: arcnet: com20020: Fix null-ptr-deref in com20020pci_probe() During driver initialization, the pointer of card info, i.e. the variable 'ci' is required. However, the definition of 'com20020pci_id_table' rev

  • CVE-2022-48907MedAug 22, 2024
    affected >= 5.11.0, < 5.15.27fixed 5.15.27

    In the Linux kernel, the following vulnerability has been resolved: auxdisplay: lcd2s: Fix memory leak in ->remove() Once allocated the struct lcd2s_data is never freed. Fix the memory leak by switching to devm_kzalloc().

  • CVE-2022-48906MedAug 22, 2024
    affected >= 5.13.0, < 5.15.27fixed 5.15.27

    In the Linux kernel, the following vulnerability has been resolved: mptcp: Correctly set DATA_FIN timeout when number of retransmits is large Syzkaller with UBSAN uncovered a scenario where a large number of DATA_FIN retransmits caused a shift-out-of-bounds in the DATA_FIN time

  • CVE-2022-48905MedAug 22, 2024
    affected >= 4.18.0, < 4.19.233fixed 4.19.233

    In the Linux kernel, the following vulnerability has been resolved: ibmvnic: free reset-work-item when flushing Fix a tiny memory leak when flushing the reset work queue.

  • CVE-2022-48904MedAug 22, 2024
    affected >= 5.12.0, < 5.15.27fixed 5.15.27

    In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix I/O page table memory leak The current logic updates the I/O page table mode for the domain before calling the logic to free memory used for the page table. This results in IOMMU page table memor

  • CVE-2022-48903MedAug 22, 2024
    affected >= 5.12.0, < 5.15.27fixed 5.15.27

    In the Linux kernel, the following vulnerability has been resolved: btrfs: fix relocation crash due to premature return from btrfs_commit_transaction() We are seeing crashes similar to the following trace: [38.969182] WARNING: CPU: 20 PID: 2105 at fs/btrfs/relocation.c:4070 bt

  • CVE-2022-48902MedAug 22, 2024
    affected >= 3.4.0, < 5.15.27fixed 5.15.27

    In the Linux kernel, the following vulnerability has been resolved: btrfs: do not WARN_ON() if we have PageError set Whenever we do any extent buffer operations we call assert_eb_page_uptodate() to complain loudly if we're operating on an non-uptodate page. Our overnight tests

  • CVE-2022-48901MedAug 22, 2024
    affected >= 3.10.0, < 5.15.27fixed 5.15.27

    In the Linux kernel, the following vulnerability has been resolved: btrfs: do not start relocation until in progress drops are done We hit a bug with a recovering relocation on mount for one of our file systems in production. I reproduced this locally by injecting errors into

  • CVE-2023-52914MedAug 21, 2024
    affected >= 6.0.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: io_uring/poll: add hash if ready poll request can't complete inline If we don't, then we may lose access to it completely, leading to a request leak. This will eventually stall the ring exit process as well.

  • CVE-2023-52913HigAug 21, 2024
    affected >= 5.10.0, < 5.15.171fixed 5.15.171

    In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix potential context UAFs gem_context_register() makes the context visible to userspace, and which point a separate thread can trigger the I915_GEM_CONTEXT_DESTROY ioctl. So we need to ensure that no

  • CVE-2023-52912MedAug 21, 2024
    affected >= 5.19.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fixed bug on error when unloading amdgpu Fixed bug on error when unloading amdgpu. The error message is as follows: [ 377.706202] kernel BUG at drivers/gpu/drm/drm_buddy.c:278! [ 377.706215] inva

  • CVE-2023-52911MedAug 21, 2024
    affected >= 6.1.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: drm/msm: another fix for the headless Adreno GPU Fix another oops reproducible when rebooting the board with the Adreno GPU working in the headless mode (e.g. iMX platforms). Unable to handle kernel NULL point

  • CVE-2023-52910HigAug 21, 2024
    affected >= 5.11.0, < 5.15.89fixed 5.15.89

    In the Linux kernel, the following vulnerability has been resolved: iommu/iova: Fix alloc iova overflows issue In __alloc_and_insert_iova_range, there is an issue that retry_pfn overflows. The value of iovad->anchor.pfn_hi is ~0UL, then when iovad->cached_node is iovad->anchor,

  • CVE-2023-52909HigAug 21, 2024
    affected >= 5.19.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: nfsd: fix handling of cached open files in nfsd4_open codepath Commit fb70bf124b05 ("NFSD: Instantiate a struct file when creating a regular NFSv4 file") added the ability to cache an open fd over a compound. T

  • CVE-2023-52908MedAug 21, 2024
    affected >= 6.1.5, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix potential NULL dereference Fix potential NULL dereference, in the case when "man", the resource manager might be NULL, when/if we print debug information.

  • CVE-2023-52907HigAug 21, 2024
    affected >= 3.1.0, < 4.14.303fixed 4.14.303

    In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame() Fix a use-after-free that occurs in hcd when in_urb sent from pn533_usb_send_frame() is completed earlier than out_urb. Its callback frees the

  • CVE-2023-52906HigAug 21, 2024
    affected >= 5.3.0, < 5.4.229fixed 5.4.229

    In the Linux kernel, the following vulnerability has been resolved: net/sched: act_mpls: Fix warning during failed attribute validation The 'TCA_MPLS_LABEL' attribute is of 'NLA_U32' type, but has a validation type of 'NLA_VALIDATE_FUNCTION'. This is an invalid combination acco

  • CVE-2023-52905MedAug 21, 2024
    affected >= 5.15.0, < 6.1.7fixed 6.1.7

    In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix resource leakage in VF driver unbind resources allocated like mcam entries to support the Ntuple feature and hash tables for the tc feature are not getting freed in driver unbind. This patch f

  • CVE-2023-52904MedAug 21, 2024
    affected >= 5.15.152, < 5.15.168fixed 5.15.168

    In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix possible NULL pointer dereference in snd_usb_pcm_has_fixed_rate() The subs function argument may be NULL, so do not use it before the NULL check.

  • CVE-2023-52903HigAug 21, 2024
    affected >= 5.1.0, < 5.10.165fixed 5.10.165

    In the Linux kernel, the following vulnerability has been resolved: io_uring: lock overflowing for IOPOLL syzbot reports an issue with overflow filling for IOPOLL: WARNING: CPU: 0 PID: 28 at io_uring/io_uring.c:734 io_cqring_event_overflow+0x1c0/0x230 io_uring/io_uring.c:734 C

Page 598 of 706