VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2026-74313HigAug 15, 2026
    affected >= 5.15.0, < 5.15.212fixed 5.15.212

    In the Linux kernel, the following vulnerability has been resolved: vduse: hold vduse_lock across IDR lookup in open path vduse_dev_open() looks up struct vduse_dev through the IDR and then acquires dev->lock only after vduse_lock has been dropped. This leaves a window where a

  • CVE-2026-74312HigAug 15, 2026
    affected >= 5.8.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: vhost/vdpa: validate virtqueue index in mmap and fault paths vhost_vdpa_mmap() and vhost_vdpa_fault() use vma->vm_pgoff as a virtqueue index for get_vq_notification(), but they do not validate that the index is

  • CVE-2026-74311HigAug 15, 2026
    affected >= 6.16.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: virtio: rtc: tear down old virtqueues before restore virtio_device_restore() resets the device and restores the negotiated features before calling ->restore(). viortc_freeze() intentionally leaves the existing

  • CVE-2026-74310CriAug 15, 2026
    affected >= 3.1.0, < 6.1.178fixed 6.1.178

    In the Linux kernel, the following vulnerability has been resolved: vhost/net: complete zerocopy ubufs only once vhost-net initializes one ubuf_info per outstanding zerocopy TX descriptor and hands it to the backend socket. The networking stack may then clone a zerocopy skb be

  • CVE-2026-74309CriAug 15, 2026
    affected >= 6.14.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: vdpa/octeon_ep: fix IRQ-to-ring mapping in interrupt handler Look up the IRQ index in oct_hw->irqs instead of assuming irq - irqs[0]. This supports non-contiguous IRQ numbers and avoids incorrect ring indexing

  • CVE-2026-74308Aug 15, 2026
    affected >= 3.8.0, < 6.6.145fixed 6.6.145

    In the Linux kernel, the following vulnerability has been resolved: ext4: fix kernel BUG in ext4_write_inline_data_end When the data=journal mount option is used, the ext4_journalled_write_end() function incorrectly calls ext4_write_inline_data_end() without checking if the EXT

  • CVE-2026-74307Aug 15, 2026
    affected >= 3.18.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: ext4: validate donor file superblock early in EXT4_IOC_MOVE_EXT Reject the EXT4_IOC_MOVE_EXT ioctl early if the donor file does not belong to the same superblock as the original file. Currently, this validatio

  • CVE-2026-74306HigAug 15, 2026
    affected >= 6.10.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: vfio/qat: fix f_pos race in qat_vf_resume_write() qat_vf_resume_write() checks filp->f_pos before taking migf->lock, but copies into the migration-state buffer after taking the lock and re-reading the shared fi

  • CVE-2026-74305HigAug 15, 2026
    affected < 5.15.212fixed 5.15.212

    In the Linux kernel, the following vulnerability has been resolved: bpf: Tighten cgroup storage cookie checks for prog arrays The fix in commit abad3d0bad72 ("bpf: Fix oob access in cgroup local storage") is still incomplete. The prog-array compatibility check treats a program

  • CVE-2026-74304Aug 15, 2026
    affected >= 7.0.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_qca: fix NULL pointer dereference in qca_setup() for non-serdev device hu->serdev is NULL for hci_uart attached via non-serdev paths, but qca_setup() unconditionally calls serdev_device_get_drvda

  • CVE-2026-74303Aug 15, 2026
    affected >= 6.6.0, < 6.6.145fixed 6.6.145

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_qca: fix NULL pointer dereference in qca_dmp_hdr() for non-serdev device hu->serdev is NULL for hci_uart attached via non-serdev paths, but qca_dmp_hdr() unconditionally dereferences hu->serdev->

  • CVE-2026-74302HigAug 15, 2026
    affected >= 6.10.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Fix UAF in hci_unregister_dev() hci_unregister_dev() does not disable cmd_timer and ncmd_timer before the hci_dev structure is freed. If a timeout fires during device teardown, the callback

  • CVE-2026-74301Aug 15, 2026
    affected >= 6.11.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix URB leak in alloc_mtk_intr_urb error path When btmtk_isopkt_pad() fails, the previously allocated URB is not freed, leaking the urb structure. Add usb_free_urb() before returning the error

  • CVE-2026-74300HigAug 15, 2026
    affected >= 5.16.0, < 6.1.178fixed 6.1.178

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci: validate codec capability element length Read Local Codec Capabilities returns a sequence of capability elements. Each element starts with a one-byte length followed by that many payload bytes.

  • CVE-2026-74299Aug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR aging push to queue error flow Aging pools with pinned handles requires moving handles from the active queue to a non-empty inactive queue that might fail on new page allocation, we are curr

  • CVE-2026-74298Aug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix FRMR set pinned push error path Add destruction of FRMR handles in case the push to the pool fails. This prevents resources leak in case pool page allocation fails.

  • CVE-2026-74297HigAug 15, 2026
    affected >= 3.11.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix undefined shift of user RQ WQE size set_rq_size() computes the RQ WQE size as "1 << rq_wqe_shift" based on the user-provided rq_wqe_shift, which is only checked to be greater than 32, so shifts o

  • CVE-2026-74296HigAug 15, 2026
    affected >= 4.16.0, < 6.1.178fixed 6.1.178

    In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Release the HW‑provided UAR index rather than the SW one Free the UAR index returned by the hardware.

  • CVE-2026-74295HigAug 15, 2026
    affected >= 4.6.0, < 5.15.212fixed 5.15.212

    In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: hdac_hdmi: Validate written enum value hdac_hdmi_set_pin_port_mux() uses the written enum value to index the texts array before calling snd_soc_dapm_put_enum_double(), which validates that the val

  • CVE-2026-74294HigAug 15, 2026
    affected >= 5.7.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ASoC: meson: aiu: Validate written enum values The AIU HDMI and internal codec mux put callbacks use the written enum value with snd_soc_enum_item_to_val() before checking whether the value is valid for the enu

Page 22 of 702