VYPR

linux package

kernel

pkg:linux/kernel

Vulnerabilities (14,254)

  • CVE-2026-64094MedJul 19, 2026
    affected >= 3.5.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: avoid NULL-ptr deref for claim via dropped interface Without rtnl_lock held, a hardif might be retrieved as primary interface of a meshif, but then (while operating on this interface) getting d

  • CVE-2026-64093HigJul 19, 2026
    affected >= 4.8.0, < 5.15.210fixed 5.15.210

    In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp_meter: directly shut down timer on cleanup batadv_tp_sender_cleanup() was calling timer_delete_sync() followed by timer_delete() to guard against the timer handler re-arming itself between the tw

  • CVE-2026-64092MedJul 19, 2026
    affected >= 6.6.140, < 6.6.142fixed 6.6.142

    In the Linux kernel, the following vulnerability has been resolved: batman-adv: tp_meter: fix tp_vars reference leak in receiver shutdown The receiver shutdown timer handler, batadv_tp_receiver_shutdown(), is responsible for releasing the tp_vars reference it holds. However, th

  • CVE-2026-64091CriJul 19, 2026
    affected >= 4.17.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix TOCTOU race for reported vlans The local TT based TVLV is generated by first checking the number of VLANs which have at least one TT entry. A new buffer with the correct size for the VLANs i

  • CVE-2026-64090MedJul 19, 2026
    affected >= 3.13.0, < 5.10.259fixed 5.10.259

    In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: avoid empty VLAN responses The commit 16116dac2339 ("batman-adv: prevent TT request storms by not sending inconsistent TT TLVLs") added checks to the local (direct) TT response code. But the res

  • CVE-2026-64089CriJul 19, 2026
    affected >= 3.1.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative last_changeset_len batadv_piv_tt::last_changeset_len len was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned,

  • CVE-2026-64088HigJul 19, 2026
    affected >= 3.1.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: batman-adv: tt: fix negative tt_buff_len batadv_orig_node::tt_buff_len was declared as s16, but the field is never intended to hold a negative value. When a value greater than 32767 is assigned, it wraps to a n

  • CVE-2026-64087Jul 19, 2026
    affected >= 5.10.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) reject implausible blackbox record_count adm1266_nvmem_read_blackbox() loops over a record_count that comes straight from byte 3 of the BLACKBOX_INFO response. The destination buffer is

  • CVE-2026-64086HigJul 19, 2026
    affected >= 5.10.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) include PEC byte in pmbus_block_xfer read buffer adm1266_pmbus_block_xfer() sets up the read transaction with .buf = data->read_buf, .len = ADM1266_PMBUS_BLOCK_MAX + 2, but read_buf i

  • CVE-2026-64085Jul 19, 2026
    affected >= 5.10.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) bounce blackbox records through a protocol-sized buffer adm1266_pmbus_block_xfer() copies the device-supplied block payload into the caller-provided buffer using the device-supplied lengt

  • CVE-2026-64084HigJul 19, 2026
    affected >= 5.10.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at ADM1266_PDIO_NR adm1266_gpio_get_multiple() iterates the PDIO portion of the caller-supplied mask using for_each_set_bit_from(gpio_nr, mask, AD

  • CVE-2026-64083Jul 19, 2026
    affected >= 5.10.0, < 5.10.258fixed 5.10.258

    In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/adm1266) reject short block-read responses in the GPIO accessors adm1266_gpio_get() and adm1266_gpio_get_multiple() both compose the pin-status word as pins_status = read_buf[0] + (read_buf[1] <

  • CVE-2026-64082HigJul 19, 2026
    affected >= 5.19.0, < 7.0.11fixed 7.0.11

    In the Linux kernel, the following vulnerability has been resolved: riscv: Fix register corruption from uninitialized cregs on error compat_riscv_gpr_set() calls cregs_to_regs() unconditionally, even when user_regset_copyin() fails. Since cregs is an uninitialized stack variabl

  • CVE-2026-64081HigJul 19, 2026
    affected >= 6.15.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: firmware: arm_ffa: Validate framework notification message layout Framework notifications carry an indirect message in the shared RX buffer. Validate the reported offset and size before using them, reject zero-

  • CVE-2026-64080CriJul 19, 2026
    affected >= 6.15.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: firmware: arm_ffa: Snapshot notifier callbacks under lock Both notification handlers currently look up a notifier callback under notify_lock, drop the lock, and then dereference the returned notifier entry. A c

  • CVE-2026-64079Jul 19, 2026
    affected >= 5.13.0, < 7.0.11fixed 7.0.11

    In the Linux kernel, the following vulnerability has been resolved: netfilter: x_tables: allocate hook ops while under mutex arp/ip(6)t_register_table() add the table to the per-netns list via xt_register_table() before allocating the per-netns hook ops copy via kmemdup_array()

  • CVE-2026-64078HigJul 19, 2026
    affected >= 5.15.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: netfilter: x_tables: add and use xtables_unregister_table_exit Previous change added xtables_unregister_table_pre_exit to detach the table from the packetpath and to unlink it from the active table list. In cas

  • CVE-2026-64077HigJul 19, 2026
    affected >= 5.15.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: move to two-stage removal scheme Like previous patches for x_tables, follow same pattern in ebtables. We can't reuse xt helpers: ebt_table struct layout is incompatible. table->ops assignm

  • CVE-2026-64076HigJul 19, 2026
    affected >= 5.13.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: eb_tables: close module init race sashiko reports for unrelated patch: Does the core ebtables initialization in ebtables.c suffer from a similar race? Once nf_register_sockopt() completes,

  • CVE-2026-64075Jul 19, 2026
    affected >= 6.14.0, < 6.18.34fixed 6.18.34

    In the Linux kernel, the following vulnerability has been resolved: fprobe: Fix unregister_fprobe() to wait for RCU grace period Commit 4346ba1604093 ("fprobe: Rewrite fprobe on function-graph tracer") changed fprobe to register struct fprobe to an rcu-hlist, but it forgot to w

Page 106 of 713