VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,027)

  • CVE-2026-72361Aug 15, 2026
    affected >= 6.8.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: drm/xe/hw_engine: Fix double-free of managed BO in error path The error path in hw_engine_init() explicitly frees a BO allocated with xe_managed_bo_create_pin_map() via xe_bo_unpin_map_no_vm(). Since the manage

  • CVE-2026-72360HigAug 15, 2026
    affected >= 6.11.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: drm/xe/pf: Don't attempt to process FAST_REQ or EVENT relays Currently defined VF/PF relay actions use regular REQUEST messages only and the PF shouldn't attempt to handle FAST_REQUEST nor EVENT messages as thi

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

    In the Linux kernel, the following vulnerability has been resolved: drm/xe: fix NPD in bo_meminfo() When a buffer object is purged, its ttm.resource is set to NULL via the TTM pipeline gutting flow. However, the BO remains in the client's object list until userspace explicitly

  • CVE-2026-72358HigAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: drm/xe/pt: prevent invalid cursor access for purged BOs During a page table walk for binding, xe_pt_stage_bind() explicitly skips initializing the xe_res_cursor for purged BOs, treating them similarly to NULL V

  • CVE-2026-72357HigAug 15, 2026
    affected >= 6.18.0, < 6.18.40fixed 6.18.40

    In the Linux kernel, the following vulnerability has been resolved: uprobes/x86: Use proper mm_struct in __in_uprobe_trampoline In the unregister path we use __in_uprobe_trampoline check with current->mm for the VMA lookup, which is wrong, because we are in the tracer context,

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

    In the Linux kernel, the following vulnerability has been resolved: cifs: Fix missing credit release on failure in cifs_issue_read() Fix missing release of credits in the failure path in cifs_issue_read() lest retrying the subreq just overwrites the credits value.

  • CVE-2026-72355CriAug 15, 2026
    affected >= 6.10.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: netfs: Fix barriering when walking subrequest list Fix the barriering used when walking the subrequest list in retry as there's a possibility of seeing a subreq that's just been added by the application thread.

  • CVE-2026-72354HigAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid stale runlist element dereference in MFT writeback ntfs_write_mft_block() maps each $MFT record through the $MFT data runlist. For sub-folio clusters it looks up a struct runlist_element under ni->r

  • CVE-2026-72353HigAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid stale runlist element dereference in fallocate ntfs_attr_fallocate() allocates holes and delayed allocations inside initialized size by looking up the current runlist element under ni->runlist.lock.

  • CVE-2026-72352HigAug 15, 2026
    affected >= 6.3.0, < 6.12.97fixed 6.12.97

    In the Linux kernel, the following vulnerability has been resolved: HID: bpf: Fix hid_bpf_get_data() range check hid_bpf_get_data() returns a pointer into the HID-BPF context data when the caller-provided offset and size fit inside ctx->allocated_size. The current check adds r

  • CVE-2026-72351CriAug 15, 2026
    affected >= 3.19.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: gue: validate REMCSUM private option length GUE private flags can indicate that remote checksum offload metadata is present. The private flags field itself is accounted for by guehdr_flags_len(), but guehdr_pri

  • CVE-2026-72350HigAug 15, 2026
    affected >= 2.6.23, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_u32: reject invalid shift counts u32_match_it() executes rule-supplied shift operands on a 32-bit value. A malformed u32 rule can provide a shift count of 32 or more, triggering an undefined shift

  • CVE-2026-72349Aug 15, 2026
    affected >= 4.10.0, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_rateest: fix u64 truncation in xt_rateest_mt() On links faster than ~34 Gbps, where byte rate may exceed 2^32-1 (~ 4.3 GBps), the comparison result becomes incorrect because the truncated value no

  • CVE-2026-72348CriAug 15, 2026
    affected >= 2.6.12, < 5.10.261fixed 5.10.261

    In the Linux kernel, the following vulnerability has been resolved: netfilter: ip6tables: mark malformed IPv6 extension headers for hotdrop The ah, hbh and rt matches check that the fixed extension header is present, then use the header length field to derive the advertised ext

  • CVE-2026-72347HigAug 15, 2026
    affected >= 4.17.0, < 5.15.212fixed 5.15.212

    In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_connmark: reject invalid shift parameters Revision 2 of the CONNMARK target accepts user-controlled shift parameters and applies them to 32-bit mark values in connmark_tg_shift(). A shift_bits va

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

    In the Linux kernel, the following vulnerability has been resolved: platform/x86: bitland-mifs-wmi: Fix NULL pointer dereference during suspend/resume The driver registers two distinct WMI devices: a control device (BITLAND_WMI_CONTROL) and an event device (BITLAND_WMI_EVENT).

  • CVE-2026-72345HigAug 15, 2026
    affected >= 6.14.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: net/mlx5: LAG, Fix off-by-one in single-FDB error rollback On failure at index i, the reverse cleanup loop in mlx5_lag_create_single_fdb() starts from i, so the failed index itself is rolled back. That can oper

  • CVE-2026-72344HigAug 15, 2026
    affected >= 7.1.0, < 7.1.5fixed 7.1.5

    In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, skip peer flow cleanup when LAG seq is unavailable mlx5_lag_get_dev_seq() will return error when the peer isn't in the LAG or when no device is marked as master. Result bad memory access and kern

  • CVE-2026-72343HigAug 15, 2026
    affected >= 5.17.0, < 6.1.178fixed 6.1.178

    In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix HV VHCA stats zero-sized buffer allocation mlx5e_hv_vhca_stats_create() is called from mlx5e_nic_enable(), before mlx5e_open(). At that point priv->stats_nch is still zero, because it is only eve

  • CVE-2026-72342HigAug 15, 2026
    affected >= 5.4.0, < 6.1.178fixed 6.1.178

    In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix HV VHCA stats agent registration race mlx5e_hv_vhca_stats_create() registers the stats agent through mlx5_hv_vhca_agent_create(). The helper publishes the agent in hv_vhca->agents[type] under age

Page 32 of 702