VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2026-74533HigAug 15, 2026
    affected >= 6.13.0, < 7.1.8fixed 7.1.8

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: fix race of kfree vs kref_get_unless_zero hci_conn::iso_data is accessed and modified without lock or RCU. This leads to a race [Task hdev->workqueue] [Task 2] iso_recv

  • CVE-2026-74532Aug 15, 2026
    affected >= 6.4.0, < 6.6.151fixed 6.6.151

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Validate length before parsing diagnostics TLV btintel_diagnostics() accesses tlv->val[0] without first validating that the diagnostics VSE is long enough to contain that field, so may cause

  • CVE-2026-74531HigAug 15, 2026
    affected < 6.6.151fixed 6.6.151

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: hold conn reference in abort_conn_sync() There is theoretical UAF if the conn is freed while the hci_sync task is running. Hold refcount to avoid that.

  • CVE-2026-74530HigAug 15, 2026
    affected >= 6.15.0, < 7.1.8fixed 7.1.8

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold conn in hci_connect_big_sync() callback There is theoretical UAF if the conn is freed while the hci_sync task is running. Hold refcount to avoid that. Handle NULL hcon, return 0 + do

  • CVE-2026-74529HigAug 15, 2026
    affected >= 6.15.0, < 7.1.8fixed 7.1.8

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callback There is theoretical UAF if the conn is freed while the hci_sync task is running. Hold refcount to avoid that.

  • CVE-2026-74528HigAug 15, 2026
    affected >= 6.19.0, < 7.1.8fixed 7.1.8

    In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: hold conn in hci_past_sync() callback Avoids giving freed pointers to hci_conn_valid(), which kmalloc may have reused. Hold refcount to avoid that.

  • CVE-2026-74527HigAug 15, 2026
    affected >= 4.20.0, < 7.1.8fixed 7.1.8

    In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Block VFs from clobbering special CGX PKIND state PF and VF NIX LFs that share a CGX LMAC reuse the same hardware PKIND programming. When HiGig2 or EDSA parsing is enabled, a VF NIX LF alloc must

  • CVE-2026-74526Aug 15, 2026
    affected >= 7.0.0, < 7.1.8fixed 7.1.8

    In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix potential deadlock in mpi3mr_fault_uevent_emit mpi3mr_fault_uevent_emit() runs from the fault watchdog and reset paths where host I/O may already be blocked. GFP_KERNEL allocations here, both

  • CVE-2026-74525Aug 15, 2026
    affected >= 3.15.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: net: sxgbe: free TX rings on RX allocation failure When RX descriptor ring allocation fails, init_dma_desc_rings() only frees the partially allocated RX rings and returns. The TX rings that were allocated earli

  • CVE-2026-74524Aug 15, 2026
    affected >= 6.11.0, < 6.12.103fixed 6.12.103

    In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Fix out-of-bounds page-table walk during memory hot-remove remove_pud_mapping() and remove_p4d_mapping() obtain a child table base with pud_offset(p4dp, 0) and p4d_offset(pgd, 0), then add the index

  • CVE-2026-74523HigAug 15, 2026
    affected >= 5.9.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: qede: sync udp_tunnel ports outside qede_lock in the recovery path A TX timeout on a qede NIC that has VXLAN/GENEVE tunnel ports configured wedges the rtnetlink control plane of the whole machine: NETDEV WAT

  • CVE-2026-74522HigAug 15, 2026
    affected >= 5.18.0, < 6.1.183fixed 6.1.183

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in __close_file_table_ids() A ksmbd_file can remain alive after logical close while another session holds a temporary reference obtained through ksmbd_lookup_fd_inode(). ksmbd_close_fd

  • CVE-2026-74521CriAug 15, 2026
    affected >= 5.15.0, < 7.1.8fixed 7.1.8

    In the Linux kernel, the following vulnerability has been resolved: ksmbd: use memcmp() to compare ClientGUIDs ClientGUID is a fixed-size binary value and can contain embedded NUL bytes. strncmp() stops comparing at the first NUL byte, so different ClientGUID values can incorre

  • CVE-2026-74520HigAug 15, 2026
    affected >= 6.11.0, < 6.18.44fixed 6.18.44

    In the Linux kernel, the following vulnerability has been resolved: iommu/iommufd: Fix IOPF group ownership UAF iopf_group_alloc() links each last-page IOPF group into the generic IOPF pending list before invoking the domain fault handler. iommufd_fault_iopf_handler() also queu

  • CVE-2026-74519HigAug 15, 2026
    affected >= 5.5.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: pinctrl: devicetree: don't free uninitialized dev_name on error path dt_remember_or_free_map() duplicates dev_name for each map entry. If kstrdup_const() fails, dt_free_map() frees dev_name in all num_maps entr

  • CVE-2026-74518HigAug 15, 2026
    affected >= 5.10.0, < 5.10.265fixed 5.10.265

    In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix list corruption in allocate_file_region_entries() allocate_file_region_entries() tops up resv->region_cache with freshly allocated file_region descriptors. The allocation uses GFP_KERNEL, so re

  • CVE-2026-74517CriAug 15, 2026
    affected < 6.12.105fixed 6.12.105

    In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUs Cancel (and flush) the I/O APIC's delayed EOI handling work during the "pre VM destroy" phase, before vCPUs are destroyed, as processing th

  • CVE-2026-74516HigAug 15, 2026
    affected >= 6.0.0, < 6.1.183fixed 6.1.183

    In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is active Always update x2APIC MSR intercepts for L1 when AVIC is deactivated, even if L2 is active and KVM is using a separate MSR bitmap to

  • CVE-2026-74515HigAug 15, 2026
    affected >= 6.0.0, < 6.1.183fixed 6.1.183

    In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Reject adapter interrupt forwarding if already enabled The MPCIFC instruction doesn't allow registering adapter interrupts without first unregistering. So reject any request to enable interrupt

  • CVE-2026-74514Aug 15, 2026
    affected >= 6.0.0, < 6.1.184fixed 6.1.184

    In the Linux kernel, the following vulnerability has been resolved: KVM: s390: pci: Fix memory accounting for pinned/unpinned pages The account_mem() and unaccount_mem() functions call get_uid() which increments the reference count of struct user_struct on every invocation. But

Page 11 of 702