VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,255)

  • CVE-2024-53095CriNov 21, 2024
    affected >= 4.2.0, < 6.6.62fixed 6.6.62

    In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix use-after-free of network namespace. Recently, we got a customer report that CIFS triggers oops while reconnecting to a server. [0] The workload runs on Kubernetes, and some pods mount CIFS s

  • CVE-2024-53094CriNov 21, 2024
    affected >= 5.3.0, < 6.6.62fixed 6.6.62

    In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES While running ISER over SIW, the initiator machine encounters a warning from skb_splice_from_iter() indicating that a slab page is being used in sen

  • CVE-2024-53093HigNov 21, 2024
    affected >= 4.15.0, < 6.1.118fixed 6.1.118

    In the Linux kernel, the following vulnerability has been resolved: nvme-multipath: defer partition scanning We need to suppress the partition scan from occuring within the controller's scan_work context. If a path error occurs here, the IO will wait until a path becomes availa

  • CVE-2024-53092HigNov 21, 2024
    affected >= 6.11.0, < 6.11.9fixed 6.11.9

    In the Linux kernel, the following vulnerability has been resolved: virtio_pci: Fix admin vq cleanup by using correct info pointer vp_modern_avq_cleanup() and vp_del_vqs() clean up admin vq resources by virtio_pci_vq_info pointer. The info pointer of admin vq is stored in vp_de

  • CVE-2024-53091HigNov 21, 2024
    affected >= 5.15.0, < 6.6.62fixed 6.6.62

    In the Linux kernel, the following vulnerability has been resolved: bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx As the introduction of the support for vsock and unix sockets in sockmap, tls_sw_has_ctx_tx/rx cannot presume the socket passed in must be IS_ICSK.

  • CVE-2024-53090HigNov 21, 2024
    affected >= 4.15.0, < 6.11.9fixed 6.11.9

    In the Linux kernel, the following vulnerability has been resolved: afs: Fix lock recursion afs_wake_up_async_call() can incur lock recursion. The problem is that it is called from AF_RXRPC whilst holding the ->notify_lock, but it tries to take a ref on the afs_call struct in

  • CVE-2024-53089MedNov 21, 2024
    affected >= 5.19.0, < 6.11.9fixed 6.11.9

    In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Mark hrtimer to expire in hard interrupt context Like commit 2c0d278f3293f ("KVM: LAPIC: Mark hrtimer to expire in hard interrupt context") and commit 9090825fa9974 ("KVM: arm/arm64: Let the tim

  • CVE-2024-53088HigNov 19, 2024
    affected >= 4.10.0, < 5.15.172fixed 5.15.172

    In the Linux kernel, the following vulnerability has been resolved: i40e: fix race condition by adding filter's intermediate sync state Fix a race condition in the i40e driver that leads to MAC/VLAN filters becoming corrupted and leaking. Address the issue that occurs under hea

  • CVE-2024-53087MedNov 19, 2024
    affected >= 6.8.0, < 6.11.8fixed 6.11.8

    In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix possible exec queue leak in exec IOCTL In a couple of places after an exec queue is looked up the exec IOCTL returns on input errors without dropping the exec queue ref. Fix this ensuring the exec q

  • CVE-2024-53086MedNov 19, 2024
    affected >= 6.10.0, < 6.11.8fixed 6.11.8

    In the Linux kernel, the following vulnerability has been resolved: drm/xe: Drop VM dma-resv lock on xe_sync_in_fence_get failure in exec IOCTL Upon failure all locks need to be dropped before returning to the user. (cherry picked from commit 7d1a4258e602ffdce529f56686925034c1

  • CVE-2024-53085MedNov 19, 2024
    affected >= 6.4.0, < 6.6.64fixed 6.6.64

    In the Linux kernel, the following vulnerability has been resolved: tpm: Lock TPM chip in tpm_pm_suspend() first Setting TPM_CHIP_FLAG_SUSPENDED in the end of tpm_pm_suspend() can be racy according, as this leaves window for tpm_hwrng_read() to be called while the operation is

  • CVE-2024-53084MedNov 19, 2024
    affected >= 6.8.0, < 6.11.8fixed 6.11.8

    In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Break an object reference loop When remaining resources are being cleaned up on driver close, outstanding VM mappings may result in resources being leaked, due to an object reference loop, as s

  • CVE-2024-53083MedNov 19, 2024
    affected >= 6.5.0, < 6.6.61fixed 6.6.61

    In the Linux kernel, the following vulnerability has been resolved: usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlier If the read of USB_PDPHY_RX_ACKNOWLEDGE_REG failed, then hdr_len and txbuf_len are uninitialized. This commit stops to print uninitialized value an

  • CVE-2024-53082HigNov 19, 2024
    affected >= 5.18.0, < 6.1.117fixed 6.1.117

    In the Linux kernel, the following vulnerability has been resolved: virtio_net: Add hash_key_length check Add hash_key_length check in virtnet_probe() to avoid possible out of bound errors when setting/reading the hash key.

  • CVE-2024-53081MedNov 19, 2024
    affected >= 6.0.0, < 6.1.117fixed 6.1.117

    In the Linux kernel, the following vulnerability has been resolved: media: ar0521: don't overflow when checking PLL values The PLL checks are comparing 64 bit integers with 32 bit ones, as reported by Coverity. Depending on the values of the variables, this may underflow. Fix

  • CVE-2024-53080HigNov 19, 2024
    affected >= 6.10.0, < 6.11.8fixed 6.11.8

    In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Lock XArray when getting entries for the VM Similar to commit cac075706f29 ("drm/panthor: Fix race when converting group handle to group object") we need to use the XArray's internal locking when r

  • CVE-2024-53079HigNov 19, 2024
    affected >= 5.4.0, < 6.6.62fixed 6.6.62

    In the Linux kernel, the following vulnerability has been resolved: mm/thp: fix deferred split unqueue naming and locking Recent changes are putting more pressure on THP deferred split queues: under load revealing long-standing races, causing list_del corruptions, "Bad page sta

  • CVE-2024-53078MedNov 19, 2024
    affected >= 6.11.0, < 6.11.7fixed 6.11.7

    In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs IS_ERR() check in probe() The iommu_paging_domain_alloc() function doesn't return NULL pointers, it returns error pointers. Update the check to match.

  • CVE-2024-53077MedNov 19, 2024
    affected >= 6.11.0, < 6.11.7fixed 6.11.7

    In the Linux kernel, the following vulnerability has been resolved: rpcrdma: Always release the rpcrdma_device's xa_array Dai pointed out that the xa_init_flags() in rpcrdma_add_one() needs to have a matching xa_destroy() in rpcrdma_remove_one() to release underlying memory tha

  • CVE-2024-53076HigNov 19, 2024
    affected >= 6.4.0, < 6.6.60fixed 6.6.60

    In the Linux kernel, the following vulnerability has been resolved: iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_scale_table() If per_time_scales[i] or per_time_gains[i] kcalloc fails in the for loop of iio_gts_build_avail_scale_table(), the err_f

Page 553 of 713